summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-171-19/+18
|\
| * x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra2022-12-151-5/+0
| * mm: Move mm_cachep initialization to mm_init()Peter Zijlstra2022-12-151-14/+18
* | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-1/+20
|\ \
| * | percpu_counter: add percpu_counter_sum_all interfaceShakeel Butt2022-11-301-0/+5
| * | mm: convert mm's rss stats into percpu_counterShakeel Butt2022-11-301-1/+15
| |/
* | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-1/+1
|\ \
| * | stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld2022-11-181-1/+1
| |/
* | Merge tag 'execve-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-121-9/+0
|\ \
| * | fs/exec: switch timens when a task gets a new mmAndrei Vagin2022-10-251-9/+0
| |/
* / seccomp: Move copy_seccomp() to no failure path.Kuniyuki Iwashima2022-12-021-6/+11
|/
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-1/+0
|\
| * fork: remove duplicate included header filesXu Panda2022-10-111-1/+0
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-36/+43
|\ \
| * | kmsan: handle task creation and exitingAlexander Potapenko2022-10-031-0/+2
| * | hugetlb: add vma based lock for pmd sharingMike Kravetz2022-10-031-4/+2
| * | mm: remove the vma linked listLiam R. Howlett2022-09-261-18/+1
| * | fork: use VMA iteratorMatthew Wilcox (Oracle)2022-09-261-2/+5
| * | mm: remove vmacacheLiam R. Howlett2022-09-261-5/+0
| * | mm: remove rb tree.Liam R. Howlett2022-09-261-8/+0
| * | kernel/fork: use maple tree for dup_mmap() during forkingLiam R. Howlett2022-09-261-2/+13
| * | mm: start tracking VMAs with maple treeLiam R. Howlett2022-09-261-3/+17
| * | mm: multi-gen LRU: support page table walksYu Zhao2022-09-261-0/+9
| |/
* | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-101-3/+2
|\ \
| * | freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-3/+2
| |/
* | Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Linus Torvalds2022-10-091-6/+6
|\ \
| * | ucounts: Split rlimit and ucount values and max valuesAlexey Gladkov2022-05-181-6/+6
* | | Merge tag 'signal-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-091-0/+2
|\ \ \
| * | | signal: Guarantee that SIGNAL_GROUP_EXIT is set on process exitEric W. Biederman2022-07-201-0/+2
* | | | Merge tag 'execve-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-09-201-4/+1
|\ \ \ \
| * | | | Revert "fs/exec: allow to unshare a time namespace on vfork+exec"Andrei Vagin2022-09-131-4/+1
| | |_|/ | |/| |
* / | | IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas2022-09-051-0/+1
|/ / /
* | | Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2022-08-051-0/+14
|\ \ \
| * | | rv/include: Add deterministic automata monitor definition via C macrosDaniel Bristot de Oliveira2022-07-301-0/+14
| |/ /
* | | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-021-0/+1
|\ \ \
| * | | rcu-tasks: Add data structures for lightweight grace periodsPaul E. McKenney2022-06-201-0/+1
| |/ /
* / / fs/exec: allow to unshare a time namespace on vfork+execAndrei Vagin2022-06-151-1/+4
|/ /
* | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-8/+38
|\ \
| * | fork: Explicitly set PF_KTHREADEric W. Biederman2022-05-071-0/+3
| * | fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-8/+8
| * | fork: Explicity test for idle tasks in copy_threadEric W. Biederman2022-05-071-0/+9
| * | fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+2
| * | kthread: Don't allocate kthread_struct for init and umhEric W. Biederman2022-05-061-2/+20
| |/
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-3/+1
|\ \
| * | mm: khugepaged: make khugepaged_enter() void functionYang Shi2022-05-191-3/+1
| |/
* | Merge tag 'x86_splitlock_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-05-231-0/+5
|\ \
| * | x86/split_lock: Make life miserable for split lockersTony Luck2022-04-271-0/+5
| |/
* / mm: Fix PASID use-after-free issueFenghua Yu2022-05-011-1/+1
|/
* kasan, arm64: reset pointer tags of vmapped stacksAndrey Konovalov2022-03-241-5/+6
* kasan, fork: reset pointer tags of vmapped stacksAndrey Konovalov2022-03-241-0/+2