summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* 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 '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
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-0/+3
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-03-221-0/+3
| |\
| | * rethook: Add a generic return hookMasami Hiramatsu2022-03-171-0/+3
* | | Merge tag 'core-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-211-97/+166
|\ \ \
| * | | fork: Use IS_ENABLED() in account_kernel_stack()Sebastian Andrzej Siewior2022-02-221-4/+4
| * | | fork: Only cache the VMAP stack in finish_task_switch()Sebastian Andrzej Siewior2022-02-221-13/+63
| * | | fork: Move task stack accounting to do_exit()Sebastian Andrzej Siewior2022-02-221-12/+23
| * | | fork: Move memcg_charge_kernel_stack() into CONFIG_VMAP_STACKSebastian Andrzej Siewior2022-02-221-33/+36
| * | | fork: Don't assign the stack pointer in dup_task_struct()Sebastian Andrzej Siewior2022-02-221-31/+16
| * | | fork, IA64: Provide alloc_thread_stack_node() for IA64Sebastian Andrzej Siewior2022-02-221-0/+17
| * | | fork: Duplicate task_struct before stack allocationSebastian Andrzej Siewior2022-02-221-5/+4
| * | | fork: Redo ifdefs around task stack handlingSebastian Andrzej Siewior2022-02-221-35/+39
| | |/ | |/|
* | | Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-211-8/+7
|\ \ \ | |_|/ |/| |
| * | sched: Define and initialize a flag to identify valid PASID in the taskPeter Zijlstra2022-02-151-0/+4
| * | iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exitFenghua Yu2022-02-151-0/+1
| * | kernel/fork: Initialize mm's PASIDFenghua Yu2022-02-141-8/+2
| * | mm: Change CONFIG option for mm->pasid fieldFenghua Yu2022-02-141-1/+1
* | | mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan2022-03-051-2/+2
| |/ |/|
* | Merge tag 'sched_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-02-201-1/+12
|\ \
| * | sched: Fix yet more sched_fork() racesPeter Zijlstra2022-02-191-1/+12
| |/
* | Merge tag 'pidfd.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-02-201-4/+3
|\ \
| * | copy_process(): Move fd_install() out of sighand->siglock critical sectionWaiman Long2022-02-111-4/+3
| |/
* / ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1Eric W. Biederman2022-02-171-5/+5
|/