summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'percpu-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2023-09-011-11/+4
|\
| * kernel/fork: group allocation/free of per-cpu counters for mm structMateusz Guzik2023-08-251-11/+4
* | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-13/+9
|\ \
| * | kernel/fork: stop playing lockless games for exe_file replacementMateusz Guzik2023-08-211-13/+9
| |/
* / kernel/fork: beware of __put_task_struct() calling contextWander Lairson Costa2023-07-131-0/+8
|/
* fork: lock VMAs of the parent process when forkingSuren Baghdasaryan2023-07-081-0/+1
* Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-281-7/+3
|\
| * fork: optimize memcg_charge_kernel_stack() a bitHaifeng Xu2023-06-091-7/+3
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-071-1/+1
|\ \
| * | bpf: Fix UAF in task local storageKP Singh2023-06-021-1/+1
| |/
* / fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie2023-06-011-8/+5
|/
* Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-04-301-0/+1
|\
| *-. Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel2023-04-141-0/+1
| |\ \
| | | * iommu/sva: Move PASID helpers to sva codeJacob Pan2023-03-311-0/+1
| | |/
* | | Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-04-281-0/+2
|\ \ \
| * | | tracing/user_events: Track fork/exec/exit for mm lifetimeBeau Belgrave2023-03-291-0/+2
| | |/ | |/|
* | | Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-281-1/+8
|\ \ \
| * | | sched: Fix performance regression introduced by mm_cidMathieu Desnoyers2023-04-211-1/+8
| | |/ | |/|
* | | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-13/+150
|\ \ \
| * \ \ sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-181-0/+1
| |\ \ \
| * \ \ \ sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-161-0/+3
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | sched/numa: apply the scan delay to every new vmaMel Gorman2023-04-051-0/+2
| * | | | mm: separate vma->lock from vm_area_structSuren Baghdasaryan2023-04-051-14/+59
| * | | | mm/mmap: free vm_area_struct without call_rcu in exit_mmapSuren Baghdasaryan2023-04-051-1/+1
| * | | | kernel/fork: assert no VMA readers during its destructionSuren Baghdasaryan2023-04-051-0/+3
| * | | | mm: add per-VMA lock and helper functions to control itSuren Baghdasaryan2023-04-051-0/+4
| * | | | mm: rcu safe VMA freeingMichel Lespinasse2023-04-051-1/+19
| * | | | lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling schemeNicholas Piggin2023-03-281-0/+65
* | | | | Merge tag 'v6.4/pidfd.file' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-241-11/+87
|\ \ \ \ \
| * | | | | fork: use pidfd_prepare()Christian Brauner2023-04-031-11/+2
| * | | | | pid: add pidfd_prepare()Christian Brauner2023-04-031-0/+85
| |/ / / /
* | | | | Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-241-4/+21
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fork: allow kernel code to call copy_processMike Christie2023-03-121-1/+1
| * | | | fork: Add kernel_clone_args flag to ignore signalsMike Christie2023-03-121-0/+3
| * | | | fork: add kernel_clone_args flag to not dup/clone filesMike Christie2023-03-121-2/+8
| * | | | fork/vm: Move common PF_IO_WORKER behavior to new flagMike Christie2023-03-121-0/+3
| * | | | kernel: Allow a kernel thread's name to be set in copy_processMike Christie2023-03-121-1/+6
* | | | | mm: fix memory leak on mm_init error handlingMathieu Desnoyers2023-04-181-0/+1
| |_|/ / |/| | |
* | | | mm: enable maple tree RCU mode by defaultLiam R. Howlett2023-04-051-0/+3
| |/ / |/| |
* | | Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-03-251-5/+0
|\ \ \ | |_|/ |/| |
| * | fork: remove use of percpu_counter_sum_allDave Chinner2023-03-191-5/+0
| |/
* / fork: allow CLONE_NEWTIME in clone3 flagsTobias Klauser2023-03-081-1/+1
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-13/+10
|\
| * mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan2023-02-091-1/+1
| * kernel/fork: convert vma assignment to a memcpySuren Baghdasaryan2023-02-091-1/+1
| * kernel/fork: convert forking to using the vmi iteratorLiam R. Howlett2023-02-091-11/+8
* | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-201-1/+7
|\ \
| * | sched: Introduce per-memory-map concurrency IDMathieu Desnoyers2022-12-271-1/+7
| |/
* / blk-cgroup: store a gendisk to throttle in struct task_structChristoph Hellwig2023-02-031-1/+1
|/
* Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-171-19/+18
|\