index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
oom_kill.c
Commit message (
Expand
)
Author
Age
*
oom_kill: remove uid==0 checks
Serge E. Hallyn
2008-02-05
*
Add 64-bit capability support to the kernel
Andrew Morgan
2008-02-05
*
sched: sched_rt_entity
Peter Zijlstra
2008-01-25
*
oom_kill bug
Al Viro
2007-10-20
*
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
2007-10-19
*
pid namespaces: define is_global_init() and is_container_init()
Serge E. Hallyn
2007-10-19
*
oom: convert zone_scan_lock from mutex to spinlock
David Rientjes
2007-10-17
*
oom: do not take callback_mutex
David Rientjes
2007-10-17
*
oom: compare cpuset mems_allowed instead of exclusive ancestors
David Rientjes
2007-10-17
*
oom: suppress extraneous stack and memory dump
David Rientjes
2007-10-17
*
oom: add oom_kill_allocating_task sysctl
David Rientjes
2007-10-17
*
oom: add per-zone locking
David Rientjes
2007-10-17
*
oom: move constraints to enum
David Rientjes
2007-10-17
*
Memoryless nodes: OOM: use N_HIGH_MEMORY map instead of constructing one on t...
Christoph Lameter
2007-10-16
*
oom: print points as unsigned long
David Rientjes
2007-07-31
*
Remove fs.h from mm.h
Alexey Dobriyan
2007-07-29
*
oom: fix constraint deadlock
David Rientjes
2007-05-07
*
mm: fix handling of panic_on_oom when cpusets are in use
Yasunori Goto
2007-05-07
*
allow oom_adj of saintly processes
Joshua N Pritikin
2007-05-07
*
fix OOM killing processes wrongly thought MPOL_BIND
Hugh Dickins
2007-04-24
*
oom: kill all threads that share mm with killed task
David Rientjes
2007-04-24
*
[PATCH] oom fix: prevent oom from killing a process with children/sibling unk...
Ankita Garg
2007-03-16
*
[PATCH] fix OOM killing of swapoff
Hugh Dickins
2007-01-06
*
[PATCH] fix oom killer kills current every time if there is memory-less-node ...
KAMEZAWA Hiroyuki
2006-12-30
*
[PATCH] cpuset: rework cpuset_zone_allowed api
Paul Jackson
2006-12-13
*
[PATCH] oom: less memdie
Nick Piggin
2006-12-07
*
[PATCH] oom: cleanup messages
Nick Piggin
2006-12-07
*
[PATCH] oom: don't kill unkillable children or siblings
Nick Piggin
2006-12-07
*
[PATCH] OOM killer meets userspace headers
Alexey Dobriyan
2006-10-20
*
[PATCH] oom: don't kill current when another OOM in progress
Nick Piggin
2006-09-29
*
[PATCH] oom_kill_task(): cleanup ->mm checks
Oleg Nesterov
2006-09-29
*
[PATCH] select_bad_process(): cleanup 'releasing' check
Oleg Nesterov
2006-09-29
*
[PATCH] select_bad_process(): kill a bogus PF_DEAD/TASK_DEAD check
Oleg Nesterov
2006-09-29
*
[PATCH] introduce TASK_DEAD state
Oleg Nesterov
2006-09-29
*
[PATCH] kill PF_DEAD flag
Oleg Nesterov
2006-09-29
*
[PATCH] pidspace: is_init()
Sukadev Bhattiprolu
2006-09-29
*
[PATCH] NUMA: Add zone_to_nid function
Christoph Lameter
2006-09-26
*
[PATCH] oom-kill: update comments to reflect current code
Ram Gupta
2006-09-26
*
[PATCH] oom: more printk
Nick Piggin
2006-09-26
*
[PATCH] oom: kthread infinite loop fix
Nick Piggin
2006-09-26
*
[PATCH] oom: swapoff tasks tweak
Nick Piggin
2006-09-26
*
[PATCH] oom: handle oom_disable exiting
Nick Piggin
2006-09-26
*
[PATCH] oom: handle current exiting
Nick Piggin
2006-09-26
*
[PATCH] oom: cpuset hint
Nick Piggin
2006-09-26
*
[PATCH] out of memory notifier
Martin Schwidefsky
2006-09-26
*
[PATCH] sched: cleanup, remove task_t, convert to struct task_struct
Ingo Molnar
2006-07-03
*
[PATCH] mm: fix typos in comments in mm/oom_kill.c
Dave Peterson
2006-06-23
*
[PATCH] support for panic at OOM
KAMEZAWA Hiroyuki
2006-06-23
[next]