summaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
AgeCommit message (Expand)AuthorLines
2022-08-03exit: Fix typo in comment: s/sub-theads/sub-threadsIngo Molnar-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
2021-12-13exit: Stop exporting do_exitEric W. Biederman-1/+0
2021-12-13exit: Stop poorly open coding do_task_dead in make_task_deadEric W. Biederman-2/+1
2021-12-13exit: Move oops specific logic from do_exit into make_task_deadEric W. Biederman-39/+39
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman-0/+9
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds-35/+41
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+2
2021-10-18kernel: remove spurious blkdev.h includesChristoph Hellwig-1/+0
2021-10-08coredump: Limit coredumps to a single thread groupEric W. Biederman-9/+4
2021-10-06coredump: Don't perform any cleanups before dumping coreEric W. Biederman-7/+12
2021-10-06exit: Factor coredump_exit_mm out of exit_mmEric W. Biederman-35/+41
2021-10-05sched: Move kprobes cleanup out of finish_task_switch()Thomas Gleixner-0/+2
2021-08-23io_uring: remove files pointer in cancellation functionsHao Xu-1/+1
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-1/+1
2021-06-27Revert "signal: Allow tasks to cache one sigqueue struct"Linus Torvalds-1/+0
2021-05-06do_wait: make PIDTYPE_PID case O(1) instead of O(n)Jim Newsome-10/+57
2021-04-30Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov-1/+1
2021-04-14signal: Allow tasks to cache one sigqueue structThomas Gleixner-0/+1
2020-12-30kernel/io_uring: cancel io_uring before task worksPavel Begunkov-0/+2
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar-1/+4
2020-10-29sched: fix exit_mm vs membarrier (v4)Mathieu Desnoyers-1/+15
2020-10-28don't dump the threads that had been already exiting when zapped.Al Viro-1/+4
2020-10-18pid: move pidfd_get_pid() to pid.cMinchan Kim-19/+0
2020-09-04exit: support non-blocking pidfdsChristian Brauner-3/+12
2020-08-12kernel: add a kernel_wait helperChristoph Hellwig-0/+16
2020-08-12exec: use force_uaccess_begin during exec and exitChristoph Hellwig-1/+1
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-1/+24
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-1/+1
2020-07-10seccomp: release filter after task is fully deadChristian Brauner-0/+1