summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorLines
2021-05-06kernel/fork.c: fix typosXiaofeng Cao-4/+4
2021-05-06kernel/fork.c: simplify copy_mm()Rolf Eike Beer-11/+4
2021-04-30mm: memcontrol: fix kernel stack accountMuchun Song-5/+8
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-0/+5
2021-04-28Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+2
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2021-04-28Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2021-04-25kernel: always initialize task->pf_io_worker to NULLStefan Metzmacher-0/+1
2021-04-20Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar-8/+16
2021-04-16perf: Support only inheriting events if cloned with CLONE_THREADMarco Elver-1/+1
2021-04-14signal: Allow tasks to cache one sigqueue structThomas Gleixner-0/+1
2021-04-11kernel: allow fork with TIF_NOTIFY_SIGNAL pendingJens Axboe-1/+1
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+8
2021-03-28Merge tag 'io_uring-5.12-2021-03-27' of git://git.kernel.dk/linux-blockLinus Torvalds-8/+8
2021-03-27kernel: stop masking signals in create_io_thread()Jens Axboe-8/+8
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+8
2021-03-19Merge tag 'io_uring-5.12-2021-03-19' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+0
2021-03-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+8
2021-03-13mm/fork: clear PASID for new mmFenghua Yu-0/+8
2021-03-12io_uring: allow IO worker threads to be frozenJens Axboe-1/+0
2021-03-10kernel: make IO threads unfreezable by defaultJens Axboe-0/+1
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-0/+5
2021-03-04kernel: provide create_io_thread() helperJens Axboe-0/+30
2021-02-26bpf: Enable task local storage for tracing programsSong Liu-0/+5
2021-01-11Kernel: fork.c: Fix coding style: Do not use {} around single-line statementsAlexander Guril-4/+2
2020-12-22kasan: rename (un)poison_shadow to (un)poison_rangeAndrey Konovalov-2/+2
2020-12-15Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-3/+3
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+6
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-3/+4
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+2
2020-12-15mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_stateMuchun Song-1/+1
2020-12-15mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe-0/+1
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2020-12-14Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+4
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+5
2020-12-10exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman-3/+3
2020-12-10exec: Simplify unshare_filesEric W. Biederman-6/+6
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin-3/+4
2020-12-02kernel: Implement selective syscall userspace redirectionGabriel Krisman Bertazi-0/+1
2020-11-24sched: highmem: Store local kmaps in task structThomas Gleixner-0/+1
2020-11-16ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flagGabriel Krisman Bertazi-2/+2
2020-11-16ptrace: Migrate to use SYSCALL_TRACE flagGabriel Krisman Bertazi-1/+1
2020-11-16seccomp: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi-1/+1
2020-11-08fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu-5/+5
2020-11-07Merge branch 'linus' into perf/kprobesIngo Molnar-12/+40
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap-1/+1
2020-10-16mm: use helper function put_write_access()Miaohe Lin-1/+1
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+8
2020-10-13mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan-0/+21
2020-10-13mm: remove src/dst mm parameter in copy_page_range()Peter Xu-1/+1