aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-3/+0
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-6/+2
2023-11-01Merge tag 'docs-6.7' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-4/+11
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUGravatar Christian Brauner 1-3/+1
2023-10-18mm: drop the assumption that VM_SHARED always implies writableGravatar Lorenzo Stoakes 1-1/+1
2023-10-10fork: Fix kernel-docGravatar Matthew Wilcox (Oracle) 1-4/+11
2023-10-06mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlGravatar Florent Revest 1-1/+1
2023-10-04kill task_struct->thread_groupGravatar Oleg Nesterov 1-3/+0
2023-10-04mm: remove remnants of SPLIT_RSS_COUNTINGGravatar Mateusz Guzik 1-4/+0
2023-09-11arch: Remove Itanium (IA-64) architectureGravatar Ard Biesheuvel 1-1/+1
2023-09-01Merge tag 'percpu-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 1-11/+4
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-13/+9
2023-08-25kernel/fork: group allocation/free of per-cpu counters for mm structGravatar Mateusz Guzik 1-11/+4
2023-08-21kernel/fork: stop playing lockless games for exe_file replacementGravatar Mateusz Guzik 1-13/+9
2023-07-13kernel/fork: beware of __put_task_struct() calling contextGravatar Wander Lairson Costa 1-0/+8
2023-07-08fork: lock VMAs of the parent process when forkingGravatar Suren Baghdasaryan 1-0/+1
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-7/+3
2023-06-09fork: optimize memcg_charge_kernel_stack() a bitGravatar Haifeng Xu 1-7/+3
2023-06-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-1/+1
2023-06-02bpf: Fix UAF in task local storageGravatar KP Singh 1-1/+1
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionGravatar Mike Christie 1-8/+5
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2023-04-28Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Gravatar Linus Torvalds 1-0/+2
2023-04-28Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+8
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-13/+150
2023-04-24Merge tag 'v6.4/pidfd.file' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-11/+87
2023-04-24Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+21
2023-04-21sched: Fix performance regression introduced by mm_cidGravatar Mathieu Desnoyers 1-1/+8
2023-04-18sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesGravatar Andrew Morton 1-0/+1
2023-04-18mm: fix memory leak on mm_init error handlingGravatar Mathieu Desnoyers 1-0/+1
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesGravatar Andrew Morton 1-0/+3
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Gravatar Joerg Roedel 1-0/+1
2023-04-05sched/numa: apply the scan delay to every new vmaGravatar Mel Gorman 1-0/+2
2023-04-05mm: separate vma->lock from vm_area_structGravatar Suren Baghdasaryan 1-14/+59
2023-04-05mm/mmap: free vm_area_struct without call_rcu in exit_mmapGravatar Suren Baghdasaryan 1-1/+1
2023-04-05kernel/fork: assert no VMA readers during its destructionGravatar Suren Baghdasaryan 1-0/+3
2023-04-05mm: add per-VMA lock and helper functions to control itGravatar Suren Baghdasaryan 1-0/+4
2023-04-05mm: rcu safe VMA freeingGravatar Michel Lespinasse 1-1/+19
2023-04-05mm: enable maple tree RCU mode by defaultGravatar Liam R. Howlett 1-0/+3
2023-04-03fork: use pidfd_prepare()Gravatar Christian Brauner 1-11/+2
2023-04-03pid: add pidfd_prepare()Gravatar Christian Brauner 1-0/+85
2023-03-31iommu/sva: Move PASID helpers to sva codeGravatar Jacob Pan 1-0/+1
2023-03-29tracing/user_events: Track fork/exec/exit for mm lifetimeGravatar Beau Belgrave 1-0/+2
2023-03-28lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling schemeGravatar Nicholas Piggin 1-0/+65
2023-03-25Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-5/+0
2023-03-19fork: remove use of percpu_counter_sum_allGravatar Dave Chinner 1-5/+0
2023-03-12fork: allow kernel code to call copy_processGravatar Mike Christie 1-1/+1
2023-03-12fork: Add kernel_clone_args flag to ignore signalsGravatar Mike Christie 1-0/+3
2023-03-12fork: add kernel_clone_args flag to not dup/clone filesGravatar Mike Christie 1-2/+8