summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* fork: adjust sysctl_max_threads definition to match prototypeTobias Klauser2020-09-051-1/+1
* Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-101-1/+1
|\
| * sched: tasks: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-291-1/+1
* | kasan: don't tag stacks allocated with pageallocAndrey Konovalov2020-08-071-1/+2
* | mm: memcontrol: account kernel stack per nodeShakeel Butt2020-08-071-37/+14
* | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-5/+6
|\ \
| * | close_range: add CLOSE_RANGE_UNSHAREChristian Brauner2020-06-171-5/+6
* | | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-041-51/+16
|\ \ \
| * | | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+1
| * | | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-9/+0
| * | | fork: remove do_fork()Christian Brauner2020-07-041-24/+1
| * | | fork: fold legacy_clone_args_valid() into _do_fork()Christian Brauner2020-06-221-16/+14
| |/ /
* | | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-08-041-5/+1
|\ \ \
| * | | exit: Factor thread_group_exited out of pidfd_pollEric W. Biederman2020-07-071-5/+1
| |/ /
* | | Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-1/+0
|\ \ \
| * | | seccomp: release filter after task is fully deadChristian Brauner2020-07-101-1/+0
| |/ /
* | | Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-031-0/+1
|\ \ \
| * | | sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef2020-07-291-0/+1
* | | | Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar2020-08-011-1/+7
|\ \ \ \
| * | | | fork: Annotate a data race in vm_area_dup()Qian Cai2020-06-291-1/+7
| | |/ / | |/| |
* | | | lockdep: Refactor IRQ trace events fields into structMarco Elver2020-07-311-11/+5
| |_|/ |/| |
* | | lockdep: Change hardirq{s_enabled,_context} to per-cpu variablesPeter Zijlstra2020-07-101-3/+1
| |/ |/|
* | fork: annotate data race in copy_process()Weilong Chen2020-06-261-1/+1
|/
* mmap locking API: convert nested write lock sitesMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-6/+6
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-1/+1
|\
| * proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov2020-05-191-1/+1
* | 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
|\