index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
oom_kill.c
Age
Commit message (
Expand
)
Author
2010-05-27
memcg: make oom killer a no-op when no killable task can be found
David Rientjes
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-12
memcg: fix oom kill behavior
KAMEZAWA Hiroyuki
2010-03-12
memcg: handle panic_on_oom=always case
KAMEZAWA Hiroyuki
2010-03-06
mm: clean up mm_counter
KAMEZAWA Hiroyuki
2010-02-22
memcg: fix oom killing a child process in an other cgroup
KAMEZAWA Hiroyuki
2009-12-16
memcg: avoid oom-killing innocent task in case of use_hierarchy
Daisuke Nishimura
2009-12-16
oom-kill: fix NUMA constraint check with nodemask
KAMEZAWA Hiroyuki
2009-12-16
oom-kill: show virtual size and rss information of the killed process
KOSAKI Motohiro
2009-12-15
oom: dump stack and VM state when oom killer panics
David Rientjes
2009-09-22
oom: oom_kill doesn't kill vfork parent (or child)
KOSAKI Motohiro
2009-09-22
oom: make oom_score to per-process value
KOSAKI Motohiro
2009-09-22
oom: move oom_adj value from task_struct to signal_struct
KOSAKI Motohiro
2009-09-22
ksm: unmerge is an origin of OOMs
Hugh Dickins
2009-08-18
mm: revert "oom: move oom_adj value"
KOSAKI Motohiro
2009-06-16
oom: only oom kill exiting tasks with attached memory
David Rientjes
2009-06-16
oom: avoid unnecessary mm locking and scanning for OOM_DISABLE
David Rientjes
2009-06-16
oom: move oom_adj value from task_struct to mm_struct
David Rientjes
2009-05-29
oom: fix possible oom_dump_tasks NULL pointer
David Rientjes
2009-05-06
oom: prevent livelock when oom_kill_allocating_task is set
David Rientjes
2009-04-02
memcg: show memcg information during OOM
Balbir Singh
2009-04-01
oom_kill: don't call for int_sqrt(0)
Cyrill Gorcunov
2009-01-08
memcg: avoid deadlock caused by race between oom and cpuset_attach
Daisuke Nishimura
2009-01-08
memcg: avoid unnecessary system-wide-oom-killer
KAMEZAWA Hiroyuki
2009-01-06
oom: print triggering task's cpuset and mems allowed
David Rientjes
2009-01-06
oom: fix zone_scan_mutex name
David Rientjes
2009-01-06
mm: invoke oom-killer from page fault
Nick Piggin
2008-11-14
Merge branch 'master' into next
James Morris
2008-11-14
CRED: Use RCU to access another task's creds and to release a task's own creds
David Howells
2008-11-14
CRED: Separate task security context from task_struct
David Howells
2008-11-11
The oomkiller calculations make decisions based on capabilities. Since
Eric Paris
2008-11-06
mm/oom_kill.c: fix badness() kerneldoc
Qinghuang Feng
2008-11-06
oom: do not dump task state for non thread group leaders
David Rientjes
2008-08-14
security: Fix setting of PF_SUPERPRIV by __capable()
David Howells
2008-04-28
oom_kill: remove unused parameter in badness()
Li Zefan
2008-04-28
mm: have zonelist contains structs with both a zone pointer and zone_idx
Mel Gorman
2008-04-28
mm: use two zonelist that are filtered by GFP mask
Mel Gorman
2008-04-15
memcg: fix oops in oom handling
Li Zefan
2008-03-19
mm/oom_kill: fix kernel-doc
Randy Dunlap
2008-03-04
Memory controller: rename to Memory Resource Controller
Balbir Singh
2008-02-07
oom: add sysctl to enable task memory dump
David Rientjes
2008-02-07
memcontrol: move oom task exclusion to tasklist scan
David Rientjes
2008-02-07
Memory controller: OOM handling
Pavel Emelianov
2008-02-05
oom_kill: remove uid==0 checks
Serge E. Hallyn
2008-02-05
Add 64-bit capability support to the kernel
Andrew Morgan
2008-01-25
sched: sched_rt_entity
Peter Zijlstra
2007-10-20
oom_kill bug
Al Viro
2007-10-19
Use helpers to obtain task pid in printks
Pavel Emelyanov
2007-10-19
Isolate some explicit usage of task->tgid
Pavel Emelyanov
2007-10-19
mm/oom_kill.c: Use list_for_each_entry instead of list_for_each
Matthias Kaehlcke
[next]