summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* 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-151-1/+0Star
|\ \ | |/ |/|
| * Merge tag 'v5.2-rc7' into rdma.git hmmJason Gunthorpe2019-07-021-41/+23Star
| |\
| * | mm/hmm: Hold a mmgrab from hmm to mmJason Gunthorpe2019-06-101-1/+0Star
* | | 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-111-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-091-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-091-3/+0Star
|\ \ \ \
| * | | | locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du2019-06-031-3/+0Star
| |/ / /
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-081-1/+1
|\ \ \ \
| * | | | timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld2019-06-221-1/+1
| |/ / /
* | | / fork: return proper negative error codeChristian Brauner2019-07-011-0/+1
| |_|/ |/| |
* | | fork,memcg: alloc_thread_stack_node needs to set tsk->stackAndrea Arcangeli2019-06-291-1/+5
* | | copy_process(): don't use ksys_close() on cleanupsAl Viro2019-06-271-28/+18Star
* | | fork: don't check parent_tidptr with CLONE_PIDFDDmitry V. Levin2019-06-241-12/+0Star
|/ /
* | kernel/fork.c: make max_threads symbol staticKefeng Wang2019-06-021-1/+1
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng2019-05-151-1/+1
* userfaultfd: use RCU to free the task struct when fork failsAndrea Arcangeli2019-05-151-2/+29
* fork: do not release lock that wasn't takenChristian Brauner2019-05-101-2/+3
* Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-05-091-0/+2
|\
| * cgroup: cgroup v2 freezerRoman Gushchin2019-04-191-0/+2
* | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-05-071-4/+103
|\ \
| * | clone: add CLONE_PIDFDChristian Brauner2019-05-071-4/+103
| |/
* | fork: Provide a function for copying init_mmNadav Amit2019-04-301-6/+18
* | uprobes: Initialize uprobes earlierNadav Amit2019-04-301-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-101-1/+1
|\
| * mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso2019-02-071-1/+1
* | kernel/fork.c: remove duplicated includeYueHaibing2019-03-081-1/+0Star
* | sched/core: Convert task_struct.stack_refcount to refcount_tElena Reshetova2019-02-041-3/+3
* | sched/core: Convert task_struct.usage to refcount_tElena Reshetova2019-02-041-2/+2
* | sched/core: Convert signal_struct.sigcnt to refcount_tElena Reshetova2019-02-041-3/+3
* | sched/core: Convert sighand_struct.count to refcount_tElena Reshetova2019-02-041-4/+4
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-091-0/+1
|\
| * fork, memcg: fix cached_stacks caseShakeel Butt2019-01-091-0/+1
* | fork: record start_time lateDavid Herrmann2019-01-081-2/+11
|/
* fork: fix some -Wmissing-prototypes warningsYi Wang2019-01-041-5/+0Star
* kernel/fork.c: mark 'stack_vm_area' with __maybe_unusedYueHaibing2018-12-281-1/+1
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-281-2/+3
* fork,memcg: fix crash in free_thread_stack on memcg charge failRik van Riel2018-12-211-2/+7
* Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-011-0/+3
|\
| * x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov2018-09-041-0/+3
* | psi: pressure stall information for CPU, memory, and IOJohannes Weiner2018-10-271-0/+4