index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
oom_kill.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
oom: remove unnecessary code and cleanup
David Rientjes
2010-08-10
1
-46
/
+10
*
oom: remove special handling for pagefault ooms
David Rientjes
2010-08-10
1
-29
/
+57
*
oom: extract panic helper function
David Rientjes
2010-08-10
1
-24
/
+29
*
oom: enable oom tasklist dump by default
David Rientjes
2010-08-10
1
-1
/
+1
*
oom: select task from tasklist for mempolicy ooms
David Rientjes
2010-08-10
1
-36
/
+68
*
oom: sacrifice child with highest badness score for parent
David Rientjes
2010-08-10
1
-11
/
+29
*
oom: filter tasks not sharing the same cpuset
David Rientjes
2010-08-10
1
-8
/
+2
*
oom: avoid sending exiting tasks a SIGKILL
David Rientjes
2010-08-10
1
-1
/
+1
*
oom: give current access to memory reserves if it has been killed
David Rientjes
2010-08-10
1
-0
/
+10
*
oom: dump_tasks use find_lock_task_mm too fix
David Rientjes
2010-08-10
1
-2
/
+2
*
oom: improve commentary in dump_tasks()
David Rientjes
2010-08-10
1
-8
/
+3
*
oom: dump_tasks use find_lock_task_mm too
KOSAKI Motohiro
2010-08-10
1
-18
/
+21
*
oom: introduce find_lock_task_mm() to fix !mm false positives
Oleg Nesterov
2010-08-10
1
-31
/
+43
*
oom: PF_EXITING check should take mm into account
Oleg Nesterov
2010-08-10
1
-1
/
+1
*
oom: check PF_KTHREAD instead of !mm to skip kthreads
Oleg Nesterov
2010-08-10
1
-6
/
+3
*
memcg: make oom killer a no-op when no killable task can be found
David Rientjes
2010-05-27
1
-4
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
memcg: fix oom kill behavior
KAMEZAWA Hiroyuki
2010-03-13
1
-8
/
+0
*
memcg: handle panic_on_oom=always case
KAMEZAWA Hiroyuki
2010-03-13
1
-0
/
+2
*
mm: clean up mm_counter
KAMEZAWA Hiroyuki
2010-03-06
1
-2
/
+2
*
memcg: fix oom killing a child process in an other cgroup
KAMEZAWA Hiroyuki
2010-02-23
1
-0
/
+2
*
memcg: avoid oom-killing innocent task in case of use_hierarchy
Daisuke Nishimura
2009-12-16
1
-6
/
+7
*
oom-kill: fix NUMA constraint check with nodemask
KAMEZAWA Hiroyuki
2009-12-16
1
-13
/
+33
*
oom-kill: show virtual size and rss information of the killed process
KOSAKI Motohiro
2009-12-16
1
-3
/
+13
*
oom: dump stack and VM state when oom killer panics
David Rientjes
2009-12-15
1
-16
/
+24
*
oom: oom_kill doesn't kill vfork parent (or child)
KOSAKI Motohiro
2009-09-22
1
-16
/
+1
*
oom: make oom_score to per-process value
KOSAKI Motohiro
2009-09-22
1
-6
/
+29
*
oom: move oom_adj value from task_struct to signal_struct
KOSAKI Motohiro
2009-09-22
1
-19
/
+15
*
ksm: unmerge is an origin of OOMs
Hugh Dickins
2009-09-22
1
-1
/
+1
*
mm: revert "oom: move oom_adj value"
KOSAKI Motohiro
2009-08-19
1
-25
/
+39
*
oom: only oom kill exiting tasks with attached memory
David Rientjes
2009-06-17
1
-5
/
+3
*
oom: avoid unnecessary mm locking and scanning for OOM_DISABLE
David Rientjes
2009-06-17
1
-32
/
+10
*
oom: move oom_adj value from task_struct to mm_struct
David Rientjes
2009-06-17
1
-12
/
+22
*
oom: fix possible oom_dump_tasks NULL pointer
David Rientjes
2009-05-29
1
-9
/
+15
*
oom: prevent livelock when oom_kill_allocating_task is set
David Rientjes
2009-05-07
1
-23
/
+21
*
memcg: show memcg information during OOM
Balbir Singh
2009-04-03
1
-0
/
+1
*
oom_kill: don't call for int_sqrt(0)
Cyrill Gorcunov
2009-04-01
1
-7
/
+5
*
memcg: avoid deadlock caused by race between oom and cpuset_attach
Daisuke Nishimura
2009-01-08
1
-2
/
+0
*
memcg: avoid unnecessary system-wide-oom-killer
KAMEZAWA Hiroyuki
2009-01-08
1
-0
/
+8
*
oom: print triggering task's cpuset and mems allowed
David Rientjes
2009-01-07
1
-0
/
+3
*
oom: fix zone_scan_mutex name
David Rientjes
2009-01-07
1
-6
/
+6
*
mm: invoke oom-killer from page fault
Nick Piggin
2009-01-07
1
-29
/
+65
*
Merge branch 'master' into next
James Morris
2008-11-14
1
-1
/
+2
|
\
|
*
mm/oom_kill.c: fix badness() kerneldoc
Qinghuang Feng
2008-11-07
1
-1
/
+0
|
*
oom: do not dump task state for non thread group leaders
David Rientjes
2008-11-07
1
-0
/
+2
*
|
CRED: Use RCU to access another task's creds and to release a task's own creds
David Howells
2008-11-14
1
-3
/
+3
*
|
CRED: Separate task security context from task_struct
David Howells
2008-11-14
1
-1
/
+1
*
|
The oomkiller calculations make decisions based on capabilities. Since
Eric Paris
2008-11-11
1
-3
/
+3
|
/
*
security: Fix setting of PF_SUPERPRIV by __capable()
David Howells
2008-08-14
1
-2
/
+4
*
oom_kill: remove unused parameter in badness()
Li Zefan
2008-04-28
1
-3
/
+2
[prev]
[next]