summaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/relocate_kernel.S
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] i386: Avoid overwriting the current pgd (V4, i386)Magnus Damm2006-09-261-15/+147
| | | | | | | | | | | | | | kexec: Avoid overwriting the current pgd (V4, i386) This patch upgrades the i386-specific kexec code to avoid overwriting the current pgd. Overwriting the current pgd is bad when CONFIG_CRASH_DUMP is used to start a secondary kernel that dumps the memory of the previous kernel. The code introduces a new set of page tables. These tables are used to provide an executable identity mapping without overwriting the current pgd. Signed-off-by: Magnus Damm <magnus@valinux.co.jp> Signed-off-by: Andi Kleen <ak@suse.de>
* [PATCH] kexec: x86 kexec coreEric W. Biederman2005-06-261-0/+120
This is the i386 implementation of kexec. Signed-off-by: Eric Biederman <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>