summaryrefslogtreecommitdiffstats
path: root/mm/oom_kill.c
Commit message (Expand)AuthorAgeFilesLines
* mm/oom_kill.c: avoid attempting to kill init sharing same memoryChen Jie2015-12-121-0/+2
* mm/oom_kill.c: introduce is_sysrq_oom helperYaowei Bai2015-11-061-4/+13
* mm/oom_kill: fix the wrong task->mm == mm checks in oom_kill_process()Oleg Nesterov2015-11-051-2/+20
* mm/oom_kill: cleanup the "kill sharing same memory" loopOleg Nesterov2015-11-051-7/+11
* mm/oom_kill: remove the wrong fatal_signal_pending() check in oom_kill_process()Oleg Nesterov2015-11-051-4/+0
* mm, oom: remove task_lock protecting comm printingDavid Rientjes2015-11-051-7/+1
* mm/oom_kill.c: suppress unnecessary "sharing same memory" messageTetsuo Handa2015-11-051-1/+3
* mm/oom_kill.c: fix potentially killing unrelated processTetsuo Handa2015-11-051-1/+3
* mm/oom_kill.c: reverse the order of setting TIF_MEMDIE and sending SIGKILLTetsuo Handa2015-11-051-1/+6
* mm, oom: remove unnecessary variableDavid Rientjes2015-09-081-13/+8
* mm, oom: do not panic for oom kills triggered from sysrqDavid Rientjes2015-09-081-2/+5
* mm, oom: pass an oom order of -1 when triggered by sysrqDavid Rientjes2015-09-081-3/+2
* mm, oom: organize oom context into structDavid Rientjes2015-09-081-61/+54
* mm/oom_kill.c: print points as unsigned intWang Long2015-06-241-1/+1
* mm: oom_kill: simplify OOM killer lockingJohannes Weiner2015-06-241-100/+27
* mm: oom_kill: remove unnecessary locking in exit_oom_victim()Johannes Weiner2015-06-241-2/+0
* mm: oom_kill: generalize OOM progress waitqueueJohannes Weiner2015-06-241-5/+1
* mm: oom_kill: switch test-and-clear of known TIF_MEMDIE to clearJohannes Weiner2015-06-241-2/+1
* mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner2015-06-241-9/+7
* mm: oom_kill: remove unnecessary locking in oom_enable()Johannes Weiner2015-06-241-2/+0
* mm/oom_kill.c: fix typo in commentYaowei Bai2015-04-151-1/+1
* memcg: print cgroup information when system panics due to panic_on_oomBalasubramani Vivekanandan2015-04-141-3/+4
* mm: account pmd page tables to the processKirill A. Shutemov2015-02-111-4/+5
* oom, PM: make OOM detection in the freezer path racelessMichal Hocko2015-02-111-20/+112
* oom: thaw the OOM victim if it is frozenMichal Hocko2015-02-111-2/+8
* oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko2015-02-111-3/+20
* oom: make sure that TIF_MEMDIE is set under task_lockMichal Hocko2015-02-111-2/+5
* oom: don't count on mm-less current processTetsuo Handa2015-02-111-1/+5
* oom: kill the insufficient and no longer needed PT_TRACE_EXIT checkOleg Nesterov2014-12-131-8/+3
* oom: don't assume that a coredumping thread will exit soonOleg Nesterov2014-12-131-3/+3
* Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-12-111-1/+1
|\
| * cpuset: simplify cpuset_node_allowed APIVladimir Davydov2014-10-271-1/+1
* | mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree()Johannes Weiner2014-12-101-2/+2
|/
* OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2014-10-211-0/+17
* mm: clean up zone flagsJohannes Weiner2014-10-091-3/+3
* mm, oom: remove unnecessary exit_state checkDavid Rientjes2014-08-061-2/+0
* mm, oom: rename zonelist locking functionsDavid Rientjes2014-08-061-17/+13
* mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes2014-08-061-1/+1
* mm, oom: base root bonus on current usageDavid Rientjes2014-01-301-1/+1
* mm, oom: prefer thread group leaders for display purposesDavid Rientjes2014-01-231-4/+8
* oom_kill: add rcu_read_lock() into find_lock_task_mm()Oleg Nesterov2014-01-211-4/+8
* oom_kill: has_intersects_mems_allowed() needs rcu_read_lock()Oleg Nesterov2014-01-211-8/+11
* oom_kill: change oom_kill.c to use for_each_thread()Oleg Nesterov2014-01-211-10/+10
* mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov2013-11-151-3/+3
* mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner2013-10-161-1/+1
* mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner2013-09-121-2/+5
* mm/oom_kill: remove weird use of ERR_PTR()/PTR_ERR().Rusty Russell2013-07-151-3/+3
* memcg, oom: provide more precise dump info while memcg oom happeningSha Zhengju2013-02-231-2/+4
* mm, oom: remove redundant sleep in pagefault oom handlerDavid Rientjes2012-12-121-1/+0
* mm, oom: cleanup pagefault oom handlerDavid Rientjes2012-12-121-42/+7