summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * pidfd: clone: allow CLONE_THREAD | CLONE_PIDFD togetherOleg Nesterov2024-02-061-3/+4
| * pidfd_poll: report POLLHUP when pid_task() == NULLOleg Nesterov2024-02-021-15/+7
| * pidfd: implement PIDFD_THREAD flag for pidfd_open()Oleg Nesterov2024-02-021-7/+31
| * pidfd: cleanup the usage of __pidfd_prepare's flagsOleg Nesterov2024-02-021-6/+3
| * fork: Using clone_flags for legacy clone checkWang Jinchao2024-02-021-2/+2
* | exec: Distinguish in_execve from in_execKees Cook2024-01-241-0/+1
|/
* Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-191-1/+1
|\
| * iommu: Change kconfig around IOMMU_SVAJason Gunthorpe2023-12-121-1/+1
* | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-111-0/+2
|\ \
| * | rseq: Split out rseq.h from sched.hKent Overstreet2023-12-271-0/+1
| * | kernel/fork.c: add missing includeKent Overstreet2023-12-211-0/+1
| |/
* | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-091-27/+1
|\ \
| * | fork: remove redundant TASK_UNINTERRUPTIBLEKevin Hao2023-12-211-1/+1