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