summaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-19mm: fix memory leak on mm_init error handlingMathieu Desnoyers1-0/+1
2023-04-06mm: enable maple tree RCU mode by defaultLiam R. Howlett1-0/+3
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-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
2022-12-02seccomp: Move copy_seccomp() to no failure path.Kuniyuki Iwashima1-6/+11
2022-12-01percpu_counter: add percpu_counter_sum_all interfaceShakeel Butt1-0/+5
2022-12-01mm: convert mm's rss stats into percpu_counterShakeel Butt1-1/+15
2022-11-18stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld1-1/+1
2022-10-26fs/exec: switch timens when a task gets a new mmAndrei Vagin1-9/+0
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2022-10-12fork: remove duplicate included header filesXu Panda1-1/+0
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-36/+43
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+2
2022-10-10Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Linus Torvalds1-6/+6
2022-10-10Merge tag 'signal-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2022-10-04kmsan: handle task creation and exitingAlexander Potapenko1-0/+2
2022-10-04hugetlb: add vma based lock for pmd sharingMike Kravetz1-4/+2
2022-09-27mm: remove the vma linked listLiam R. Howlett1-18/+1
2022-09-27fork: use VMA iteratorMatthew Wilcox (Oracle)1-2/+5
2022-09-27mm: remove vmacacheLiam R. Howlett1-5/+0
2022-09-27mm: remove rb tree.Liam R. Howlett1-8/+0
2022-09-27kernel/fork: use maple tree for dup_mmap() during forkingLiam R. Howlett1-2/+13
2022-09-27mm: start tracking VMAs with maple treeLiam R. Howlett1-3/+17
2022-09-27mm: multi-gen LRU: support page table walksYu Zhao1-0/+9
2022-09-20Merge tag 'execve-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+1
2022-09-13Revert "fs/exec: allow to unshare a time namespace on vfork+exec"Andrei Vagin1-4/+1
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra1-3/+2
2022-09-05IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas1-0/+1
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-0/+14
2022-08-03Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2022-07-30rv/include: Add deterministic automata monitor definition via C macrosDaniel Bristot de Oliveira1-0/+14
2022-07-20signal: Guarantee that SIGNAL_GROUP_EXIT is set on process exitEric W. Biederman1-0/+2
2022-06-20rcu-tasks: Add data structures for lightweight grace periodsPaul E. McKenney1-0/+1
2022-06-15fs/exec: allow to unshare a time namespace on vfork+execAndrei Vagin1-1/+4
2022-06-04Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+38
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+1