aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/machine_kexec.c
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* x86/kexec: Change NMI and MCE handling on kexec pathAndrew Cooper2012-12-131-0/+22
* x86: Remove CONFIG_COMPAT ifdef'ery from arch/x86 -- it is always defined.Keir Fraser2012-09-121-2/+0
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-14/+0
* x86/KEXEC: disable hpet legacy broadcasts earlierAndrew Cooper2011-08-191-3/+0
* KEXEC: correctly revert x2apic state when kexecingAndrew Cooper2011-06-151-0/+5
* xen: remove extern function declarations from C files.Tim Deegan2011-05-261-7/+0
* xen: Include headers that are actually needed, drop everything else.Christoph Egger2011-05-201-9/+1
* x86/kexec: fix very old regression and make compatible with modern LinuxKeir Fraser2010-10-241-2/+10
* kexec: Clean up shutdown logic. Reinstate ACPI DMAR during kexec.Keir Fraser2010-07-291-29/+6
* kexec: switch to a known good/static GDT before kexecKeir Fraser2009-07-021-0/+12
* Remove unused 'retry' parameter from on_selected_cpus() etc.Keir Fraser2009-05-271-1/+1
* Pass cpumasks by reference always.Keir Fraser2009-05-271-4/+2
* x86_64: Remove statically-partitioned Xen heap.Keir Fraser2009-01-161-0/+3
* extract vmcoreinfo from /proc/vmcore for XenKeir Fraser2008-06-131-0/+13
* kexec: Add machine_kexec_get()Keir Fraser2008-02-281-0/+10
* x86: Cleanup system restart code, and wait 10ms for APs to offline.kfraser@localhost.localdomain2007-09-101-3/+0
* x86: Various cleanups around CR4 handling, cpu_possible_map, and VMX initiali...kfraser@localhost.localdomain2007-07-121-3/+1
* xen: More 'IS_COMPAT' cleanups.kfraser@localhost.localdomain2007-04-271-3/+2
* [XEN] kexec: add compatability shim for kexec in 32on64 mode.Ian Campbell2007-02-081-7/+41
* [XEN] kexec: Remove asm/kexec.h. Move the single inline function intoIan Campbell2007-02-081-1/+14
* [XEN] Rename machine_shutdown to machine_reboot_kexec to betterIan Campbell2006-11-301-4/+4
* [XEN] Fixup whitespace and tweak for Xen coding style.Ian Campbell2006-11-301-10/+18
* [XEN] Kexec / Kdump: Code shared between x86_32 and x86_64Ian Campbell2006-11-301-10/+73
* [XEN] Kexec / Kdump: Generic codeIan Campbell2006-11-301-0/+34