summaryrefslogtreecommitdiff
path: root/arch/x86/boot
AgeCommit message (Expand)AuthorFilesLines
2020-09-26x86/boot: kbuild: allow readelf executable to be specifiedDmitry Golovin1-1/+1
2020-09-23x86/boot/compressed: Disable relocation relaxationArvind Sankar1-0/+2
2020-06-25x86/boot/compressed: Relax sed symbol type regex for LLVM ld.lldArd Biesheuvel1-1/+1
2020-06-22x86/boot: Correct relocation destination on old linkersArvind Sankar2-2/+4
2020-04-17x86/boot: Use unsigned comparison for addressesArvind Sankar2-3/+3
2020-03-11x86/boot/compressed: Don't declare __force_order in kaslr_64.cH.J. Lu1-3/+0
2020-01-23x86/efistub: Disable paging at mixed mode entryArd Biesheuvel1-0/+5
2019-09-10x86/boot/compressed/64: Fix missing initialization in find_trampoline_placeme...Kirill A. Shutemov1-1/+1
2019-09-10x86/boot/compressed/64: Fix boot on machines with broken E820 tableKirill A. Shutemov1-3/+10
2019-08-16x86/purgatory: Do not use __builtin_memcpy and __builtin_memsetNick Desaulniers1-0/+8
2019-08-06x86, boot: Remove multiple copy of static function sanitize_boot_params()Zhenzhong Duan2-1/+1
2019-07-10x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 settingKirill A. Shutemov1-0/+2
2019-04-05x86/build: Specify elf_i386 linker emulation explicitly for i386 objectsGeorge Rimar1-1/+1
2019-03-14x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before returning ...Wei Huang2-1/+9
2019-03-10x86/boot/compressed/64: Do not read legacy ROM on EFI systemKirill A. Shutemov1-3/+16
2018-12-13x86/efi: Allocate e820 buffer before calling efi_exit_boot_serviceEric Snowberg1-24/+41
2018-11-13x86: boot: Fix EFI stub alignmentBen Hutchings1-0/+7
2018-11-13efi/x86: Call efi_parse_options() from efi_main()Hans de Goede1-0/+10
2018-10-14x86/boot: Add -Wno-pointer-sign to KBUILD_CFLAGSNathan Chancellor1-0/+1
2018-09-27x86/boot: Fix kexec booting failure in the SEV bit detection codeKairui Song1-19/+0
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-3/+3
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada1-3/+3
2018-08-22module: allow symbol exports to be disabledArd Biesheuvel1-4/+1
2018-08-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-9/+97
2018-08-13Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-368/+189
2018-08-02x86/boot: Use CC_SET()/CC_OUT() instead of open coding itUros Bizjak2-3/+5
2018-08-02x86/boot/compressed/64: Validate trampoline placement against E820Kirill A. Shutemov1-18/+55
2018-07-30x86/boot/KASLR: Make local variable mem_limit staticzhong jiang1-1/+1
2018-07-25x86/boot: Fix if_changed build flip/flop bugKees Cook1-2/+6
2018-07-22efi/x86: Replace references to efi_early->is64 with efi_is_64bit()Ard Biesheuvel1-10/+6
2018-07-22efi: Deduplicate efi_open_volume()Lukas Wunner1-63/+0
2018-07-22efi/x86: Add missing NULL initialization in UGA draw protocol discoveryArd Biesheuvel1-0/+1
2018-07-22efi/x86: Merge 32-bit and 64-bit UGA draw protocol setup routinesArd Biesheuvel1-85/+26
2018-07-22efi/x86: Align efi_uga_draw_protocol typedef names to conventionArd Biesheuvel2-8/+8
2018-07-22efi/x86: Merge the setup_efi_pci32() and setup_efi_pci64() routinesArd Biesheuvel1-91/+32
2018-07-16efi/x86: Clean up the eboot codeIngo Molnar1-120/+125
2018-07-11efi/x86: Fix mixed mode reboot loop by removing pointless call to PciIo->Attr...Ard Biesheuvel1-9/+3
2018-07-03x86/boot/KASLR: Skip specified number of 1GB huge pages when doing physical r...Baoquan He1-5/+8
2018-07-03x86/boot/KASLR: Add two new functions for 1GB huge pages handlingBaoquan He1-0/+83
2018-06-24efi/x86: Fix incorrect invocation of PciIo->Attributes()Ard Biesheuvel1-1/+1
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2018-06-06x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SMEKirill A. Shutemov1-0/+5
2018-06-05Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-10/+17
2018-06-05Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-82/+32
2018-05-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-24/+69
2018-05-19x86/mm: Introduce the 'no5lvl' kernel parameterKirill A. Shutemov3-3/+12
2018-05-19x86/mm: Unify pgtable_l5_enabled usage in early boot codeKirill A. Shutemov2-6/+4
2018-05-19x86/boot/compressed/64: Fix trampoline page table address calculationKirill A. Shutemov1-1/+1
2018-05-16x86/boot/compressed/64: Fix moving page table out of trampoline memoryKirill A. Shutemov2-11/+14
2018-05-16x86/boot/compressed/64: Set up GOT for paging_prepare() and cleanup_trampoline()Kirill A. Shutemov1-13/+55