summaryrefslogtreecommitdiff
path: root/arch/x86/boot
AgeCommit message (Expand)Author
2019-04-22x86/boot: Disable RSDP parsing temporarilyBorislav Petkov
2019-03-27x86/boot: Fix incorrect ifdeffery scopeBaoquan He
2019-03-21x86/boot: Restrict header scope to make Clang happyNick Desaulniers
2019-03-10Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-03-07Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-03-07Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-03-07Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-03-06x86/boot/KASLR: Always return a value from process_mem_regionLouis Taylor
2019-02-28x86/boot/compressed/64: Do not read legacy ROM on EFI systemKirill A. Shutemov
2019-02-13x86/boot: Correct RSDP parsing with 32-bit EFIBorislav Petkov
2019-02-06x86/boot/compressed/64: Explain paging_prepare()'s return valueKirill A. Shutemov
2019-02-06x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 settingKirill A. Shutemov
2019-02-06x86/boot: Fix randconfig build error due to MEMORY_HOTREMOVEBorislav Petkov
2019-02-06x86/boot: Fix cmdline_find_option() prototype visibilityBorislav Petkov
2019-02-01x86/boot/KASLR: Limit KASLR to extract the kernel in immovable memory onlyChao Fan
2019-02-01x86/boot: Parse SRAT table and count immovable memory regionsChao Fan
2019-02-01x86/boot: Early parse RSDP and save it in boot_paramsChao Fan
2019-02-01x86/boot: Search for RSDP in memoryChao Fan
2019-02-01x86/boot: Search for RSDP in the EFI tablesChao Fan
2019-02-01x86/boot: Add "acpi_rsdp=" early parsingChao Fan
2019-02-01x86/boot: Copy kstrtoull() to boot/string.cChao Fan
2019-02-01x86/boot: Build the command line parsing code unconditionallyBorislav Petkov
2019-01-29x86/boot: Save several bytes in decompressorCao jin
2019-01-29x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before returning ...Wei Huang
2019-01-16x86/build: Use the single-argument OUTPUT_FORMAT() linker script commandBorislav Petkov
2019-01-12x86/build: Specify elf_i386 linker emulation explicitly for i386 objectsGeorge Rimar
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada
2018-12-26Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-09Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-11-30x86/efi: Allocate e820 buffer before calling efi_exit_boot_serviceEric Snowberg
2018-11-28x86/boot: Add missing va_end() to die()Mattias Jacobsson
2018-11-20x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setu...Juergen Gross
2018-11-06x86/boot: Simplify the detect_memory*() control flowJordan Borgner
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-10-23Merge branch 'x86-grub2-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-10-23Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-10-23Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-10-14x86/boot: Add -Wno-pointer-sign to KBUILD_CFLAGSNathan Chancellor
2018-10-10x86/boot: Add ACPI RSDP address to setup_headerJuergen Gross
2018-09-27x86/boot: Fix kexec booting failure in the SEV bit detection codeKairui Song
2018-09-26x86: boot: Fix EFI stub alignmentBen Hutchings
2018-09-26efi/x86: Call efi_parse_options() from efi_main()Hans de Goede
2018-09-10x86/boot/KASLR: Remove return value from handle_mem_options()Chao Fan
2018-09-03x86/paravirt: Introduce new config option PARAVIRT_XXLJuergen Gross
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada
2018-08-22module: allow symbol exports to be disabledArd Biesheuvel
2018-08-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-08-13Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds