aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/exit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-35/+41
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2021-10-18kernel: remove spurious blkdev.h includesChristoph Hellwig1-1/+0
2021-10-08coredump: Limit coredumps to a single thread groupEric W. Biederman1-9/+4
2021-10-06coredump: Don't perform any cleanups before dumping coreEric W. Biederman1-7/+12
2021-10-06exit: Factor coredump_exit_mm out of exit_mmEric W. Biederman1-35/+41
2021-10-05sched: Move kprobes cleanup out of finish_task_switch()Thomas Gleixner1-0/+2
2021-08-23io_uring: remove files pointer in cancellation functionsHao Xu1-1/+1
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2021-06-27Revert "signal: Allow tasks to cache one sigqueue struct"Linus Torvalds1-1/+0
2021-05-06do_wait: make PIDTYPE_PID case O(1) instead of O(n)Jim Newsome1-10/+57
2021-04-30Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov1-1/+1
2021-04-14signal: Allow tasks to cache one sigqueue structThomas Gleixner1-0/+1
2020-12-30kernel/io_uring: cancel io_uring before task worksPavel Begunkov1-0/+2
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar1-1/+4
2020-10-29sched: fix exit_mm vs membarrier (v4)Mathieu Desnoyers1-1/+15
2020-10-28don't dump the threads that had been already exiting when zapped.Al Viro1-1/+4
2020-10-18pid: move pidfd_get_pid() to pid.cMinchan Kim1-19/+0
2020-09-04exit: support non-blocking pidfdsChristian Brauner1-3/+12
2020-08-12kernel: add a kernel_wait helperChristoph Hellwig1-0/+16
2020-08-12exec: use force_uaccess_begin during exec and exitChristoph Hellwig1-1/+1
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+24
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-10seccomp: release filter after task is fully deadChristian Brauner1-0/+1
2020-07-07umd: Remove exit_umhEric W. Biederman1-3/+0
2020-07-07exit: Factor thread_group_exited out of pidfd_pollEric W. Biederman1-0/+24
2020-07-04umd: Track user space drivers with struct pidEric W. Biederman1-1/+2
2020-07-04umh: Separate the user mode driver and the user mode helper supportEric W. Biederman1-0/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-4/+4
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+6
2020-06-03Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+16
2020-06-01Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+6
2020-05-20Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into HEADPaolo Bonzini1-0/+1
2020-05-13rcuwait: Let rcuwait_wake_up() return whether or not a task was awokenDavidlohr Bueso1-2/+5
2020-05-13rcuwait: Fix stale wake call name in commentDavidlohr Bueso1-1/+1
2020-05-01uaccess: Selectively open read or write user accessChristophe Leroy1-6/+6
2020-04-30exit: Move preemption fixup up, move blocking operations downJann Horn1-9/+16
2020-04-24proc: Put thread_pid in release_task not proc_flush_pidEric W. Biederman1-0/+1
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+3
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+1
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2020-03-04posix-cpu-timers: Stop disabling timers on mt-execEric W. Biederman1-10/+1
2020-02-28exit: Fix Sparse errors and warningsMadhuparna Bhowmik1-2/+2
2020-02-24proc: Use a list of inodes to flush from procEric W. Biederman1-1/+3
2020-02-11locking/percpu-rwsem: Fold __percpu_up_read()Davidlohr Bueso1-0/+1
2020-01-03Merge tag 'for-linus-2020-01-03' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-4/+8
2019-12-21exit: panic before exit_mm() on global init exitchenqiwu1-4/+8