summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-011-0/+9
|\
| * scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen2020-05-151-0/+9
* | Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-011-0/+5
|\ \
| * | rcu-tasks: Split ->trc_reader_need_endPaul E. McKenney2020-04-271-0/+1
| * | rcu-tasks: Add an RCU Tasks Trace to simplify protection of tracing hooksPaul E. McKenney2020-04-271-0/+4
| |/
* / fork: prevent accidental access to clone3 featuresChristian Brauner2020-05-081-6/+7
|/
* clone3: add build-time CLONE_ARGS_SIZE_VER* validity checksEugene Syromiatnikov2020-04-151-0/+8
* clone3: add a check for the user struct size if CLONE_INTO_CGROUP is setEugene Syromiatnikov2020-04-151-1/+2
* clone3: fix cgroup argument sanity checkEugene Syromiatnikov2020-04-151-1/+1
* mm: set vm_next and vm_prev to NULL in vm_area_dup()Li Xinhai2020-04-071-1/+1
* mm: don't prepare anon_vma if vma has VM_WIPEONFORKLi Xinhai2020-04-071-3/+5
* Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2020-04-031-9/+10
|\
| * clone3: allow spawning processes into cgroupsChristian Brauner2020-02-121-4/+9
| * cgroup: refactor fork helpersChristian Brauner2020-02-121-5/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-021-4/+5
|\ \
| * | mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()Roman Gushchin2020-04-021-4/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-021-2/+3
|\ \ \ | |/ / |/| |
| * | exec: Fix a deadlock in straceBernd Edlinger2020-03-251-2/+2
| * | exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman2020-03-251-0/+1
| |/
* | mm: fork: fix kernel_stack memcg stats for various stack implementationsRoman Gushchin2020-03-291-2/+2
* | fork: Use RCU_INIT_POINTER() instead of rcu_access_pointer()Madhuparna Bhowmik2020-02-281-1/+1
|/
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2020-01-291-2/+2
|\
| * mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptionsJason Gunthorpe2020-01-141-2/+2
* | Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-271-3/+13
|\ \
| * | ns: Introduce Time NamespaceAndrei Vagin2020-01-141-3/+13
| |/
* / clone3: ensure copy_thread_tls is implementedAmanieu d'Antras2020-01-071-0/+10
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-12-031-1/+1
|\
| * Merge branch 'timers/urgent' into timers/core, to pick up fixIngo Molnar2019-11-251-1/+32
| |\
| * | time: Rename tsk->real_start_time to ->start_boottimePeter Zijlstra2019-11-131-1/+1
* | | fork: support VMAP_STACK with KASAN_VMALLOCDaniel Axtens2019-12-011-0/+4
* | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-11-301-1/+0
|\ \ \
| * | | mm/hmm: define the pre-processor related parts of hmm.h even if disabledJason Gunthorpe2019-11-231-1/+0
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-25/+15
|\ \ \
| * | | futex: Split futex_mm_release() for exit/execThomas Gleixner2019-11-201-3/+2
| * | | exit/exec: Seperate mm_release()Thomas Gleixner2019-11-201-1/+11
| * | | futex: Move futex exit handling into futex codeThomas Gleixner2019-11-201-22/+3
| |/ /
* | | Merge tag 'threads-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2019-11-251-8/+92
|\ \ \
| * | | fork: extend clone3() to support setting a PIDAdrian Reber2019-11-151-1/+23
| * | | clone3: add CLONE_CLEAR_SIGHANDChristian Brauner2019-10-211-5/+11
| * | | pidfd: check pid has attached task in fdinfoChristian Brauner2019-10-171-6/+11
| * | | pidfd: add NSpid entries to fdinfoChristian Kellner2019-10-151-1/+52
| |/ /
* | / 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