summaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-14posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on cloneBenjamin Segall1-0/+2
2024-10-17close_range(): fix the logics in descriptor table trimmingAl Viro1-17/+13
2024-06-21Revert "fork: defer linking file vma until vma is fully initialized"Sam James1-9/+9
2024-05-02fork: defer linking file vma until vma is fully initializedMiaohe Lin1-9/+9
2023-09-23kernel/fork: beware of __put_task_struct() calling contextWander Lairson Costa1-0/+8
2023-08-08mm: Move mm_cachep initialization to mm_init()Peter Zijlstra1-14/+18
2023-08-08x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra1-5/+0
2023-06-14bpf: Fix UAF in task local storageKP Singh1-1/+1
2023-04-13mm: enable maple tree RCU mode by default.Liam R. Howlett1-0/+3
2023-03-17fork: allow CLONE_NEWTIME in clone3 flagsTobias Klauser1-1/+1
2022-12-31seccomp: Move copy_seccomp() to no failure path.Kuniyuki Iwashima1-6/+11
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2022-10-11fork: remove duplicate included header filesXu Panda1-1/+0
2022-10-10Merge 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-09Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Linus Torvalds1-6/+6
2022-10-09Merge tag 'signal-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2022-10-03kmsan: handle task creation and exitingAlexander Potapenko1-0/+2
2022-10-03hugetlb: add vma based lock for pmd sharingMike Kravetz1-4/+2
2022-09-26mm: remove the vma linked listLiam R. Howlett1-18/+1
2022-09-26fork: use VMA iteratorMatthew Wilcox (Oracle)1-2/+5
2022-09-26mm: remove vmacacheLiam R. Howlett1-5/+0
2022-09-26mm: remove rb tree.Liam R. Howlett1-8/+0
2022-09-26kernel/fork: use maple tree for dup_mmap() during forkingLiam R. Howlett1-2/+13
2022-09-26mm: start tracking VMAs with maple treeLiam R. Howlett1-3/+17
2022-09-26mm: 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-02Merge 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-03Merge 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
2022-05-23Merge tag 'x86_splitlock_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+5
2022-05-19mm: khugepaged: make khugepaged_enter() void functionYang Shi1-3/+1
2022-05-18ucounts: Split rlimit and ucount values and max valuesAlexey Gladkov1-6/+6
2022-05-07fork: Explicitly set PF_KTHREADEric W. Biederman1-0/+3
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-8/+8
2022-05-07fork: Explicity test for idle tasks in copy_threadEric W. Biederman1-0/+9
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+2
2022-05-06kthread: Don't allocate kthread_struct for init and umhEric W. Biederman1-2/+20
2022-05-01mm: Fix PASID use-after-free issueFenghua Yu1-1/+1
2022-04-27x86/split_lock: Make life miserable for split lockersTony Luck1-0/+5
2022-03-24kasan, arm64: reset pointer tags of vmapped stacksAndrey Konovalov1-5/+6
2022-03-24kasan, fork: reset pointer tags of vmapped stacksAndrey Konovalov1-0/+2