summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* x86, kexec: fix the wrong ifdeffery CONFIG_KEXECBaoquan He2023-12-121-1/+1
* x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'Ard Biesheuvel2023-10-181-7/+7
* x86/boot: Add an efi.h header for the decompressorBorislav Petkov2022-04-171-2/+1
* x86/compressed/acpi: Move EFI kexec handling into common codeMichael Roth2022-04-061-59/+0
* x86/compressed/acpi: Move EFI vendor table lookup to helperMichael Roth2022-04-061-45/+23
* x86/compressed/acpi: Move EFI config table lookup to helperMichael Roth2022-04-061-17/+8
* x86/compressed/acpi: Move EFI system table lookup to helperMichael Roth2022-04-061-14/+7
* x86/compressed/acpi: Move EFI detection to helperMichael Roth2022-04-061-18/+10
* x86/boot: Fix -Wint-to-pointer-cast build warningVamshi K Sthambamkadi2020-05-041-4/+3
* x86/boot: Handle malformed SRAT tables during early ACPI parsingSteven Clarkson2020-01-311-0/+6
* x86/boot/acpi: Move get_cmdline_acpi_rsdp() under #ifdef guardZhenzhong Duan2019-10-181-24/+24
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-6/+13
|\
| * acpi: Ignore acpi_rsdp kernel param when the kernel has been locked downJosh Boyer2019-08-191-6/+13
* | x86/boot: Use efi_setup_data for searching RSDP on kexec-ed kernelsJunichi Nomura2019-06-061-36/+107
|/
* ACPICA: Rename nameseg compare macro for clarityBob Moore2019-04-091-1/+1
* x86/boot: Correct RSDP parsing with 32-bit EFIBorislav Petkov2019-02-131-19/+31
* x86/boot: Parse SRAT table and count immovable memory regionsChao Fan2019-02-011-0/+121
* x86/boot: Early parse RSDP and save it in boot_paramsChao Fan2019-02-011-0/+19
* x86/boot: Search for RSDP in memoryChao Fan2019-02-011-0/+77
* x86/boot: Search for RSDP in the EFI tablesChao Fan2019-02-011-2/+79
* x86/boot: Add "acpi_rsdp=" early parsingChao Fan2019-02-011-0/+32