index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
oom_kill.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-26
oom: kill all threads sharing oom killed task's mm
David Rientjes
1
-0
/
+24
2010-10-26
oom: avoid killing a task if a thread sharing its mm cannot be killed
David Rientjes
1
-4
/
+5
2010-09-22
oom: filter unkillable tasks from tasklist dump
David Rientjes
1
-21
/
+19
2010-09-22
oom: always return a badness score of non-zero for eligible tasks
David Rientjes
1
-2
/
+7
2010-08-20
oom: __task_cred() need rcu_read_lock()
KOSAKI Motohiro
1
-1
/
+1
2010-08-20
oom: fix tasklist_lock leak
KOSAKI Motohiro
1
-3
/
+6
2010-08-20
oom: fix NULL pointer dereference
KOSAKI Motohiro
1
-3
/
+2
2010-08-11
memcg: use find_lock_task_mm() in memory cgroups oom
KAMEZAWA Hiroyuki
1
-1
/
+1
2010-08-09
oom: badness heuristic rewrite
David Rientjes
1
-148
/
+111
2010-08-09
oom: multi threaded process coredump don't make deadlock
KOSAKI Motohiro
1
-1
/
+1
2010-08-09
oom: give the dying task a higher priority
Luis Claudio R. Goncalves
1
-3
/
+31
2010-08-09
oom: remove child->mm check from oom_kill_process()
KOSAKI Motohiro
1
-3
/
+0
2010-08-09
oom: cleanup has_intersects_mems_allowed()
KOSAKI Motohiro
1
-2
/
+2
2010-08-09
oom: move OOM_DISABLE check from oom_kill_task to out_of_memory()
KOSAKI Motohiro
1
-2
/
+3
2010-08-09
oom: kill duplicate OOM_DISABLE check
KOSAKI Motohiro
1
-3
/
+0
2010-08-09
oom: /proc/<pid>/oom_score treat kernel thread honestly
KOSAKI Motohiro
1
-6
/
+7
2010-08-09
oom: oom_kill_process() needs to check that p is unkillable
KOSAKI Motohiro
1
-1
/
+2
2010-08-09
oom: make oom_unkillable_task() helper function
KOSAKI Motohiro
1
-11
/
+22
2010-08-09
oom: oom_kill_process() doesn't select kthread child
KOSAKI Motohiro
1
-0
/
+2
2010-08-09
oom: don't try to kill oom_unkillable child
KOSAKI Motohiro
1
-3
/
+6
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
[next]