summaryrefslogtreecommitdiff
path: root/arch/x86/boot
AgeCommit message (Expand)Author
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
2020-01-23x86/boot: Simplify calculation of output addressArvind Sankar
2020-01-20Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the treeIngo Molnar
2020-01-20x86/boot/compressed: Relax sed symbol type regex for LLVM ld.lldArd Biesheuvel
2020-01-20efi/libstub/x86: Fix unused-variable warningArnd Bergmann
2020-01-20efi/libstub/x86: Use mandatory 16-byte stack alignment in mixed modeArd Biesheuvel
2020-01-20efi/libstub/x86: Use const attribute for efi_is_64bit()Ard Biesheuvel
2020-01-13x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*Sean Christopherson
2020-01-10efi/x86: Allow translating 64-bit arguments for mixed mode callsArvind Sankar
2020-01-10efi/x86: Check number of arguments to variadic functionsArvind Sankar
2020-01-10efi/libstub/x86: Force 'hidden' visibility for extern declarationsArd Biesheuvel
2020-01-10efi/libstub: Fix boot argument handling in mixed mode entry codeArd Biesheuvel
2019-12-30Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar
2019-12-25efi/libstub/x86: Avoid globals to store context during mixed mode callsArd Biesheuvel
2019-12-25efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel
2019-12-25efi/libstub: Drop 'table' argument from efi_table_attr() macroArd Biesheuvel
2019-12-25efi/libstub: Drop protocol argument from efi_call_proto() macroArd Biesheuvel
2019-12-25efi/libstub/x86: Work around page freeing issue in mixed modeArd Biesheuvel
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel
2019-12-25efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel