summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed/head_64.S
AgeCommit message (Expand)Author
2020-08-14x86/boot: Remove run-time relocations from head_{32,64}.SArvind Sankar
2020-08-14x86/boot: Remove run-time relocations from .head.text codeArvind Sankar
2020-08-14x86/boot/compressed: Get rid of GOT fixup codeArd Biesheuvel
2020-06-17efi/x86: Setup stack correctly for efi_pe_entryArvind Sankar
2020-05-19x86/boot: Correct relocation destination on old linkersArvind Sankar
2020-05-04x86/boot/compressed/64: Switch to __KERNEL_CS after GDT is loadedJoerg Roedel
2020-03-31Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-03-08efi/x86: Decompress at start of PE image load addressArvind Sankar
2020-03-08x86/boot: Use unsigned comparison for addressesArvind Sankar
2020-03-08efi/x86: Avoid using code32_startArvind Sankar
2020-03-08efi/x86: Make efi32_pe_entry() more readableArvind Sankar
2020-03-08efi/x86: Respect 32-bit ABI in efi32_pe_entry()Arvind Sankar
2020-03-08efi/x86: Annotate the LOADED_IMAGE_PROTOCOL_GUID with SYM_DATAArvind Sankar
2020-02-29x86/boot/compressed: Fix reloading of GDTR post-relocationArvind Sankar
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