summaryrefslogtreecommitdiff
path: root/arch/x86/boot
AgeCommit message (Expand)Author
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2020-03-31Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-03-28x86/boot/compressed: Fix debug_puthex() parameter typeJoerg Roedel
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-17x86/boot: Fix comment spellingGeert Uytterhoeven
2020-03-08efi/x86: Don't relocate the kernel unless necessaryArvind Sankar
2020-03-08efi/x86: Remove extra headroom for setup blockArvind Sankar
2020-03-08efi/x86: Add kernel preferred address to PE headerArvind Sankar
2020-03-08efi/x86: Decompress at start of PE image load addressArvind Sankar
2020-03-08x86/boot/compressed/32: Save the output address instead of recalculating itArvind Sankar
2020-03-08x86/boot: Use unsigned comparison for addressesArvind Sankar
2020-03-08efi/x86: Avoid using code32_startArvind Sankar
2020-03-08efi/x86: Make efi32_pe_entry() more readableArvind Sankar
2020-03-08efi/x86: Respect 32-bit ABI in efi32_pe_entry()Arvind Sankar
2020-03-08efi/x86: Annotate the LOADED_IMAGE_PROTOCOL_GUID with SYM_DATAArvind Sankar
2020-02-29x86/boot/compressed: Fix reloading of GDTR post-relocationArvind Sankar
2020-02-26Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar
2020-02-25x86/vmlinux: Drop unneeded linker script discard of .eh_frameArvind Sankar
2020-02-25x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sec...Arvind Sankar
2020-02-24x86/boot/compressed: Remove .eh_frame section from bzImageArvind Sankar
2020-02-23efi/libstub: Introduce symbolic constants for the stub major/minor versionArd Biesheuvel
2020-02-23efi/x86: Use symbolic constants in PE header instead of bare numbersArd Biesheuvel
2020-02-23efi/x86: Add true mixed mode entry point into .compat sectionArd Biesheuvel
2020-02-23efi/x86: Implement mixed mode boot without the handover protocolArd Biesheuvel
2020-02-23efi/x86: Drop redundant .bss sectionArd Biesheuvel
2020-02-23efi/x86: add headroom to decompressor BSS to account for setup blockArd Biesheuvel
2020-02-23efi/libstub/x86: Incorporate eboot.c into libstubArd Biesheuvel
2020-02-22efi/libstub/x86: Avoid overflowing code32_start on PE entryArd Biesheuvel
2020-02-22efi/libstub/x86: Remove pointless zeroing of apm_bios_infoArd Biesheuvel
2020-02-22efi/x86: Mark setup_graphics staticArvind Sankar
2020-02-22x86/boot: Micro-optimize GDT loading instructionsArvind Sankar
2020-02-22x86/boot: GDT limit value should be size - 1Arvind Sankar
2020-02-22efi/x86: Remove GDT setup from efi_mainArvind Sankar
2020-02-22x86/boot: Clear direction and interrupt flags in startup_64Arvind Sankar
2020-02-22x86/boot: Reload GDTR after copying to the end of the bufferArvind Sankar
2020-02-22efi/x86: Don't depend on firmware GDT layoutArvind Sankar
2020-02-22x86/boot: Remove KEEP_SEGMENTS supportArvind Sankar
2020-02-19x86/boot/compressed/64: Remove .bss/.pgtable from bzImageArvind Sankar
2020-02-19x86/boot/compressed: Don't declare __force_order in kaslr_64.cH.J. Lu
2020-02-12x86/boot/compressed/64: Use 32-bit (zero-extended) MOV for z_output_lenArvind Sankar
2020-02-12x86/boot/compressed/64: Use LEA to initialize boot stack pointerArvind Sankar
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-02-09Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2020-01-31x86/boot: Handle malformed SRAT tables during early ACPI parsingSteven Clarkson
2020-01-28Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-01-28Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-01-28Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-01-25efi/libstub/x86: Fix EFI server boot failureQian Cai