summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed
AgeCommit message (Expand)AuthorLines
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-2/+2
2020-07-31x86: Add support for ZSTD compressed kernelNick Terrell-8/+9
2020-07-19Merge tag 'x86-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2020-07-19x86/boot: Don't add the EFI stub to targetsArvind Sankar-2/+2
2020-07-07kbuild: remove cc-option test of -ffreestandingMasahiro Yamada-1/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada-1/+1
2020-06-17efi/x86: Setup stack correctly for efi_pe_entryArvind Sankar-1/+10
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner-0/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-1/+1
2020-06-01Merge tag 'x86-build-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+2
2020-06-01Merge tag 'x86-boot-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-6/+15
2020-05-24efi/x86: Drop the special GDT for the EFI thunkArvind Sankar-16/+3
2020-05-22x86/boot: Discard .discard.unreachable for arch/x86/boot/compressed/vmlinuxFangrui Song-0/+2
2020-05-19x86/boot: Correct relocation destination on old linkersArvind Sankar-2/+4
2020-05-04x86/boot/compressed/64: Switch to __KERNEL_CS after GDT is loadedJoerg Roedel-0/+8
2020-05-04x86/boot: Fix -Wint-to-pointer-cast build warningVamshi K Sthambamkadi-4/+3
2020-04-24efi/x86: Remove __efistub_global and add relocation checkArvind Sankar-0/+1
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar-997/+262
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2020-03-31Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+4
2020-03-28x86/boot/compressed: Fix debug_puthex() parameter typeJoerg Roedel-1/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+1
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar-471/+176
2020-03-08efi/x86: Decompress at start of PE image load addressArvind Sankar-3/+56
2020-03-08x86/boot/compressed/32: Save the output address instead of recalculating itArvind Sankar-13/+12
2020-03-08x86/boot: Use unsigned comparison for addressesArvind Sankar-3/+3
2020-03-08efi/x86: Avoid using code32_startArvind Sankar-4/+3
2020-03-08efi/x86: Make efi32_pe_entry() more readableArvind Sankar-17/+40
2020-03-08efi/x86: Respect 32-bit ABI in efi32_pe_entry()Arvind Sankar-0/+4
2020-03-08efi/x86: Annotate the LOADED_IMAGE_PROTOCOL_GUID with SYM_DATAArvind Sankar-3/+6
2020-02-29x86/boot/compressed: Fix reloading of GDTR post-relocationArvind Sankar-7/+6
2020-02-26Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar-972/+155
2020-02-25x86/vmlinux: Drop unneeded linker script discard of .eh_frameArvind Sankar-5/+0
2020-02-25x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sec...Arvind Sankar-0/+1
2020-02-24x86/boot/compressed: Remove .eh_frame section from bzImageArvind Sankar-0/+5
2020-02-23efi/x86: Implement mixed mode boot without the handover protocolArd Biesheuvel-2/+57
2020-02-23efi/libstub/x86: Incorporate eboot.c into libstubArd Biesheuvel-812/+1
2020-02-22efi/libstub/x86: Avoid overflowing code32_start on PE entryArd Biesheuvel-22/+18
2020-02-22efi/libstub/x86: Remove pointless zeroing of apm_bios_infoArd Biesheuvel-5/+0
2020-02-22efi/x86: Mark setup_graphics staticArvind Sankar-1/+1
2020-02-22x86/boot: Micro-optimize GDT loading instructionsArvind Sankar-7/+8
2020-02-22x86/boot: GDT limit value should be size - 1Arvind Sankar-2/+2
2020-02-22efi/x86: Remove GDT setup from efi_mainArvind Sankar-109/+34
2020-02-22x86/boot: Clear direction and interrupt flags in startup_64Arvind Sankar-0/+3
2020-02-22x86/boot: Reload GDTR after copying to the end of the bufferArvind Sankar-0/+10
2020-02-22efi/x86: Don't depend on firmware GDT layoutArvind Sankar-17/+42
2020-02-22x86/boot: Remove KEEP_SEGMENTS supportArvind Sankar-16/+0
2020-02-19x86/boot/compressed/64: Remove .bss/.pgtable from bzImageArvind Sankar-1/+1
2020-02-19x86/boot/compressed: Don't declare __force_order in kaslr_64.cH.J. Lu-3/+0