aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2023-04-05mm: rcu safe VMA freeingMichel Lespinasse
2023-04-05mm: enable maple tree RCU mode by defaultLiam R. Howlett
2023-04-03fork: use pidfd_prepare()Christian Brauner
2023-04-03pid: add pidfd_prepare()Christian Brauner
2023-03-31iommu/sva: Move PASID helpers to sva codeJacob Pan
2023-03-29tracing/user_events: Track fork/exec/exit for mm lifetimeBeau Belgrave
2023-03-28lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling schemeNicholas Piggin
2023-03-25Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-03-19fork: remove use of percpu_counter_sum_allDave Chinner
2023-03-12fork: allow kernel code to call copy_processMike Christie
2023-03-12fork: Add kernel_clone_args flag to ignore signalsMike Christie
2023-03-12fork: add kernel_clone_args flag to not dup/clone filesMike Christie
2023-03-12fork/vm: Move common PF_IO_WORKER behavior to new flagMike Christie
2023-03-12kernel: Allow a kernel thread's name to be set in copy_processMike Christie
2023-03-08fork: allow CLONE_NEWTIME in clone3 flagsTobias Klauser
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-09mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan
2023-02-09kernel/fork: convert vma assignment to a memcpySuren Baghdasaryan
2023-02-09kernel/fork: convert forking to using the vmi iteratorLiam R. Howlett
2023-02-03blk-cgroup: store a gendisk to throttle in struct task_structChristoph Hellwig
2022-12-27sched: Introduce per-memory-map concurrency IDMathieu Desnoyers
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-15x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra
2022-12-15mm: Move mm_cachep initialization to mm_init()Peter Zijlstra
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-12Merge tag 'execve-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-02seccomp: Move copy_seccomp() to no failure path.Kuniyuki Iwashima
2022-11-30percpu_counter: add percpu_counter_sum_all interfaceShakeel Butt
2022-11-30mm: convert mm's rss stats into percpu_counterShakeel Butt
2022-11-18stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld
2022-10-25fs/exec: switch timens when a task gets a new mmAndrei Vagin
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-10-11fork: remove duplicate included header filesXu Panda
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-09Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Linus Torvalds
2022-10-09Merge tag 'signal-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-03kmsan: handle task creation and exitingAlexander Potapenko
2022-10-03hugetlb: add vma based lock for pmd sharingMike Kravetz
2022-09-26mm: remove the vma linked listLiam R. Howlett
2022-09-26fork: use VMA iteratorMatthew Wilcox (Oracle)
2022-09-26mm: remove vmacacheLiam R. Howlett
2022-09-26mm: remove rb tree.Liam R. Howlett
2022-09-26kernel/fork: use maple tree for dup_mmap() during forkingLiam R. Howlett
2022-09-26mm: start tracking VMAs with maple treeLiam R. Howlett
2022-09-26mm: multi-gen LRU: support page table walksYu Zhao
2022-09-20Merge tag 'execve-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-09-13Revert "fs/exec: allow to unshare a time namespace on vfork+exec"Andrei Vagin