summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | sched: Stop PF_NO_SETAFFINITY from being inherited by various init system thr...Frederic Weisbecker2021-05-261-1/+1
| * | sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-121-1/+1
| * | sched: Inherit task cookie on fork()Peter Zijlstra2021-05-121-0/+3
| * | sched: Trivial core scheduling cookie managementPeter Zijlstra2021-05-121-0/+1
* | | Revert "signal: Allow tasks to cache one sigqueue struct"Linus Torvalds2021-06-271-1/+0
|/ /
* | kernel/fork.c: fix typosXiaofeng Cao2021-05-061-4/+4
* | kernel/fork.c: simplify copy_mm()Rolf Eike Beer2021-05-061-11/+4
* | mm: memcontrol: fix kernel stack accountMuchun Song2021-04-301-5/+8
* | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-0/+5
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-8/+8
| |\|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-0/+8
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-091-0/+5
| |\ \ \
| | * | | bpf: Enable task local storage for tracing programsSong Liu2021-02-261-0/+5
* | | | | Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-281-1/+2
|\ \ \ \ \
| * | | | | kernel: always initialize task->pf_io_worker to NULLStefan Metzmacher2021-04-251-0/+1
| * | | | | kernel: allow fork with TIF_NOTIFY_SIGNAL pendingJens Axboe2021-04-111-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-04-281-0/+1
|\ \ \ \ \
| * | | | | Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar2021-04-201-8/+16
| |\| | | |
| * | | | | signal: Allow tasks to cache one sigqueue structThomas Gleixner2021-04-141-0/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-04-281-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | perf: Support only inheriting events if cloned with CLONE_THREADMarco Elver2021-04-161-1/+1
* | | | | Merge tag 'io_uring-5.12-2021-03-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-281-8/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | kernel: stop masking signals in create_io_thread()Jens Axboe2021-03-271-8/+8
* | | | | Merge tag 'io_uring-5.12-2021-03-19' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-191-1/+0
|\| | | | | |/ / / |/| | |
| * | | io_uring: allow IO worker threads to be frozenJens Axboe2021-03-121-1/+0
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-03-141-0/+8
|\ \ \ \ | |/ / / |/| | |