aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/acpi/power.c
Commit message (Expand)AuthorAgeFilesLines
* x86/S3: Restore broken vcpu affinity on resumeBen Guthro2013-04-021-0/+3
* ACPI: support v5 (reduced HW) sleep interfaceJan Beulich2013-02-221-17/+62
* xen: use XSM instead of IS_PRIV where duplicatedDaniel De Graaf2013-01-111-1/+1
* VT-d: adjust IOMMU interrupt affinities when all CPUs are onlineJan Beulich2012-11-281-0/+1
* Introduce system_state variable.Keir Fraser2012-03-221-0/+10
* x86: Make asmlinkage explicitly a no-op, and avoid usage in arch/x86Keir Fraser2012-01-151-1/+1
* x86/tboot: make resume error messages visibleJan Beulich2011-09-171-1/+1
* x86/mce: CPU notifiers must not be registered a second time during resumeJan Beulich2011-03-181-1/+1
* x86 acpi: Fix crash in enable_nonboot_cpus() on wakeup from S3/S4Keir Fraser2011-01-141-0/+1
* vtd: Reinstate ACPI DMAR on system shutdown or S3/S4/S5.Keir Fraser2010-12-171-1/+3
* x86: Do not include apic.h/io_apic.h from asm/smp.hKeir Fraser2010-06-111-1/+2
* x86: Fail CPU bringup cleanly if it cannot initialise HVM.Keir Fraser2010-05-191-1/+1
* cpu: Quieten normal CPU hotplug operations.Keir Fraser2010-05-141-1/+1
* Move cpu hotplug routines into common cpu.c file.Keir Fraser2010-05-141-5/+4
* x86: Simplify freeze_domains() and thaw_domains(). Since they nowKeir Fraser2010-04-191-28/+7
* Revert 21180:11423ce78ee0, 21181:9d5ecf79f1b5, 21185:fddff17c7c74.Keir Fraser2010-04-191-45/+33
* acpi sleep: Must acquire hypercall_deadlock_mutex when a domainKeir Fraser2010-04-151-3/+16
* acpi sleep: domain_freeze() pauses all vcpus, but does not sync theKeir Fraser2010-04-151-20/+7
* acpi sleep: Rearrange code for entering system sleep states.Keir Fraser2010-04-151-12/+24
* x86: s3: ensure CR4.MCE is enabled after mcheck_init()4.0.0-rc7Keir Fraser2010-03-231-1/+4
* x86: fix dom0 S3 when x2apic is used.Keir Fraser2010-03-181-0/+2
* properly __initdata-annotate command line option string buffersKeir Fraser2009-08-311-1/+1
* vtd: fix Dom0 S3 when VT-d is enabled.Keir Fraser2009-03-201-8/+8
* txt: perform per-domain (and frametable and xenheap) MAC on entry intoKeir Fraser2009-03-031-2/+6
* x86: Relax spinlock checks during shutdown or S3.Keir Fraser2009-03-011-0/+2
* tboot: ACPI Generic Address Structure for tboot shutdownKeir Fraser2009-01-291-43/+48
* x86 ucode: add S3 microcode updateKeir Fraser2009-01-221-0/+1
* x86: freeze non-current vCPUs of dom0 before entering S5Keir Fraser2008-11-201-2/+30
* x86, hpet: Avoud double initialisation on boot or after S3.Keir Fraser2008-11-191-0/+3
* x86: Clean up cpufreq core logicKeir Fraser2008-09-121-3/+3
* vtd: fix Dom0 S3 when VT-d is enabled.Keir Fraser2008-08-291-0/+5
* x86: Add cpufreq logic to S3 suspend/resumeKeir Fraser2008-06-271-0/+5
* x86 acpi: Clean up output tracing. Ensure it is synced to serial lineKeir Fraser2008-06-201-11/+11
* tboot, s3: Fix S3 issue of Xen and tboot, since the structureKeir Fraser2008-05-231-3/+11
* x86 ACPI sleep: Fix a bug when ACPI registers in System_MemoryKeir Fraser2008-03-191-8/+23
* x86: Do not read/write EFER MSR if it doesn't exist.Keir Fraser2007-11-131-1/+2
* Intel(R) Trusted Execution Technology (Intel(R) TXT) support for Xen.Keir Fraser2007-10-301-4/+47
* x86: allow pv guests to disable TSC for applicationsKeir Fraser2007-10-291-0/+4
* Remove dead code in acpi sleep.kfraser@localhost.localdomain2007-09-101-15/+0
* Xen PM: Clean up printk usage.kfraser@localhost.localdomain2007-07-201-22/+11
* Xen PM: Remove useless __sync_lazy_execstate().kfraser@localhost.localdomain2007-07-201-3/+0
* Xen PM: Enter all ACPI S states on boot CPU.kfraser@localhost.localdomain2007-07-201-23/+11
* xen: Clean up code style.kfraser@localhost.localdomain2007-07-191-12/+14
* SMP support for Xen PM.kfraser@localhost.localdomain2007-07-191-7/+35
* [host s3] Retrieve necessary sleep information from plain-text ACPIkfraser@localhost.localdomain2007-07-191-52/+56
* x86: Various cleanups around CR4 handling, cpu_possible_map, and VMX initiali...kfraser@localhost.localdomain2007-07-121-2/+3
* Add HVM hardware feature suspend/resume.kfraser@localhost.localdomain2007-07-111-8/+23
* Provide basic Xen PM infrastructurekfraser@localhost.localdomain2007-07-111-0/+258