summaryrefslogtreecommitdiffstats
path: root/mm/oom_kill.c
AgeCommit message (Expand)Author
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
2012-12-12mm, oom: cleanup pagefault oom handlerDavid Rientjes
2012-12-12oom: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-11mm, oom: fix race when specifying a thread as the oom originDavid Rientjes
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes
2012-12-11mm, oom: allow exiting threads to have access to memory reservesDavid Rientjes
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso
2012-07-31mm, memcg: move all oom handling to memcontrol.cDavid Rientjes
2012-07-31mm, oom: reduce dependency on tasklist_lockDavid Rientjes
2012-07-31mm, memcg: introduce own oom handler to iterate only over its own threadsDavid Rientjes
2012-07-31mm, oom: introduce helper function to process threads during scanDavid Rientjes