summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/head_64.S
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-311-2/+2
|\
| * x86/boot/compressed/64: Remove .bss/.pgtable from bzImageArvind Sankar2020-02-191-1/+1
| * x86/boot/compressed/64: Use 32-bit (zero-extended) MOV for z_output_lenArvind Sankar2020-02-121-1/+1
| * x86/boot/compressed/64: Use LEA to initialize boot stack pointerArvind Sankar2020-02-121-3/+1
* | efi/x86: Decompress at start of PE image load addressArvind Sankar2020-03-081-3/+39
* | x86/boot: Use unsigned comparison for addressesArvind Sankar2020-03-081-2/+2
* | efi/x86: Avoid using code32_startArvind Sankar2020-03-081-2/+2
* | efi/x86: Make efi32_pe_entry() more readableArvind Sankar2020-03-081-17/+40
* | efi/x86: Respect 32-bit ABI in efi32_pe_entry()Arvind Sankar2020-03-081-0/+4
* | efi/x86: Annotate the LOADED_IMAGE_PROTOCOL_GUID with SYM_DATAArvind Sankar2020-03-081-3/+6
* | x86/boot/compressed: Fix reloading of GDTR post-relocationArvind Sankar2020-02-291-2/+2
* | efi/x86: Implement mixed mode boot without the handover protocolArd Biesheuvel2020-02-231-2/+57
* | x86/boot: Micro-optimize GDT loading instructionsArvind Sankar2020-02-221-7/+8
* | x86/boot: GDT limit value should be size - 1Arvind Sankar2020-02-221-2/+2
* | x86/boot: Clear direction and interrupt flags in startup_64Arvind Sankar2020-02-221-0/+3
* | x86/boot: Reload GDTR after copying to the end of the bufferArvind Sankar2020-02-221-0/+10
* | efi/x86: Don't depend on firmware GDT layoutArvind Sankar2020-02-221-12/+18
* | x86/boot: Remove KEEP_SEGMENTS supportArvind Sankar2020-02-221-8/+0
|/
* efi/libstub/x86: Use const attribute for efi_is_64bit()Ard Biesheuvel2020-01-201-4/+3
* efi/libstub: Fix boot argument handling in mixed mode entry codeArd Biesheuvel2020-01-101-7/+10
* efi/libstub/x86: Drop __efi_early() export and efi_config structArd Biesheuvel2019-12-251-61/+13
* efi/libstub/x86: Avoid thunking for native firmware callsArd Biesheuvel2019-12-251-22/+1
* x86/efistub: Disable paging at mixed mode entryArd Biesheuvel2019-12-251-0/+5
* x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-181-8/+8
* x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby2019-10-181-2/+4
* x86/boot: Annotate data appropriatelyJiri Slaby2019-10-181-17/+15
* x86/boot: Annotate local functionsJiri Slaby2019-10-181-3/+6
* x86/asm: Make some functions local labelsJiri Slaby2019-09-061-9/+9
* x86/boot: Make the GDT 8-byte alignedXiaoyao Li2019-06-271-0/+1
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-071-5/+6
|\
| * x86/boot/compressed/64: Explain paging_prepare()'s return valueKirill A. Shutemov2019-02-061-3/+6
| * x86/boot: Save several bytes in decompressorCao jin2019-01-291-2/+0
* | x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 settingKirill A. Shutemov2019-02-061-0/+2
* | x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before returning ...Wei Huang2019-01-291-0/+8
|/
* x86/mm: Introduce the 'no5lvl' kernel parameterKirill A. Shutemov2018-05-191-0/+1
* x86/boot/compressed/64: Fix moving page table out of trampoline memoryKirill A. Shutemov2018-05-161-0/+11
* x86/boot/compressed/64: Set up GOT for paging_prepare() and cleanup_trampoline()Kirill A. Shutemov2018-05-161-13/+55
* x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4GKirill A. Shutemov2018-03-121-16/+53
* x86/boot/compressed/64: Use page table in trampoline memoryKirill A. Shutemov2018-03-121-24/+23
* x86/boot/compressed/64: Use stack from trampoline memoryKirill A. Shutemov2018-03-121-0/+6
* x86/boot/compressed/64: Make sure we have a 32-bit code segmentKirill A. Shutemov2018-03-121-0/+10
* x86/boot/compressed/64: Set up trampoline memoryKirill A. Shutemov2018-03-121-1/+2
* x86/boot/compressed/64: Save and restore trampoline memoryKirill A. Shutemov2018-03-121-0/+10
* x86/boot/compressed/64: Introduce paging_prepare()Kirill A. Shutemov2018-02-111-22/+19
* x86/boot/compressed/64: Detect and handle 5-level paging at boot-timeKirill A. Shutemov2017-12-071-4/+12
* x86/boot: Add early boot support when running with SEV activeTom Lendacky2017-11-071-0/+16
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/boot/64: Extract efi_pe_entry() from startup_64()Jiri Slaby2017-08-291-59/+53
* x86/boot/compressed: Enable 5-level paging during decompression stageKirill A. Shutemov2017-06-131-1/+85
* x86/efi: Allow invocation of arbitrary runtime servicesDavid Howells2017-02-071-4/+4