summaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
4 daysMerge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
6 daysMerge tag 'sched_ext-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
6 daysMerge tag 'cgroup-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
7 daysMerge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
10 daysmm: simplify and rename mm flags function for clarityLorenzo Stoakes
2025-11-25sched/mmcid: Switch over to the new mechanismThomas Gleixner
2025-11-25sched/mmcid: Provide precomputed maximal valueThomas Gleixner
2025-11-20sched/mmcid: Use proper data structuresThomas Gleixner
2025-11-20sched/mmcid: Revert the complex CID managementThomas Gleixner
2025-11-16treewide: include linux/pgalloc.h instead of asm/pgalloc.hHarry Yoo
2025-11-03sched_ext: Fix cgroup exit ordering by moving sched_ext_free() to finish_task...Tejun Heo
2025-11-03cgroup: Rename cgroup lifecycle hooks to cgroup_task_*()Tejun Heo
2025-11-03ns: add active reference countChristian Brauner
2025-11-03ns: rename to exit_nsproxy_namespaces()Christian Brauner
2025-10-02Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-30Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-09-30Merge tag 'cgroup-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-24futex: Use correct exit on failure from futex_hash_allocate_default()Sebastian Andrzej Siewior
2025-09-21fork: check charging success before zeroing stackPasha Tatashin
2025-09-13fork: kill the pointless lower_32_bits() in create_io_thread(), kernel_thread...Oleg Nesterov
2025-09-13fork: remove #ifdef CONFIG_LOCKDEP in copy_process()Tio Zhang
2025-09-13mm: convert remaining users to mm_flags_*() accessorsLorenzo Stoakes
2025-09-13mm: update fork mm->flags initialisation to use bitmapLorenzo Stoakes
2025-09-10cgroup: replace global percpu_rwsem with per threadgroup resem when writing t...Yi Tao
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster
2025-09-01copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)Simon Schuster
2025-08-31futex: Move futex_hash_free() back to __mmput()Sebastian Andrzej Siewior
2025-08-21uprobes/x86: Add mapping for optimized uprobe trampolinesJiri Olsa
2025-08-10Merge tag 'locking_urgent_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-08-02mm: add process info to bad rss-counter warningXuanye Liu
2025-08-02futex: Move futex cleanup to __mmdrop()Thomas Gleixner
2025-08-01Merge tag 'trace-deferred-unwind-v6.17' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-07-30Merge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2025-07-29Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-29Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-29Merge tag 'locking-futex-2025-07-29' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-07-29unwind_user/deferred: Add unwind_user_faultable()Steven Rostedt
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-07-28Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...Linus Torvalds
2025-07-23fork: mv threads-max into kernel/fork.cJoel Granados
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook
2025-07-17fork: reorder function qualifiers for copy_clone_args_from_userDishank Jogi
2025-07-14locking/mutex: Rework task_struct::blocked_onPeter Zijlstra
2025-07-11futex: Use RCU-based per-CPU reference counting instead of rcuref_tPeter Zijlstra
2025-07-09fork: clean up ifdef logic around stack allocationPasha Tatashin
2025-07-09fork: define a local GFP_VMAP_STACKLinus Walleij