aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-12fork/vm: Move common PF_IO_WORKER behavior to new flagGravatar Mike Christie 1-0/+3
2023-03-12kernel: Allow a kernel thread's name to be set in copy_processGravatar Mike Christie 1-1/+6
2023-03-08fork: allow CLONE_NEWTIME in clone3 flagsGravatar Tobias Klauser 1-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-13/+10
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+7
2023-02-09mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKGravatar Suren Baghdasaryan 1-1/+1
2023-02-09kernel/fork: convert vma assignment to a memcpyGravatar Suren Baghdasaryan 1-1/+1
2023-02-09kernel/fork: convert forking to using the vmi iteratorGravatar Liam R. Howlett 1-11/+8
2023-02-03blk-cgroup: store a gendisk to throttle in struct task_structGravatar Christoph Hellwig 1-1/+1
2022-12-27sched: Introduce per-memory-map concurrency IDGravatar Mathieu Desnoyers 1-1/+7
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-19/+18
2022-12-15x86/mm: Use mm_alloc() in poking_init()Gravatar Peter Zijlstra 1-5/+0
2022-12-15mm: Move mm_cachep initialization to mm_init()Gravatar Peter Zijlstra 1-14/+18
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+20
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2022-12-12Merge tag 'execve-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-9/+0
2022-12-02seccomp: Move copy_seccomp() to no failure path.Gravatar Kuniyuki Iwashima 1-6/+11
2022-11-30percpu_counter: add percpu_counter_sum_all interfaceGravatar Shakeel Butt 1-0/+5
2022-11-30mm: convert mm's rss stats into percpu_counterGravatar Shakeel Butt 1-1/+15
2022-11-18stackprotector: move get_random_canary() into stackprotector.hGravatar Jason A. Donenfeld 1-1/+1
2022-10-25fs/exec: switch timens when a task gets a new mmGravatar Andrei Vagin 1-9/+0
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+0
2022-10-11fork: remove duplicate included header filesGravatar Xu Panda 1-1/+0
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-36/+43
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+2
2022-10-09Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 1-6/+6
2022-10-09Merge tag 'signal-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+2
2022-10-03kmsan: handle task creation and exitingGravatar Alexander Potapenko 1-0/+2
2022-10-03hugetlb: add vma based lock for pmd sharingGravatar Mike Kravetz 1-4/+2
2022-09-26mm: remove the vma linked listGravatar Liam R. Howlett 1-18/+1
2022-09-26fork: use VMA iteratorGravatar Matthew Wilcox (Oracle) 1-2/+5
2022-09-26mm: remove vmacacheGravatar Liam R. Howlett 1-5/+0
2022-09-26mm: remove rb tree.Gravatar Liam R. Howlett 1-8/+0
2022-09-26kernel/fork: use maple tree for dup_mmap() during forkingGravatar Liam R. Howlett 1-2/+13
2022-09-26mm: start tracking VMAs with maple treeGravatar Liam R. Howlett 1-3/+17
2022-09-26mm: multi-gen LRU: support page table walksGravatar Yu Zhao 1-0/+9
2022-09-20Merge tag 'execve-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+1
2022-09-13Revert "fs/exec: allow to unshare a time namespace on vfork+exec"Gravatar Andrei Vagin 1-4/+1
2022-09-07freezer,sched: Rewrite core freezer logicGravatar Peter Zijlstra 1-3/+2
2022-09-05IB/core: Fix a nested dead lock as part of ODP flowGravatar Yishai Hadas 1-0/+1
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-0/+14
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2022-07-30rv/include: Add deterministic automata monitor definition via C macrosGravatar Daniel Bristot de Oliveira 1-0/+14
2022-07-20signal: Guarantee that SIGNAL_GROUP_EXIT is set on process exitGravatar Eric W. Biederman 1-0/+2
2022-06-20rcu-tasks: Add data structures for lightweight grace periodsGravatar Paul E. McKenney 1-0/+1
2022-06-15fs/exec: allow to unshare a time namespace on vfork+execGravatar Andrei Vagin 1-1/+4
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-8/+38
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+1
2022-05-23Merge tag 'x86_splitlock_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+5
2022-05-19mm: khugepaged: make khugepaged_enter() void functionGravatar Yang Shi 1-3/+1