aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/exit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-14Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-21/+0
2014-12-10exit: exit_notify: re-use "dead" list to autoreap currentOleg Nesterov1-4/+2
2014-12-10exit: reparent: call forget_original_parent() under tasklist_lockOleg Nesterov1-24/+23
2014-12-10exit: reparent: avoid find_new_reaper() if no childrenOleg Nesterov1-0/+3
2014-12-10exit: reparent: introduce find_alive_thread()Oleg Nesterov1-13/+19
2014-12-10exit: reparent: introduce find_child_reaper()Oleg Nesterov1-21/+35
2014-12-10exit: reparent: document the ->has_child_subreaper checksOleg Nesterov1-8/+6
2014-12-10exit: reparent: s/while_each_thread/for_each_thread/ in find_new_reaper()Oleg Nesterov1-5/+3
2014-12-10exit: reparent: fix the cross-namespace PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov1-2/+4
2014-12-10exit: reparent: fix the dead-parent PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov1-1/+1
2014-12-10exit: release_task: fix the comment about group leader accountingOleg Nesterov1-7/+4
2014-12-10exit: wait: drop tasklist_lock before psig->c* accountingOleg Nesterov1-7/+5
2014-12-10exit: wait: don't use zombie->real_parentOleg Nesterov1-12/+11
2014-12-10exit: wait: cleanup the ptrace_reparented() checksOleg Nesterov1-8/+6
2014-12-10exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_parent()Oleg Nesterov1-6/+4
2014-12-10exit: reparent: cleanup the usage of reparent_leader()Oleg Nesterov1-13/+9
2014-12-10exit: reparent: cleanup the changing of ->parentOleg Nesterov1-8/+5
2014-12-10exit: reparent: use ->ptrace_entry rather than ->sibling for EXIT_DEAD tasksOleg Nesterov1-3/+3
2014-11-05tty: Move session_of_pgrp() and make staticPeter Hurley1-21/+0
2014-10-28sched, exit: Deal with nested sleepsPeter Zijlstra1-0/+5
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-22/+25
2014-09-08time, signal: Protect resource use statistics with seqlockRik van Riel1-0/+4
2014-09-08exit: Always reap resource stats in __exit_signal()Rik van Riel1-22/+21
2014-09-07rcu: Make TASKS_RCU handle tasks that are almost done exitingPaul E. McKenney1-0/+3
2014-08-08kernel/exit.c: fix coding style warnings and errorsIonut Alexa1-23/+26
2014-08-06mm, oom: remove unnecessary exit_state checkDavid Rientjes1-0/+1
2014-06-06signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]Oleg Nesterov1-39/+0
2014-06-04memcg: optimize the "Search everything else" loop in mm_update_next_owner()Oleg Nesterov1-3/+9
2014-06-04memcg: mm_update_next_owner() should skip kthreadsOleg Nesterov1-6/+4
2014-06-04memcg: kill CONFIG_MM_OWNEROleg Nesterov1-2/+2
2014-04-07wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by another processOleg Nesterov1-13/+9
2014-04-07wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parentOleg Nesterov1-13/+16
2014-04-07wait: completely ignore the EXIT_DEAD tasksOleg Nesterov1-5/+6
2014-04-07wait: use EXIT_TRACE only if thread_group_leader(zombie)Oleg Nesterov1-10/+7
2014-04-07wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transitionOleg Nesterov1-29/+21
2014-04-07wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov1-4/+11
2014-04-07kernel/exit.c: call proc_exit_connector() after exit_state is setGuillaume Morin1-1/+1
2014-04-07exit: move check_stack_usage() to the end of do_exit()Oleg Nesterov1-1/+1
2014-04-07exit: call disassociate_ctty() before exit_task_namespaces()Oleg Nesterov1-4/+2
2014-03-29cgroup: remove useless argument from cgroup_exit()Li Zefan1-1/+1
2014-01-21introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov1-0/+1
2013-07-09ptrace: revert "Prepare to fix racy accesses on task breakpoints"Oleg Nesterov1-1/+1
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-11/+0
2013-07-03exit.c: unexport __set_special_pids()Oleg Nesterov1-11/+0
2013-06-28Merge branch 'freezer'Rafael J. Wysocki1-1/+1
2013-06-15move exit_task_namespaces() outside of exit_notify()Oleg Nesterov1-1/+1
2013-05-12lockdep: remove task argument from debug_check_no_locks_heldColin Cross1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-5/+0
2013-04-09get rid of the last free_pipe_info() callersAl Viro1-1/+1