summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian2021-09-221-0/+1
* exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2021-01-091-3/+3
* fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu2020-11-101-5/+5
* mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan2020-10-291-0/+21
* exec: Fix a deadlock in straceBernd Edlinger2020-10-011-2/+2
* exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman2020-10-011-0/+1
* fork: prevent accidental access to clone3 featuresChristian Brauner2020-05-201-6/+7
* mm: fork: fix kernel_stack memcg stats for various stack implementationsRoman Gushchin2020-04-011-2/+2
* clone3: ensure copy_thread_tls is implementedAmanieu d'Antras2020-01-141-0/+10
* futex: Split futex_mm_release() for exit/execThomas Gleixner2019-11-291-3/+2
* exit/exec: Seperate mm_release()Thomas Gleixner2019-11-291-1/+11
* futex: Move futex exit handling into futex codeThomas Gleixner2019-11-291-22/+3
* fork: fix pidfd_poll()'s return typeLuc Van Oostenryck2019-11-201-3/+3
* clone3: validate stack argumentsChristian Brauner2019-11-051-1/+32
* kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko2019-10-071-2/+2
* Merge tag 'copy-struct-from-user-v5.4-rc2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2019-10-041-27/+7
|\
| * clone3: switch to copy_struct_from_user()Aleksa Sarai2019-10-011-27/+7
* | fork: add kernel-doc for clone3Christian Brauner2019-10-031-0/+11
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-09-281-3/+5
|\
| * tasks, sched/core: Ensure tasks are available for a grace period after leavin...Eric W. Biederman2019-09-251-4/+7
| * tasks: Add a count of task RCU usersEric W. Biederman2019-09-251-4/+3
* | fork: improve error message for corrupted page tablesSai Praneeth Prakhya2019-09-251-2/+14
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-211-1/+0
|\ \
| * \ Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe2019-08-211-1/+1
| |\ \
| * | | hmm: use mmu_notifier_get/put for 'struct hmm'Jason Gunthorpe2019-08-201-1/+0
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-31/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner2019-08-281-6/+0
| * | | posix-cpu-timers: Move expiry cache into struct posix_cputimersThomas Gleixner2019-08-281-22/+3
| * | | posix-cpu-timers: Create a container structThomas Gleixner2019-08-281-7/+4
| |/ /
* | | Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-161-0/+2
|\ \ \
| * | | kernel: only define task_struct_whitelist conditionallyChristoph Hellwig2019-08-121-0/+2
| | |/ | |/|
* | | Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-161-0/+8
|\ \ \
| * | | pidfd: add P_PIDFD to waitid()Christian Brauner2019-08-011-0/+8
| | |/ | |/|
* | | fork: block invalid exit signals with clone3()Eugene Syromiatnikov2019-09-121-0/+10
| |/ |/|
* | sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-07-251-1/+1
|/
* Merge tag 'for-linus-20190715' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-161-2/+15
|\
| * clone: fix CLONE_PIDFD supportDmitry V. Levin2019-07-141-2/+15
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-141-1/+0
|\ \ | |/ |/|
| * Merge tag 'v5.2-rc7' into rdma.git hmmJason Gunthorpe2019-07-021-41/+23
| |\
| * | mm/hmm: Hold a mmgrab from hmm to mmJason Gunthorpe2019-06-101-1/+0
* | | Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2019-07-111-36/+155
|\ \ \
| * | | arch: handle arches who do not yet define clone3Christian Brauner2019-06-211-0/+2
| * | | fork: add clone3Christian Brauner2019-06-091-48/+153
* | | | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-101-0/+26
|\ \ \ \
| * | | | pidfd: add polling supportJoel Fernandes (Google)2019-06-281-0/+26
| |/ / /
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-0/+2
|\ \ \ \
| * | | | sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-0/+2
| | |/ / | |/| |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-3/+0
|\ \ \ \
| * | | | locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du2019-06-031-3/+0
| |/ / /
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-081-1/+1
|\ \ \ \