summaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | uaccess: Selectively open read or write user accessChristophe Leroy2020-05-011-6/+6
| |/
* / proc: Put thread_pid in release_task not proc_flush_pidEric W. Biederman2020-04-241-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-021-1/+3
|\
| * proc: Use a list of inodes to flush from procEric W. Biederman2020-02-241-1/+3
* | Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-301-10/+1
|\ \
| * | posix-cpu-timers: Stop disabling timers on mt-execEric W. Biederman2020-03-041-10/+1
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-301-0/+1
|\ \
| * | locking/percpu-rwsem: Fold __percpu_up_read()Davidlohr Bueso2020-02-111-0/+1
| |/
* / exit: Fix Sparse errors and warningsMadhuparna Bhowmik2020-02-281-2/+2
|/
* Merge tag 'for-linus-2020-01-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-031-4/+8
|\
| * exit: panic before exit_mm() on global init exitchenqiwu2019-12-211-4/+8
* | Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds2019-11-301-1/+1
|\ \
| * | Remove the nr_exclusive argument from __wake_up_sync_key()David Howells2019-10-231-1/+1
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-28/+2
|\ \
| * | futex: Mark the begin of futex exit explicitlyThomas Gleixner2019-11-201-12/+1
| * | futex: Set task::futex_state to DEAD right after handling futex exitThomas Gleixner2019-11-201-1/+0
| * | exit/exec: Seperate mm_release()Thomas Gleixner2019-11-201-1/+1
| * | futex: Replace PF_EXITPIDONE with a stateThomas Gleixner2019-11-201-16/+2
| |/