aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/shutdown.c
Commit message (Expand)AuthorAgeFilesLines
* x86: machine_restart() must not call acpi_dmar_reinstate() twiceJan Beulich2013-09-131-2/+3
* x86: remove references to unimplemented BIOS reboot optionMatt Wilson2013-08-301-25/+17
* watchdog: Move watchdog from being x86 specific to common codeAndrew Cooper2013-08-131-1/+1
* x86: Restore reboot quirks by DMI, fix reboot on a number of systemsBen Guthro2013-07-041-0/+365
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* x86: move watchdog declarations from config.h to nmi.hJan Beulich2013-02-151-0/+1
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-197/+1
* x86-64/EFI: don't call EfiResetSystem() from machine_halt()Jan Beulich2011-07-191-1/+0
* x86-64: EFI runtime codeJan Beulich2011-06-281-0/+4
* vtd: Reinstate ACPI DMAR on system shutdown or S3/S4/S5.Keir Fraser2010-12-171-0/+2
* x86: acpi: Fix reboot attempt sequence.Keir Fraser2010-12-101-1/+1
* x86 acpi: Follow Windows behaviour more closely during reset.Keir Fraser2010-12-101-5/+16
* x86: restore handling of "reboot=no"Keir Fraser2010-09-151-1/+4
* x86: Do not include apic.h/io_apic.h from asm/smp.hKeir Fraser2010-06-111-0/+1
* x86: Force !in_irq() in machine_restart().Keir Fraser2010-06-071-0/+7
* Remove unused 'retry' parameter from on_selected_cpus() etc.Keir Fraser2009-05-271-2/+2
* Pass cpumasks by reference always.Keir Fraser2009-05-271-1/+1
* x86: Relax spinlock checks during shutdown or S3.Keir Fraser2009-03-011-0/+1
* x86: Actually mdelay() in machine_restart().Keir Fraser2008-08-051-0/+2
* Delay 5 seconds on reboot *after* stopping all CPUs.Keir Fraser2008-08-041-3/+8
* x86: machine_halt() forcibly re-enables IRQs as it may be called fromKeir Fraser2008-06-121-0/+1
* x86/64: Fix build.Keir Fraser2008-06-101-2/+0
* x86: Default ACPI reboot method.Keir Fraser2008-06-101-89/+104
* x86: Support x2APIC mode.Keir Fraser2008-05-011-1/+1
* Intel(R) Trusted Execution Technology (Intel(R) TXT) support for Xen.Keir Fraser2007-10-301-0/+14
* x86: Use halt() macro instead of direct HLT asm.kfraser@localhost.localdomain2007-09-111-3/+4
* x86: Cleanup system restart code, and wait 10ms for APs to offline.kfraser@localhost.localdomain2007-09-101-7/+1
* Change prototype of machine_restart to void machine_restart(void).kfraser@localhost.localdomain2007-09-101-1/+1
* x86: Various cleanups around CR4 handling, cpu_possible_map, and VMX initiali...kfraser@localhost.localdomain2007-07-121-1/+1
* Fix xen build on NetBSD.kfraser@localhost.localdomain2007-05-301-1/+1
* [XEN] Clean up shutdown handling and ignore opt_noreboot if dom0kaf24@firebug.cl.cam.ac.uk2006-08-071-13/+4
* Clean up compiler.h to define a few more things and updatekaf24@firebug.cl.cam.ac.uk2006-05-011-1/+1
* A few functions should be static in shutdown.c.kaf24@firebug.cl.cam.ac.uk2006-05-011-2/+2
* Occasionally large smp machines fail to reboot properly and die underkaf24@firebug.cl.cam.ac.uk2006-04-271-1/+3
* Use machine_halt() where it makes sense, to halt all processorskaf24@firebug.cl.cam.ac.uk2006-04-061-1/+1
* We had reports of reboot not working on certain machines (specificallykaf24@firebug.cl.cam.ac.uk2006-04-041-0/+342