summaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-26psi: pressure stall information for CPU, memory, and IOJohannes Weiner
2018-10-26mm: rework memcg kernel stack accountingRoman Gushchin
2018-09-04mm: respect arch_dup_mmap() return valueNadav Amit
2018-09-04x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-08-22fork: don't copy inconsistent signal handler state to childJann Horn
2018-08-22kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov
2018-08-22mm: zero out the vma in vma_init()Andrew Morton
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-08-09signal: Don't restart fork when signals come in.Eric W. Biederman
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe
2018-08-03fork: Have new threads join on-going signal group stopsEric W. Biederman
2018-08-01blk-cgroup: clear the throttle queue on forkJosef Bacik
2018-07-26mm: introduce vma_init()Kirill A. Shutemov
2018-07-23fork: Unconditionally exit if a fatal signal is pendingEric W. Biederman
2018-07-23fork: Move and describe why the code examines PIDNS_ADDINGEric W. Biederman
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds
2018-07-21mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman
2018-07-17mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel
2018-06-15mm: check for SIGKILL inside dup_mmap() loopTetsuo Handa
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-07mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers
2018-05-14audit: use inline function to set audit contextRichard Guy Briggs
2018-04-20fork: unconditionally clear stack on forkKees Cook
2018-04-05kernel/fork.c: detect early free of a live mmMark Rutland
2018-04-02kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski
2018-04-02mm: use do_futex() instead of sys_futex() in mm_release()Dominik Brodowski
2018-02-21include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-02-06kernel/fork.c: add comment about usage of CLONE_FS flags and namespacesMarcos Paulo de Souza
2018-02-06kernel/fork.c: check error and return earlyMarcos Paulo de Souza
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-31include/linux/sched/mm.h: uninline mmdrop_async(), etcAndrew Morton
2018-01-15fork: Provide usercopy whitelisting for task_structKees Cook
2018-01-15fork: Define usercopy region in thread_stack slab cachesDavid Windsor
2018-01-15fork: Define usercopy region in mm_struct slab cachesDavid Windsor
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-22arch, mm: Allow arch_dup_mmap() to failThomas Gleixner
2017-11-17pid: remove pidhashGargi Sharma