aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/fork.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+12
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-74/+97
2025-03-30Merge tag 'x86-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2025-03-25x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand1-0/+4
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2025-03-21fork: use __vmalloc_node() for stack allocationUladzislau Rezki (Sony)1-4/+2
2025-03-19pidfs: ensure that PIDFS_INFO_EXIT is availableChristian Brauner1-2/+5
2025-03-17mm/rmap: basic MM owner tracking for large folios (!hugetlb)David Hildenbrand1-0/+36
2025-03-16mm,procfs: allow read-only remote mm access under CAP_PERFMONAndrii Nakryiko1-1/+12
2025-03-16mm: make vma cache SLAB_TYPESAFE_BY_RCUSuren Baghdasaryan1-27/+46
2025-03-16mm: replace vm_lock and detached flag with a reference countSuren Baghdasaryan1-7/+6
2025-03-16mm: move mmap_init_lock() out of the header fileSuren Baghdasaryan1-0/+6
2025-03-16mm: mark vma as detached until it's added into vma treeSuren Baghdasaryan1-0/+4
2025-03-16mm: move per-vma lock into vm_area_structSuren Baghdasaryan1-44/+5
2025-03-05pidfs: move setting flags into pidfs_alloc_file()Christian Brauner1-5/+0
2025-03-05pidfd: rely on automatic cleanup in __pidfd_prepare()Christian Brauner1-6/+4
2025-02-18fork: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-01kernel: be more careful about dup_mmap() failures and uprobe registeringLiam R. Howlett1-3/+14
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-4/+5
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-6/+6
2025-01-21Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+1
2025-01-12get_task_exe_file: check PF_KTHREAD locklesslyMateusz Guzik1-4/+5
2024-12-18fork: avoid inappropriate uprobe access to invalid mmLorenzo Stoakes1-7/+6
2024-12-11fs: don't block write during exec on pre-content watched filesAmir Goldstein1-6/+6
2024-12-02mm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan1-4/+1
2024-11-27Revert "fs: don't block i_writecount during exec"Christian Brauner1-3/+23
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+3
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2024-11-19Merge tag 'x86-splitlock-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2024-11-19Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2024-11-07signal: Provide ignored_posix_timers listThomas Gleixner1-0/+1
2024-11-05mm: move mm flags to mm_types.hNanyong Sun1-1/+0
2024-11-05mm: refactor mm_access() to not return NULLLorenzo Stoakes1-2/+3
2024-11-03Merge tag 'timers-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2024-10-28fork: only invoke khugepaged, ksm hooks if no errorLorenzo Stoakes1-5/+2
2024-10-28fork: do not invoke uffd on fork if error occursLorenzo Stoakes1-1/+4
2024-10-27posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on cloneBenjamin Segall1-0/+2
2024-10-14sched: Improve cache locality of RSEQ concurrency IDs for intermittent workloadsMathieu Desnoyers1-1/+1
2024-09-29close_range(): fix the logics in descriptor table trimmingAl Viro1-18/+14
2024-09-25Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockLinus Torvalds1-1/+1
2024-09-21Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds1-5/+12
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+2
2024-09-18Merge tag 'cgroup-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+0
2024-09-17Revert "uprobes: use vm_special_mapping close() functionality"Oleg Nesterov1-0/+1
2024-09-09uprobes: use vm_special_mapping close() functionalitySven Schnelle1-1/+0
2024-09-04Merge branch 'bpf/master' into for-6.12Tejun Heo1-3/+22
2024-09-01mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig optionsDavid Hildenbrand1-2/+2
2024-08-21Revert "pidfd: prevent creation of pidfds for kthreads"Christian Brauner1-22/+3
2024-08-12pidfd: prevent creation of pidfds for kthreadsChristian Brauner1-3/+22
2024-08-11kernel/fork.c: get estimated free pages by memblock apiWei Yang1-1/+1