summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | kernel/fork: always deny write access to current MM exe_fileDavid Hildenbrand2021-09-031-6/+44
| * | kernel/fork: factor out replacing the current MM exe_fileDavid Hildenbrand2021-09-031-3/+41
| |/
* | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311-0/+1
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-261-4/+4
| |\|
| * | bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko2021-07-161-0/+1
* | | Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-08-301-0/+2
|\ \ \ | |_|/ |/| |
| * | sched: Introduce task_struct::user_cpus_ptr to track requested affinityWill Deacon2021-08-201-0/+2
* | | ucounts: Fix regression preventing increasing of rlimits in init_user_nsEric W. Biederman2021-08-231-4/+4
| |/ |/|
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-1/+0
|\ \
| * | mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli2021-06-291-1/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2021-06-281-4/+14
|\ \ \
| * | | ucounts: Set ucount_max to the largest positive value the type can holdAlexey Gladkov2021-04-301-4/+4
| * | | Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov2021-04-301-0/+1
| * | | Reimplement RLIMIT_SIGPENDING on top of ucountsAlexey Gladkov2021-04-301-0/+1
| * | | Reimplement RLIMIT_MSGQUEUE on top of ucountsAlexey Gladkov2021-04-301-0/+1
| * | | Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov2021-04-301-4/+5
| * | | Add a reference to ucounts for each credAlexey Gladkov2021-04-301-0/+6
* | | | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-281-4/+8
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | sched: Change task_struct::statePeter Zijlstra2021-06-181-2/+2