aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/acpi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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