summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed/acpi.c
AgeCommit message (Expand)Author
2024-01-30x86: Do not include <asm/bootparam.h> in several filesThomas Zimmermann
2023-12-12x86, kexec: fix the wrong ifdeffery CONFIG_KEXECBaoquan He
2023-10-18x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'Ard Biesheuvel
2022-04-17x86/boot: Add an efi.h header for the decompressorBorislav Petkov
2022-04-06x86/compressed/acpi: Move EFI kexec handling into common codeMichael Roth
2022-04-06x86/compressed/acpi: Move EFI vendor table lookup to helperMichael Roth
2022-04-06x86/compressed/acpi: Move EFI config table lookup to helperMichael Roth
2022-04-06x86/compressed/acpi: Move EFI system table lookup to helperMichael Roth
2022-04-06x86/compressed/acpi: Move EFI detection to helperMichael Roth
2020-05-04x86/boot: Fix -Wint-to-pointer-cast build warningVamshi K Sthambamkadi
2020-01-31x86/boot: Handle malformed SRAT tables during early ACPI parsingSteven Clarkson
2019-10-18x86/boot/acpi: Move get_cmdline_acpi_rsdp() under #ifdef guardZhenzhong Duan
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-08-19acpi: Ignore acpi_rsdp kernel param when the kernel has been locked downJosh Boyer
2019-06-06x86/boot: Use efi_setup_data for searching RSDP on kexec-ed kernelsJunichi Nomura
2019-04-09ACPICA: Rename nameseg compare macro for clarityBob Moore
2019-02-13x86/boot: Correct RSDP parsing with 32-bit EFIBorislav Petkov
2019-02-01x86/boot: Parse SRAT table and count immovable memory regionsChao Fan
2019-02-01x86/boot: Early parse RSDP and save it in boot_paramsChao Fan
2019-02-01x86/boot: Search for RSDP in memoryChao Fan
2019-02-01x86/boot: Search for RSDP in the EFI tablesChao Fan
2019-02-01x86/boot: Add "acpi_rsdp=" early parsingChao Fan