Age | Commit message (Expand) | Author | Files | Lines |
2018-11-01 | Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+3 |
2018-10-27 | psi: pressure stall information for CPU, memory, and IO | Johannes Weiner | 1 | -0/+4 |
2018-10-27 | mm: rework memcg kernel stack accounting | Roman Gushchin | 1 | -6/+49 |
2018-09-05 | mm: respect arch_dup_mmap() return value | Nadav Amit | 1 | -2/+1 |
2018-09-04 | x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls | Alexander Popov | 1 | -0/+3 |
2018-08-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+5 |
2018-08-22 | fork: don't copy inconsistent signal handler state to child | Jann Horn | 1 | -0/+2 |
2018-08-22 | kernel/hung_task.c: allow to set checking interval separately from timeout | Dmitry Vyukov | 1 | -0/+1 |
2018-08-22 | mm: zero out the vma in vma_init() | Andrew Morton | 1 | -1/+2 |
2018-08-21 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -21/+54 |
2018-08-18 | fs: fsnotify: account fsnotify metadata to kmemcg | Shakeel Butt | 1 | -0/+3 |
2018-08-14 | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+5 |
2018-08-14 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -6/+9 |
2018-08-09 | signal: Don't restart fork when signals come in. | Eric W. Biederman | 1 | -18/+25 |
2018-08-06 | Merge tag 'v4.18-rc6' into for-4.19/block2 | Jens Axboe | 1 | -5/+30 |
2018-08-04 | fork: Have new threads join on-going signal group stops | Eric W. Biederman | 1 | -12/+15 |
2018-08-01 | blk-cgroup: clear the throttle queue on fork | Josef Bacik | 1 | -0/+5 |
2018-07-27 | mm: introduce vma_init() | Kirill A. Shutemov | 1 | -4/+2 |
2018-07-23 | fork: Unconditionally exit if a fatal signal is pending | Eric W. Biederman | 1 | -0/+6 |
2018-07-23 | fork: Move and describe why the code examines PIDNS_ADDING | Eric W. Biederman | 1 | -4/+7 |
2018-07-22 | mm: make vm_area_alloc() initialize core fields | Linus Torvalds | 1 | -2/+8 |
2018-07-22 | mm: make vm_area_dup() actually copy the old vma data | Linus Torvalds | 1 | -3/+7 |
2018-07-21 | mm: use helper functions for allocating and freeing vm_area structs | Linus Torvalds | 1 | -3/+18 |
2018-07-21 | pid: Implement PIDTYPE_TGID | Eric W. Biederman | 1 | -1/+2 |
2018-07-21 | pids: Move the pgrp and session pid pointers from task_struct to signal_struct | Eric W. Biederman | 1 | -5/+18 |
2018-07-17 | mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_ids | Rik van Riel | 1 | -6/+9 |
2018-06-15 | mm: check for SIGKILL inside dup_mmap() loop | Tetsuo Handa | 1 | -0/+8 |
2018-06-14 | Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables | Linus Torvalds | 1 | -1/+1 |
2018-06-10 | Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+2 |
2018-06-08 | mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct | Yang Shi | 1 | -0/+1 |
2018-06-07 | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2018-06-06 | rseq: Introduce restartable sequences system call | Mathieu Desnoyers | 1 | -0/+2 |
2018-05-15 | audit: use inline function to set audit context | Richard Guy Briggs | 1 | -1/+1 |
2018-04-21 | fork: unconditionally clear stack on fork | Kees Cook | 1 | -2/+1 |
2018-04-06 | kernel/fork.c: detect early free of a live mm | Mark Rutland | 1 | -0/+2 |
2018-04-02 | kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare() | Dominik Brodowski | 1 | -1/+6 |
2018-04-02 | mm: use do_futex() instead of sys_futex() in mm_release() | Dominik Brodowski | 1 | -2/+2 |
2018-02-22 | include/linux/sched/mm.h: re-inline mmdrop() | Andrew Morton | 1 | -13/+2 |
2018-02-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -26/+29 |
2018-02-07 | kernel/fork.c: add comment about usage of CLONE_FS flags and namespaces | Marcos Paulo de Souza | 1 | -0/+4 |
2018-02-07 | kernel/fork.c: check error and return early | Marcos Paulo de Souza | 1 | -26/+25 |
2018-02-06 | Merge branch 'linus' into sched/urgent, to resolve conflicts | Ingo Molnar | 1 | -217/+267 |
2018-02-04 | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -5/+26 |
2018-02-01 | include/linux/sched/mm.h: uninline mmdrop_async(), etc | Andrew Morton | 1 | -212/+236 |
2018-01-15 | fork: Provide usercopy whitelisting for task_struct | Kees Cook | 1 | -2/+20 |
2018-01-15 | fork: Define usercopy region in thread_stack slab caches | David Windsor | 1 | -2/+3 |
2018-01-15 | fork: Define usercopy region in mm_struct slab caches | David Windsor | 1 | -1/+3 |
2017-12-23 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+1 |
2017-12-22 | arch, mm: Allow arch_dup_mmap() to fail | Thomas Gleixner | 1 | -2/+1 |
2017-11-18 | pid: remove pidhash | Gargi Sharma | 1 | -1/+1 |