aboutsummaryrefslogtreecommitdiff
path: root/kernel/exit.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24kernel misc: Remove the now superfluous sentinel elements from ctl_table arrayGravatar Joel Granados 1-1/+0
2024-03-11Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-24/+7
2024-02-07exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock)Gravatar Oleg Nesterov 1-7/+3
2024-02-06pidfd: exit: kill the no longer used thread_group_exited()Gravatar Oleg Nesterov 1-24/+0
2024-02-02pidfd: implement PIDFD_THREAD flag for pidfd_open()Gravatar Oleg Nesterov 1-0/+7
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-1/+3
2023-12-20wait: Remove uapi header file from main header fileGravatar Matthew Wilcox (Oracle) 1-1/+3
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSGravatar Jens Axboe 1-3/+0
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+0
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-4/+0
2023-10-04kill task_struct->thread_groupGravatar Oleg Nesterov 1-1/+0
2023-10-04mm: remove remnants of SPLIT_RSS_COUNTINGGravatar Mateusz Guzik 1-4/+0
2023-09-21exit: add internal include file with helpersGravatar Jens Axboe 1-25/+7
2023-09-21exit: add kernel_waitid_prepare() helperGravatar Jens Axboe 1-13/+25
2023-09-21exit: move core of do_wait() into helperGravatar Jens Axboe 1-20/+31
2023-09-21exit: abstract out should_wake helper for child_wait_callback()Gravatar Jens Axboe 1-6/+14
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionGravatar Mike Christie 1-1/+4
2023-04-28Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Gravatar Linus Torvalds 1-0/+2
2023-03-29tracing/user_events: Track fork/exec/exit for mm lifetimeGravatar Beau Belgrave 1-0/+2
2023-03-28lazy tlb: introduce lazy tlb mm refcount helper functionsGravatar Nicholas Piggin 1-1/+1
2023-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+8
2023-01-24Compiler attributes: GCC cold function alignment workaroundsGravatar Mark Rutland 1-1/+8
2023-01-21exit: Detect and fix irq disabled state in oopsGravatar Nicholas Piggin 1-0/+7
2022-12-16exit: Use READ_ONCE() for all oops/warn limit readsGravatar Kees Cook 1-2/+4
2022-12-02exit: Allow oops_limit to be disabledGravatar Kees Cook 1-1/+1
2022-12-01exit: Expose "oops_count" to sysfsGravatar Kees Cook 1-2/+20
2022-12-01exit: Put an upper limit on how often we can oopsGravatar Jann Horn 1-0/+42
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+4
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+3
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2022-10-09Merge tag 'signal-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+19
2022-10-03kmsan: handle task creation and exitingGravatar Alexander Potapenko 1-0/+2
2022-09-26mm: multi-gen LRU: support page table walksGravatar Yu Zhao 1-0/+1
2022-09-11kernel: exit: cleanup release_thread()Gravatar Kefeng Wang 1-0/+4
2022-09-07freezer,sched: Rewrite core freezer logicGravatar Peter Zijlstra 1-2/+2
2022-08-03exit: Fix typo in comment: s/sub-theads/sub-threadsGravatar Ingo Molnar 1-1/+1
2022-07-20signal: Guarantee that SIGNAL_GROUP_EXIT is set on process exitGravatar Eric W. Biederman 1-0/+18
2022-07-20signal: Ensure SIGNAL_GROUP_EXIT gets set in do_group_exitGravatar Eric W. Biederman 1-1/+1
2022-07-11fix race between exit_itimers() and /proc/pid/timersGravatar Oleg Nesterov 1-1/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+2
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-0/+2
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-14/+0
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2022-03-17rethook: Add a generic return hookGravatar Masami Hiramatsu 1-0/+2
2022-03-15exit: Mark do_group_exit() __noreturnGravatar Peter Zijlstra 1-1/+1
2022-03-10tracehook: Remove tracehook.hGravatar Eric W. Biederman 1-1/+2
2022-02-25uaccess: remove CONFIG_SET_FSGravatar Arnd Bergmann 1-14/+0
2022-02-22fork: Move task stack accounting to do_exit()Gravatar Sebastian Andrzej Siewior 1-0/+1
2022-02-02block: remove blk_needs_flush_plugGravatar Christoph Hellwig 1-1/+1