aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAge
* fork: fix some -Wmissing-prototypes warningsYi Wang2019-01-04
* kernel/fork.c: mark 'stack_vm_area' with __maybe_unusedYueHaibing2018-12-28
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-28
* mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-28
* fork,memcg: fix crash in free_thread_stack on memcg charge failRik van Riel2018-12-21
* Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-01
|\
| * x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov2018-09-04
* | psi: pressure stall information for CPU, memory, and IOJohannes Weiner2018-10-26
* | mm: rework memcg kernel stack accountingRoman Gushchin2018-10-26
* | mm: respect arch_dup_mmap() return valueNadav Amit2018-09-04
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-22
|\
| * fork: don't copy inconsistent signal handler state to childJann Horn2018-08-22
| * kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov2018-08-22
| * mm: zero out the vma in vma_init()Andrew Morton2018-08-22
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-21
|\ \ | |/ |/|
| * signal: Don't restart fork when signals come in.Eric W. Biederman2018-08-09
| * fork: Have new threads join on-going signal group stopsEric W. Biederman2018-08-03
| * fork: Unconditionally exit if a fatal signal is pendingEric W. Biederman2018-07-23
| * fork: Move and describe why the code examines PIDNS_ADDINGEric W. Biederman2018-07-23
| * pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-21
| * pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman2018-07-21
* | fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-08-17
* | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-14
|\ \
| * \ Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-05
| |\ \
| * | | blk-cgroup: clear the throttle queue on forkJosef Bacik2018-08-01
| | |/ | |/|
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-13
|\ \ \
| * | | mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel2018-07-17
| |/ /
* | / mm: introduce vma_init()Kirill A. Shutemov2018-07-26
| |/ |/|
* | mm: make vm_area_alloc() initialize core fieldsLinus Torvalds2018-07-21
* | mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds2018-07-21
* | mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds2018-07-21
|/
* mm: check for SIGKILL inside dup_mmap() loopTetsuo Handa2018-06-14
* Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-13
* Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-10
|\
| * rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-06
* | mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi2018-06-07
* | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-06
|\ \ | |/ |/|
| * audit: use inline function to set audit contextRichard Guy Briggs2018-05-14
* | fork: unconditionally clear stack on forkKees Cook2018-04-20
|/
* kernel/fork.c: detect early free of a live mmMark Rutland2018-04-06
* kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski2018-04-02
* mm: use do_futex() instead of sys_futex() in mm_release()Dominik Brodowski2018-04-02
* include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton2018-02-21
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-07
|\
| * kernel/fork.c: add comment about usage of CLONE_FS flags and namespacesMarcos Paulo de Souza2018-02-06
| * kernel/fork.c: check error and return earlyMarcos Paulo de Souza2018-02-06
* | Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar2018-02-06
|\|
| * Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-03
| |\
| | * fork: Provide usercopy whitelisting for task_structKees Cook2018-01-15
| | * fork: Define usercopy region in thread_stack slab cachesDavid Windsor2018-01-15