Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
609a1ccab3e18237daec39b0bbd03adfc2e2299e
/
mm
/
oom_kill.c
84416db
oom: task->mm == NULL doesn't mean the memory was freed
by Oleg Nesterov
· 13 years ago
72788c3
oom: replace PF_OOM_ORIGIN with toggling oom_score_adj
by David Rientjes
· 13 years ago
f755a04
oom: use pte pages in OOM score
by KOSAKI Motohiro
· 14 years ago
341aea2
oom-kill: remove boost_dying_task_prio()
by KOSAKI Motohiro
· 14 years ago
b2b755b
lib, arch: add filter argument to show_mem and fix private implementations
by David Rientjes
· 14 years ago
f9434ad
memcg: give current access to memory reserves if it's trying to die
by David Rientjes
· 14 years ago
ddd588b
oom: suppress nodes that are not allowed from meminfo on oom kill
by David Rientjes
· 14 years ago
edd4554
oom: avoid deferring oom killer if exiting task is being traced
by David Rientjes
· 14 years ago
30e2b41
oom: skip zombies when iterating tasklist
by Andrey Vagin
· 14 years ago
3a5dda7
oom: prevent unnecessary oom kills or kernel panics
by David Rientjes
· 14 years ago
52d3c03
Revert "oom: oom_kill_process: fix the child_points logic"
by Linus Torvalds
· 14 years ago
dc1b83a
oom: oom_kill_process: fix the child_points logic
by Oleg Nesterov
· 14 years ago
1e99bad
oom: kill all threads sharing oom killed task's mm
by David Rientjes
· 14 years ago
e18641e
oom: avoid killing a task if a thread sharing its mm cannot be killed
by David Rientjes
· 14 years ago
e85bfd3
oom: filter unkillable tasks from tasklist dump
by David Rientjes
· 14 years ago
f19e8aa
oom: always return a badness score of non-zero for eligible tasks
by David Rientjes
· 14 years ago
8d6c83f
oom: __task_cred() need rcu_read_lock()
by KOSAKI Motohiro
· 14 years ago
b52723c
oom: fix tasklist_lock leak
by KOSAKI Motohiro
· 14 years ago
be71cf2
oom: fix NULL pointer dereference
by KOSAKI Motohiro
· 14 years ago
158e0a2
memcg: use find_lock_task_mm() in memory cgroups oom
by KAMEZAWA Hiroyuki
· 14 years ago
a63d83f
oom: badness heuristic rewrite
by David Rientjes
· 14 years ago
cef1d35
oom: multi threaded process coredump don't make deadlock
by KOSAKI Motohiro
· 14 years ago
93b43fa
oom: give the dying task a higher priority
by Luis Claudio R. Goncalves
· 14 years ago
19b4586
oom: remove child->mm check from oom_kill_process()
by KOSAKI Motohiro
· 14 years ago
df1090a
oom: cleanup has_intersects_mems_allowed()
by KOSAKI Motohiro
· 14 years ago
a96cfd6
oom: move OOM_DISABLE check from oom_kill_task to out_of_memory()
by KOSAKI Motohiro
· 14 years ago
113e27f
oom: kill duplicate OOM_DISABLE check
by KOSAKI Motohiro
· 14 years ago
26ebc98
oom: /proc/<pid>/oom_score treat kernel thread honestly
by KOSAKI Motohiro
· 14 years ago
f88ccad
oom: oom_kill_process() needs to check that p is unkillable
by KOSAKI Motohiro
· 14 years ago
ab290ad
oom: make oom_unkillable_task() helper function
by KOSAKI Motohiro
· 14 years ago
2c5ea53
oom: oom_kill_process() doesn't select kthread child
by KOSAKI Motohiro
· 14 years ago
7c59aec
oom: don't try to kill oom_unkillable child
by KOSAKI Motohiro
· 14 years ago
0aad4b3
oom: fold __out_of_memory into out_of_memory
by David Rientjes
· 14 years ago
f442003
oom: remove constraint argument from select_bad_process and __out_of_memory
by David Rientjes
· 14 years ago
ff321fe
mm: rename try_set_zone_oom() to try_set_zonelist_oom()
by Minchan Kim
· 14 years ago
b940fd7
oom: remove unnecessary code and cleanup
by David Rientjes
· 14 years ago
e365893
oom: remove special handling for pagefault ooms
by David Rientjes
· 14 years ago
309ed88
oom: extract panic helper function
by David Rientjes
· 14 years ago
ad915c4
oom: enable oom tasklist dump by default
by David Rientjes
· 14 years ago
6f48d0eb
oom: select task from tasklist for mempolicy ooms
by David Rientjes
· 14 years ago
5e9d834
oom: sacrifice child with highest badness score for parent
by David Rientjes
· 14 years ago
6cf86ac
oom: filter tasks not sharing the same cpuset
by David Rientjes
· 14 years ago
4358997
oom: avoid sending exiting tasks a SIGKILL
by David Rientjes
· 14 years ago
7b98c2e
oom: give current access to memory reserves if it has been killed
by David Rientjes
· 14 years ago
c81fac5
oom: dump_tasks use find_lock_task_mm too fix
by David Rientjes
· 14 years ago
74ab7f1
oom: improve commentary in dump_tasks()
by David Rientjes
· 14 years ago
c55db95
oom: dump_tasks use find_lock_task_mm too
by KOSAKI Motohiro
· 14 years ago
dd8e8f4
oom: introduce find_lock_task_mm() to fix !mm false positives
by Oleg Nesterov
· 14 years ago
b522794
oom: PF_EXITING check should take mm into account
by Oleg Nesterov
· 14 years ago
455c0e5
oom: check PF_KTHREAD instead of !mm to skip kthreads
by Oleg Nesterov
· 14 years ago
df64f81
memcg: make oom killer a no-op when no killable task can be found
by David Rientjes
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
867578c
memcg: fix oom kill behavior
by KAMEZAWA Hiroyuki
· 15 years ago
daaf1e6
memcg: handle panic_on_oom=always case
by KAMEZAWA Hiroyuki
· 15 years ago
d559db0
mm: clean up mm_counter
by KAMEZAWA Hiroyuki
· 15 years ago
5a2d419
memcg: fix oom killing a child process in an other cgroup
by KAMEZAWA Hiroyuki
· 15 years ago
d31f56d
memcg: avoid oom-killing innocent task in case of use_hierarchy
by Daisuke Nishimura
· 15 years ago
4365a56
oom-kill: fix NUMA constraint check with nodemask
by KAMEZAWA Hiroyuki
· 15 years ago
3b4798c
oom-kill: show virtual size and rss information of the killed process
by KOSAKI Motohiro
· 15 years ago
1b604d7
oom: dump stack and VM state when oom killer panics
by David Rientjes
· 15 years ago
8c5cd6f
oom: oom_kill doesn't kill vfork parent (or child)
by KOSAKI Motohiro
· 15 years ago
495789a
oom: make oom_score to per-process value
by KOSAKI Motohiro
· 15 years ago
28b83c5
oom: move oom_adj value from task_struct to signal_struct
by KOSAKI Motohiro
· 15 years ago
35451be
ksm: unmerge is an origin of OOMs
by Hugh Dickins
· 15 years ago
0753ba0
mm: revert "oom: move oom_adj value"
by KOSAKI Motohiro
· 15 years ago
8123681
oom: only oom kill exiting tasks with attached memory
by David Rientjes
· 15 years ago
4d8b913
oom: avoid unnecessary mm locking and scanning for OOM_DISABLE
by David Rientjes
· 15 years ago
2ff05b2
oom: move oom_adj value from task_struct to mm_struct
by David Rientjes
· 15 years ago
6d2661e
oom: fix possible oom_dump_tasks NULL pointer
by David Rientjes
· 15 years ago
184101b
oom: prevent livelock when oom_kill_allocating_task is set
by David Rientjes
· 16 years ago
e222432
memcg: show memcg information during OOM
by Balbir Singh
· 16 years ago
a12888f
oom_kill: don't call for int_sqrt(0)
by Cyrill Gorcunov
· 16 years ago
7f4d454
memcg: avoid deadlock caused by race between oom and cpuset_attach
by Daisuke Nishimura
· 16 years ago
a636b32
memcg: avoid unnecessary system-wide-oom-killer
by KAMEZAWA Hiroyuki
· 16 years ago
75aa199
oom: print triggering task's cpuset and mems allowed
by David Rientjes
· 16 years ago
c7d4cae
oom: fix zone_scan_mutex name
by David Rientjes
· 16 years ago
1c0fe6e
mm: invoke oom-killer from page fault
by Nick Piggin
· 16 years ago
2b82892
Merge branch 'master' into next
by James Morris
· 16 years ago
c69e8d9
CRED: Use RCU to access another task's creds and to release a task's own creds
by David Howells
· 16 years ago
b6dff3e
CRED: Separate task security context from task_struct
by David Howells
· 16 years ago
a2f2945
The oomkiller calculations make decisions based on capabilities. Since
by Eric Paris
· 16 years ago
fbdd126
mm/oom_kill.c: fix badness() kerneldoc
by Qinghuang Feng
· 16 years ago
b4416d2
oom: do not dump task state for non thread group leaders
by David Rientjes
· 16 years ago
5cd9c58
security: Fix setting of PF_SUPERPRIV by __capable()
by David Howells
· 16 years ago
97d87c9
oom_kill: remove unused parameter in badness()
by Li Zefan
· 17 years ago
dd1a239
mm: have zonelist contains structs with both a zone pointer and zone_idx
by Mel Gorman
· 17 years ago
54a6eb5
mm: use two zonelist that are filtered by GFP mask
by Mel Gorman
· 17 years ago
e115f2d
memcg: fix oops in oom handling
by Li Zefan
· 17 years ago
1b578df
mm/oom_kill: fix kernel-doc
by Randy Dunlap
· 17 years ago
00f0b82
Memory controller: rename to Memory Resource Controller
by Balbir Singh
· 17 years ago
fef1bdd
oom: add sysctl to enable task memory dump
by David Rientjes
· 17 years ago
4c4a221
memcontrol: move oom task exclusion to tasklist scan
by David Rientjes
· 17 years ago
c7ba5c9
Memory controller: OOM handling
by Pavel Emelianov
· 17 years ago
9782995
oom_kill: remove uid==0 checks
by Serge E. Hallyn
· 17 years ago
e338d26
Add 64-bit capability support to the kernel
by Andrew Morgan
· 17 years ago
fa71706
sched: sched_rt_entity
by Peter Zijlstra
· 17 years ago
e91a810
oom_kill bug
by Al Viro
· 17 years ago
ba25f9d
Use helpers to obtain task pid in printks
by Pavel Emelyanov
· 17 years ago
bac0abd
Isolate some explicit usage of task->tgid
by Pavel Emelyanov
· 17 years ago
7b1915a
mm/oom_kill.c: Use list_for_each_entry instead of list_for_each
by Matthias Kaehlcke
· 17 years ago
Next »