kernel-ark/arch/um
Jeff Dike 026549d284 [PATCH] uml: always disable kmalloc during shutdown
kmalloc wasn't being disabled during panic.  This patch ensures that, no
matter how UML is exiting, it is disabled.  This matters because part of the
cleanup is to remove the umid file, which involves readdir, which calls
malloc.  This must map to libc malloc, rather than kmalloc or vmalloc.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-06-25 16:24:35 -07:00
..
drivers [PATCH] uml: kfree cleanup 2005-06-25 16:24:35 -07:00
include
kernel [PATCH] uml: always disable kmalloc during shutdown 2005-06-25 16:24:35 -07:00
os-Linux
scripts [PATCH] uml: fix linkage of tt mode against NPTL 2005-06-21 19:07:32 -07:00
sys-i386 [PATCH] uml: fork cleanup 2005-06-25 16:24:35 -07:00
sys-ia64
sys-ppc
sys-x86_64 [PATCH] uml: fork cleanup 2005-06-25 16:24:35 -07:00
util
config.release
defconfig
Kconfig [PATCH] make each arch use mm/Kconfig 2005-06-23 09:45:02 -07:00
Kconfig_char
Kconfig_i386
Kconfig_net
Kconfig_scsi
Kconfig_x86_64
Kconfig.debug
Makefile [PATCH] uml: fix linkage of tt mode against NPTL 2005-06-21 19:07:32 -07:00
Makefile-i386
Makefile-ia64
Makefile-os-Linux
Makefile-ppc
Makefile-skas
Makefile-tt
Makefile-x86_64