index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
oom_kill.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-09
oom: fold __out_of_memory into out_of_memory
David Rientjes
1
-36
/
+29
2010-08-09
oom: remove constraint argument from select_bad_process and __out_of_memory
David Rientjes
1
-10
/
+8
2010-08-09
mm: rename try_set_zone_oom() to try_set_zonelist_oom()
Minchan Kim
1
-2
/
+2
2010-08-09
oom: remove unnecessary code and cleanup
David Rientjes
1
-46
/
+10
2010-08-09
oom: remove special handling for pagefault ooms
David Rientjes
1
-29
/
+57
2010-08-09
oom: extract panic helper function
David Rientjes
1
-24
/
+29
2010-08-09
oom: enable oom tasklist dump by default
David Rientjes
1
-1
/
+1
2010-08-09
oom: select task from tasklist for mempolicy ooms
David Rientjes
1
-36
/
+68
2010-08-09
oom: sacrifice child with highest badness score for parent
David Rientjes
1
-11
/
+29
2010-08-09
oom: filter tasks not sharing the same cpuset
David Rientjes
1
-8
/
+2
2010-08-09
oom: avoid sending exiting tasks a SIGKILL
David Rientjes
1
-1
/
+1
2010-08-09
oom: give current access to memory reserves if it has been killed
David Rientjes
1
-0
/
+10
2010-08-09
oom: dump_tasks use find_lock_task_mm too fix
David Rientjes
1
-2
/
+2
2010-08-09
oom: improve commentary in dump_tasks()
David Rientjes
1
-8
/
+3
2010-08-09
oom: dump_tasks use find_lock_task_mm too
KOSAKI Motohiro
1
-18
/
+21
2010-08-09
oom: introduce find_lock_task_mm() to fix !mm false positives
Oleg Nesterov
1
-31
/
+43
2010-08-09
oom: PF_EXITING check should take mm into account
Oleg Nesterov
1
-1
/
+1
2010-08-09
oom: check PF_KTHREAD instead of !mm to skip kthreads
Oleg Nesterov
1
-6
/
+3
2010-05-27
memcg: make oom killer a no-op when no killable task can be found
David Rientjes
1
-4
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-12
memcg: fix oom kill behavior
KAMEZAWA Hiroyuki
1
-8
/
+0
2010-03-12
memcg: handle panic_on_oom=always case
KAMEZAWA Hiroyuki
1
-0
/
+2
2010-03-06
mm: clean up mm_counter
KAMEZAWA Hiroyuki
1
-2
/
+2
2010-02-22
memcg: fix oom killing a child process in an other cgroup
KAMEZAWA Hiroyuki
1
-0
/
+2
2009-12-16
memcg: avoid oom-killing innocent task in case of use_hierarchy
Daisuke Nishimura
1
-6
/
+7
2009-12-16
oom-kill: fix NUMA constraint check with nodemask
KAMEZAWA Hiroyuki
1
-13
/
+33
2009-12-16
oom-kill: show virtual size and rss information of the killed process
KOSAKI Motohiro
1
-3
/
+13
2009-12-15
oom: dump stack and VM state when oom killer panics
David Rientjes
1
-16
/
+24
2009-09-22
oom: oom_kill doesn't kill vfork parent (or child)
KOSAKI Motohiro
1
-16
/
+1
2009-09-22
oom: make oom_score to per-process value
KOSAKI Motohiro
1
-6
/
+29
2009-09-22
oom: move oom_adj value from task_struct to signal_struct
KOSAKI Motohiro
1
-19
/
+15
2009-09-22
ksm: unmerge is an origin of OOMs
Hugh Dickins
1
-1
/
+1
2009-08-18
mm: revert "oom: move oom_adj value"
KOSAKI Motohiro
1
-25
/
+39
2009-06-16
oom: only oom kill exiting tasks with attached memory
David Rientjes
1
-5
/
+3
2009-06-16
oom: avoid unnecessary mm locking and scanning for OOM_DISABLE
David Rientjes
1
-32
/
+10
2009-06-16
oom: move oom_adj value from task_struct to mm_struct
David Rientjes
1
-12
/
+22
2009-05-29
oom: fix possible oom_dump_tasks NULL pointer
David Rientjes
1
-9
/
+15
2009-05-06
oom: prevent livelock when oom_kill_allocating_task is set
David Rientjes
1
-23
/
+21
2009-04-02
memcg: show memcg information during OOM
Balbir Singh
1
-0
/
+1
2009-04-01
oom_kill: don't call for int_sqrt(0)
Cyrill Gorcunov
1
-7
/
+5
2009-01-08
memcg: avoid deadlock caused by race between oom and cpuset_attach
Daisuke Nishimura
1
-2
/
+0
2009-01-08
memcg: avoid unnecessary system-wide-oom-killer
KAMEZAWA Hiroyuki
1
-0
/
+8
2009-01-06
oom: print triggering task's cpuset and mems allowed
David Rientjes
1
-0
/
+3
2009-01-06
oom: fix zone_scan_mutex name
David Rientjes
1
-6
/
+6
2009-01-06
mm: invoke oom-killer from page fault
Nick Piggin
1
-29
/
+65
2008-11-14
Merge branch 'master' into next
James Morris
1
-1
/
+2
2008-11-14
CRED: Use RCU to access another task's creds and to release a task's own creds
David Howells
1
-3
/
+3
2008-11-14
CRED: Separate task security context from task_struct
David Howells
1
-1
/
+1
2008-11-11
The oomkiller calculations make decisions based on capabilities. Since
Eric Paris
1
-3
/
+3
2008-11-06
mm/oom_kill.c: fix badness() kerneldoc
Qinghuang Feng
1
-1
/
+0
[next]