summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/acpi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-201-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