aboutsummaryrefslogtreecommitdiff
path: root/mm/oom_kill.c
AgeCommit message (Expand)Author
2016-01-14mm, shmem: add internal shmem resident memory accountingJerome Marchand
2015-12-12mm/oom_kill.c: avoid attempting to kill init sharing same memoryChen Jie
2015-11-06mm/oom_kill.c: introduce is_sysrq_oom helperYaowei Bai
2015-11-05mm/oom_kill: fix the wrong task->mm == mm checks in oom_kill_process()Oleg Nesterov
2015-11-05mm/oom_kill: cleanup the "kill sharing same memory" loopOleg Nesterov
2015-11-05mm/oom_kill: remove the wrong fatal_signal_pending() check in oom_kill_process()Oleg Nesterov
2015-11-05mm, oom: remove task_lock protecting comm printingDavid Rientjes
2015-11-05mm/oom_kill.c: suppress unnecessary "sharing same memory" messageTetsuo Handa
2015-11-05mm/oom_kill.c: fix potentially killing unrelated processTetsuo Handa
2015-11-05mm/oom_kill.c: reverse the order of setting TIF_MEMDIE and sending SIGKILLTetsuo Handa
2015-09-08mm, oom: remove unnecessary variableDavid Rientjes
2015-09-08mm, oom: do not panic for oom kills triggered from sysrqDavid Rientjes
2015-09-08mm, oom: pass an oom order of -1 when triggered by sysrqDavid Rientjes
2015-09-08mm, oom: organize oom context into structDavid Rientjes
2015-06-24mm/oom_kill.c: print points as unsigned intWang Long
2015-06-24mm: oom_kill: simplify OOM killer lockingJohannes Weiner
2015-06-24mm: oom_kill: remove unnecessary locking in exit_oom_victim()Johannes Weiner
2015-06-24mm: oom_kill: generalize OOM progress waitqueueJohannes Weiner
2015-06-24mm: oom_kill: switch test-and-clear of known TIF_MEMDIE to clearJohannes Weiner
2015-06-24mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner
2015-06-24mm: oom_kill: remove unnecessary locking in oom_enable()Johannes Weiner
2015-04-15mm/oom_kill.c: fix typo in commentYaowei Bai
2015-04-14memcg: print cgroup information when system panics due to panic_on_oomBalasubramani Vivekanandan
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov
2015-02-11oom, PM: make OOM detection in the freezer path racelessMichal Hocko
2015-02-11oom: thaw the OOM victim if it is frozenMichal Hocko
2015-02-11oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko
2015-02-11oom: make sure that TIF_MEMDIE is set under task_lockMichal Hocko
2015-02-11oom: don't count on mm-less current processTetsuo Handa
2014-12-13oom: kill the insufficient and no longer needed PT_TRACE_EXIT checkOleg Nesterov
2014-12-13oom: don't assume that a coredumping thread will exit soonOleg Nesterov
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-12-10mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree()Johannes Weiner
2014-10-27cpuset: simplify cpuset_node_allowed APIVladimir Davydov
2014-10-21OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko
2014-10-09mm: clean up zone flagsJohannes Weiner
2014-08-06mm, oom: remove unnecessary exit_state checkDavid Rientjes
2014-08-06mm, oom: rename zonelist locking functionsDavid Rientjes
2014-08-06mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes
2014-01-30mm, oom: base root bonus on current usageDavid Rientjes
2014-01-23mm, oom: prefer thread group leaders for display purposesDavid Rientjes
2014-01-21oom_kill: add rcu_read_lock() into find_lock_task_mm()Oleg Nesterov
2014-01-21oom_kill: has_intersects_mems_allowed() needs rcu_read_lock()Oleg Nesterov
2014-01-21oom_kill: change oom_kill.c to use for_each_thread()Oleg Nesterov
2013-11-15mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov
2013-10-16mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner
2013-09-12mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner
2013-07-15mm/oom_kill: remove weird use of ERR_PTR()/PTR_ERR().Rusty Russell
2013-02-23memcg, oom: provide more precise dump info while memcg oom happeningSha Zhengju
2012-12-12mm, oom: remove redundant sleep in pagefault oom handlerDavid Rientjes