summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-231-3/+3
|\
| * mm: move mm flags to mm_types.hNanyong Sun2024-11-061-1/+0
| * mm: refactor mm_access() to not return NULLLorenzo Stoakes2024-11-061-2/+3
* | Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-201-0/+1
|\ \
| * | signal: Provide ignored_posix_timers listThomas Gleixner2024-11-071-0/+1
* | | Merge tag 'x86-splitlock-2024-11-18' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-11-191-1/+1
|\ \ \
| * | | x86/split_lock: Move Split and Bus lock code to a dedicated fileRavi Bangoria2024-08-081-1/+1
* | | | Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-11-191-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | sched: Improve cache locality of RSEQ concurrency IDs for intermittent workloadsMathieu Desnoyers2024-10-141-1/+1
* | | | Merge tag 'timers-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-11-031-0/+2
|\ \ \ \
| * | | | posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on cloneBenjamin Segall2024-10-271-0/+2
| |/ / /
* | | | fork: only invoke khugepaged, ksm hooks if no errorLorenzo Stoakes2024-10-291-5/+2
* | | | fork: do not invoke uffd on fork if error occursLorenzo Stoakes2024-10-291-1/+4
|/ / /
* | / close_range(): fix the logics in descriptor table trimmingAl Viro2024-09-301-18/+14
| |/ |/|
* | Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-251-1/+1
|\ \
| * | kernel/fork.c: get estimated free pages by memblock apiWei Yang2024-08-111-1/+1
| |/
* | Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-211-5/+12
|\ \
| * \ Merge branch 'bpf/master' into for-6.12Tejun Heo2024-09-041-3/+22
| |\ \
| * \ \ Merge tag 'v6.11-rc1' into for-6.12Tejun Heo2024-07-301-39/+25
| |\ \ \ | | | |/ | | |/|
| * | | sched_ext: Add boilerplate for extensible scheduler classTejun Heo2024-06-181-0/+2
| * | | sched: Allow sched_cgroup_fork() to fail and introduce sched_cancel_fork()Tejun Heo2024-06-181-5/+10
* | | | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-211-2/+2
|\ \ \ \
| * | | | Revert "uprobes: use vm_special_mapping close() functionality"Oleg Nesterov2024-09-171-0/+1
| * | | | uprobes: use vm_special_mapping close() functionalitySven Schnelle2024-09-101-1/+0
| * | | | mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig optionsDavid Hildenbrand2024-09-021-2/+2
| * | | | Revert "pidfd: prevent creation of pidfds for kthreads"Christian Brauner2024-08-211-22/+3
| | |_|/ | |/| |
| * | | pidfd: prevent creation of pidfds for kthreadsChristian Brauner2024-08-121-3/+22
| | |/ | |/|
* | | Merge tag 'cgroup-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-181-1/+0
|\ \ \
| * | | cgroup/cpuset: Remove cpuset_slab_spread_rotorXiu Jianfeng2024-07-311-1/+0
| |/ /
* / / posix-timers: Convert timer list to hlistThomas Gleixner2024-07-291-1/+1
|/ /
* | sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-1/+1
* | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-221-3/+4
|\ \
| * | fork: use this_cpu_try_cmpxchg() in try_release_thread_stack_to_cache()Uros Bizjak2024-06-251-3/+4
| |/
* | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-221-9/+9
|\ \
| * | kernel/fork.c: put set_max_threads()/task_struct_whitelist() in __init sectionWei Yang2024-07-101-2/+2
| * | kernel/fork.c: get totalram_pages from memblock to calculate max_threadsWei Yang2024-07-101-1/+2
| * | get_task_mm: check PF_KTHREAD locklessOleg Nesterov2024-07-051-6/+5
| |/
* | Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-07-171-0/+3
|\ \
| * | kunit: test: Add vm_mmap() allocation resource managerKees Cook2024-06-151-0/+3
| |/
* | Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-161-3/+5
|\ \
| * | clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann2024-07-101-3/+5
| |/
* / fs: don't block i_writecount during execChristian Brauner2024-06-031-23/+3
|/
* mm: rename mm_put_huge_zero_page to mm_put_huge_zero_folioMatthew Wilcox (Oracle)2024-04-261-1/+1
* fork: defer linking file vma until vma is fully initializedMiaohe Lin2024-04-171-16/+17
* Merge tag 'rcu.next.v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bo...Linus Torvalds2024-03-111-0/+1
|\
| * rcu-tasks: Initialize data to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney2024-02-251-0/+1
* | Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-127/+20
|\ \ | |/ |/|
| * pidfd: add pidfsChristian Brauner2024-03-011-11/+2
| * pidfd: move struct pidfd_fopsChristian Brauner2024-02-281-110/+0
| * pidfd: change pidfd_send_signal() to respect PIDFD_THREADOleg Nesterov2024-02-101-2/+0