summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan2020-10-131-0/+21
* | | mm: remove src/dst mm parameter in copy_page_range()Peter Xu2020-10-131-1/+1
* | | mm: use helper function mapping_allow_writable()Miaohe Lin2020-10-131-1/+1
* | | io_uring: don't rely on weak ->files referencesJens Axboe2020-09-301-0/+6
* | | mm/fork: Pass new vma pointer into copy_page_range()Peter Xu2020-09-271-1/+1
* | | mm: Introduce mm_struct.has_pinnedPeter Xu2020-09-271-0/+1
| |/ |/|
* | fork: adjust sysctl_max_threads definition to match prototypeTobias Klauser2020-09-051-1/+1
|/
* Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-101-1/+1
|\
| * sched: tasks: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-291-1/+1
* | kasan: don't tag stacks allocated with pageallocAndrey Konovalov2020-08-071-1/+2
* | mm: memcontrol: account kernel stack per nodeShakeel Butt2020-08-071-37/+14
* | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-5/+6
|\ \
| * | close_range: add CLOSE_RANGE_UNSHAREChristian Brauner2020-06-171-5/+6
* | | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-041-51/+16
|\ \ \
| * | | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+1
| * | | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-9/+0
| * | | fork: remove do_fork()Christian Brauner2020-07-041-24/+1
| * | | fork: fold legacy_clone_args_valid() into _do_fork()Christian Brauner2020-06-221-16/+14
| |/ /
* | | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-08-041-5/+1
|\ \ \
| * | | exit: Factor thread_group_exited out of pidfd_pollEric W. Biederman2020-07-071-5/+1
| |/ /
* | | Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-1/+0
|\ \ \