summaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
Commit message (Expand)AuthorAgeFilesLines
...
* exit: Coredumps reach do_group_exitEric W. Biederman2022-01-081-2/+0
* exit: Remove profile_task_exit & profile_munmapEric W. Biederman2022-01-081-1/+0
* signal: Remove the helper signal_group_exitEric W. Biederman2022-01-081-2/+6
* signal: Rename group_exit_task group_exec_taskEric W. Biederman2022-01-081-2/+2
* exit: Move force_uaccess back into do_exitEric W. Biederman2022-01-081-9/+14
* exit: Guarantee make_task_dead leaks the tsk when calling do_task_exitEric W. Biederman2022-01-081-0/+2
* exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman2021-12-131-9/+0
* exit: Stop exporting do_exitEric W. Biederman2021-12-131-1/+0
* exit: Stop poorly open coding do_task_dead in make_task_deadEric W. Biederman2021-12-131-2/+1
* exit: Move oops specific logic from do_exit into make_task_deadEric W. Biederman2021-12-131-39/+39
* exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-0/+9
* Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds2021-11-031-35/+41
|\
| * coredump: Limit coredumps to a single thread groupEric W. Biederman2021-10-081-9/+4
| * coredump: Don't perform any cleanups before dumping coreEric W. Biederman2021-10-061-7/+12
| * exit: Factor coredump_exit_mm out of exit_mmEric W. Biederman2021-10-061-35/+41
* | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-0/+2
|\ \
| * | sched: Move kprobes cleanup out of finish_task_switch()Thomas Gleixner2021-10-051-0/+2
| |/
* / kernel: remove spurious blkdev.h includesChristoph Hellwig2021-10-181-1/+0
|/
* io_uring: remove files pointer in cancellation functionsHao Xu2021-08-231-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2021-06-281-1/+1
|\
| * Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov2021-04-301-1/+1
* | Revert "signal: Allow tasks to cache one sigqueue struct"Linus Torvalds2021-06-271-1/+0
* | do_wait: make PIDTYPE_PID case O(1) instead of O(n)Jim Newsome2021-05-061-10/+57
* | signal: Allow tasks to cache one sigqueue structThomas Gleixner2021-04-141-0/+1
|/
* kernel/io_uring: cancel io_uring before task worksPavel Begunkov2020-12-301-0/+2
* Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-271-1/+4
|\
| * don't dump the threads that had been already exiting when zapped.Al Viro2020-10-281-1/+4
* | sched: fix exit_mm vs membarrier (v4)Mathieu Desnoyers2020-10-291-1/+15
|/
* pid: move pidfd_get_pid() to pid.cMinchan Kim2020-10-181-19/+0
* exit: support non-blocking pidfdsChristian Brauner2020-09-041-3/+12
* kernel: add a kernel_wait helperChristoph Hellwig2020-08-121-0/+16
* exec: use force_uaccess_begin during exec and exitChristoph Hellwig2020-08-121-1/+1
* Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-08-041-1/+24
|\
| * umd: Remove exit_umhEric W. Biederman2020-07-071-3/+0
| * exit: Factor thread_group_exited out of pidfd_pollEric W. Biederman2020-07-071-0/+24
| * umd: Track user space drivers with struct pidEric W. Biederman2020-07-041-1/+2
| * umh: Separate the user mode driver and the user mode helper supportEric W. Biederman2020-07-041-0/+1
* | Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-0/+1
|\ \
| * | seccomp: release filter after task is fully deadChristian Brauner2020-07-101-0/+1
| |/
* / treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-4/+4
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-031-3/+6
|\
| * Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...Paolo Bonzini2020-05-201-0/+1
| |\
| * | rcuwait: Let rcuwait_wake_up() return whether or not a task was awokenDavidlohr Bueso2020-05-131-2/+5
| * | rcuwait: Fix stale wake call name in commentDavidlohr Bueso2020-05-131-1/+1
* | | Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-031-9/+16
|\ \ \
| * | | exit: Move preemption fixup up, move blocking operations downJann Horn2020-04-301-9/+16
| | |/ | |/|
* | | Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-011-6/+6
|\ \ \ | |/ / |/| |