aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* acpi/pmstat: fix check for empty name strings.Tim Deegan2013-09-121-2/+2
* ACPI: use ioremap() in acpi_os_map_memory()Jan Beulich2013-08-211-5/+11
* ACPI: fix acpi_os_map_memory()Jan Beulich2013-08-211-10/+13
* ACPI/APEI: revert "accept validly sized ERST on Intel systems only for now"Jan Beulich2013-03-281-13/+0
* ACPI, APEI: Add apei_exec_run_optionalHuang Ying2013-03-222-4/+16
* ACPI/APEI: Unlock apei_iomaps_lock on error pathAndrew Cooper2013-03-221-4/+2
* ACPI/ERST: Name table in otherwise opaque error messagesAndrew Cooper2013-03-201-2/+2
* ACPI: support v5 (reduced HW) sleep interfaceJan Beulich2013-02-221-0/+16
* ACPICA: Update for larger ACPI 5 FADT sizeBob Moore2013-02-221-5/+6
* ACPI 5.0: Implement hardware-reduced optionBob Moore2013-02-221-2/+20
* ACPI 5.0: Basic support for FADT version 5Bob Moore2013-02-221-2/+3
* ACPI: acpi_table_parse() should return handler's error codeBoris Ostrovsky2013-02-051-3/+2
* fix acpi_dmar_zap/reinstate() (fixes S3 regression)Tomasz Wroblewski2013-01-231-0/+48
* ACPI: fix return value of XEN_PM_PDC platform opJan Beulich2012-11-281-2/+2
* implement vmap()Jan Beulich2012-11-221-31/+0
* ACPI/APEI: accept validly sized ERST on Intel systems only for nowJan Beulich2012-10-181-0/+13
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-1/+1
* ACPI/APEI: fix ERST MOVE_DATA instruction implementationHuang Ying2012-10-171-4/+53
* ACPI: fix APEI related table size checkingHuang Ying2012-10-161-3/+14
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-213-11/+11
* ACPI: move tables.c fully into .init.*Jan Beulich2012-09-203-4/+38
* drivers: Remove some CONFIG_X86 ifdef'ery.Keir Fraser2012-09-122-12/+0
* acpi: Make sure valid CPU is passed to do_pm_op()Boris Ostrovsky2012-08-151-19/+2
* cpufreq: P state stats aren't available if there is no cpufreq driverDavid Vrabel2012-08-031-0/+2
* x86, cpufreq: Change powernow's CPB status immediatelyBoris Ostrovsky2012-06-181-2/+2
* ACPI: update table interface headersJan Beulich2011-12-131-2/+4
* ACPI: eliminate duplicate MADT parsing and unused SBF definitionsJan Beulich2011-12-131-10/+11
* eliminate first_cpu() etcJan Beulich2011-11-081-1/+1
* cpufreq: allocate CPU masks dynamicallyJan Beulich2011-11-071-3/+3
* introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich2011-10-211-1/+1
* use xzalloc in driver codeJan Beulich2011-10-041-8/+3
* PCI multi-seg: config space accessor adjustmentsJan Beulich2011-09-221-1/+1
* ACPI: add _PDC input override mechanismJan Beulich2011-08-221-0/+31
* ACPI ERST: Revert change to erst_check_table() to be more permissive.Keir Fraser2011-08-091-7/+1
* acpi: Add support for old and new bios erst, enable mce_apei logicLiu, Jinsong2011-07-231-1/+7
* x86-64: EFI boot codeJan Beulich2011-06-281-7/+2
* xen: remove more declarations from C files.Tim Deegan2011-05-271-2/+0
* Remove "uninitialized_var" macro, which doesn't work with clang.Tim Deegan2011-04-131-1/+1
* xen/acpi: disentangle ACPI enumerations.Tim Deegan2011-04-071-1/+1
* x86/ACPI: __init-annotateJan Beulich2011-04-024-9/+10
* ACPI: large cleanupJan Beulich2011-03-0910-710/+25
* x86_64: don't use weak symbols on x86-64Keir Fraser2011-01-101-2/+3
* ACPI: __init-annotate APEI codeKeir Fraser2010-12-243-19/+20
* Use bool_t for various boolean variablesKeir Fraser2010-12-242-5/+2
* x86 acpi: Follow Windows behaviour more closely during reset.Keir Fraser2010-12-101-3/+4
* ACPI: fix typoKeir Fraser2010-10-291-1/+1
* Disable ACPI APEI feature for ia64Keir Fraser2010-09-021-1/+1
* Implement ACPI APEI ERST featureKeir Fraser2010-08-226-0/+1470
* kexec: Clean up shutdown logic. Reinstate ACPI DMAR during kexec.Keir Fraser2010-07-291-2/+2
* ACPI: add support for x2APIC ACPI extensionsKeir Fraser2010-07-162-0/+74