aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/exit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+1
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-28/+2
2019-11-20futex: Mark the begin of futex exit explicitlyThomas Gleixner1-12/+1
2019-11-20futex: Set task::futex_state to DEAD right after handling futex exitThomas Gleixner1-1/+0
2019-11-20exit/exec: Seperate mm_release()Thomas Gleixner1-1/+1
2019-11-20futex: Replace PF_EXITPIDONE with a stateThomas Gleixner1-16/+2
2019-10-23Remove the nr_exclusive argument from __wake_up_sync_key()David Howells1-1/+1
2019-10-17exit: use pid_has_task() in do_wait()Christian Brauner1-1/+1
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unnecessary codeEric W. Biederman1-67/+0
2019-09-25tasks: Add a count of task RCU usersEric W. Biederman1-1/+6
2019-09-16Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-4/+34
2019-09-10waitid: Add support for waiting for the current process groupEric W. Biederman1-2/+5
2019-08-01pidfd: add P_PIDFD to waitid()Christian Brauner1-3/+30
2019-07-30exit: make setting exit_state consistentChristian Brauner1-2/+3
2019-07-22pidfd: fix a poll race when setting exit_stateSuren Baghdasaryan1-0/+1
2019-05-31cgroup: Call cgroup_release() before __exit_signal()Tejun Heo1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14mm: change mm_update_next_owner() to update mm->owner with WRITE_ONCEAndrea Arcangeli1-3/+3
2019-03-07Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+1
2019-02-01kernel/exit.c: release ptraced tasks before zap_pid_ns_processesAndrei Vagin1-2/+10
2019-01-31cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix the accountingOleg Nesterov1-0/+1
2019-01-21sched/wait: Fix rcuwait_wake_up() orderingPrateek Sood1-1/+1
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2019-01-11umh: add exit routine for UMH processTaehee Yoo1-0/+1
2019-01-04make 'user_access_begin()' do 'access_ok()'Linus Torvalds1-4/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-07-21signal: Pass pid type into group_send_sig_infoEric W. Biederman1-1/+2
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman1-0/+1
2018-07-21pids: Move task_pid_type into sched/signal.hEric W. Biederman1-8/+0
2018-04-02kernel: use kernel_wait4() instead of sys_wait4()Dominik Brodowski1-1/+1
2018-01-04kernel/exit.c: export abort() to modulesAndrew Morton1-0/+1
2017-12-14arch: define weak abort()Sudip Mukherjee1-0/+8
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-20waitid(): Avoid unbalanced user_access_end() on access_ok() errorKees Cook1-2/+2
2017-10-09waitid(): Add missing access_ok() checksKees Cook1-0/+6
2017-09-29fix infoleak in waitid(2)Al Viro1-13/+10
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2017-08-17Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b', 'misc.2017.08.17a', 'spin_unlock_wait_no.2017.08.17a', 'srcu.2017.07.27c' and 'torture.2017.07.24c' into HEADPaul E. McKenney1-6/+4
2017-08-17exit: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney1-1/+2