summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* fork: defer linking file vma until vma is fully initializedMiaohe Lin10 days1-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-181-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-101-0/+2
|\ \
| * | rseq: Split out rseq.h from sched.hKent Overstreet2023-12-271-0/+1
| * | kernel/fork.c: add missing includeKent Overstreet2023-12-201-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-201-1/+1
| * | arch: remove ARCH_TASK_STRUCT_ALLOCATORHeiko Carstens2023-12-101-6/+0
| * | arch: remove ARCH_THREAD_STACK_ALLOCATORHeiko Carstens2023-12-101-20/+0
| |/
* | mm/mglru: add CONFIG_LRU_GEN_WALKS_MMUKinsey Ho2024-01-051-1/+1
* | fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang2023-12-101-11/+29
|/
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-3/+0
|\
| * kill task_struct->thread_groupOleg Nesterov2023-10-041-3/+0
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-6/+2
|\ \
| * | mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes2023-10-181-1/+1
| * | mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlFlorent Revest2023-10-061-1/+1
| * | mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik2023-10-041-4/+0
| |/
* | Merge tag 'docs-6.7' of git://git.lwn.net/linuxLinus Torvalds2023-11-011-4/+11
|\ \
| * | fork: Fix kernel-docMatthew Wilcox (Oracle)2023-10-101-4/+11
| |/
* | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-1/+1
|\ \
| * | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-1/+1
| |/
* / file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner2023-10-191-3/+1
|/
* Merge tag 'percpu-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2023-09-011-11/+4
|\
| * kernel/fork: group allocation/free of per-cpu counters for mm structMateusz Guzik2023-08-251-11/+4
* | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-13/+9
|\ \
| * | kernel/fork: stop playing lockless games for exe_file replacementMateusz Guzik2023-08-211-13/+9
| |/
* / kernel/fork: beware of __put_task_struct() calling contextWander Lairson Costa2023-07-131-0/+8
|/
* fork: lock VMAs of the parent process when forkingSuren Baghdasaryan2023-07-081-0/+1
* Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-281-7/+3
|\
| * fork: optimize memcg_charge_kernel_stack() a bitHaifeng Xu2023-06-091-7/+3
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-071-1/+1
|\ \
| * | bpf: Fix UAF in task local storageKP Singh2023-06-021-1/+1
| |/
* / fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie2023-06-011-8/+5
|/
* Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-04-301-0/+1
|\
| *-. Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel2023-04-141-0/+1
| |\ \
| | | * iommu/sva: Move PASID helpers to sva codeJacob Pan2023-03-311-0/+1
| | |/
* | | Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-04-281-0/+2
|\ \ \