aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/kexec.c
Commit message (Expand)AuthorAgeFilesLines
...
* Improve consistency of type-attribute usage (volatile/const).kfraser@localhost.localdomain2006-12-211-1/+1
* [KEXEC] Clean up kexec code and fix panic-induced reboot whenkfraser@localhost.localdomain2006-12-141-48/+32
* [XEN] Kexec: Disable crash keyhandler when no crash kernel is loaded.Ian Campbell2006-12-131-3/+11
* Remove unused KEXEC_RANGE_VA_XEN.Ian Campbell2006-12-071-10/+3
* [PATCH 02/02] Kexec / Kdump: Don't declare _endIan Campbell2006-12-041-2/+2
* [XEN] Only parse the crashkernel command line parameter once on bootIan Campbell2006-11-301-29/+22
* [XEN] Rename machine_shutdown to machine_reboot_kexec to betterIan Campbell2006-11-301-1/+1
* [XEN] Do not spin at the end of machine_crash_kexec(). If there was no crashIan Campbell2006-11-301-2/+0
* [XEN] kexec: use parse_size_and_unit() when parsing crashkernelIan Campbell2006-11-301-21/+10
* [XEN] Fixup whitespace and tweak for Xen coding style.Ian Campbell2006-11-301-29/+29
* [XEN] Kexec / Kdump: Generic codeIan Campbell2006-11-301-0/+370