aboutsummaryrefslogtreecommitdiff
path: root/kernel/exit.c
Commit message (Expand)AuthorAgeFilesLines
* mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner2019-07-081-1/+1
* oom, PM: make OOM detection in the freezer path racelessMichal Hocko2019-07-081-1/+3
* oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko2019-05-021-1/+1
* kernel: exit: fix typo in commentFrans Klaver2019-05-021-1/+1
* exit,stats: /* obey this comment */Rik van Riel2019-05-021-1/+1
* exit: fix race between wait_consider_task() and wait_task_zombie()Oleg Nesterov2019-05-021-3/+9
* exit: exit_notify: re-use "dead" list to autoreap currentOleg Nesterov2019-05-021-4/+2
* exit: reparent: call forget_original_parent() under tasklist_lockOleg Nesterov2019-05-021-24/+23
* exit: reparent: avoid find_new_reaper() if no childrenOleg Nesterov2019-05-021-0/+3
* exit: reparent: introduce find_alive_thread()Oleg Nesterov2019-05-021-13/+19
* exit: reparent: introduce find_child_reaper()Oleg Nesterov2019-05-021-21/+35
* exit: reparent: document the ->has_child_subreaper checksOleg Nesterov2019-05-021-8/+6
* exit: reparent: s/while_each_thread/for_each_thread/ in find_new_reaper()Oleg Nesterov2019-05-021-5/+3
* exit: reparent: fix the cross-namespace PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov2019-05-021-2/+4
* exit: reparent: fix the dead-parent PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov2019-05-021-1/+1
* exit: release_task: fix the comment about group leader accountingOleg Nesterov2019-05-021-7/+4
* exit: wait: drop tasklist_lock before psig->c* accountingOleg Nesterov2019-05-021-7/+5
* exit: wait: cleanup the ptrace_reparented() checksOleg Nesterov2019-05-021-8/+6
* exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...Oleg Nesterov2019-05-021-6/+4
* exit: reparent: cleanup the usage of reparent_leader()Oleg Nesterov2019-05-021-13/+9
* exit: reparent: cleanup the changing of ->parentOleg Nesterov2019-05-021-8/+5
* exit: reparent: use ->ptrace_entry rather than ->sibling for EXIT_DEAD tasksOleg Nesterov2019-05-021-3/+3
* sched, exit: Deal with nested sleepsPeter Zijlstra2019-05-021-0/+5
* exit: Always reap resource stats in __exit_signal()Rik van Riel2019-05-021-22/+21
* kernel/exit.c: fix coding style warnings and errorsIonut Alexa2019-05-021-23/+26
* mm, oom: remove unnecessary exit_state checkDavid Rientjes2019-05-021-0/+1
* signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]Oleg Nesterov2019-05-021-39/+0
* exit.c: unexport __set_special_pids()Oleg Nesterov2019-05-021-11/+0
* wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by anothe...Oleg Nesterov2019-05-021-13/+9
* wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parentOleg Nesterov2019-05-021-13/+16
* wait: completely ignore the EXIT_DEAD tasksOleg Nesterov2019-05-021-5/+6
* wait: use EXIT_TRACE only if thread_group_leader(zombie)Oleg Nesterov2019-05-021-10/+7
* wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transitionOleg Nesterov2019-05-021-29/+21
* kernel/exit.c: call proc_exit_connector() after exit_state is setGuillaume Morin2019-05-021-1/+1
* exit: move check_stack_usage() to the end of do_exit()Oleg Nesterov2019-05-021-1/+1
* memcg: optimize the "Search everything else" loop in mm_update_next_owner()Oleg Nesterov2019-05-021-3/+9
* memcg: mm_update_next_owner() should skip kthreadsOleg Nesterov2019-05-021-6/+4
* clean up process flagsCorinna Vinschen2019-05-021-1/+1
* memcg: kill CONFIG_MM_OWNEROleg Nesterov2019-05-021-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-291-1/+1
* kernel: Only expose su when daemon is runningTom Marshall2017-05-211-0/+5
* kernel: support task's adj rbtreeYi-wei Zhao2017-04-111-0/+1
* first commitMeizu OpenSource2016-08-151-0/+1706