aboutsummaryrefslogtreecommitdiff
path: root/kernel/exit.c
AgeCommit message (Expand)Author
2020-12-30kernel/io_uring: cancel io_uring before task worksPavel Begunkov
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar
2020-10-29sched: fix exit_mm vs membarrier (v4)Mathieu Desnoyers
2020-10-28don't dump the threads that had been already exiting when zapped.Al Viro
2020-10-18pid: move pidfd_get_pid() to pid.cMinchan Kim
2020-09-04exit: support non-blocking pidfdsChristian Brauner
2020-08-12kernel: add a kernel_wait helperChristoph Hellwig
2020-08-12exec: use force_uaccess_begin during exec and exitChristoph Hellwig
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-10seccomp: release filter after task is fully deadChristian Brauner
2020-07-07umd: Remove exit_umhEric W. Biederman
2020-07-07exit: Factor thread_group_exited out of pidfd_pollEric W. Biederman
2020-07-04umd: Track user space drivers with struct pidEric W. Biederman
2020-07-04umh: Separate the user mode driver and the user mode helper supportEric W. Biederman
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-06-03Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-06-01Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-05-20Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...Paolo Bonzini
2020-05-13rcuwait: Let rcuwait_wake_up() return whether or not a task was awokenDavidlohr Bueso
2020-05-13rcuwait: Fix stale wake call name in commentDavidlohr Bueso
2020-05-01uaccess: Selectively open read or write user accessChristophe Leroy
2020-04-30exit: Move preemption fixup up, move blocking operations downJann Horn
2020-04-24proc: Put thread_pid in release_task not proc_flush_pidEric W. Biederman
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-04posix-cpu-timers: Stop disabling timers on mt-execEric W. Biederman
2020-02-28exit: Fix Sparse errors and warningsMadhuparna Bhowmik
2020-02-24proc: Use a list of inodes to flush from procEric W. Biederman
2020-02-11locking/percpu-rwsem: Fold __percpu_up_read()Davidlohr Bueso
2020-01-03Merge tag 'for-linus-2020-01-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-12-21exit: panic before exit_mm() on global init exitchenqiwu
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-11-20futex: Mark the begin of futex exit explicitlyThomas Gleixner
2019-11-20futex: Set task::futex_state to DEAD right after handling futex exitThomas Gleixner
2019-11-20exit/exec: Seperate mm_release()Thomas Gleixner
2019-11-20futex: Replace PF_EXITPIDONE with a stateThomas Gleixner
2019-10-23Remove the nr_exclusive argument from __wake_up_sync_key()David Howells
2019-10-17exit: use pid_has_task() in do_wait()Christian Brauner
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Eric W. Biederman
2019-09-25tasks: Add a count of task RCU usersEric W. Biederman
2019-09-16Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-09-10waitid: Add support for waiting for the current process groupEric W. Biederman
2019-08-01pidfd: add P_PIDFD to waitid()Christian Brauner