summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* kasan, arm64: reset pointer tags of vmapped stacksAndrey Konovalov2022-03-241-5/+6
* kasan, fork: reset pointer tags of vmapped stacksAndrey Konovalov2022-03-241-0/+2
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-0/+3
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-03-221-0/+3
| |\
| | * rethook: Add a generic return hookMasami Hiramatsu2022-03-171-0/+3
* | | Merge tag 'core-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-211-97/+166
|\ \ \
| * | | fork: Use IS_ENABLED() in account_kernel_stack()Sebastian Andrzej Siewior2022-02-221-4/+4
| * | | fork: Only cache the VMAP stack in finish_task_switch()Sebastian Andrzej Siewior2022-02-221-13/+63
| * | | fork: Move task stack accounting to do_exit()Sebastian Andrzej Siewior2022-02-221-12/+23
| * | | fork: Move memcg_charge_kernel_stack() into CONFIG_VMAP_STACKSebastian Andrzej Siewior2022-02-221-33/+36
| * | | fork: Don't assign the stack pointer in dup_task_struct()Sebastian Andrzej Siewior2022-02-221-31/+16
| * | | fork, IA64: Provide alloc_thread_stack_node() for IA64Sebastian Andrzej Siewior2022-02-221-0/+17
| * | | fork: Duplicate task_struct before stack allocationSebastian Andrzej Siewior2022-02-221-5/+4
| * | | fork: Redo ifdefs around task stack handlingSebastian Andrzej Siewior2022-02-221-35/+39
| | |/ | |/|
* | | Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-211-8/+7
|\ \ \ | |_|/ |/| |
| * | sched: Define and initialize a flag to identify valid PASID in the taskPeter Zijlstra2022-02-151-0/+4
| * | iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exitFenghua Yu2022-02-151-0/+1
| * | kernel/fork: Initialize mm's PASIDFenghua Yu2022-02-141-8/+2
| * | mm: Change CONFIG option for mm->pasid fieldFenghua Yu2022-02-141-1/+1
* | | mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan2022-03-051-2/+2
| |/ |/|
* | Merge tag 'sched_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-02-201-1/+12
|\ \
| * | sched: Fix yet more sched_fork() racesPeter Zijlstra2022-02-191-1/+12
| |/
* | Merge tag 'pidfd.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-02-201-4/+3
|\ \
| * | copy_process(): Move fd_install() out of sighand->siglock critical sectionWaiman Long2022-02-111-4/+3
| |/
* / ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1Eric W. Biederman2022-02-171-5/+5
|/
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-12/+8
|\
| * exit: Remove profile_handoff_taskEric W. Biederman2022-01-081-3/+1
| * kthread: Generalize pf_io_worker so it can point to struct kthreadEric W. Biederman2022-01-081-7/+1
| * fork: Rename bad_fork_cleanup_threadgroup_lock to bad_fork_cleanup_delayacctEric W. Biederman2021-12-201-3/+3
| * fork: Stop protecting back_fork_cleanup_cgroup_lock with CONFIG_NUMAEric W. Biederman2021-12-201-1/+1
| * kthread: Ensure struct kthread is present for all kthreadsEric W. Biederman2021-12-131-0/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-0/+3
|\ \
| * | mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann2022-01-151-0/+1
| * | mm: add a field to store names for private anonymous memoryColin Cross2022-01-151-0/+2
| |/
* / fork: move copy_io to block/blk-ioc.cChristoph Hellwig2021-11-291-26/+0
|/
* Merge tag 'timers-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-141-0/+1
|\
| * posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()Michael Pratt2021-11-021-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-6/+3
|\ \
| * | kernel/fork.c: unshare(): use swap() to make code cleanerRan Xiaokai2021-11-091-6/+3
* | | Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds2021-11-031-3/+1
|\ \ \ | |_|/ |/| |
| * | coredump: Limit coredumps to a single thread groupEric W. Biederman2021-10-081-1/+0
| * | coredump: Don't perform any cleanups before dumping coreEric W. Biederman2021-10-061-2/+1
| |/
* | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-1/+1
|\ \
| * | kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao2021-10-141-1/+1
| |/
* / kernel: remove spurious blkdev.h includesChristoph Hellwig2021-10-181-1/+0
|/
* mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian2021-09-081-0/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-2/+0
|\
| * kernel/fork.c: unexport get_{mm,task}_exe_fileChristoph Hellwig2021-09-081-2/+0
* | Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds2021-09-041-11/+84
|\ \
| * | mm: remove VM_DENYWRITEDavid Hildenbrand2021-09-031-3/+0