aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/boot/compressed/head_64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+22
2022-04-07x86/boot: Avoid #VE during boot for TDX platformsSean Christopherson1-2/+18
2022-04-07x86/boot: Set CR0.NE early and keep it set during the bootKirill A. Shutemov1-3/+4
2022-04-06x86/compressed/64: Detect/setup SEV/SME features earlier during bootMichael Roth1-15/+22
2022-02-22x86: clean up symbol aliasingMark Rutland1-2/+1
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra1-4/+4
2021-08-21x86/efi: Restore Firmware IDT before calling ExitBootServices()Joerg Roedel1-0/+3
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar1-1/+1
2021-03-18x86/boot/compressed/64: Check SEV encryption in the 32-bit boot-pathJoerg Roedel1-0/+83
2021-03-18x86/boot/compressed/64: Add 32-bit boot #VC handlerJoerg Roedel1-0/+6
2021-03-18x86/boot/compressed/64: Setup IDT in startup_32 boot pathJoerg Roedel1-0/+72
2021-03-18x86/boot/compressed/64: Reload CS in startup_32Joerg Roedel1-1/+8
2020-11-21x86/boot/compressed/64: Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak1-4/+4
2020-10-19x86/boot/64: Explicitly map boot_params and command lineArvind Sankar1-0/+3
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+32
2020-09-07x86/boot/compressed/64: Call set_sev_encryption_mask() earlierJoerg Roedel1-1/+8
2020-09-07x86/boot/compressed/64: Always switch to own page tableJoerg Roedel1-1/+2
2020-09-07x86/boot/compressed/64: Add IDT InfrastructureJoerg Roedel1-1/+24
2020-08-14x86/boot: Remove run-time relocations from head_{32,64}.SArvind Sankar1-2/+2
2020-08-14x86/boot: Remove run-time relocations from .head.text codeArvind Sankar1-39/+65
2020-08-14x86/boot/compressed: Get rid of GOT fixup codeArd Biesheuvel1-57/+0
2020-06-17efi/x86: Setup stack correctly for efi_pe_entryArvind Sankar1-1/+10
2020-05-19x86/boot: Correct relocation destination on old linkersArvind Sankar1-0/+1
2020-05-04x86/boot/compressed/64: Switch to __KERNEL_CS after GDT is loadedJoerg Roedel1-0/+8
2020-03-31Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2020-03-08efi/x86: Decompress at start of PE image load addressArvind Sankar1-3/+39
2020-03-08x86/boot: Use unsigned comparison for addressesArvind Sankar1-2/+2
2020-03-08efi/x86: Avoid using code32_startArvind Sankar1-2/+2
2020-03-08efi/x86: Make efi32_pe_entry() more readableArvind Sankar1-17/+40
2020-03-08efi/x86: Respect 32-bit ABI in efi32_pe_entry()Arvind Sankar1-0/+4
2020-03-08efi/x86: Annotate the LOADED_IMAGE_PROTOCOL_GUID with SYM_DATAArvind Sankar1-3/+6
2020-02-29x86/boot/compressed: Fix reloading of GDTR post-relocationArvind Sankar1-2/+2
2020-02-23efi/x86: Implement mixed mode boot without the handover protocolArd Biesheuvel1-2/+57
2020-02-22x86/boot: Micro-optimize GDT loading instructionsArvind Sankar1-7/+8
2020-02-22x86/boot: GDT limit value should be size - 1Arvind Sankar1-2/+2
2020-02-22x86/boot: Clear direction and interrupt flags in startup_64Arvind Sankar1-0/+3
2020-02-22x86/boot: Reload GDTR after copying to the end of the bufferArvind Sankar1-0/+10
2020-02-22efi/x86: Don't depend on firmware GDT layoutArvind Sankar1-12/+18
2020-02-22x86/boot: Remove KEEP_SEGMENTS supportArvind Sankar1-8/+0
2020-02-19x86/boot/compressed/64: Remove .bss/.pgtable from bzImageArvind Sankar1-1/+1
2020-02-12x86/boot/compressed/64: Use 32-bit (zero-extended) MOV for z_output_lenArvind Sankar1-1/+1
2020-02-12x86/boot/compressed/64: Use LEA to initialize boot stack pointerArvind Sankar1-3/+1
2020-01-20efi/libstub/x86: Use const attribute for efi_is_64bit()Ard Biesheuvel1-4/+3
2020-01-10efi/libstub: Fix boot argument handling in mixed mode entry codeArd Biesheuvel1-7/+10
2019-12-25efi/libstub/x86: Drop __efi_early() export and efi_config structArd Biesheuvel1-61/+13
2019-12-25efi/libstub/x86: Avoid thunking for native firmware callsArd Biesheuvel1-22/+1
2019-12-25x86/efistub: Disable paging at mixed mode entryArd Biesheuvel1-0/+5
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby1-8/+8
2019-10-18x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby1-2/+4