summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* kernel/: fix repeated words in commentsRandy Dunlap2020-10-161-1/+1
* mm: use helper function put_write_access()Miaohe Lin2020-10-161-1/+1
* Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-141-8/+8
|\
| * fork: introduce kernel_clone()Christian Brauner2020-08-201-8/+8
* | mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan2020-10-131-0/+21
* | mm: remove src/dst mm parameter in copy_page_range()Peter Xu2020-10-131-1/+1
* | mm: use helper function mapping_allow_writable()Miaohe Lin2020-10-131-1/+1
* | io_uring: don't rely on weak ->files referencesJens Axboe2020-09-301-0/+6
* | mm/fork: Pass new vma pointer into copy_page_range()Peter Xu2020-09-271-1/+1
* | mm: Introduce mm_struct.has_pinnedPeter Xu2020-09-271-0/+1
* | 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
|\