index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
oom_kill.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-06
1
-0
/
+3
*
oom: fix zone_scan_mutex name
David Rientjes
2009-01-06
1
-6
/
+6
*
mm: invoke oom-killer from page fault
Nick Piggin
2009-01-06
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-06
1
-1
/
+0
|
*
oom: do not dump task state for non thread group leaders
David Rientjes
2008-11-06
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
*
mm: have zonelist contains structs with both a zone pointer and zone_idx
Mel Gorman
2008-04-28
1
-23
/
+22
*
mm: use two zonelist that are filtered by GFP mask
Mel Gorman
2008-04-28
1
-3
/
+5
*
memcg: fix oops in oom handling
Li Zefan
2008-04-15
1
-2
/
+2
*
mm/oom_kill: fix kernel-doc
Randy Dunlap
2008-03-19
1
-1
/
+8
*
Memory controller: rename to Memory Resource Controller
Balbir Singh
2008-03-04
1
-1
/
+1
*
oom: add sysctl to enable task memory dump
David Rientjes
2008-02-07
1
-5
/
+44
*
memcontrol: move oom task exclusion to tasklist scan
David Rientjes
2008-02-07
1
-7
/
+2
*
Memory controller: OOM handling
Pavel Emelianov
2008-02-07
1
-4
/
+39
*
oom_kill: remove uid==0 checks
Serge E. Hallyn
2008-02-05
1
-1
/
+1
*
Add 64-bit capability support to the kernel
Andrew Morgan
2008-02-05
1
-3
/
+2
*
sched: sched_rt_entity
Peter Zijlstra
2008-01-25
1
-1
/
+1
*
oom_kill bug
Al Viro
2007-10-20
1
-1
/
+1
*
Use helpers to obtain task pid in printks
Pavel Emelyanov
2007-10-19
1
-2
/
+3
*
Isolate some explicit usage of task->tgid
Pavel Emelyanov
2007-10-19
1
-1
/
+1
*
mm/oom_kill.c: Use list_for_each_entry instead of list_for_each
Matthias Kaehlcke
2007-10-19
1
-3
/
+1
*
pid namespaces: define is_global_init() and is_container_init()
Serge E. Hallyn
2007-10-19
1
-2
/
+2
*
oom: convert zone_scan_lock from mutex to spinlock
David Rientjes
2007-10-17
1
-5
/
+5
*
oom: do not take callback_mutex
David Rientjes
2007-10-17
1
-3
/
+0
*
oom: compare cpuset mems_allowed instead of exclusive ancestors
David Rientjes
2007-10-17
1
-1
/
+1
*
oom: suppress extraneous stack and memory dump
David Rientjes
2007-10-17
1
-13
/
+14
*
oom: add oom_kill_allocating_task sysctl
David Rientjes
2007-10-17
1
-5
/
+8
*
oom: add per-zone locking
David Rientjes
2007-10-17
1
-0
/
+52
*
oom: move constraints to enum
David Rientjes
2007-10-17
1
-9
/
+3
*
Memoryless nodes: OOM: use N_HIGH_MEMORY map instead of constructing one on t...
Christoph Lameter
2007-10-16
1
-8
/
+1
*
oom: print points as unsigned long
David Rientjes
2007-07-31
1
-1
/
+1
*
Remove fs.h from mm.h
Alexey Dobriyan
2007-07-29
1
-0
/
+1
*
oom: fix constraint deadlock
David Rientjes
2007-05-07
1
-4
/
+6
*
mm: fix handling of panic_on_oom when cpusets are in use
Yasunori Goto
2007-05-07
1
-0
/
+3
*
allow oom_adj of saintly processes
Joshua N Pritikin
2007-05-07
1
-2
/
+4
*
fix OOM killing processes wrongly thought MPOL_BIND
Hugh Dickins
2007-04-24
1
-0
/
+2
*
oom: kill all threads that share mm with killed task
David Rientjes
2007-04-24
1
-1
/
+1
*
[PATCH] oom fix: prevent oom from killing a process with children/sibling unk...
Ankita Garg
2007-03-16
1
-1
/
+1
*
[PATCH] fix OOM killing of swapoff
Hugh Dickins
2007-01-05
1
-6
/
+6
*
[PATCH] fix oom killer kills current every time if there is memory-less-node ...
KAMEZAWA Hiroyuki
2006-12-30
1
-1
/
+6
*
[PATCH] cpuset: rework cpuset_zone_allowed api
Paul Jackson
2006-12-13
1
-1
/
+1
*
[PATCH] oom: less memdie
Nick Piggin
2006-12-07
1
-2
/
+3
*
[PATCH] oom: cleanup messages
Nick Piggin
2006-12-07
1
-14
/
+13
[next]