summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/acpi/boot.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-28ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 boardMark Cilissen1-0/+24
2021-08-11x86: Fix typo s/ECLR/ELCR/ for the PIC registerMaciej W. Rozycki1-3/+3
2021-08-11x86: Avoid magic number with ELCR register accessesMaciej W. Rozycki1-3/+3
2021-05-17x86/acpi: Switch to pr_xxx log functionsHeiner Kallweit1-71/+47
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2021-03-29ACPI: tables: x86: Reserve memory occupied by ACPI tablesRafael J. Wysocki1-13/+12
2021-03-18x86: Fix various typos in commentsIngo Molnar1-2/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-04-08ACPI, x86/boot: make acpi_nobgrt staticJason Yan1-1/+1
2020-03-14acpi/x86: ignore unspecified bit positions in the ACPI global lock fieldJan Engelhardt1-1/+1
2020-03-14acpi/x86: add a kernel parameter to disable ACPI BGRTAlex Hung1-1/+9
2019-08-20acpi: Ignore acpi_rsdp kernel param when the kernel has been locked downJosh Boyer1-0/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-18/+1
2019-04-04acpi: Create subtable parsing infrastructureKeith Busch1-18/+18
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+3
2018-12-03x86: Fix various typos in commentsIngo Molnar1-1/+1
2018-11-20x86/acpi, x86/boot: Take RSDP address from boot params if availableJuergen Gross1-1/+1
2018-11-20x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setu...Juergen Gross1-1/+1
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport1-1/+2
2018-10-10x86/acpi, x86/boot: Take RSDP address for boot params if availableJuergen Gross1-0/+6
2018-04-17x86/acpi: Prevent X2APIC id 0xffffffff from being accountedDou Liyang1-0/+4
2018-04-12Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is readyIngo Molnar1-9/+13
2018-04-10x86/apic: Fix signedness bug in APIC ID validity checksLi RongQing1-5/+8
2018-03-12ACPI, x86/boot: Introduce the ->reduced_hw_early_init() ACPI callbackAndy Shevchenko1-1/+1
2018-03-12ACPI, x86/boot: Split out acpi_generic_reduce_hw_init() and exportAndy Shevchenko1-9/+13
2018-02-07ACPI: SPCR: Make SPCR available to x86Prarit Bhargava1-0/+3
2018-01-05ACPI / x86: boot: Propagate error code in acpi_gsi_to_irq()Andy Shevchenko1-10/+10
2017-12-28ACPI / x86: boot: Don't setup SCI on HW-reduced platformsAndy Shevchenko1-1/+2
2017-12-28ACPI / x86: boot: Use INVALID_ACPI_IRQ instead of 0 for acpi_sci_override_gsiAndy Shevchenko1-2/+3
2017-12-28ACPI / x86: boot: Get rid of ACPI_INVALID_GSIAndy Shevchenko1-4/+2
2017-12-28ACPI / x86: boot: Swap variables in condition in acpi_register_gsi_ioapic()Andy Shevchenko1-2/+1
2017-11-17x86/acpi: Reduce code duplication in mp_override_legacy_irq()Vikas C Sajjan1-22/+5
2017-11-17x86/acpi: Handle SCI interrupts above legacy space gracefullyVikas C Sajjan1-1/+33
2017-11-10x86/virt, x86/acpi: Add test for ACPI_FADT_NO_VGAJuergen Gross1-0/+5
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-2/+2
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-4/+7
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar1-0/+8
2017-07-24ACPI / boot: Add number of legacy IRQs to debug outputAndy Shevchenko1-1/+1
2017-07-24ACPI / boot: Correct address space of __acpi_map_table()Andy Shevchenko1-2/+2
2017-07-24ACPI / boot: Don't define unused variablesAndy Shevchenko1-1/+4
2017-07-20x86/acpi: Prevent out of bound access caused by broken ACPI tablesSeunghun Han1-0/+8
2017-07-18x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap() for RAM mappingsTom Lendacky1-3/+3
2017-05-02Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2017-04-05efi/bgrt: Enable ACPI BGRT handling on arm64Bhupesh Sharma1-6/+0
2017-03-11x86/acpi: Restore the order of CPU IDsDou Liyang1-1/+6
2017-03-11Revert "x86/acpi: Set persistent cpuid <-> nodeid mapping when booting"Dou Liyang1-1/+1
2017-03-01Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar1-2/+12