index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
fork.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-02
Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-12
/
+6
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-8
/
+11
2025-09-30
Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+1
2025-09-30
Merge tag 'cgroup-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+4
2025-09-29
Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-5
/
+5
2025-09-24
futex: Use correct exit on failure from futex_hash_allocate_default()
Sebastian Andrzej Siewior
1
-1
/
+1
2025-09-21
fork: check charging success before zeroing stack
Pasha Tatashin
1
-5
/
+5
2025-09-13
fork: kill the pointless lower_32_bits() in create_io_thread(), kernel_thread...
Oleg Nesterov
1
-10
/
+6
2025-09-13
fork: remove #ifdef CONFIG_LOCKDEP in copy_process()
Tio Zhang
1
-2
/
+0
2025-09-13
mm: convert remaining users to mm_flags_*() accessors
Lorenzo Stoakes
1
-1
/
+1
2025-09-13
mm: update fork mm->flags initialisation to use bitmap
Lorenzo Stoakes
1
-2
/
+5
2025-09-10
cgroup: replace global percpu_rwsem with per threadgroup resem when writing t...
Yi Tao
1
-0
/
+4
2025-09-01
copy_process: pass clone_flags as u64 across calltree
Simon Schuster
1
-4
/
+4
2025-09-01
copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)
Simon Schuster
1
-1
/
+1
2025-08-31
futex: Move futex_hash_free() back to __mmput()
Sebastian Andrzej Siewior
1
-1
/
+1
2025-08-21
uprobes/x86: Add mapping for optimized uprobe trampolines
Jiri Olsa
1
-0
/
+1
2025-08-10
Merge tag 'locking_urgent_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-1
/
+1
2025-08-05
Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+6
2025-08-03
Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-48
/
+47
2025-08-02
mm: add process info to bad rss-counter warning
Xuanye Liu
1
-3
/
+6
2025-08-02
futex: Move futex cleanup to __mmdrop()
Thomas Gleixner
1
-1
/
+1
2025-08-01
Merge tag 'trace-deferred-unwind-v6.17' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-0
/
+4
2025-07-30
Merge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
1
-4
/
+1
2025-07-29
Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+19
2025-07-29
Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+1
2025-07-29
Merge tag 'locking-futex-2025-07-29' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+6
2025-07-29
unwind_user/deferred: Add unwind_user_faultable()
Steven Rostedt
1
-0
/
+4
2025-07-28
Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2025-07-28
Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...
Linus Torvalds
1
-1
/
+1
2025-07-23
fork: mv threads-max into kernel/fork.c
Joel Granados
1
-1
/
+19
2025-07-21
stackleak: Rename STACKLEAK to KSTACK_ERASE
Kees Cook
1
-1
/
+1
2025-07-17
fork: reorder function qualifiers for copy_clone_args_from_user
Dishank Jogi
1
-1
/
+1
2025-07-14
locking/mutex: Rework task_struct::blocked_on
Peter Zijlstra
1
-2
/
+1
2025-07-11
futex: Use RCU-based per-CPU reference counting instead of rcuref_t
Peter Zijlstra
1
-2
/
+6
2025-07-09
fork: clean up ifdef logic around stack allocation
Pasha Tatashin
1
-11
/
+11
2025-07-09
fork: define a local GFP_VMAP_STACK
Linus Walleij
1
-6
/
+7
2025-07-09
fork: clean-up naming of vm_stack/vm_struct variables in vmap stacks code
Pasha Tatashin
1
-31
/
+29
2025-07-09
rv: Add support for LTL monitors
Nam Cao
1
-4
/
+1
2025-07-08
fold fs_struct->{lock,seq} into a seqlock
Al Viro
1
-5
/
+5
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-273
/
+4
2025-05-26
Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+24
2025-05-26
Merge tag 'vfs-6.16-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-49
/
+39
2025-05-12
mm: perform VMA allocation, freeing, duplication in mm
Lorenzo Stoakes
1
-88
/
+0
2025-05-12
mm: move dup_mmap() to mm
Lorenzo Stoakes
1
-185
/
+4
2025-05-11
kernel/fork: only call untrack_pfn_clear() on VMAs duplicated for fork()
David Hildenbrand
1
-4
/
+5
2025-05-03
futex: Allow automatic allocation of process wide futex hash
Sebastian Andrzej Siewior
1
-0
/
+22
2025-05-03
futex: Add basic infrastructure for local task local hash
Sebastian Andrzej Siewior
1
-0
/
+2
2025-04-26
pidfs: get rid of __pidfd_prepare()
Christian Brauner
1
-54
/
+29
2025-04-12
pidfs: ensure consistent ENOENT/ESRCH reporting
Christian Brauner
1
-18
/
+16
2025-04-07
pidfd: improve uapi when task isn't found
Christian Brauner
1
-3
/
+20
[next]