aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/exit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-4/+4
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+6
2020-06-03Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+16
2020-06-01Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+6
2020-05-20Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into HEADPaolo Bonzini1-0/+1
2020-05-13rcuwait: Let rcuwait_wake_up() return whether or not a task was awokenDavidlohr Bueso1-2/+5
2020-05-13rcuwait: Fix stale wake call name in commentDavidlohr Bueso1-1/+1
2020-05-01uaccess: Selectively open read or write user accessChristophe Leroy1-6/+6
2020-04-30exit: Move preemption fixup up, move blocking operations downJann Horn1-9/+16
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