summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed/head_64.S
AgeCommit message (Expand)Author
2017-11-07x86/boot: Add early boot support when running with SEV activeTom Lendacky
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-29x86/boot/64: Extract efi_pe_entry() from startup_64()Jiri Slaby
2017-06-13x86/boot/compressed: Enable 5-level paging during decompression stageKirill A. Shutemov
2017-02-07x86/efi: Allow invocation of arbitrary runtime servicesDavid Howells
2016-11-07x86/boot: Simplify the GDTR calculation assembly code a bitWei Yang
2016-09-09x86/efi: Allow invocation of arbitrary boot servicesLukas Wunner
2016-05-07x86/KASLR: Build identity mappings on demandKees Cook
2016-04-29x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_...Yinghai Lu
2016-04-29x86/boot: Move compressed kernel to the end of the decompression bufferYinghai Lu
2016-04-19x86/boot: Clarify purpose of functions in misc.cKees Cook
2016-03-29x86/build: Build compressed x86 kernels as PIEH.J. Lu
2015-04-02x86/asm/boot/64: Use __BOOT_TSS instead of literal $0x20Denys Vlasenko
2015-02-19x86/asm/boot: Use already defined KEEP_SEGMENTS macro in head_{32,64}.SAlexander Kuleshov
2014-11-01x86, kaslr: Prevent .bss from overlaping initrdJunjie Mao
2014-09-22Revert "x86/efi: Fixup GOT in all boot code paths"Linus Torvalds
2014-09-08x86/efi: Fixup GOT in all boot code pathsMatt Fleming
2014-04-17x86/efi: Delete most of the efi_call* macrosMatt Fleming
2014-04-10x86/efi: Correct EFI boot stub use of code32_startMatt Fleming
2014-03-05x86/boot: Fix non-EFI buildMatt Fleming
2014-03-04x86/boot: Don't overwrite cr4 when enabling PAEMatt Fleming
2014-03-04x86/efi: Firmware agnostic handover entry pointsMatt Fleming
2014-03-04x86/efi: Build our own EFI services pointer tableMatt Fleming
2013-10-13x86, kaslr: Return location from decompress_kernelKees Cook
2013-08-07x86, relocs: Move ELF relocation handling to CKees Cook
2013-05-28x86/mm: Drop unneeded include <asm/*pgtable, page*_types.h>Zhang Yanfei
2013-03-01x86_64: Use __BOOT_DS instead_of __KERNEL_DS for safetyLans Zhang
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-01-29x86, boot: Update comments about entries for 64bit imageYinghai Lu
2013-01-29x86, boot: Move lldt/ltr out of 64bit code sectionYinghai Lu
2013-01-29x86, boot: Move verify_cpu.S and no_longmode downYinghai Lu
2013-01-27x86, build: Dynamically find entry points in compressed startup codeDavid Woodhouse
2012-07-20x86, efi: Handover ProtocolMatt Fleming
2012-04-16x86, efi: Add dedicated EFI stub entry pointMatt Fleming
2011-12-12x86, efi: EFI boot stub supportMatt Fleming
2010-11-10x86, cpu: Rename verify_cpu_64.S to verify_cpu.SKees Cook
2010-08-02x86, setup: Allow global variables and functions in the decompressorH. Peter Anvin
2009-10-24x86, boot: Simplify setting of the PAE bitAlexander Potashev
2009-09-18x86: convert compressed loader to use __HEAD and HEAD_TEXT macros.Tim Abbott
2009-05-11x86, boot: make kernel_alignment adjustable; new bzImage fieldsH. Peter Anvin
2009-05-11x86, boot: remove dead code from boot/compressed/head_*.SH. Peter Anvin
2009-05-11x86, boot: use LOAD_PHYSICAL_ADDR on 64 bitsH. Peter Anvin
2009-05-08x86, boot: determine compressed code offset at compile timeH. Peter Anvin
2009-05-08x86, boot: use appropriate rep string for move and clearH. Peter Anvin
2009-05-08x86, boot: set up the decompression stack as early as possibleH. Peter Anvin
2009-05-08x86, boot: straighten out ranges to copy/zero in compressed/head*.SH. Peter Anvin
2009-05-08x86, boot: stylistic cleanups for boot/compressed/head_64.SH. Peter Anvin
2009-05-08x86, boot: use BP_scratch in arch/x86/boot/compressed/head_*.SH. Peter Anvin
2009-02-20Merge branches 'x86/asm', 'x86/cleanups' and 'x86/headers' into x86/coreIngo Molnar
2009-02-19x86: compressed head_64 - use ENTRY,ENDPROC macrosCyrill Gorcunov