summaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-09fork: lock VMAs of the parent process when forkingSuren Baghdasaryan1-0/+1
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-7/+3
2023-06-10fork: optimize memcg_charge_kernel_stack() a bitHaifeng Xu1-7/+3
2023-06-08Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+1
2023-06-02bpf: Fix UAF in task local storageKP Singh1-1/+1
2023-06-02fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie1-8/+5
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2023-04-29Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-0/+2
2023-04-29Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+8
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-13/+150
2023-04-24Merge tag 'v6.4/pidfd.file' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-11/+87
2023-04-24Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+21
2023-04-21sched: Fix performance regression introduced by mm_cidMathieu Desnoyers1-1/+8
2023-04-19sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-0/+1
2023-04-19mm: fix memory leak on mm_init error handlingMathieu Desnoyers1-0/+1
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-0/+3
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel1-0/+1
2023-04-06sched/numa: apply the scan delay to every new vmaMel Gorman1-0/+2
2023-04-06mm: separate vma->lock from vm_area_structSuren Baghdasaryan1-14/+59
2023-04-06mm/mmap: free vm_area_struct without call_rcu in exit_mmapSuren Baghdasaryan1-1/+1
2023-04-06kernel/fork: assert no VMA readers during its destructionSuren Baghdasaryan1-0/+3
2023-04-06mm: add per-VMA lock and helper functions to control itSuren Baghdasaryan1-0/+4
2023-04-06mm: rcu safe VMA freeingMichel Lespinasse1-1/+19
2023-04-06mm: enable maple tree RCU mode by defaultLiam R. Howlett1-0/+3
2023-04-03fork: use pidfd_prepare()Christian Brauner1-11/+2
2023-04-03pid: add pidfd_prepare()Christian Brauner1-0/+85
2023-03-31iommu/sva: Move PASID helpers to sva codeJacob Pan1-0/+1
2023-03-29tracing/user_events: Track fork/exec/exit for mm lifetimeBeau Belgrave1-0/+2
2023-03-29lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling schemeNicholas Piggin1-0/+65
2023-03-25Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-5/+0
2023-03-19fork: remove use of percpu_counter_sum_allDave Chinner1-5/+0
2023-03-12fork: allow kernel code to call copy_processMike Christie1-1/+1
2023-03-12fork: Add kernel_clone_args flag to ignore signalsMike Christie1-0/+3
2023-03-12fork: add kernel_clone_args flag to not dup/clone filesMike Christie1-2/+8
2023-03-12fork/vm: Move common PF_IO_WORKER behavior to new flagMike Christie1-0/+3
2023-03-12kernel: Allow a kernel thread's name to be set in copy_processMike Christie1-1/+6
2023-03-08fork: allow CLONE_NEWTIME in clone3 flagsTobias Klauser1-1/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-13/+10
2023-02-21Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+7
2023-02-10mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan1-1/+1
2023-02-10kernel/fork: convert vma assignment to a memcpySuren Baghdasaryan1-1/+1
2023-02-10kernel/fork: convert forking to using the vmi iteratorLiam R. Howlett1-11/+8
2023-02-03blk-cgroup: store a gendisk to throttle in struct task_structChristoph Hellwig1-1/+1
2022-12-27sched: Introduce per-memory-map concurrency IDMathieu Desnoyers1-1/+7
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-19/+18
2022-12-15x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra1-5/+0
2022-12-15mm: Move mm_cachep initialization to mm_init()Peter Zijlstra1-14/+18
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+20
2022-12-13Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-12-12Merge tag 'execve-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+0