summaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-04io_uring: import 5.15-stable io_uringJens Axboe1-0/+1
2023-01-04kernel: stop masking signals in create_io_thread()Jens Axboe1-8/+8
2023-01-04kernel: allow fork with TIF_NOTIFY_SIGNAL pendingJens Axboe1-1/+1
2023-01-04kernel: provide create_io_thread() helperJens Axboe1-0/+30
2022-09-15IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas1-0/+1
2022-02-23copy_process(): Move fd_install() out of sighand->siglock critical sectionWaiman Long1-4/+3
2021-11-18posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()Michael Pratt1-0/+1
2021-11-18kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao1-1/+1
2021-09-18mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian1-0/+1
2021-09-08Revert "Add a reference to ucounts for each cred"Greg Kroah-Hartman1-6/+0
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+1
2021-07-14Add a reference to ucounts for each credAlexey Gladkov1-0/+6
2021-03-30mm/fork: clear PASID for new mmFenghua Yu1-0/+8
2021-01-09exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman1-3/+3
2020-12-30mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe1-0/+1
2020-11-08fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu1-5/+5
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap1-1/+1
2020-10-16mm: use helper function put_write_access()Miaohe Lin1-1/+1
2020-10-15Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+8
2020-10-14mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan1-0/+21
2020-10-14mm: remove src/dst mm parameter in copy_page_range()Peter Xu1-1/+1
2020-10-14mm: use helper function mapping_allow_writable()Miaohe Lin1-1/+1
2020-10-01io_uring: don't rely on weak ->files referencesJens Axboe1-0/+6
2020-09-27mm/fork: Pass new vma pointer into copy_page_range()Peter Xu1-1/+1
2020-09-27mm: Introduce mm_struct.has_pinnedPeter Xu1-0/+1
2020-09-05fork: adjust sysctl_max_threads definition to match prototypeTobias Klauser1-1/+1
2020-08-20fork: introduce kernel_clone()Christian Brauner1-8/+8
2020-08-11Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2020-08-07kasan: don't tag stacks allocated with pageallocAndrey Konovalov1-1/+2
2020-08-07mm: memcontrol: account kernel stack per nodeShakeel Butt1-37/+14
2020-08-05Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+6
2020-08-05Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds1-51/+16
2020-08-05Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-5/+1
2020-08-05Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2020-08-04Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-08-01Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar1-1/+7
2020-07-31lockdep: Refactor IRQ trace events fields into structMarco Elver1-11/+5
2020-07-29sched: tasks: Use sequence counter with associated spinlockAhmed S. Darwish1-1/+1
2020-07-29sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef1-0/+1
2020-07-11seccomp: release filter after task is fully deadChristian Brauner1-1/+0
2020-07-10lockdep: Change hardirq{s_enabled,_context} to per-cpu variablesPeter Zijlstra1-3/+1
2020-07-07exit: Factor thread_group_exited out of pidfd_pollEric W. Biederman1-5/+1
2020-07-05arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-2/+1
2020-07-05arch: remove HAVE_COPY_THREAD_TLSChristian Brauner1-9/+0
2020-07-05fork: remove do_fork()Christian Brauner1-24/+1
2020-06-29fork: Annotate a data race in vm_area_dup()Qian Cai1-1/+7
2020-06-26fork: annotate data race in copy_process()Weilong Chen1-1/+1
2020-06-22fork: fold legacy_clone_args_valid() into _do_fork()Christian Brauner1-16/+14
2020-06-17close_range: add CLOSE_RANGE_UNSHAREChristian Brauner1-5/+6
2020-06-09mmap locking API: convert nested write lock sitesMichel Lespinasse1-1/+1