aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/acpi/boot.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: support v5 (reduced HW) sleep interfaceJan Beulich2013-02-221-5/+44
* ACPI 5.0: Implement hardware-reduced optionBob Moore2013-02-221-0/+5
* x86/ACPI: invalidate BGRT if necessaryJan Beulich2012-11-081-0/+24
* x86/HPET: allow use for broadcast when interrupt remapping is in effectJan Beulich2012-10-181-0/+1
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-211-2/+2
* x86/ACPI: fix error indication from acpi_parse_madt_lapic_entries()Jan Beulich2012-09-191-2/+2
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-181/+0
* ACPI: eliminate duplicate MADT parsing and unused SBF definitionsJan Beulich2011-12-131-39/+38
* x86-64/MMCFG: finally make Fam10 enabling workJan Beulich2011-07-251-2/+0
* xen/acpi: disentangle ACPI enumerations.Tim Deegan2011-04-071-12/+13
* x86: cleanup bogus CONFIG_ACPI_PCI usesJan Beulich2011-04-021-42/+0
* x86/ACPI: __init-annotateJan Beulich2011-04-021-62/+0
* ACPI: large cleanupJan Beulich2011-03-091-75/+8
* x86: cleanup mpparse.cJan Beulich2011-03-091-2/+4
* Use bool_t for various boolean variablesKeir Fraser2010-12-241-12/+8
* x86: increase MAX_LOCAL_APICKeir Fraser2010-12-151-4/+5
* Implement ACPI APEI ERST featureKeir Fraser2010-08-221-0/+2
* ACPI: add support for x2APIC ACPI extensionsKeir Fraser2010-07-161-5/+58
* x86/acpi: Add a missing CR in printkKeir Fraser2010-03-021-1/+1
* ACPI: workaround for S3 fail in two facs tables caseKeir Fraser2010-02-251-3/+8
* Support physical CPU hot-add in xen hypervisorKeir Fraser2009-11-121-1/+0
* x86: deny access to the ACPI PM timer I/O port range for Dom0Keir Fraser2009-10-281-4/+0
* Scattered code arrangement cleanups.Keir Fraser2009-10-071-4/+3
* Enable pci mmcfg and ATS for x86_64Keir Fraser2009-06-021-0/+2
* x86 acpi: Delete unnecessary and broken RSDP-scanning code.Keir Fraser2009-03-301-49/+0
* Eliminate NR_IRQ_VECTORSKeir Fraser2008-11-201-2/+2
* Pull in ACPI table parsing code from Linux 2.6.26-rc4.Keir Fraser2008-06-101-75/+25
* x86: Fix an S3 bug caused by x_firmware_waking_vectorKeir Fraser2008-05-151-11/+3
* Fix the address calculation of acpi enable reg according to ACPI spec.Keir Fraser2008-05-051-2/+6
* i386: Fix the build.Keir Fraser2008-05-011-1/+2
* x86: Fix FADT parsing for PM event blocks.Keir Fraser2008-05-011-9/+12
* Port acpi bit register support from Linux.Keir Fraser2008-05-011-0/+16
* x86: Adjust ACPI PM1a/b event/control information retrievalKeir Fraser2008-04-041-38/+24
* x86 ACPI sleep: Fix a bug when ACPI registers in System_MemoryKeir Fraser2008-03-191-30/+38
* Update ACPI headers to Linux 2.6.24.Keir Fraser2008-03-181-38/+37
* x86: New vcpu_op call to get physical CPU identity.Keir Fraser2008-03-051-0/+14
* x86: Fix 16889:60bb765b25b5 in a couple of respects:Keir Fraser2008-01-291-1/+2
* x86: allow pv guests to disable TSC for applicationsKeir Fraser2007-10-291-0/+1
* x86: Fix acpi_parse_fadt()Keir Fraser2007-10-121-4/+2
* x86: disable AMD's C1E mode.Keir Fraser2007-10-111-0/+8
* PCI passthru various Xen changes.kfraser@localhost.localdomain2007-09-191-0/+2
* x86: Trivial clean up of debug output.kfraser@localhost.localdomain2007-08-101-6/+7
* x86: Do not print unbounded bogus FACS signature.kfraser@localhost.localdomain2007-08-081-1/+1
* Add acpi_table_disable() into xen/drivers/acpi/tables.ckfraser@localhost.localdomain2007-07-301-5/+10
* [host s3] Retrieve necessary sleep information from plain-text ACPIkfraser@localhost.localdomain2007-07-191-0/+93
* [XEN] Upgrade some platform files to Linux 2.6.17.13.kfraser@localhost.localdomain2006-09-191-30/+39
* Whitespace clean-ups. shand@kneesaa.uk.xensource.com2006-08-161-1/+1
* More upgrades of Xen code to linux-2.6.16-rc2.kaf24@firebug.cl.cam.ac.uk2006-02-141-107/+296
* Intel systems with more than 8 CPUs require that the APIC is configuredkaf24@firebug.cl.cam.ac.uk2005-11-231-1/+2
* Add HPET support to Xen. It is quicker to access and morekaf24@firebug.cl.cam.ac.uk2005-07-271-1/+1