aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+8
2021-03-13mm/fork: clear PASID for new mmGravatar Fenghua Yu 1-0/+8
2021-03-10kernel: make IO threads unfreezable by defaultGravatar Jens Axboe 1-0/+1
2021-03-04kernel: provide create_io_thread() helperGravatar Jens Axboe 1-0/+30
2021-01-11Kernel: fork.c: Fix coding style: Do not use {} around single-line statementsGravatar Alexander Guril 1-4/+2
2020-12-22kasan: rename (un)poison_shadow to (un)poison_rangeGravatar Andrey Konovalov 1-2/+2
2020-12-15Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-3/+3
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+6
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-3/+4
2020-12-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+2
2020-12-15mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_stateGravatar Muchun Song 1-1/+1
2020-12-15mm/gup: prevent gup_fast from racing with COW during forkGravatar Jason Gunthorpe 1-0/+1
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2020-12-14Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+4
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+5
2020-12-10exec: Transform exec_update_mutex into a rw_semaphoreGravatar Eric W. Biederman 1-3/+3
2020-12-10exec: Simplify unshare_filesGravatar Eric W. Biederman 1-6/+6
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataGravatar Roman Gushchin 1-3/+4
2020-12-02kernel: Implement selective syscall userspace redirectionGravatar Gabriel Krisman Bertazi 1-0/+1
2020-11-24sched: highmem: Store local kmaps in task structGravatar Thomas Gleixner 1-0/+1
2020-11-16ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flagGravatar Gabriel Krisman Bertazi 1-2/+2
2020-11-16ptrace: Migrate to use SYSCALL_TRACE flagGravatar Gabriel Krisman Bertazi 1-1/+1
2020-11-16seccomp: Migrate to use SYSCALL_WORK flagGravatar Gabriel Krisman Bertazi 1-1/+1
2020-11-08fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentGravatar Eddy Wu 1-5/+5
2020-11-07Merge branch 'linus' into perf/kprobesGravatar Ingo Molnar 1-12/+40
2020-10-16kernel/: fix repeated words in commentsGravatar Randy Dunlap 1-1/+1
2020-10-16mm: use helper function put_write_access()Gravatar Miaohe Lin 1-1/+1
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-8/+8
2020-10-13mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessaryGravatar Suren Baghdasaryan 1-0/+21
2020-10-13mm: remove src/dst mm parameter in copy_page_range()Gravatar Peter Xu 1-1/+1
2020-10-13mm: use helper function mapping_allow_writable()Gravatar Miaohe Lin 1-1/+1
2020-10-12kprobes: Remove kretprobe hashGravatar Peter Zijlstra 1-0/+4
2020-09-30io_uring: don't rely on weak ->files referencesGravatar Jens Axboe 1-0/+6
2020-09-27mm/fork: Pass new vma pointer into copy_page_range()Gravatar Peter Xu 1-1/+1
2020-09-27mm: Introduce mm_struct.has_pinnedGravatar Peter Xu 1-0/+1
2020-09-05fork: adjust sysctl_max_threads definition to match prototypeGravatar Tobias Klauser 1-1/+1
2020-08-20fork: introduce kernel_clone()Gravatar Christian Brauner 1-8/+8
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2020-08-07kasan: don't tag stacks allocated with pageallocGravatar Andrey Konovalov 1-1/+2
2020-08-07mm: memcontrol: account kernel stack per nodeGravatar Shakeel Butt 1-37/+14
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-5/+6
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Gravatar Linus Torvalds 1-51/+16
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-5/+1
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2020-08-01Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Gravatar Ingo Molnar 1-1/+7
2020-07-31lockdep: Refactor IRQ trace events fields into structGravatar Marco Elver 1-11/+5
2020-07-29sched: tasks: Use sequence counter with associated spinlockGravatar Ahmed S. Darwish 1-1/+1
2020-07-29sched/uclamp: Add a new sysctl to control RT default boost valueGravatar Qais Yousef 1-0/+1
2020-07-10seccomp: release filter after task is fully deadGravatar Christian Brauner 1-1/+0