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