aboutsummaryrefslogtreecommitdiff
path: root/kernel/exit.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-12kernel: add a kernel_wait helperGravatar Christoph Hellwig 1-0/+16
2020-08-12exec: use force_uaccess_begin during exec and exitGravatar Christoph Hellwig 1-1/+1
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-1/+24
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-07-10seccomp: release filter after task is fully deadGravatar Christian Brauner 1-0/+1
2020-07-07umd: Remove exit_umhGravatar Eric W. Biederman 1-3/+0
2020-07-07exit: Factor thread_group_exited out of pidfd_pollGravatar Eric W. Biederman 1-0/+24
2020-07-04umd: Track user space drivers with struct pidGravatar Eric W. Biederman 1-1/+2
2020-07-04umh: Separate the user mode driver and the user mode helper supportGravatar Eric W. Biederman 1-0/+1
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-4/+4
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-3/+6
2020-06-03Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-9/+16
2020-06-01Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-6/+6
2020-05-20Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...Gravatar Paolo Bonzini 1-0/+1
2020-05-13rcuwait: Let rcuwait_wake_up() return whether or not a task was awokenGravatar Davidlohr Bueso 1-2/+5
2020-05-13rcuwait: Fix stale wake call name in commentGravatar Davidlohr Bueso 1-1/+1
2020-05-01uaccess: Selectively open read or write user accessGravatar Christophe Leroy 1-6/+6
2020-04-30exit: Move preemption fixup up, move blocking operations downGravatar Jann Horn 1-9/+16
2020-04-24proc: Put thread_pid in release_task not proc_flush_pidGravatar Eric W. Biederman 1-0/+1
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+3
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-10/+1
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2020-03-04posix-cpu-timers: Stop disabling timers on mt-execGravatar Eric W. Biederman 1-10/+1
2020-02-28exit: Fix Sparse errors and warningsGravatar Madhuparna Bhowmik 1-2/+2
2020-02-24proc: Use a list of inodes to flush from procGravatar Eric W. Biederman 1-1/+3
2020-02-11locking/percpu-rwsem: Fold __percpu_up_read()Gravatar Davidlohr Bueso 1-0/+1
2020-01-03Merge tag 'for-linus-2020-01-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+8
2019-12-21exit: panic before exit_mm() on global init exitGravatar chenqiwu 1-4/+8
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+1
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-28/+2
2019-11-20futex: Mark the begin of futex exit explicitlyGravatar Thomas Gleixner 1-12/+1
2019-11-20futex: Set task::futex_state to DEAD right after handling futex exitGravatar Thomas Gleixner 1-1/+0
2019-11-20exit/exec: Seperate mm_release()Gravatar Thomas Gleixner 1-1/+1
2019-11-20futex: Replace PF_EXITPIDONE with a stateGravatar Thomas Gleixner 1-16/+2
2019-10-23Remove the nr_exclusive argument from __wake_up_sync_key()Gravatar David Howells 1-1/+1
2019-10-17exit: use pid_has_task() in do_wait()Gravatar Christian Brauner 1-1/+1
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Gravatar Eric W. Biederman 1-67/+0
2019-09-25tasks: Add a count of task RCU usersGravatar Eric W. Biederman 1-1/+6
2019-09-16Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+34
2019-09-10waitid: Add support for waiting for the current process groupGravatar Eric W. Biederman 1-2/+5
2019-08-01pidfd: add P_PIDFD to waitid()Gravatar Christian Brauner 1-3/+30
2019-07-30exit: make setting exit_state consistentGravatar Christian Brauner 1-2/+3
2019-07-22pidfd: fix a poll race when setting exit_stateGravatar Suren Baghdasaryan 1-0/+1
2019-05-31cgroup: Call cgroup_release() before __exit_signal()Gravatar Tejun Heo 1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-14mm: change mm_update_next_owner() to update mm->owner with WRITE_ONCEGravatar Andrea Arcangeli 1-3/+3
2019-03-07Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-0/+1