aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2023-09-26Merge tag 'v5.4.257' into v5.4/standard/baseBruce Ashfield
2023-09-23kernel/fork: beware of __put_task_struct() calling contextWander Lairson Costa
2023-08-08Merge tag 'v5.4.252' into v5.4/standard/baseBruce Ashfield
2023-08-08mm: Move mm_cachep initialization to mm_init()Peter Zijlstra
2023-08-08x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra
2022-03-02Merge tag 'v5.4.181' into v5.4/standard/baseBruce Ashfield
2022-02-23copy_process(): Move fd_install() out of sighand->siglock critical sectionWaiman Long
2021-09-27Merge tag 'v5.4.148' into v5.4/standard/baseBruce Ashfield
2021-09-22mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian
2021-01-17Merge tag 'v5.4.88' into v5.4/standard/baseBruce Ashfield
2021-01-09exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman
2020-11-19Merge tag 'v5.4.76' into v5.4/standard/baseBruce Ashfield
2020-11-10fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu
2020-11-02Merge tag 'v5.4.73' into v5.4/standard/baseBruce Ashfield
2020-10-29mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan
2020-10-05Merge tag 'v5.4.69' into v5.4/standard/baseBruce Ashfield
2020-10-01exec: Fix a deadlock in straceBernd Edlinger
2020-10-01exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman
2020-05-25Merge tag 'v5.4.42' into v5.4/standard/baseBruce Ashfield
2020-05-20fork: prevent accidental access to clone3 featuresChristian Brauner
2020-04-13Merge tag 'v5.4.29' into v5.4/standard/baseBruce Ashfield
2020-04-01mm: fork: fix kernel_stack memcg stats for various stack implementationsRoman Gushchin
2020-01-27Merge tag 'v5.4.12' into v5.4/standard/baseBruce Ashfield
2020-01-14clone3: ensure copy_thread_tls is implementedAmanieu d'Antras
2020-01-13aufs5: mmapBruce Ashfield
2019-11-29futex: Split futex_mm_release() for exit/execThomas Gleixner
2019-11-29exit/exec: Seperate mm_release()Thomas Gleixner
2019-11-29futex: Move futex exit handling into futex codeThomas Gleixner
2019-11-20fork: fix pidfd_poll()'s return typeLuc Van Oostenryck
2019-11-05clone3: validate stack argumentsChristian Brauner
2019-10-07kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko
2019-10-04Merge tag 'copy-struct-from-user-v5.4-rc2' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2019-10-03fork: add kernel-doc for clone3Christian Brauner
2019-10-01clone3: switch to copy_struct_from_user()Aleksa Sarai
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-09-25fork: improve error message for corrupted page tablesSai Praneeth Prakhya
2019-09-25tasks, sched/core: Ensure tasks are available for a grace period after leavin...Eric W. Biederman
2019-09-25tasks: Add a count of task RCU usersEric W. Biederman
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-16Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-16Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-09-12fork: block invalid exit signals with clone3()Eugene Syromiatnikov
2019-08-28posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner
2019-08-28posix-cpu-timers: Move expiry cache into struct posix_cputimersThomas Gleixner
2019-08-28posix-cpu-timers: Create a container structThomas Gleixner
2019-08-21Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe
2019-08-20hmm: use mmu_notifier_get/put for 'struct hmm'Jason Gunthorpe
2019-08-12kernel: only define task_struct_whitelist conditionallyChristoph Hellwig
2019-08-01pidfd: add P_PIDFD to waitid()Christian Brauner