Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-12oom: decouple mems_allowed from oom_unkillable_taskShakeel Butt
2019-07-12mm, oom: remove redundant task_in_mem_cgroup() checkShakeel Butt
2018-12-28mm, oom: reorganize the oom report in dump_headeryuzhoujian
2018-08-24mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko
2018-05-12mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes
2017-12-15mm, oom_reaper: fix memory corruptionMichal Hocko
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-19mm, oom: fix potential data corruption when oom_reaper races with writerMichal Hocko
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-10-08mm, oom: enforce exit_oom_victim on current taskTetsuo Handa
2016-10-08oom, suspend: fix oom_killer_disable vs. pm suspend properlyMichal Hocko
2016-10-08mm, oom: get rid of signal_struct::oom_victimsMichal Hocko
2016-10-08mm: oom: deduplicate victim selection code for memcg and global oomVladimir Davydov
2016-07-29mm, oom: fortify task_will_free_mem()Michal Hocko
2016-07-27mm,oom: remove unused argument from oom_scan_process_thread().Tetsuo Handa
2016-07-27mm: oom: add memcg to oom_controlVladimir Davydov
2016-05-24signal: make oom_flags a boolTetsuo Handa
2016-05-21oom: consider multi-threaded tasks in task_will_free_memMichal Hocko
2016-05-20oom, oom_reaper: try to reap tasks which skip regular OOM killer pathMichal Hocko
2016-03-26include/linux/oom.h: remove undefined oom_kills_count()/note_oom_kill()Tetsuo Handa
2016-03-26oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address spaceMichal Hocko
2015-09-09mm, oom: add description of struct oom_controlDavid Rientjes
2015-09-09mm, oom: pass an oom order of -1 when triggered by sysrqDavid Rientjes
2015-09-09mm, oom: organize oom context into structDavid Rientjes
2015-06-25mm: oom_kill: simplify OOM killer lockingJohannes Weiner
2015-06-25mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner
2015-04-15memcg: print cgroup information when system panics due to panic_on_oomBalasubramani Vivekanandan
2015-02-12oom, PM: make OOM detection in the freezer path racelessMichal Hocko
2015-02-12oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko
2015-01-27mm: page_alloc: embed OOM killing naturally into allocation slowpathJohannes Weiner
2014-12-13oom: don't assume that a coredumping thread will exit soonOleg Nesterov
2014-10-22OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko
2014-08-07mm, oom: rename zonelist locking functionsDavid Rientjes
2013-11-13mm: add a helper function to check may oom conditionQiang Huang
2012-12-12mm, oom: fix race when specifying a thread as the oom originDavid Rientjes
2012-12-12mm, oom: change type of oom_score_adj to shortDavid Rientjes
2012-12-12mm, memcg: make mem_cgroup_out_of_memory() staticDavid Rientjes
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso
2012-08-01mm, memcg: move all oom handling to memcontrol.cDavid Rientjes
2012-08-01mm, memcg: introduce own oom handler to iterate only over its own threadsDavid Rientjes
2012-08-01mm, oom: move declaration for mem_cgroup_out_of_memory to oom.hDavid Rientjes
2012-05-30mm, oom: normalize oom scores to oom_score_adj scale only for userspaceDavid Rientjes
2012-03-22mm, oom: force oom kill on sysrq+fDavid Rientjes
2012-01-13mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner
2011-11-01oom: fix race while temporarily setting current's oom_score_adjDavid Rientjes
2011-07-26oom: remove references to old badness() functionDavid Rientjes
2011-05-25oom: replace PF_OOM_ORIGIN with toggling oom_score_adjDavid Rientjes
2010-08-11memcg: use find_lock_task_mm() in memory cgroups oomKAMEZAWA Hiroyuki