kernel-ark/arch/s390/mm
Martin Schwidefsky 8bc719d3ca [PATCH] out of memory notifier
Add a notifer chain to the out of memory killer.  If one of the registered
callbacks could release some memory, do not kill the process but return and
retry the allocation that forced the oom killer to run.

The purpose of the notifier is to add a safety net in the presence of
memory ballooners.  If the resource manager inflated the balloon to a size
where memory allocations can not be satisfied anymore, it is better to
deflate the balloon a bit instead of killing processes.

The implementation for the s390 ballooner is included.

[akpm@osdl.org: cleanups]
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-09-26 08:48:47 -07:00
..
cmm.c [PATCH] out of memory notifier 2006-09-26 08:48:47 -07:00
extmem.c [PATCH] s390: segment operation error codes 2006-04-28 08:33:48 -07:00
fault.c [S390] add kprobes support. 2006-09-20 15:58:39 +02:00
init.c [S390] Cleanup in page table related code. 2006-09-20 15:59:37 +02:00
ioremap.c
Makefile
mmap.c