summaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
AgeCommit message (Expand)AuthorLines
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+0
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+0
2023-10-04kill task_struct->thread_groupOleg Nesterov-1/+0
2023-10-04mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik-4/+0
2023-09-21exit: add internal include file with helpersJens Axboe-25/+7
2023-09-21exit: add kernel_waitid_prepare() helperJens Axboe-13/+25
2023-09-21exit: move core of do_wait() into helperJens Axboe-20/+31
2023-09-21exit: abstract out should_wake helper for child_wait_callback()Jens Axboe-6/+14
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie-1/+4
2023-04-28Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds-0/+2
2023-03-29tracing/user_events: Track fork/exec/exit for mm lifetimeBeau Belgrave-0/+2
2023-03-28lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin-1/+1
2023-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+8
2023-01-24Compiler attributes: GCC cold function alignment workaroundsMark Rutland-1/+8
2023-01-21exit: Detect and fix irq disabled state in oopsNicholas Piggin-0/+7
2022-12-16exit: Use READ_ONCE() for all oops/warn limit readsKees Cook-2/+4
2022-12-02exit: Allow oops_limit to be disabledKees Cook-1/+1
2022-12-01exit: Expose "oops_count" to sysfsKees Cook-2/+20
2022-12-01exit: Put an upper limit on how often we can oopsJann Horn-0/+42
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+4
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+3
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2022-10-09Merge tag 'signal-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+19
2022-10-03kmsan: handle task creation and exitingAlexander Potapenko-0/+2
2022-09-26mm: multi-gen LRU: support page table walksYu Zhao-0/+1
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang-0/+4
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra-2/+2
2022-08-03exit: Fix typo in comment: s/sub-theads/sub-threadsIngo Molnar-1/+1
2022-07-20signal: Guarantee that SIGNAL_GROUP_EXIT is set on process exitEric W. Biederman-0/+18
2022-07-20signal: Ensure SIGNAL_GROUP_EXIT gets set in do_group_exitEric W. Biederman-1/+1
2022-07-11fix race between exit_itimers() and /proc/pid/timersOleg Nesterov-1/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+2
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-0/+2
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-14/+0
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2022-03-17rethook: Add a generic return hookMasami Hiramatsu-0/+2
2022-03-15exit: Mark do_group_exit() __noreturnPeter Zijlstra-1/+1
2022-03-10tracehook: Remove tracehook.hEric W. Biederman-1/+2
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann-14/+0
2022-02-22fork: Move task stack accounting to do_exit()Sebastian Andrzej Siewior-0/+1
2022-02-02block: remove blk_needs_flush_plugChristoph Hellwig-1/+1
2022-01-08exit: Fix the exit_code for wait_task_zombieEric W. Biederman-1/+2
2022-01-08exit: Coredumps reach do_group_exitEric W. Biederman-2/+0
2022-01-08exit: Remove profile_task_exit & profile_munmapEric W. Biederman-1/+0
2022-01-08signal: Remove the helper signal_group_exitEric W. Biederman-2/+6
2022-01-08signal: Rename group_exit_task group_exec_taskEric W. Biederman-2/+2
2022-01-08exit: Move force_uaccess back into do_exitEric W. Biederman-9/+14
2022-01-08exit: Guarantee make_task_dead leaks the tsk when calling do_task_exitEric W. Biederman-0/+2
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman-9/+0