summaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2024-01-24exec: Distinguish in_execve from in_execKees Cook
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-01-05mm/mglru: add CONFIG_LRU_GEN_WALKS_MMUKinsey Ho
2023-12-27rseq: Split out rseq.h from sched.hKent Overstreet
2023-12-20kernel/fork.c: add missing includeKent Overstreet
2023-12-20fork: remove redundant TASK_UNINTERRUPTIBLEKevin Hao
2023-12-12iommu: Change kconfig around IOMMU_SVAJason Gunthorpe
2023-12-10arch: remove ARCH_TASK_STRUCT_ALLOCATORHeiko Carstens
2023-12-10arch: remove ARCH_THREAD_STACK_ALLOCATORHeiko Carstens
2023-12-10fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-01Merge tag 'docs-6.7' of git://git.lwn.net/linuxLinus Torvalds
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner
2023-10-18mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes
2023-10-10fork: Fix kernel-docMatthew Wilcox (Oracle)
2023-10-06mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlFlorent Revest
2023-10-04kill task_struct->thread_groupOleg Nesterov
2023-10-04mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel
2023-09-01Merge tag 'percpu-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-25kernel/fork: group allocation/free of per-cpu counters for mm structMateusz Guzik
2023-08-21kernel/fork: stop playing lockless games for exe_file replacementMateusz Guzik
2023-07-13kernel/fork: beware of __put_task_struct() calling contextWander Lairson Costa
2023-07-08fork: lock VMAs of the parent process when forkingSuren Baghdasaryan
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-06-09fork: optimize memcg_charge_kernel_stack() a bitHaifeng Xu
2023-06-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-06-02bpf: Fix UAF in task local storageKP Singh
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-04-28Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-04-28Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-24Merge tag 'v6.4/pidfd.file' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-24Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-21sched: Fix performance regression introduced by mm_cidMathieu Desnoyers
2023-04-18sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton
2023-04-18mm: fix memory leak on mm_init error handlingMathieu Desnoyers
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel
2023-04-05sched/numa: apply the scan delay to every new vmaMel Gorman
2023-04-05mm: separate vma->lock from vm_area_structSuren Baghdasaryan
2023-04-05mm/mmap: free vm_area_struct without call_rcu in exit_mmapSuren Baghdasaryan
2023-04-05kernel/fork: assert no VMA readers during its destructionSuren Baghdasaryan
2023-04-05mm: add per-VMA lock and helper functions to control itSuren Baghdasaryan