aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-21kernel/fork: validate exit_signal in kernel_clone()Deepanshu Kartikey1-6/+5
2026-05-01futex: Drop CLONE_THREAD requirement for private default hash allocDavidlohr Bueso1-7/+5
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds1-11/+19
2026-04-15Merge tag 'sched_ext-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+5
2026-04-14Merge tag 'kernel-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+4
2026-04-14Merge tag 'vfs-7.1-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+16
2026-04-14Merge tag 'sched-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2026-04-13Merge tag 'hardening-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2026-04-13Merge tag 'vfs-7.1-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+49
2026-04-13Merge tag 'namespaces-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+3
2026-04-03locking: Add task::blocked_lock to serialize blocked_on stateJohn Stultz1-0/+1
2026-03-27fork: zero vmap stack using clear_pages() instead of memset()Linus Walleij1-1/+1
2026-03-27pid: document the PIDNS_ADDING checks in alloc_pid() and copy_process()Oleg Nesterov1-1/+5
2026-03-27fork: replace simple_strtoul with kstrtoul in coredump_filter_setupThorsten Blum1-5/+6
2026-03-27unshare: fix nsproxy leak in ksys_unshare() on set_cred_ucounts() failureMichal Grzedzicki1-4/+7
2026-03-26nsproxy: Add FOR_EACH_NS_TYPE() X-macro and CLONE_NS_ALLMickaël Salaün1-4/+3
2026-03-24randomize_kstack: Unify random source across archesRyan Roberts1-1/+0
2026-03-24randomize_kstack: Maintain kstack_offset per taskRyan Roberts1-0/+2
2026-03-20pid_namespace: avoid optimization of accesses to ->child_reaperPavel Tikhomirov1-1/+4
2026-03-12namespace: allow creating empty mount namespacesChristian Brauner1-2/+15
2026-03-11pidfd: add CLONE_PIDFD_AUTOKILLChristian Brauner1-3/+26
2026-03-11clone: add CLONE_NNPChristian Brauner1-1/+9
2026-03-11clone: add CLONE_AUTOREAPChristian Brauner1-1/+16
2026-03-11sched/mmcid: Avoid full tasklist walksThomas Gleixner1-0/+1
2026-03-11sched/mmcid: Prevent CID stalls due to concurrent forksThomas Gleixner1-2/+0
2026-03-06sched/core: Swap the order between sched_post_fork() and cgroup_post_fork()Tejun Heo1-1/+5
2026-02-18unshare: fix unshare_fs() handlingAl Viro1-1/+1
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+2
2026-02-09Merge tag 'io_uring-bpf-restrictions.4-20260206' of git://git.kernel.org/pub/...Linus Torvalds1-0/+6
2026-02-06io_uring: add task fork hookJens Axboe1-0/+6
2026-01-26kernel/fork: update obsolete use_mm references to kthread_use_mmmingzhu.wang(王明珠)1-1/+1
2026-01-20fork-comment-fix: remove ambiguous question mark in CLONE_CHILD_CLEARTID commentMinu Jin1-1/+1
2026-01-01rcu: Clean up after the SRCU-fastification of RCU Tasks TracePaul E. McKenney1-3/+0
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds1-10/+53
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2025-12-03Merge tag 'sched_ext-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2025-12-03Merge tag 'cgroup-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+3
2025-11-29mm: simplify and rename mm flags function for clarityLorenzo Stoakes1-2/+2
2025-11-27fork: stop ignoring NUMA while handling cached thread stacksMateusz Guzik1-10/+53
2025-11-25sched/mmcid: Switch over to the new mechanismThomas Gleixner1-1/+0
2025-11-25sched/mmcid: Provide precomputed maximal valueThomas Gleixner1-0/+1
2025-11-20sched/mmcid: Use proper data structuresThomas Gleixner1-3/+3
2025-11-20sched/mmcid: Revert the complex CID managementThomas Gleixner1-3/+2
2025-11-16treewide: include linux/pgalloc.h instead of asm/pgalloc.hHarry Yoo1-2/+2
2025-11-03sched_ext: Fix cgroup exit ordering by moving sched_ext_free() to finish_task...Tejun Heo1-1/+0
2025-11-03cgroup: Rename cgroup lifecycle hooks to cgroup_task_*()Tejun Heo1-1/+1
2025-11-03ns: add active reference countChristian Brauner1-0/+1
2025-11-03ns: rename to exit_nsproxy_namespaces()Christian Brauner1-1/+1
2025-10-02Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-12/+6