summaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersJann Horn1-1/+1
2019-07-16Merge tag 'for-linus-20190715' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+15
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-1/+0
2019-07-14clone: fix CLONE_PIDFD supportDmitry V. Levin1-2/+15
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds1-36/+155
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+26
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+0
2019-07-08Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2019-07-02Merge tag 'v5.2-rc7' into rdma.git hmmJason Gunthorpe1-41/+23
2019-07-01fork: return proper negative error codeChristian Brauner1-0/+1
2019-06-29fork,memcg: alloc_thread_stack_node needs to set tsk->stackAndrea Arcangeli1-1/+5
2019-06-28pidfd: add polling supportJoel Fernandes (Google)1-0/+26
2019-06-27copy_process(): don't use ksys_close() on cleanupsAl Viro1-28/+18
2019-06-24fork: don't check parent_tidptr with CLONE_PIDFDDmitry V. Levin1-12/+0
2019-06-22timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld1-1/+1
2019-06-21arch: handle arches who do not yet define clone3Christian Brauner1-0/+2
2019-06-10mm/hmm: Hold a mmgrab from hmm to mmJason Gunthorpe1-1/+0
2019-06-09fork: add clone3Christian Brauner1-48/+153
2019-06-03locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du1-3/+0
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior1-0/+2
2019-06-01kernel/fork.c: make max_threads symbol staticKefeng Wang1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng1-1/+1
2019-05-14userfaultfd: use RCU to free the task struct when fork failsAndrea Arcangeli1-2/+29
2019-05-10fork: do not release lock that wasn't takenChristian Brauner1-2/+3
2019-05-09Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-0/+2
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-4/+103
2019-05-07clone: add CLONE_PIDFDChristian Brauner1-4/+103
2019-04-30fork: Provide a function for copying init_mmNadav Amit1-6/+18
2019-04-30uprobes: Initialize uprobes earlierNadav Amit1-0/+1
2019-04-19cgroup: cgroup v2 freezerRoman Gushchin1-0/+2
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2019-03-07kernel/fork.c: remove duplicated includeYueHaibing1-1/+0
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso1-1/+1
2019-02-04sched/core: Convert task_struct.stack_refcount to refcount_tElena Reshetova1-3/+3
2019-02-04sched/core: Convert task_struct.usage to refcount_tElena Reshetova1-2/+2
2019-02-04sched/core: Convert signal_struct.sigcnt to refcount_tElena Reshetova1-3/+3
2019-02-04sched/core: Convert sighand_struct.count to refcount_tElena Reshetova1-4/+4
2019-01-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2019-01-08fork, memcg: fix cached_stacks caseShakeel Butt1-0/+1
2019-01-08fork: record start_time lateDavid Herrmann1-2/+11
2019-01-04fork: fix some -Wmissing-prototypes warningsYi Wang1-5/+0
2018-12-28kernel/fork.c: mark 'stack_vm_area' with __maybe_unusedYueHaibing1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS1-2/+3
2018-12-21fork,memcg: fix crash in free_thread_stack on memcg charge failRik van Riel1-2/+7
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2018-10-26psi: pressure stall information for CPU, memory, and IOJohannes Weiner1-0/+4
2018-10-26mm: rework memcg kernel stack accountingRoman Gushchin1-6/+49