summaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
AgeCommit message (Expand)AuthorLines
2021-05-06do_wait: make PIDTYPE_PID case O(1) instead of O(n)Jim Newsome-10/+57
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
2020-07-07umd: Remove exit_umhEric W. Biederman-3/+0
2020-07-07exit: Factor thread_group_exited out of pidfd_pollEric W. Biederman-0/+24
2020-07-04umd: Track user space drivers with struct pidEric W. Biederman-1/+2
2020-07-04umh: Separate the user mode driver and the user mode helper supportEric W. Biederman-0/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-4/+4
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-1/+0
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-3/+6
2020-06-03Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-9/+16
2020-06-01Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+6
2020-05-20Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...Paolo Bonzini-0/+1
2020-05-13rcuwait: Let rcuwait_wake_up() return whether or not a task was awokenDavidlohr Bueso-2/+5
2020-05-13rcuwait: Fix stale wake call name in commentDavidlohr Bueso-1/+1
2020-05-01uaccess: Selectively open read or write user accessChristophe Leroy-6/+6
2020-04-30exit: Move preemption fixup up, move blocking operations downJann Horn-9/+16
2020-04-24proc: Put thread_pid in release_task not proc_flush_pidEric W. Biederman-0/+1
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-1/+3
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-10/+1
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2020-03-04posix-cpu-timers: Stop disabling timers on mt-execEric W. Biederman-10/+1
2020-02-28exit: Fix Sparse errors and warningsMadhuparna Bhowmik-2/+2
2020-02-24proc: Use a list of inodes to flush from procEric W. Biederman-1/+3
2020-02-11locking/percpu-rwsem: Fold __percpu_up_read()Davidlohr Bueso-0/+1
2020-01-03Merge tag 'for-linus-2020-01-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+8
2019-12-21exit: panic before exit_mm() on global init exitchenqiwu-4/+8
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-28/+2
2019-11-20futex: Mark the begin of futex exit explicitlyThomas Gleixner-12/+1
2019-11-20futex: Set task::futex_state to DEAD right after handling futex exitThomas Gleixner-1/+0
2019-11-20exit/exec: Seperate mm_release()Thomas Gleixner-1/+1
2019-11-20futex: Replace PF_EXITPIDONE with a stateThomas Gleixner-16/+2
2019-10-23Remove the nr_exclusive argument from __wake_up_sync_key()David Howells-1/+1
2019-10-17exit: use pid_has_task() in do_wait()Christian Brauner-1/+1
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Eric W. Biederman-67/+0
2019-09-25tasks: Add a count of task RCU usersEric W. Biederman-1/+6
2019-09-16Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+34