summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed
AgeCommit message (Expand)AuthorLines
2019-10-31x86, efi: Never relocate kernel below lowest acceptable addressKairui Song-1/+3
2019-10-18x86/boot/acpi: Move get_cmdline_acpi_rsdp() under #ifdef guardZhenzhong Duan-24/+24
2019-10-11x86/boot/64: Round memory hole size up to next PMD pageSteve Wahl-6/+19
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-6/+13
2019-09-06x86/asm: Make some functions local labelsJiri Slaby-11/+11
2019-08-27x86/boot/compressed/64: Fix missing initialization in find_trampoline_placeme...Kirill A. Shutemov-1/+1
2019-08-19acpi: Ignore acpi_rsdp kernel param when the kernel has been locked downJosh Boyer-6/+13
2019-08-19x86/boot/compressed/64: Fix boot on machines with broken E820 tableKirill A. Shutemov-3/+10
2019-07-18x86, boot: Remove multiple copy of static function sanitize_boot_params()Zhenzhong Duan-1/+1
2019-07-18x86/boot/compressed/64: Remove unused variableZhenzhong Duan-1/+0
2019-07-18x86/boot/efi: Remove unused variablesZhenzhong Duan-9/+1
2019-07-09Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-39/+116
2019-06-27x86/boot: Make the GDT 8-byte alignedXiaoyao Li-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Thomas Gleixner-3/+1
2019-06-06x86/boot: Call get_rsdp_addr() after console_init()Borislav Petkov-3/+8
2019-06-06Revert "x86/boot: Disable RSDP parsing temporarily"Borislav Petkov-1/+1
2019-06-06x86/boot: Use efi_setup_data for searching RSDP on kexec-ed kernelsJunichi Nomura-36/+107
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268Thomas Gleixner-15/+1
2019-05-24x86/boot: Provide KASAN compatible aliases for string routinesArd Biesheuvel-4/+10
2019-05-06Merge branch 'acpica'Rafael J. Wysocki-1/+1
2019-04-22x86/boot: Disable RSDP parsing temporarilyBorislav Petkov-1/+1
2019-04-09ACPICA: Rename nameseg compare macro for clarityBob Moore-1/+1
2019-03-27x86/boot: Fix incorrect ifdeffery scopeBaoquan He-2/+2
2019-03-10Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2019-03-07Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-5/+6
2019-03-07Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2019-03-07Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-24/+440
2019-03-06x86/boot/KASLR: Always return a value from process_mem_regionLouis Taylor-1/+1
2019-02-28x86/boot/compressed/64: Do not read legacy ROM on EFI systemKirill A. Shutemov-3/+16
2019-02-13x86/boot: Correct RSDP parsing with 32-bit EFIBorislav Petkov-19/+31
2019-02-06x86/boot/compressed/64: Explain paging_prepare()'s return valueKirill A. Shutemov-3/+6
2019-02-06x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 settingKirill A. Shutemov-0/+2
2019-02-06x86/boot: Fix randconfig build error due to MEMORY_HOTREMOVEBorislav Petkov-2/+2
2019-02-06x86/boot: Fix cmdline_find_option() prototype visibilityBorislav Petkov-2/+0
2019-02-01x86/boot/KASLR: Limit KASLR to extract the kernel in immovable memory onlyChao Fan-11/+61
2019-02-01x86/boot: Parse SRAT table and count immovable memory regionsChao Fan-4/+131
2019-02-01x86/boot: Early parse RSDP and save it in boot_paramsChao Fan-0/+31
2019-02-01x86/boot: Search for RSDP in memoryChao Fan-0/+77
2019-02-01x86/boot: Search for RSDP in the EFI tablesChao Fan-2/+79
2019-02-01x86/boot: Add "acpi_rsdp=" early parsingChao Fan-0/+35
2019-02-01x86/boot: Build the command line parsing code unconditionallyBorislav Petkov-4/+0
2019-01-29x86/boot: Save several bytes in decompressorCao jin-2/+0
2019-01-29x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before returning ...Wei Huang-1/+9
2019-01-16x86/build: Use the single-argument OUTPUT_FORMAT() linker script commandBorislav Petkov-1/+1
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada-1/+1
2018-11-30x86/efi: Allocate e820 buffer before calling efi_exit_boot_serviceEric Snowberg-24/+41
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2018-10-23Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-10/+8
2018-10-23Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+10