aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/boot/compressed/acpi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-17x86/boot: Add an efi.h header for the decompressorBorislav Petkov1-2/+1
2022-04-06x86/compressed/acpi: Move EFI kexec handling into common codeMichael Roth1-59/+0
2022-04-06x86/compressed/acpi: Move EFI vendor table lookup to helperMichael Roth1-45/+23
2022-04-06x86/compressed/acpi: Move EFI config table lookup to helperMichael Roth1-17/+8
2022-04-06x86/compressed/acpi: Move EFI system table lookup to helperMichael Roth1-14/+7
2022-04-06x86/compressed/acpi: Move EFI detection to helperMichael Roth1-18/+10
2020-05-04x86/boot: Fix -Wint-to-pointer-cast build warningVamshi K Sthambamkadi1-4/+3
2020-01-31x86/boot: Handle malformed SRAT tables during early ACPI parsingSteven Clarkson1-0/+6
2019-10-18x86/boot/acpi: Move get_cmdline_acpi_rsdp() under #ifdef guardZhenzhong Duan1-24/+24
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-6/+13
2019-08-19acpi: Ignore acpi_rsdp kernel param when the kernel has been locked downJosh Boyer1-6/+13
2019-06-06x86/boot: Use efi_setup_data for searching RSDP on kexec-ed kernelsJunichi Nomura1-36/+107
2019-04-09ACPICA: Rename nameseg compare macro for clarityBob Moore1-1/+1
2019-02-13x86/boot: Correct RSDP parsing with 32-bit EFIBorislav Petkov1-19/+31
2019-02-01x86/boot: Parse SRAT table and count immovable memory regionsChao Fan1-0/+121
2019-02-01x86/boot: Early parse RSDP and save it in boot_paramsChao Fan1-0/+19
2019-02-01x86/boot: Search for RSDP in memoryChao Fan1-0/+77
2019-02-01x86/boot: Search for RSDP in the EFI tablesChao Fan1-2/+79
2019-02-01x86/boot: Add "acpi_rsdp=" early parsingChao Fan1-0/+32