aboutsummaryrefslogtreecommitdiff
path: root/mm/oom_kill.c
Commit message (Expand)AuthorAgeFilesLines
* mm/oom_kill: squashed reverts to a stable stateCorinna Vinschen2019-07-191-146/+113
* mm, oom: fix use-after-free in oom_kill_processShakeel Butt2019-07-081-0/+8
* mm,oom: make oom_killer_disable() killableTetsuo Handa2019-07-081-7/+3
* mm/oom_kill.c: avoid attempting to kill init sharing same memoryChen Jie2019-07-081-0/+2
* mm/oom_kill: fix the wrong task->mm == mm checks in oom_kill_process()Oleg Nesterov2019-07-081-2/+20
* mm/oom_kill: cleanup the "kill sharing same memory" loopOleg Nesterov2019-07-081-8/+11
* mm/oom_kill: remove the wrong fatal_signal_pending() check in oom_kill_process()Oleg Nesterov2019-07-081-4/+0
* mm, oom: remove task_lock protecting comm printingDavid Rientjes2019-07-081-7/+1
* mm/oom_kill.c: suppress unnecessary "sharing same memory" messageTetsuo Handa2019-07-081-1/+3
* mm/oom_kill.c: reverse the order of setting TIF_MEMDIE and sending SIGKILLTetsuo Handa2019-07-081-1/+6
* mm, oom: remove unnecessary variableDavid Rientjes2019-07-081-13/+8
* mm/oom_kill.c: print points as unsigned intWang Long2019-07-081-1/+1
* mm: oom_kill: simplify OOM killer lockingJohannes Weiner2019-07-081-100/+27
* mm: oom_kill: remove unnecessary locking in exit_oom_victim()Johannes Weiner2019-07-081-2/+0
* mm: oom_kill: generalize OOM progress waitqueueJohannes Weiner2019-07-081-5/+1
* mm: oom_kill: switch test-and-clear of known TIF_MEMDIE to clearJohannes Weiner2019-07-081-2/+1
* mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner2019-07-081-9/+7
* mm: oom_kill: remove unnecessary locking in oom_enable()Johannes Weiner2019-07-081-2/+0
* oom, PM: make OOM detection in the freezer path racelessMichal Hocko2019-07-081-20/+112
* oom: thaw the OOM victim if it is frozenMichal Hocko2019-05-021-2/+8
* oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko2019-05-021-3/+20
* oom: don't count on mm-less current processTetsuo Handa2019-05-021-1/+5
* oom: make sure that TIF_MEMDIE is set under task_lockMichal Hocko2019-05-021-2/+5
* oom: patch mtk custom codeMoyster2019-05-021-1/+1
* oom: don't assume that a coredumping thread will exit soonOleg Nesterov2019-05-021-2/+2
* mm, oom: rename zonelist locking functionsDavid Rientjes2019-05-021-17/+13
* mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes2019-05-021-1/+1
* mm, oom: prefer thread group leaders for display purposesDavid Rientjes2019-05-021-4/+8
* mm, oom: remove unnecessary exit_state checkDavid Rientjes2019-05-021-2/+0
* mm, oom: make dump_tasks publicLiam Mark2018-12-011-1/+1
* CHROMIUM: DROP: mm/oom_kill: Avoid deadlock; allow multiple victimsDouglas Anderson2018-12-011-4/+27
* CHROMIUM: DROP: mm/oom_kill: Double-check before killing a child in our placeDouglas Anderson2018-12-011-0/+9
* BACKPORT: mm: oom_kill: don't ignore oom score on exiting tasksJohannes Weiner2018-12-011-8/+0
* first commitMeizu OpenSource2016-08-151-0/+731