summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-02Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-12/+6
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+11
2025-09-30Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2025-09-30Merge tag 'cgroup-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+4
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+5
2025-09-24futex: Use correct exit on failure from futex_hash_allocate_default()Sebastian Andrzej Siewior1-1/+1
2025-09-21fork: check charging success before zeroing stackPasha Tatashin1-5/+5
2025-09-13fork: kill the pointless lower_32_bits() in create_io_thread(), kernel_thread...Oleg Nesterov1-10/+6
2025-09-13fork: remove #ifdef CONFIG_LOCKDEP in copy_process()Tio Zhang1-2/+0
2025-09-13mm: convert remaining users to mm_flags_*() accessorsLorenzo Stoakes1-1/+1
2025-09-13mm: update fork mm->flags initialisation to use bitmapLorenzo Stoakes1-2/+5
2025-09-10cgroup: replace global percpu_rwsem with per threadgroup resem when writing t...Yi Tao1-0/+4
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster1-4/+4
2025-09-01copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)Simon Schuster1-1/+1
2025-08-31futex: Move futex_hash_free() back to __mmput()Sebastian Andrzej Siewior1-1/+1
2025-08-21uprobes/x86: Add mapping for optimized uprobe trampolinesJiri Olsa1-0/+1
2025-08-10Merge tag 'locking_urgent_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+6
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds1-48/+47
2025-08-02mm: add process info to bad rss-counter warningXuanye Liu1-3/+6
2025-08-02futex: Move futex cleanup to __mmdrop()Thomas Gleixner1-1/+1
2025-08-01Merge tag 'trace-deferred-unwind-v6.17' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+4
2025-07-30Merge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds1-4/+1
2025-07-29Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+19
2025-07-29Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2025-07-29Merge tag 'locking-futex-2025-07-29' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+6
2025-07-29unwind_user/deferred: Add unwind_user_faultable()Steven Rostedt1-0/+4
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-07-28Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...Linus Torvalds1-1/+1
2025-07-23fork: mv threads-max into kernel/fork.cJoel Granados1-1/+19
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook1-1/+1
2025-07-17fork: reorder function qualifiers for copy_clone_args_from_userDishank Jogi1-1/+1
2025-07-14locking/mutex: Rework task_struct::blocked_onPeter Zijlstra1-2/+1
2025-07-11futex: Use RCU-based per-CPU reference counting instead of rcuref_tPeter Zijlstra1-2/+6
2025-07-09fork: clean up ifdef logic around stack allocationPasha Tatashin1-11/+11
2025-07-09fork: define a local GFP_VMAP_STACKLinus Walleij1-6/+7
2025-07-09fork: clean-up naming of vm_stack/vm_struct variables in vmap stacks codePasha Tatashin1-31/+29
2025-07-09rv: Add support for LTL monitorsNam Cao1-4/+1
2025-07-08fold fs_struct->{lock,seq} into a seqlockAl Viro1-5/+5
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-273/+4
2025-05-26Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+24
2025-05-26Merge tag 'vfs-6.16-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-49/+39
2025-05-12mm: perform VMA allocation, freeing, duplication in mmLorenzo Stoakes1-88/+0
2025-05-12mm: move dup_mmap() to mmLorenzo Stoakes1-185/+4
2025-05-11kernel/fork: only call untrack_pfn_clear() on VMAs duplicated for fork()David Hildenbrand1-4/+5
2025-05-03futex: Allow automatic allocation of process wide futex hashSebastian Andrzej Siewior1-0/+22
2025-05-03futex: Add basic infrastructure for local task local hashSebastian Andrzej Siewior1-0/+2
2025-04-26pidfs: get rid of __pidfd_prepare()Christian Brauner1-54/+29
2025-04-12pidfs: ensure consistent ENOENT/ESRCH reportingChristian Brauner1-18/+16
2025-04-07pidfd: improve uapi when task isn't foundChristian Brauner1-3/+20