summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-033-0/+3
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-253-0/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2020-04-011-1/+1
|\ \
| * | x86/boot: Fix comment spellingGeert Uytterhoeven2020-03-171-1/+1
| |/
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-315-4/+5
|\ \
| * | x86/boot/compressed: Fix debug_puthex() parameter typeJoerg Roedel2020-03-281-1/+1
| * | x86/vmlinux: Drop unneeded linker script discard of .eh_frameArvind Sankar2020-02-252-6/+0
| * | x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sec...Arvind Sankar2020-02-252-0/+2
| * | x86/boot/compressed: Remove .eh_frame section from bzImageArvind Sankar2020-02-241-0/+5
| * | x86/boot/compressed/64: Remove .bss/.pgtable from bzImageArvind Sankar2020-02-191-1/+1
| * | x86/boot/compressed/64: Use 32-bit (zero-extended) MOV for z_output_lenArvind Sankar2020-02-121-1/+1
| * | x86/boot/compressed/64: Use LEA to initialize boot stack pointerArvind Sankar2020-02-121-3/+1
* | | efi/x86: Don't relocate the kernel unless necessaryArvind Sankar2020-03-081-10/+6
* | | efi/x86: Remove extra headroom for setup blockArvind Sankar2020-03-081-2/+26
* | | efi/x86: Add kernel preferred address to PE headerArvind Sankar2020-03-081-2/+4
* | | efi/x86: Decompress at start of PE image load addressArvind Sankar2020-03-082-3/+56
* | | x86/boot/compressed/32: Save the output address instead of recalculating itArvind Sankar2020-03-081-13/+12
* | | x86/boot: Use unsigned comparison for addressesArvind Sankar2020-03-082-3/+3
* | | efi/x86: Avoid using code32_startArvind Sankar2020-03-082-4/+3
* | | efi/x86: Make efi32_pe_entry() more readableArvind Sankar2020-03-081-17/+40
* | | efi/x86: Respect 32-bit ABI in efi32_pe_entry()Arvind Sankar2020-03-081-0/+4
* | | efi/x86: Annotate the LOADED_IMAGE_PROTOCOL_GUID with SYM_DATAArvind Sankar2020-03-081-3/+6
* | | x86/boot/compressed: Fix reloading of GDTR post-relocationArvind Sankar2020-02-292-7/+6
* | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar2020-02-269-1041/+261
|\ \ \ | |_|/ |/| |
| * | efi/libstub: Introduce symbolic constants for the stub major/minor versionArd Biesheuvel2020-02-231-2/+2
| * | efi/x86: Use symbolic constants in PE header instead of bare numbersArd Biesheuvel2020-02-231-30/+32
| * | efi/x86: Add true mixed mode entry point into .compat sectionArd Biesheuvel2020-02-233-3/+69
| * | efi/x86: Implement mixed mode boot without the handover protocolArd Biesheuvel2020-02-231-2/+57
| * | efi/x86: Drop redundant .bss sectionArd Biesheuvel2020-02-232-44/+13
| * | efi/x86: add headroom to decompressor BSS to account for setup blockArd Biesheuvel2020-02-231-1/+1
| * | efi/libstub/x86: Incorporate eboot.c into libstubArd Biesheuvel2020-02-233-812/+1
| * | efi/libstub/x86: Avoid overflowing code32_start on PE entryArd Biesheuvel2020-02-221-22/+18
| * | efi/libstub/x86: Remove pointless zeroing of apm_bios_infoArd Biesheuvel2020-02-221-5/+0
| * | efi/x86: Mark setup_graphics staticArvind Sankar2020-02-221-1/+1
| * | x86/boot: Micro-optimize GDT loading instructionsArvind Sankar2020-02-221-7/+8
| * | x86/boot: GDT limit value should be size - 1Arvind Sankar2020-02-221-2/+2
| * | efi/x86: Remove GDT setup from efi_mainArvind Sankar2020-02-222-109/+34
| * | x86/boot: Clear direction and interrupt flags in startup_64Arvind Sankar2020-02-221-0/+3
| * | x86/boot: Reload GDTR after copying to the end of the bufferArvind Sankar2020-02-221-0/+10
| * | efi/x86: Don't depend on firmware GDT layoutArvind Sankar2020-02-222-17/+42
| * | x86/boot: Remove KEEP_SEGMENTS supportArvind Sankar2020-02-222-16/+0
| |/
* / x86/boot/compressed: Don't declare __force_order in kaslr_64.cH.J. Lu2020-02-191-3/+0
|/
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-092-3/+3
|\
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-042-3/+3
* | Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-091-0/+6
|\ \ | |/ |/|
| * x86/boot: Handle malformed SRAT tables during early ACPI parsingSteven Clarkson2020-01-311-0/+6
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-281-0/+1
|\ \
| * | x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*Sean Christopherson2020-01-131-0/+1
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-1/+4
|\ \ \
| * | | x86/boot: Discard .eh_frame sectionsIlie Halip2019-12-131-1/+4
| |/ /