aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+13
2020-01-14ns: Introduce Time NamespaceGravatar Andrei Vagin 1-3/+13
2020-01-07clone3: ensure copy_thread_tls is implementedGravatar Amanieu d'Antras 1-0/+10
2019-12-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2019-12-01fork: support VMAP_STACK with KASAN_VMALLOCGravatar Daniel Axtens 1-0/+4
2019-11-30Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 1-1/+0
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-25/+15
2019-11-25Merge tag 'threads-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Gravatar Linus Torvalds 1-8/+92
2019-11-25Merge branch 'timers/urgent' into timers/core, to pick up fixGravatar Ingo Molnar 1-1/+32
2019-11-23mm/hmm: define the pre-processor related parts of hmm.h even if disabledGravatar Jason Gunthorpe 1-1/+0
2019-11-20fork: fix pidfd_poll()'s return typeGravatar Luc Van Oostenryck 1-3/+3
2019-11-20futex: Split futex_mm_release() for exit/execGravatar Thomas Gleixner 1-3/+2
2019-11-20exit/exec: Seperate mm_release()Gravatar Thomas Gleixner 1-1/+11
2019-11-20futex: Move futex exit handling into futex codeGravatar Thomas Gleixner 1-22/+3
2019-11-15fork: extend clone3() to support setting a PIDGravatar Adrian Reber 1-1/+23
2019-11-13time: Rename tsk->real_start_time to ->start_boottimeGravatar Peter Zijlstra 1-1/+1
2019-11-05clone3: validate stack argumentsGravatar Christian Brauner 1-1/+32
2019-10-21clone3: add CLONE_CLEAR_SIGHANDGravatar Christian Brauner 1-5/+11
2019-10-17pidfd: check pid has attached task in fdinfoGravatar Christian Brauner 1-6/+11
2019-10-15pidfd: add NSpid entries to fdinfoGravatar Christian Kellner 1-1/+52
2019-10-07kernel/sysctl.c: do not override max_threads provided by userspaceGravatar Michal Hocko 1-2/+2
2019-10-04Merge tag 'copy-struct-from-user-v5.4-rc2' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-27/+7
2019-10-03fork: add kernel-doc for clone3Gravatar Christian Brauner 1-0/+11
2019-10-01clone3: switch to copy_struct_from_user()Gravatar Aleksa Sarai 1-27/+7
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+5
2019-09-25fork: improve error message for corrupted page tablesGravatar Sai Praneeth Prakhya 1-2/+14
2019-09-25tasks, sched/core: Ensure tasks are available for a grace period after leavin...Gravatar Eric W. Biederman 1-4/+7
2019-09-25tasks: Add a count of task RCU usersGravatar Eric W. Biederman 1-4/+3
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 1-1/+0
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-31/+3
2019-09-16Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2019-09-16Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+8
2019-09-12fork: block invalid exit signals with clone3()Gravatar Eugene Syromiatnikov 1-0/+10
2019-08-28posix-cpu-timers: Move state tracking to struct posix_cputimersGravatar Thomas Gleixner 1-6/+0
2019-08-28posix-cpu-timers: Move expiry cache into struct posix_cputimersGravatar Thomas Gleixner 1-22/+3
2019-08-28posix-cpu-timers: Create a container structGravatar Thomas Gleixner 1-7/+4
2019-08-21Merge branch 'odp_fixes' into hmm.gitGravatar Jason Gunthorpe 1-1/+1
2019-08-20hmm: use mmu_notifier_get/put for 'struct hmm'Gravatar Jason Gunthorpe 1-1/+0
2019-08-12kernel: only define task_struct_whitelist conditionallyGravatar Christoph Hellwig 1-0/+2
2019-08-01pidfd: add P_PIDFD to waitid()Gravatar Christian Brauner 1-0/+8
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersGravatar Jann Horn 1-1/+1
2019-07-16Merge tag 'for-linus-20190715' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+15
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 1-1/+0
2019-07-14clone: fix CLONE_PIDFD supportGravatar Dmitry V. Levin 1-2/+15
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Gravatar Linus Torvalds 1-36/+155
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+26
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+2
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+0
2019-07-08Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2019-07-02Merge tag 'v5.2-rc7' into rdma.git hmmGravatar Jason Gunthorpe 1-41/+23