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