aboutsummaryrefslogtreecommitdiff
path: root/kernel/exit.c
Commit message (Expand)AuthorAgeFilesLines
* 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