summaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-24/+7
|\
| * pidfd: exit: kill the no longer used thread_group_exited()Oleg Nesterov2024-02-061-24/+0
| * pidfd: implement PIDFD_THREAD flag for pidfd_open()Oleg Nesterov2024-02-021-0/+7
* | exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock)Oleg Nesterov2024-02-071-7/+3
|/
* Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-1/+3
|\
| * wait: Remove uapi header file from main header fileMatthew Wilcox (Oracle)2023-12-201-1/+3
* | cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-151-3/+0
|/
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-1/+0
|\
| * kill task_struct->thread_groupOleg Nesterov2023-10-041-1/+0
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-4/+0
|\ \
| * | mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik2023-10-041-4/+0
| |/
* | exit: add internal include file with helpersJens Axboe2023-09-211-25/+7
* | exit: add kernel_waitid_prepare() helperJens Axboe2023-09-211-13/+25
* | exit: move core of do_wait() into helperJens Axboe2023-09-211-20/+31
* | exit: abstract out should_wake helper for child_wait_callback()Jens Axboe2023-09-211-6/+14
|/
* fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie2023-06-011-1/+4
* Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-04-281-0/+2
|\
| * tracing/user_events: Track fork/exec/exit for mm lifetimeBeau Belgrave2023-03-291-0/+2
* | lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin2023-03-281-1/+1
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-02-211-1/+8
|\
| * Compiler attributes: GCC cold function alignment workaroundsMark Rutland2023-01-241-1/+8
* | exit: Detect and fix irq disabled state in oopsNicholas Piggin2023-01-211-0/+7
|/
* exit: Use READ_ONCE() for all oops/warn limit readsKees Cook2022-12-161-2/+4
* exit: Allow oops_limit to be disabledKees Cook2022-12-021-1/+1
* exit: Expose "oops_count" to sysfsKees Cook2022-12-011-2/+20
* exit: Put an upper limit on how often we can oopsJann Horn2022-12-011-0/+42
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-0/+4
|\
| * kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-0/+4
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+3
|\ \
| * | kmsan: handle task creation and exitingAlexander Potapenko2022-10-031-0/+2
| * | mm: multi-gen LRU: support page table walksYu Zhao2022-09-261-0/+1
| |/
* | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-101-2/+2
|\ \
| * | freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-2/+2
| |/
* | Merge tag 'signal-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-091-1/+19
|\ \ | |/ |/|
| * signal: Guarantee that SIGNAL_GROUP_EXIT is set on process exitEric W. Biederman2022-07-201-0/+18
| * signal: Ensure SIGNAL_GROUP_EXIT gets set in do_group_exitEric W. Biederman2022-07-201-1/+1
* | exit: Fix typo in comment: s/sub-theads/sub-threadsIngo Molnar2022-08-031-1/+1
|/
* fix race between exit_itimers() and /proc/pid/timersOleg Nesterov2022-07-111-1/+1
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-1/+2
|\
| * tracehook: Remove tracehook.hEric W. Biederman2022-03-101-1/+2
* | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-271-1/+1
|\ \
| * | exit: Mark do_group_exit() __noreturnPeter Zijlstra2022-03-151-1/+1
| |/
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-0/+2
|\ \
| * | rethook: Add a generic return hookMasami Hiramatsu2022-03-171-0/+2
| |/
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-14/+0
|\ \
| * | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-14/+0
| |/
* | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-1/+1
|\ \
| * | block: remove blk_needs_flush_plugChristoph Hellwig2022-02-021-1/+1
| |/
* / fork: Move task stack accounting to do_exit()Sebastian Andrzej Siewior2022-02-221-0/+1
|/
* exit: Fix the exit_code for wait_task_zombieEric W. Biederman2022-01-081-1/+2