aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAge
* Initial attempt to "connect the wires"Nathan O2019-12-09
* clone3: validate stack argumentsChristian Brauner2019-11-05
* kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko2019-10-07
* Merge tag 'copy-struct-from-user-v5.4-rc2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2019-10-04
|\
| * clone3: switch to copy_struct_from_user()Aleksa Sarai2019-10-01
* | fork: add kernel-doc for clone3Christian Brauner2019-10-03
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-09-28
|\
| * tasks, sched/core: Ensure tasks are available for a grace period after leavin...Eric W. Biederman2019-09-25
| * tasks: Add a count of task RCU usersEric W. Biederman2019-09-25
* | fork: improve error message for corrupted page tablesSai Praneeth Prakhya2019-09-25
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-21
|\ \
| * \ Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe2019-08-21
| |\ \
| * | | hmm: use mmu_notifier_get/put for 'struct hmm'Jason Gunthorpe2019-08-20
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-17
|\ \ \ \ | |_|_|/ |/| | |
| * | | posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner2019-08-28
| * | | posix-cpu-timers: Move expiry cache into struct posix_cputimersThomas Gleixner2019-08-28
| * | | posix-cpu-timers: Create a container structThomas Gleixner2019-08-28
| |/ /
* | | Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-16
|\ \ \
| * | | kernel: only define task_struct_whitelist conditionallyChristoph Hellwig2019-08-12
| | |/ | |/|
* | | Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-16
|\ \ \
| * | | pidfd: add P_PIDFD to waitid()Christian Brauner2019-08-01
| | |/ | |/|
* | | fork: block invalid exit signals with clone3()Eugene Syromiatnikov2019-09-12
| |/ |/|
* | sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-07-25
|/
* Merge tag 'for-linus-20190715' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-16
|\
| * clone: fix CLONE_PIDFD supportDmitry V. Levin2019-07-14
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-14
|\ \ | |/ |/|
| * Merge tag 'v5.2-rc7' into rdma.git hmmJason Gunthorpe2019-07-02
| |\
| * | mm/hmm: Hold a mmgrab from hmm to mmJason Gunthorpe2019-06-10
* | | Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2019-07-11
|\ \ \
| * | | arch: handle arches who do not yet define clone3Christian Brauner2019-06-20
| * | | fork: add clone3Christian Brauner2019-06-09
* | | | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-11
|\ \ \ \
| * | | | pidfd: add polling supportJoel Fernandes (Google)2019-06-28
| |/ / /
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-08
|\ \ \ \
| * | | | sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-03
| | |/ / | |/| |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-08
|\ \ \ \
| * | | | locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du2019-06-03
| |/ / /
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-08
|\ \ \ \
| * | | | timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld2019-06-22
| |/ / /
* | | / fork: return proper negative error codeChristian Brauner2019-07-01
| |_|/ |/| |
* | | fork,memcg: alloc_thread_stack_node needs to set tsk->stackAndrea Arcangeli2019-06-29
* | | copy_process(): don't use ksys_close() on cleanupsAl Viro2019-06-27
* | | fork: don't check parent_tidptr with CLONE_PIDFDDmitry V. Levin2019-06-24
|/ /
* | kernel/fork.c: make max_threads symbol staticKefeng Wang2019-06-01
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-21
|/
* kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng2019-05-14
* userfaultfd: use RCU to free the task struct when fork failsAndrea Arcangeli2019-05-14
* fork: do not release lock that wasn't takenChristian Brauner2019-05-10
* Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-05-09
|\
| * cgroup: cgroup v2 freezerRoman Gushchin2019-04-19