[PATCH] kexec: add kexec syscalls
This patch introduces the architecture independent implementation the sys_kexec_load, the compat_sys_kexec_load system calls. Kexec on panic support has been integrated into the core patch and is relatively clean. In addition the hopefully architecture independent option crashkernel=size@location has been docuemented. It's purpose is to reserve space for the panic kernel to live, and where no DMA transfer will ever be setup to access. Signed-off-by: NEric Biederman <ebiederm@xmission.com> Signed-off-by: NAlexander Nyberg <alexn@telia.com> Signed-off-by: NAdrian Bunk <bunk@stusta.de> Signed-off-by: NVivek Goyal <vgoyal@in.ibm.com> Signed-off-by: NAndrew Morton <akpm@osdl.org> Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
Showing
include/linux/kexec.h
0 → 100644
kernel/kexec.c
0 → 100644
想要评论请 注册 或 登录