summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed/head_64.S
AgeCommit message (Expand)Author
2023-01-09x86/boot: Robustify calling startup_{32,64}() from the decompressor codeAlexander Lobakin
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-11-24x86/efi: Make the deprecated EFI handover protocol optionalArd Biesheuvel
2022-11-24x86/boot/compressed: Adhere to calling convention in get_sev_encryption_bit()Ard Biesheuvel
2022-11-24x86/boot/compressed: Move startup32_check_sev_cbit() out of head_64.SArd Biesheuvel
2022-11-24x86/boot/compressed: Move startup32_check_sev_cbit() into .textArd Biesheuvel
2022-11-24x86/boot/compressed: Move startup32_load_idt() out of head_64.SArd Biesheuvel
2022-11-24x86/boot/compressed: Move startup32_load_idt() into .text sectionArd Biesheuvel
2022-11-24x86/boot/compressed: Pull global variable reference into startup32_load_idt()Ard Biesheuvel
2022-11-24x86/boot/compressed: Avoid touching ECX in startup32_set_idt_entry()Ard Biesheuvel
2022-11-24x86/boot/compressed, efi: Merge multiple definitions of image_offset into oneArd Biesheuvel
2022-11-22x86/boot/compressed: Move efi32_pe_entry() out of head_64.SArd Biesheuvel
2022-11-22x86/boot/compressed: Move efi32_entry out of head_64.SArd Biesheuvel
2022-11-22x86/boot/compressed: Move efi32_pe_entry into .text sectionArd Biesheuvel
2022-11-22x86/boot/compressed: Move bootargs parsing out of 32-bit startup codeArd Biesheuvel
2022-11-22x86/boot/compressed: Move 32-bit entrypoint code into .text sectionArd Biesheuvel
2022-10-17arch: Introduce CONFIG_FUNCTION_ALIGNMENTPeter Zijlstra
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-07x86/boot: Avoid #VE during boot for TDX platformsSean Christopherson
2022-04-07x86/boot: Set CR0.NE early and keep it set during the bootKirill A. Shutemov
2022-04-06x86/compressed/64: Detect/setup SEV/SME features earlier during bootMichael Roth
2022-02-22x86: clean up symbol aliasingMark Rutland
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra
2021-08-21x86/efi: Restore Firmware IDT before calling ExitBootServices()Joerg Roedel
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar
2021-03-18x86/boot/compressed/64: Check SEV encryption in the 32-bit boot-pathJoerg Roedel
2021-03-18x86/boot/compressed/64: Add 32-bit boot #VC handlerJoerg Roedel
2021-03-18x86/boot/compressed/64: Setup IDT in startup_32 boot pathJoerg Roedel
2021-03-18x86/boot/compressed/64: Reload CS in startup_32Joerg Roedel
2020-11-21x86/boot/compressed/64: Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak
2020-10-19x86/boot/64: Explicitly map boot_params and command lineArvind Sankar
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-09-07x86/boot/compressed/64: Call set_sev_encryption_mask() earlierJoerg Roedel
2020-09-07x86/boot/compressed/64: Always switch to own page tableJoerg Roedel
2020-09-07x86/boot/compressed/64: Add IDT InfrastructureJoerg Roedel
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