summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/acpi.h
Commit message (Expand)AuthorAgeFilesLines
* x86/boot/e820: Split minimal UAPI types out into uapi/asm/e820/types.hIngo Molnar2017-01-281-0/+2
* x86/amd: Simplify AMD E400 aware idle routineBorislav Petkov2016-12-091-1/+1
* Merge branch 'acpi-tables'Rafael J. Wysocki2016-07-251-0/+2
|\
| * ACPI / tables: move arch-specific symbol to asm/acpi.hAleksey Makarov2016-06-221-0/+2
* | ACPI / NUMA: move bad_srat() and srat_disabled() to drivers/acpi/numa.cDavid Daney2016-05-301-1/+0Star
|/
* acpi, x86: Implement arch_apei_get_mem_attributes()Jonathan (Zhixiong) Zhang2015-08-081-0/+23
* x86/xen: Override ACPI IRQ management callback __acpi_unregister_gsiJiang Liu2015-01-201-0/+1
* ACPI: Don't use acpi_lapic in ACPI core codeGraeme Gregory2014-07-211-0/+5
* ACPICA: Linux headers: Add <asm/acenv.h> to remove mis-ordered inclusion of <...Lv Zheng2014-05-271-45/+0Star
* ACPI / x86: Increase override tables number limitYinghai Lu2013-09-251-0/+1
* Merge branch 'x86/mce' into x86/rasIngo Molnar2013-08-121-0/+2
|\
| * mce: acpi/apei: Add a boot option to disable ff mode for corrected errorsNaveen N. Rao2013-07-081-0/+2
* | x86 / ACPI / sleep: Provide registration for acpi_suspend_lowlevel.Konrad Rzeszutek Wilk2013-06-191-1/+1
|/
* ACPICA: Update compilation environment settings.Lv Zheng2013-01-101-4/+0Star
* x86, realmode: Unbreak the ia64 build of drivers/acpi/sleep.cH. Peter Anvin2012-05-301-4/+3Star
* x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen2012-05-081-2/+0Star
* Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-05-291-1/+1
|\
| * x86 idle: clarify AMD erratum 400 workaroundLen Brown2011-05-291-1/+1
* | x86, NUMA: trivial cleanupsTejun Heo2011-05-021-2/+0Star
* | Merge branch 'linus' into releaseLen Brown2011-03-231-10/+4Star
|\ \
| * \ Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2011-03-161-1/+3
| |\ \
| | * | x86, trampoline: Use the unified trampoline setup for ACPI wakeupH. Peter Anvin2011-02-181-1/+3
| * | | Merge commit 'v2.6.38' into x86/mmIngo Molnar2011-03-151-0/+1
| |\ \ \ | | | |/ | | |/|
| * | | x86-64, NUMA: Unify emulated distance mappingTejun Heo2011-02-161-6/+0Star
| * | | x86-64, NUMA: Implement generic node distance handlingTejun Heo2011-02-161-0/+1
| * | | x86-64, NUMA: Kill {acpi|amd|dummy}_scan_nodes()Tejun Heo2011-02-161-1/+0Star
| * | | x86-64, NUMA: Factor out memblk handling into numa_{add|register}_memblk()Tejun Heo2011-02-161-1/+0Star
| * | | x86-64, NUMA: Kill {acpi|amd}_get_nodes()Tejun Heo2011-02-161-2/+0Star
| * | | x86-64, NUMA: Wrap acpi_numa_init() so that failure can be indicated by retur...Tejun Heo2011-02-161-0/+1
| * | | x86-64, NUMA: Unify {acpi|amd}_{numa_init|scan_nodes}() arguments and return ...Tejun Heo2011-02-161-1/+1
| | |/ | |/|
* | | Merge branch 'acpica' into releaseLen Brown2011-03-181-0/+1
|\ \ \ | | |/ | |/|
| * | x86 quirk: Fix polarity for IRQ0 pin2 override on SB800 systemsAndreas Herrmann2011-02-241-0/+1
| |/
* | ACPI / PM: Merge do_suspend_lowlevel() into acpi_save_state_mem()Rafael J. Wysocki2011-02-241-2/+2
* | ACPI / PM: Drop acpi_restore_state_mem()Rafael J. Wysocki2011-02-241-2/+1Star
|/
* x86, numa: Fix cpu to node mapping for sparse node idsDavid Rientjes2010-12-241-1/+2
* x86, numa: Fake apicid and pxm mappings for NUMA emulationDavid Rientjes2010-12-241-5/+0Star
* x86, numa: Avoid compiling NUMA emulation functions without CONFIG_NUMA_EMUDavid Rientjes2010-12-241-1/+4
* xen: add xen hvm acpi_register_gsi variantJeremy Fitzhardinge2010-10-221-0/+3
* x86: Fix keeping track of AMD C1EMichal Schmidt2010-08-021-1/+1
* ACPI: delete the "acpi=ht" boot optionLen Brown2010-03-151-2/+0Star
* ACPI: processor: finish unifying arch_acpi_processor_init_pdc()Alex Chiang2009-12-221-0/+19
* ACPI: processor: introduce arch_has_acpi_pdcAlex Chiang2009-12-221-0/+7
* x86: Make sure wakeup trampoline code is below 1MBYinghai Lu2009-11-111-1/+1
* x86: Export srat physical topologyDavid Rientjes2009-10-121-0/+1
* ACPI: Handle CONFIG_ACPI=n better from linux/acpi.hFeng Tang2009-08-291-1/+0Star
* ACPI: #define acpi_disabled 1 for CONFIG_ACPI=nLen Brown2009-06-131-0/+1
* x86: use early_ioremap in __acpi_map_tableJeremy Fitzhardinge2009-02-091-3/+0Star
* ACPI: pci_link: remove acpi_irq_balance_set() interfaceBjorn Helgaas2008-11-121-1/+0Star
* x86: Fix ASM_X86__ header guardsH. Peter Anvin2008-10-231-3/+3
* x86, um: ... and asm-x86 moveAl Viro2008-10-231-0/+178