summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/acpi.h
Commit message (Expand)AuthorAgeFilesLines
* x86/acpi, x86/boot: Take RSDP address for boot params if availableJuergen Gross2018-10-101-0/+7
* ACPI, x86/boot: Split out acpi_generic_reduce_hw_init() and exportAndy Shevchenko2018-03-121-0/+4
* x86/acpi: Add a new x86_init_acpi structure to x86_init_opsJuergen Gross2018-02-261-0/+7
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-141-1/+1
|\
| * x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-151-1/+1
* | ACPI / x86: boot: Use INVALID_ACPI_IRQ instead of 0 for acpi_sci_override_gsiAndy Shevchenko2017-12-281-1/+1
|/
* Revert "x86/mm: Stop calling leave_mm() in idle code"Andy Lutomirski2017-11-041-0/+2
* acpi, x86/mm: Remove encryption mask from ACPI page protection typeTom Lendacky2017-07-301-5/+6
* x86/mm: Stop calling leave_mm() in idle codeAndy Lutomirski2017-07-051-2/+0
* 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/+0
|/
* 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/+0
* 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/+0
* x86, realmode: Unbreak the ia64 build of drivers/acpi/sleep.cH. Peter Anvin2012-05-301-4/+3
* x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen2012-05-081-2/+0
* 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/+0
* | Merge branch 'linus' into releaseLen Brown2011-03-231-10/+4
|\ \
| * \ 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-171-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/+0
| * | | 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/+0
| * | | x86-64, NUMA: Factor out memblk handling into numa_{add|register}_memblk()Tejun Heo2011-02-161-1/+0
| * | | x86-64, NUMA: Kill {acpi|amd}_get_nodes()Tejun Heo2011-02-161-2/+0
| * | | 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/+1
|/
* x86, numa: Fix cpu to node mapping for sparse node idsDavid Rientjes2010-12-231-1/+2
* x86, numa: Fake apicid and pxm mappings for NUMA emulationDavid Rientjes2010-12-231-5/+0
* x86, numa: Avoid compiling NUMA emulation functions without CONFIG_NUMA_EMUDavid Rientjes2010-12-231-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-141-2/+0
* ACPI: processor: finish unifying arch_acpi_processor_init_pdc()Alex Chiang2009-12-221-0/+19