aboutsummaryrefslogtreecommitdiffstats
path: root/mm/oom_kill.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-12mm, oom: cleanup pagefault oom handlerDavid Rientjes1-42/+7
2012-12-12oom: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-1/+1
2012-12-11mm, oom: fix race when specifying a thread as the oom originDavid Rientjes1-42/+7
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes1-5/+5
2012-12-11mm, oom: allow exiting threads to have access to memory reservesDavid Rientjes1-22/+9
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso1-2/+2
2012-07-31mm, memcg: move all oom handling to memcontrol.cDavid Rientjes1-21/+2
2012-07-31mm, oom: reduce dependency on tasklist_lockDavid Rientjes1-11/+30
2012-07-31mm, memcg: introduce own oom handler to iterate only over its own threadsDavid Rientjes1-33/+15
2012-07-31mm, oom: introduce helper function to process threads during scanDavid Rientjes1-46/+65
2012-07-31memcg: rename config variablesAndrew Morton1-1/+1
2012-07-31mm, oom: replace some information in tasklist dumpDavid Rientjes1-5/+6
2012-07-31mm, oom: fix potential killing of thread that is disabled from oom killingDavid Rientjes1-2/+2
2012-07-31mm, oom: do not schedule if current has been killedDavid Rientjes1-6/+5