summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / / |/| | |
| * | | mm/fork: clear PASID for new mmFenghua Yu2021-03-131-0/+8
| |/ /
* / / kernel: make IO threads unfreezable by defaultJens Axboe2021-03-101-0/+1
|/ /
* / kernel: provide create_io_thread() helperJens Axboe2021-03-041-0/+30
|/
* Kernel: fork.c: Fix coding style: Do not use {} around single-line statementsAlexander Guril2021-01-111-4/+2
* kasan: rename (un)poison_shadow to (un)poison_rangeAndrey Konovalov2020-12-221-2/+2
* Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-12-151-3/+3
|\
| * exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2020-12-101-3/+3
* | Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-151-6/+6
|\ \
| * | exec: Simplify unshare_filesEric W. Biederman2020-12-101-6/+6
* | | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-3/+4
|\ \ \
| * | | mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin2020-12-021-3/+4
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-1/+2
|\ \ \
| * | | mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_stateMuchun Song2020-12-151-1/+1
| * | | mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe2020-12-151-0/+1
| |/ /
* | | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-141-0/+1
|\ \ \
| * | | sched: highmem: Store local kmaps in task structThomas Gleixner2020-11-241-0/+1
| | |/ | |/|
* | | Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-141-0/+4
|\ \ \
| * | | Merge branch 'linus' into perf/kprobesIngo Molnar2020-11-071-12/+40
| |\| |
| * | | kprobes: Remove kretprobe hashPeter Zijlstra2020-10-121-0/+4
* | | | Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-4/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | kernel: Implement selective syscall userspace redirectionGabriel Krisman Bertazi2020-12-021-0/+1
| * | | ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flagGabriel Krisman Bertazi2020-11-161-2/+2
| * | | ptrace: Migrate to use SYSCALL_TRACE flagGabriel Krisman Bertazi2020-11-161-1/+1
| * | | seccomp: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi2020-11-161-1/+1
| | |/ | |/|
* / | fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu2020-11-081-5/+5
|/ /
* | kernel/: fix repeated words in commentsRandy Dunlap2020-10-161-1/+1
* | mm: use helper function put_write_access()Miaohe Lin2020-10-161-1/+1
* | Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-141-8/+8
|\ \
| * | fork: introduce kernel_clone()Christian Brauner2020-08-201-8/+8