summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed/head_64.S
AgeCommit message (Expand)Author
2020-02-23efi/x86: Implement mixed mode boot without the handover protocolArd Biesheuvel
2020-02-22x86/boot: Micro-optimize GDT loading instructionsArvind Sankar
2020-02-22x86/boot: GDT limit value should be size - 1Arvind 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-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-01-20efi/libstub/x86: Use const attribute for efi_is_64bit()Ard Biesheuvel
2020-01-10efi/libstub: Fix boot argument handling in mixed mode entry codeArd Biesheuvel
2019-12-25efi/libstub/x86: Drop __efi_early() export and efi_config structArd Biesheuvel
2019-12-25efi/libstub/x86: Avoid thunking for native firmware callsArd Biesheuvel
2019-12-25x86/efistub: Disable paging at mixed mode entryArd Biesheuvel
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby
2019-10-18x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby
2019-10-18x86/boot: Annotate data appropriatelyJiri Slaby
2019-10-18x86/boot: Annotate local functionsJiri Slaby
2019-09-06x86/asm: Make some functions local labelsJiri Slaby
2019-06-27x86/boot: Make the GDT 8-byte alignedXiaoyao Li
2019-03-07Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-02-06x86/boot/compressed/64: Explain paging_prepare()'s return valueKirill A. Shutemov
2019-02-06x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 settingKirill A. Shutemov
2019-01-29x86/boot: Save several bytes in decompressorCao jin
2019-01-29x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before returning ...Wei Huang
2018-05-19x86/mm: Introduce the 'no5lvl' kernel parameterKirill A. Shutemov
2018-05-16x86/boot/compressed/64: Fix moving page table out of trampoline memoryKirill A. Shutemov
2018-05-16x86/boot/compressed/64: Set up GOT for paging_prepare() and cleanup_trampoline()Kirill A. Shutemov
2018-03-12x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4GKirill A. Shutemov
2018-03-12x86/boot/compressed/64: Use page table in trampoline memoryKirill A. Shutemov
2018-03-12x86/boot/compressed/64: Use stack from trampoline memoryKirill A. Shutemov
2018-03-12x86/boot/compressed/64: Make sure we have a 32-bit code segmentKirill A. Shutemov
2018-03-12x86/boot/compressed/64: Set up trampoline memoryKirill A. Shutemov
2018-03-12x86/boot/compressed/64: Save and restore trampoline memoryKirill A. Shutemov
2018-02-11x86/boot/compressed/64: Introduce paging_prepare()Kirill A. Shutemov
2017-12-07x86/boot/compressed/64: Detect and handle 5-level paging at boot-timeKirill A. Shutemov
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