summaryrefslogtreecommitdiff
path: root/kernel/exit.c (unfollow)
Commit message (Expand)Author
2023-05-22Revert "kernel: Only expose su when daemon is running"lineage-19.1Georg Veichtlbauer
2022-10-28UPSTREAM: pidfd: fix a poll race when setting exit_stateSuren Baghdasaryan
2022-07-27kernel: Only expose su when daemon is runningTom Marshall
2021-02-03futex: Mark the begin of futex exit explicitlyThomas Gleixner
2021-02-03futex: Set task::futex_state to DEAD right after handling futex exitThomas Gleixner
2021-02-03exit/exec: Seperate mm_release()Thomas Gleixner
2021-02-03futex: Replace PF_EXITPIDONE with a stateThomas Gleixner
2020-11-18don't dump the threads that had been already exiting when zapped.Al Viro
2019-02-06kernel/exit.c: release ptraced tasks before zap_pid_ns_processesAndrei Vagin
2018-07-18ANDROID: Fix massive cpufreq_times memory leaksSultan Alsawaf
2018-07-18ANDROID: Reduce use of #ifdef CONFIG_CPU_FREQ_TIMESConnor O'Brien
2018-05-26kernel/exit.c: avoid undefined behaviour when calling wait4()zhongjiang
2018-03-06ANDROID: cpufreq: track per-task time in stateConnor O'Brien
2018-02-05BACKPORT: exit_thread: accept a task parameter to be exitedJiri Slaby
2017-12-18BACKPORT: kernel: add kcov code coverageDmitry Vyukov
2016-09-14FIXUP: sched/tune: fix accounting for runnable tasksPatrick Bellasi
2016-08-11FIXUP: sched/tune: fix accounting for runnable tasksPatrick Bellasi
2016-06-07wait/ptrace: assume __WALL if the child is tracedOleg Nesterov
2016-04-13android/lowmemorykiller: Ignore tasks with freed mmLiam Mark
2016-03-23msm: move printk out of spin lock low_water_lockTingting Yang
2016-03-23sched: window-stats: Fix exit raceSrivatsa Vaddagiri
2015-10-06rcu: Move preemption disabling out of __srcu_read_lock()Paul E. McKenney
2015-10-06sched/core: Robustify preemption leak checksPeter Zijlstra
2015-08-07kernel: exit: fix typo in commentFrans Klaver
2015-06-25exit,stats: /* obey this comment */Rik van Riel
2015-06-24mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner
2015-04-12Remove execution domain supportRichard Weinberger
2015-02-11oom, PM: make OOM detection in the freezer path racelessMichal Hocko
2015-02-11oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko
2015-01-08exit: fix race between wait_consider_task() and wait_task_zombie()Oleg Nesterov
2014-12-10exit: exit_notify: re-use "dead" list to autoreap currentOleg Nesterov
2014-12-10exit: reparent: call forget_original_parent() under tasklist_lockOleg Nesterov
2014-12-10exit: reparent: avoid find_new_reaper() if no childrenOleg Nesterov
2014-12-10exit: reparent: introduce find_alive_thread()Oleg Nesterov
2014-12-10exit: reparent: introduce find_child_reaper()Oleg Nesterov
2014-12-10exit: reparent: document the ->has_child_subreaper checksOleg Nesterov
2014-12-10exit: reparent: s/while_each_thread/for_each_thread/ in find_new_reaper()Oleg Nesterov
2014-12-10exit: reparent: fix the cross-namespace PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov
2014-12-10exit: reparent: fix the dead-parent PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov
2014-12-10exit: release_task: fix the comment about group leader accountingOleg Nesterov
2014-12-10exit: wait: drop tasklist_lock before psig->c* accountingOleg Nesterov
2014-12-10exit: wait: don't use zombie->real_parentOleg Nesterov
2014-12-10exit: wait: cleanup the ptrace_reparented() checksOleg Nesterov
2014-12-10exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...Oleg Nesterov
2014-12-10exit: reparent: cleanup the usage of reparent_leader()Oleg Nesterov
2014-12-10exit: reparent: cleanup the changing of ->parentOleg Nesterov
2014-12-10exit: reparent: use ->ptrace_entry rather than ->sibling for EXIT_DEAD tasksOleg Nesterov
2014-11-05tty: Move session_of_pgrp() and make staticPeter Hurley
2014-10-28sched, exit: Deal with nested sleepsPeter Zijlstra
2014-09-08time, signal: Protect resource use statistics with seqlockRik van Riel