aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-01Merge tag 'x86-build-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+6
2020-06-01Merge tag 'x86-boot-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-7/+58
2020-05-25Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/coreIngo Molnar1-16/+3
2020-05-25Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar1-8/+8
2020-05-24efi/x86: Drop the special GDT for the EFI thunkArvind Sankar1-16/+3
2020-05-22x86/boot: Discard .discard.unreachable for arch/x86/boot/compressed/vmlinuxFangrui Song1-0/+2
2020-05-19x86/boot: Correct relocation destination on old linkersArvind Sankar2-2/+4
2020-05-14x86/boot: Mark global variables as staticArvind Sankar1-8/+8
2020-05-04x86/boot/compressed/64: Switch to __KERNEL_CS after GDT is loadedJoerg Roedel1-0/+8
2020-05-04x86/boot: Fix -Wint-to-pointer-cast build warningVamshi K Sthambamkadi1-4/+3
2020-05-04x86/boot: Add kstrtoul() from lib/Vamshi K Sthambamkadi2-1/+43
2020-04-24efi/x86: Remove __efistub_global and add relocation checkArvind Sankar1-0/+1
2020-04-21x86/boot/build: Add phony targets in arch/x86/boot/Makefile to PHONYMasahiro Yamada1-0/+2
2020-04-21x86/boot/build: Make 'make bzlilo' not depend on vmlinux or $(obj)/bzImageMasahiro Yamada1-1/+1
2020-04-21x86/boot/build: Add cpustr.h to targets and remove clean-filesMasahiro Yamada1-2/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds3-0/+3
2020-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2020-03-31Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-4/+5
2020-03-28x86/boot/compressed: Fix debug_puthex() parameter typeJoerg Roedel1-1/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada3-0/+3
2020-03-17x86/boot: Fix comment spellingGeert Uytterhoeven1-1/+1
2020-03-08efi/x86: Don't relocate the kernel unless necessaryArvind Sankar1-10/+6
2020-03-08efi/x86: Remove extra headroom for setup blockArvind Sankar1-2/+26
2020-03-08efi/x86: Add kernel preferred address to PE headerArvind Sankar1-2/+4
2020-03-08efi/x86: Decompress at start of PE image load addressArvind Sankar2-3/+56
2020-03-08x86/boot/compressed/32: Save the output address instead of recalculating itArvind Sankar1-13/+12
2020-03-08x86/boot: Use unsigned comparison for addressesArvind Sankar2-3/+3
2020-03-08efi/x86: Avoid using code32_startArvind Sankar2-4/+3
2020-03-08efi/x86: Make efi32_pe_entry() more readableArvind Sankar1-17/+40
2020-03-08efi/x86: Respect 32-bit ABI in efi32_pe_entry()Arvind Sankar1-0/+4
2020-03-08efi/x86: Annotate the LOADED_IMAGE_PROTOCOL_GUID with SYM_DATAArvind Sankar1-3/+6
2020-02-29x86/boot/compressed: Fix reloading of GDTR post-relocationArvind Sankar2-7/+6
2020-02-26Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/coreIngo Molnar9-1041/+261
2020-02-25x86/vmlinux: Drop unneeded linker script discard of .eh_frameArvind Sankar2-6/+0
2020-02-25x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sectionsArvind Sankar2-0/+2
2020-02-24x86/boot/compressed: Remove .eh_frame section from bzImageArvind Sankar1-0/+5
2020-02-23efi/libstub: Introduce symbolic constants for the stub major/minor versionArd Biesheuvel1-2/+2
2020-02-23efi/x86: Use symbolic constants in PE header instead of bare numbersArd Biesheuvel1-30/+32
2020-02-23efi/x86: Add true mixed mode entry point into .compat sectionArd Biesheuvel3-3/+69
2020-02-23efi/x86: Implement mixed mode boot without the handover protocolArd Biesheuvel1-2/+57
2020-02-23efi/x86: Drop redundant .bss sectionArd Biesheuvel2-44/+13
2020-02-23efi/x86: add headroom to decompressor BSS to account for setup blockArd Biesheuvel1-1/+1
2020-02-23efi/libstub/x86: Incorporate eboot.c into libstubArd Biesheuvel3-812/+1
2020-02-22efi/libstub/x86: Avoid overflowing code32_start on PE entryArd Biesheuvel1-22/+18
2020-02-22efi/libstub/x86: Remove pointless zeroing of apm_bios_infoArd Biesheuvel1-5/+0
2020-02-22efi/x86: Mark setup_graphics staticArvind Sankar1-1/+1
2020-02-22x86/boot: Micro-optimize GDT loading instructionsArvind Sankar1-7/+8
2020-02-22x86/boot: GDT limit value should be size - 1Arvind Sankar1-2/+2