summaryrefslogtreecommitdiff
path: root/kernel/exit.c (follow)
Commit message (Expand)AuthorAge
* UPSTREAM: pidfd: fix a poll race when setting exit_stateSuren Baghdasaryan2022-10-28
* Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas2021-02-07
|\
| * Merge 4.4.255 into android-4.4-pGreg Kroah-Hartman2021-02-03
| |\
| | * futex: Mark the begin of futex exit explicitlyThomas Gleixner2021-02-03
| | * futex: Set task::futex_state to DEAD right after handling futex exitThomas Gleixner2021-02-03
| | * exit/exec: Seperate mm_release()Thomas Gleixner2021-02-03
| | * futex: Replace PF_EXITPIDONE with a stateThomas Gleixner2021-02-03
* | | Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas2020-12-09
|\| |
| * | Merge 4.4.244 into android-4.4-pGreg Kroah-Hartman2020-11-18
| |\|
| | * don't dump the threads that had been already exiting when zapped.Al Viro2020-11-18
| * | Merge 4.4.173 into android-4.4-pGreg Kroah-Hartman2019-02-07
| |\|
* | | Merge android-4.4.173 (64b5644) into msm-4.4Srinivasarao P2019-02-08
|\ \ \
| * \ \ Merge 4.4.173 into android-4.4Greg Kroah-Hartman2019-02-07
| |\ \ \ | | |/ / | |/| / | | |/
| | * kernel/exit.c: release ptraced tasks before zap_pid_ns_processesAndrei Vagin2019-02-06
* | | Merge android-4.4.142 (8ec9fd8) into msm-4.4Srinivasarao P2018-08-03
|\| |
| * | ANDROID: Fix massive cpufreq_times memory leaksSultan Alsawaf2018-07-18
| * | ANDROID: Reduce use of #ifdef CONFIG_CPU_FREQ_TIMESConnor O'Brien2018-07-18
* | | Merge android-4.4.133 (3f51ea2) into msm-4.4Srinivasarao P2018-05-31
|\| |
| * | Merge 4.4.133 into android-4.4Greg Kroah-Hartman2018-05-26
| |\|
| | * kernel/exit.c: avoid undefined behaviour when calling wait4()zhongjiang2018-05-26
* | | Merge android-4.4.127 (d6bbe8b) into msm-4.4Srinivasarao P2018-04-20
|\| |
| * | ANDROID: cpufreq: track per-task time in stateConnor O'Brien2018-03-06
* | | Merge android-4.4.116 (20ddb25) into msm-4.4Srinivasarao P2018-03-01
|\| |
| * | BACKPORT: exit_thread: accept a task parameter to be exitedJiri Slaby2018-02-05
* | | Merge android-4.4.107 (79f138a) into msm-4.4Srinivasarao P2018-01-18
|\| |
| * | BACKPORT: kernel: add kcov code coverageDmitry Vyukov2017-12-18
| * | Merge remote-tracking branch 'common/android-4.4' into android-4.4.yDmitry Shmidt2016-09-13
| |\ \ | | |/ | |/|
| | * FIXUP: sched/tune: fix accounting for runnable tasksPatrick Bellasi2016-08-11
* | | Merge branch 'v4.4-16.09-android-tmp' into lsk-v4.4-16.09-androidRunmin Wang2016-12-16
|\ \ \
| * | | FIXUP: sched/tune: fix accounting for runnable tasksPatrick Bellasi2016-09-14
| |/ /
* | | Merge remote-tracking branch 'msm4.4/tmp-da9a92f' into msm-4.4Runmin Wang2016-10-28
|\| |
| * | wait/ptrace: assume __WALL if the child is tracedOleg Nesterov2016-06-07
| |/
* | android/lowmemorykiller: Ignore tasks with freed mmLiam Mark2016-04-13
* | msm: move printk out of spin lock low_water_lockTingting Yang2016-03-23
* | sched: window-stats: Fix exit raceSrivatsa Vaddagiri2016-03-23
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-03
|\
| * sched/core: Robustify preemption leak checksPeter Zijlstra2015-10-06
* | rcu: Move preemption disabling out of __srcu_read_lock()Paul E. McKenney2015-10-06
|/
* kernel: exit: fix typo in commentFrans Klaver2015-08-07
* exit,stats: /* obey this comment */Rik van Riel2015-06-25
* mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner2015-06-24
* Remove execution domain supportRichard Weinberger2015-04-12
* oom, PM: make OOM detection in the freezer path racelessMichal Hocko2015-02-11
* oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko2015-02-11
* exit: fix race between wait_consider_task() and wait_task_zombie()Oleg Nesterov2015-01-08
* Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-12-14
|\
| * tty: Move session_of_pgrp() and make staticPeter Hurley2014-11-05
* | exit: exit_notify: re-use "dead" list to autoreap currentOleg Nesterov2014-12-10
* | exit: reparent: call forget_original_parent() under tasklist_lockOleg Nesterov2014-12-10
* | exit: reparent: avoid find_new_reaper() if no childrenOleg Nesterov2014-12-10