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
2008-04-28
mm: have zonelist contains structs with both a zone pointer and zone_idx
Mel Gorman
1
-23
/
+22
2008-04-28
mm: use two zonelist that are filtered by GFP mask
Mel Gorman
1
-3
/
+5
2008-04-15
memcg: fix oops in oom handling
Li Zefan
1
-2
/
+2
2008-03-19
mm/oom_kill: fix kernel-doc
Randy Dunlap
1
-1
/
+8
2008-03-04
Memory controller: rename to Memory Resource Controller
Balbir Singh
1
-1
/
+1
2008-02-07
oom: add sysctl to enable task memory dump
David Rientjes
1
-5
/
+44
2008-02-07
memcontrol: move oom task exclusion to tasklist scan
David Rientjes
1
-7
/
+2
2008-02-07
Memory controller: OOM handling
Pavel Emelianov
1
-4
/
+39
2008-02-05
oom_kill: remove uid==0 checks
Serge E. Hallyn
1
-1
/
+1
2008-02-05
Add 64-bit capability support to the kernel
Andrew Morgan
1
-3
/
+2
2008-01-25
sched: sched_rt_entity
Peter Zijlstra
1
-1
/
+1
2007-10-20
oom_kill bug
Al Viro
1
-1
/
+1
2007-10-19
Use helpers to obtain task pid in printks
Pavel Emelyanov
1
-2
/
+3
2007-10-19
Isolate some explicit usage of task->tgid
Pavel Emelyanov
1
-1
/
+1
2007-10-19
mm/oom_kill.c: Use list_for_each_entry instead of list_for_each
Matthias Kaehlcke
1
-3
/
+1
2007-10-19
pid namespaces: define is_global_init() and is_container_init()
Serge E. Hallyn
1
-2
/
+2
2007-10-17
oom: convert zone_scan_lock from mutex to spinlock
David Rientjes
1
-5
/
+5
2007-10-17
oom: do not take callback_mutex
David Rientjes
1
-3
/
+0
2007-10-17
oom: compare cpuset mems_allowed instead of exclusive ancestors
David Rientjes
1
-1
/
+1
2007-10-17
oom: suppress extraneous stack and memory dump
David Rientjes
1
-13
/
+14
2007-10-17
oom: add oom_kill_allocating_task sysctl
David Rientjes
1
-5
/
+8
2007-10-17
oom: add per-zone locking
David Rientjes
1
-0
/
+52
2007-10-17
oom: move constraints to enum
David Rientjes
1
-9
/
+3
2007-10-16
Memoryless nodes: OOM: use N_HIGH_MEMORY map instead of constructing one on t...
Christoph Lameter
1
-8
/
+1
2007-07-31
oom: print points as unsigned long
David Rientjes
1
-1
/
+1
2007-07-29
Remove fs.h from mm.h
Alexey Dobriyan
1
-0
/
+1
2007-05-07
oom: fix constraint deadlock
David Rientjes
1
-4
/
+6
2007-05-07
mm: fix handling of panic_on_oom when cpusets are in use
Yasunori Goto
1
-0
/
+3
2007-05-07
allow oom_adj of saintly processes
Joshua N Pritikin
1
-2
/
+4
2007-04-24
fix OOM killing processes wrongly thought MPOL_BIND
Hugh Dickins
1
-0
/
+2
2007-04-24
oom: kill all threads that share mm with killed task
David Rientjes
1
-1
/
+1
2007-03-16
[PATCH] oom fix: prevent oom from killing a process with children/sibling unk...
Ankita Garg
1
-1
/
+1
2007-01-05
[PATCH] fix OOM killing of swapoff
Hugh Dickins
1
-6
/
+6
2006-12-30
[PATCH] fix oom killer kills current every time if there is memory-less-node ...
KAMEZAWA Hiroyuki
1
-1
/
+6
2006-12-13
[PATCH] cpuset: rework cpuset_zone_allowed api
Paul Jackson
1
-1
/
+1
2006-12-07
[PATCH] oom: less memdie
Nick Piggin
1
-2
/
+3
2006-12-07
[PATCH] oom: cleanup messages
Nick Piggin
1
-14
/
+13
2006-12-07
[PATCH] oom: don't kill unkillable children or siblings
Nick Piggin
1
-2
/
+11
2006-10-20
[PATCH] OOM killer meets userspace headers
Alexey Dobriyan
1
-0
/
+1
2006-09-29
[PATCH] oom: don't kill current when another OOM in progress
Nick Piggin
1
-6
/
+17
2006-09-29
[PATCH] oom_kill_task(): cleanup ->mm checks
Oleg Nesterov
1
-5
/
+2
2006-09-29
[PATCH] select_bad_process(): cleanup 'releasing' check
Oleg Nesterov
1
-10
/
+9
2006-09-29
[PATCH] select_bad_process(): kill a bogus PF_DEAD/TASK_DEAD check
Oleg Nesterov
1
-6
/
+6
2006-09-29
[PATCH] introduce TASK_DEAD state
Oleg Nesterov
1
-1
/
+1
2006-09-29
[PATCH] kill PF_DEAD flag
Oleg Nesterov
1
-2
/
+2
2006-09-29
[PATCH] pidspace: is_init()
Sukadev Bhattiprolu
1
-1
/
+1
2006-09-26
[PATCH] NUMA: Add zone_to_nid function
Christoph Lameter
1
-2
/
+1
2006-09-26
[PATCH] oom-kill: update comments to reflect current code
Ram Gupta
1
-3
/
+3
2006-09-26
[PATCH] oom: more printk
Nick Piggin
1
-2
/
+3
2006-09-26
[PATCH] oom: kthread infinite loop fix
Nick Piggin
1
-0
/
+3
[next]