aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-09-25fork: improve error message for corrupted page tablesSai Praneeth Prakhya
2019-09-25tasks, sched/core: Ensure tasks are available for a grace period after leavin...Eric W. Biederman
2019-09-25tasks: Add a count of task RCU usersEric W. Biederman
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-16Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-16Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-09-12fork: block invalid exit signals with clone3()Eugene Syromiatnikov
2019-08-28posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner
2019-08-28posix-cpu-timers: Move expiry cache into struct posix_cputimersThomas Gleixner
2019-08-28posix-cpu-timers: Create a container structThomas Gleixner
2019-08-21Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe
2019-08-20hmm: use mmu_notifier_get/put for 'struct hmm'Jason Gunthorpe
2019-08-12kernel: only define task_struct_whitelist conditionallyChristoph Hellwig
2019-08-01pidfd: add P_PIDFD to waitid()Christian Brauner
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersJann Horn
2019-07-16Merge tag 'for-linus-20190715' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-07-14clone: fix CLONE_PIDFD supportDmitry V. Levin
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-07-08Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-07-02Merge tag 'v5.2-rc7' into rdma.git hmmJason Gunthorpe
2019-07-01fork: return proper negative error codeChristian Brauner
2019-06-29fork,memcg: alloc_thread_stack_node needs to set tsk->stackAndrea Arcangeli
2019-06-28pidfd: add polling supportJoel Fernandes (Google)
2019-06-27copy_process(): don't use ksys_close() on cleanupsAl Viro
2019-06-24fork: don't check parent_tidptr with CLONE_PIDFDDmitry V. Levin
2019-06-22timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld
2019-06-21arch: handle arches who do not yet define clone3Christian Brauner
2019-06-10mm/hmm: Hold a mmgrab from hmm to mmJason Gunthorpe
2019-06-09fork: add clone3Christian Brauner
2019-06-03locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior
2019-06-01kernel/fork.c: make max_threads symbol staticKefeng Wang
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng
2019-05-14userfaultfd: use RCU to free the task struct when fork failsAndrea Arcangeli
2019-05-10fork: do not release lock that wasn't takenChristian Brauner
2019-05-09Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2019-05-07clone: add CLONE_PIDFDChristian Brauner
2019-04-30fork: Provide a function for copying init_mmNadav Amit
2019-04-30uprobes: Initialize uprobes earlierNadav Amit
2019-04-19cgroup: cgroup v2 freezerRoman Gushchin
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-03-07kernel/fork.c: remove duplicated includeYueHaibing