aboutsummaryrefslogtreecommitdiff
path: root/kernel/exit.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-08exit: Fix the exit_code for wait_task_zombieGravatar Eric W. Biederman 1-1/+2
2022-01-08exit: Coredumps reach do_group_exitGravatar Eric W. Biederman 1-2/+0
2022-01-08exit: Remove profile_task_exit & profile_munmapGravatar Eric W. Biederman 1-1/+0
2022-01-08signal: Remove the helper signal_group_exitGravatar Eric W. Biederman 1-2/+6
2022-01-08signal: Rename group_exit_task group_exec_taskGravatar Eric W. Biederman 1-2/+2
2022-01-08exit: Move force_uaccess back into do_exitGravatar Eric W. Biederman 1-9/+14
2022-01-08exit: Guarantee make_task_dead leaks the tsk when calling do_task_exitGravatar Eric W. Biederman 1-0/+2
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitGravatar Eric W. Biederman 1-9/+0
2021-12-13exit: Stop exporting do_exitGravatar Eric W. Biederman 1-1/+0
2021-12-13exit: Stop poorly open coding do_task_dead in make_task_deadGravatar Eric W. Biederman 1-2/+1
2021-12-13exit: Move oops specific logic from do_exit into make_task_deadGravatar Eric W. Biederman 1-39/+39
2021-12-13exit: Add and use make_task_dead.Gravatar Eric W. Biederman 1-0/+9
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Gravatar Linus Torvalds 1-35/+41
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+2
2021-10-18kernel: remove spurious blkdev.h includesGravatar Christoph Hellwig 1-1/+0
2021-10-08coredump: Limit coredumps to a single thread groupGravatar Eric W. Biederman 1-9/+4
2021-10-06coredump: Don't perform any cleanups before dumping coreGravatar Eric W. Biederman 1-7/+12
2021-10-06exit: Factor coredump_exit_mm out of exit_mmGravatar Eric W. Biederman 1-35/+41
2021-10-05sched: Move kprobes cleanup out of finish_task_switch()Gravatar Thomas Gleixner 1-0/+2
2021-08-23io_uring: remove files pointer in cancellation functionsGravatar Hao Xu 1-1/+1
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+1
2021-06-27Revert "signal: Allow tasks to cache one sigqueue struct"Gravatar Linus Torvalds 1-1/+0
2021-05-06do_wait: make PIDTYPE_PID case O(1) instead of O(n)Gravatar Jim Newsome 1-10/+57
2021-04-30Reimplement RLIMIT_NPROC on top of ucountsGravatar Alexey Gladkov 1-1/+1
2021-04-14signal: Allow tasks to cache one sigqueue structGravatar Thomas Gleixner 1-0/+1
2020-12-30kernel/io_uring: cancel io_uring before task worksGravatar Pavel Begunkov 1-0/+2
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictGravatar Ingo Molnar 1-1/+4