summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/acpi/boot.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-05-241-1/+1
|\
| * x86/ACPI: Preserve ACPI-table override during hibernationAmadeusz Sławiński2022-04-131-1/+1
* | Merge tag 'acpi-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-05-241-4/+3
|\ \
| * | x86: ACPI: Make mp_config_acpi_gsi() a void functionLi kunyu2022-05-111-4/+3
| |/
* / x86/acpi/x86/boot: Add multiprocessor wake-up supportKuppuswamy Sathyanarayanan2022-04-071-1/+92
|/
* ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 boardMark Cilissen2022-03-081-0/+24
* x86/ACPI: Don't add CPUs that are not online capableMario Limonciello2021-09-131-0/+9
* x86: Fix typo s/ECLR/ELCR/ for the PIC registerMaciej W. Rozycki2021-08-101-3/+3
* x86: Avoid magic number with ELCR register accessesMaciej W. Rozycki2021-08-101-3/+3
* x86/acpi: Switch to pr_xxx log functionsHeiner Kallweit2021-05-171-71/+47
* Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-261-2/+2
|\
| * x86: Fix various typos in commentsIngo Molnar2021-03-181-2/+2
* | ACPI: tables: x86: Reserve memory occupied by ACPI tablesRafael J. Wysocki2021-03-291-13/+12
|/
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* ACPI, x86/boot: make acpi_nobgrt staticJason Yan2020-04-081-1/+1
* acpi/x86: ignore unspecified bit positions in the ACPI global lock fieldJan Engelhardt2020-03-141-1/+1
* acpi/x86: add a kernel parameter to disable ACPI BGRTAlex Hung2020-03-141-1/+9
* acpi: Ignore acpi_rsdp kernel param when the kernel has been locked downJosh Boyer2019-08-191-0/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-18/+1
* acpi: Create subtable parsing infrastructureKeith Busch2019-04-041-18/+18
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3
* x86: Fix various typos in commentsIngo Molnar2018-12-031-1/+1
* x86/acpi, x86/boot: Take RSDP address from boot params if availableJuergen Gross2018-11-201-1/+1
* x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setu...Juergen Gross2018-11-201-1/+1
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-1/+2
* x86/acpi, x86/boot: Take RSDP address for boot params if availableJuergen Gross2018-10-101-0/+6
* x86/acpi: Prevent X2APIC id 0xffffffff from being accountedDou Liyang2018-04-171-0/+4
* Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is readyIngo Molnar2018-04-121-9/+13
|\
| * ACPI, x86/boot: Introduce the ->reduced_hw_early_init() ACPI callbackAndy Shevchenko2018-03-121-1/+1
| * ACPI, x86/boot: Split out acpi_generic_reduce_hw_init() and exportAndy Shevchenko2018-03-121-9/+13
* | x86/apic: Fix signedness bug in APIC ID validity checksLi RongQing2018-04-101-5/+8
|/
* ACPI: SPCR: Make SPCR available to x86Prarit Bhargava2018-02-071-0/+3
* ACPI / x86: boot: Propagate error code in acpi_gsi_to_irq()Andy Shevchenko2018-01-051-10/+10
* ACPI / x86: boot: Don't setup SCI on HW-reduced platformsAndy Shevchenko2017-12-281-1/+2
* ACPI / x86: boot: Use INVALID_ACPI_IRQ instead of 0 for acpi_sci_override_gsiAndy Shevchenko2017-12-281-2/+3
* ACPI / x86: boot: Get rid of ACPI_INVALID_GSIAndy Shevchenko2017-12-281-4/+2
* ACPI / x86: boot: Swap variables in condition in acpi_register_gsi_ioapic()Andy Shevchenko2017-12-281-2/+1
* x86/acpi: Reduce code duplication in mp_override_legacy_irq()Vikas C Sajjan2017-11-171-22/+5
* x86/acpi: Handle SCI interrupts above legacy space gracefullyVikas C Sajjan2017-11-171-1/+33
* x86/virt, x86/acpi: Add test for ACPI_FADT_NO_VGAJuergen Gross2017-11-101-0/+5
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-141-2/+2
* Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-09-051-4/+7
|\
| * ACPI / boot: Add number of legacy IRQs to debug outputAndy Shevchenko2017-07-241-1/+1
| * ACPI / boot: Correct address space of __acpi_map_table()Andy Shevchenko2017-07-241-2/+2
| * ACPI / boot: Don't define unused variablesAndy Shevchenko2017-07-241-1/+4
* | Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-261-0/+8
|\|
| * x86/acpi: Prevent out of bound access caused by broken ACPI tablesSeunghun Han2017-07-201-0/+8