summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/head_64.S
Commit message (Expand)AuthorAgeFilesLines
* x86/efistub: Avoid legacy decompressor when doing EFI bootArd Biesheuvel2023-08-071-27/+0
* x86/decompressor: Move global symbol references to C codeArd Biesheuvel2023-08-071-8/+2
* x86/decompressor: Merge trampoline cleanup with switching codeArd Biesheuvel2023-08-071-10/+4
* x86/decompressor: Pass pgtable address to trampoline directlyArd Biesheuvel2023-08-071-4/+4
* x86/decompressor: Only call the trampoline when changing paging levelsArd Biesheuvel2023-08-071-41/+4
* x86/decompressor: Call trampoline directly from C codeArd Biesheuvel2023-08-071-18/+13
* x86/decompressor: Avoid the need for a stack in the 32-bit trampolineArd Biesheuvel2023-08-071-18/+27
* x86/decompressor: Use standard calling convention for trampolineArd Biesheuvel2023-08-071-14/+13
* x86/decompressor: Call trampoline as a normal functionArd Biesheuvel2023-08-071-44/+35
* x86/decompressor: Store boot_params pointer in callee save registerArd Biesheuvel2023-08-071-26/+16
* x86/decompressor: Avoid magic offsets for EFI handover entrypointArd Biesheuvel2023-08-071-18/+0
* x86/efistub: Simplify and clean up handover entry codeArd Biesheuvel2023-08-071-10/+2
* x86/decompressor: Don't rely on upper 32 bits of GPRs being preservedArd Biesheuvel2023-08-071-7/+23
* x86/boot: Robustify calling startup_{32,64}() from the decompressor codeAlexander Lobakin2023-01-091-1/+1
* Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-0/+8
|\
| * arch: Introduce CONFIG_FUNCTION_ALIGNMENTPeter Zijlstra2022-10-171-0/+8
* | x86/efi: Make the deprecated EFI handover protocol optionalArd Biesheuvel2022-11-241-1/+3
* | x86/boot/compressed: Adhere to calling convention in get_sev_encryption_bit()Ard Biesheuvel2022-11-241-2/+3
* | x86/boot/compressed: Move startup32_check_sev_cbit() out of head_64.SArd Biesheuvel2022-11-241-71/+0
* | x86/boot/compressed: Move startup32_check_sev_cbit() into .textArd Biesheuvel2022-11-241-16/+19
* | x86/boot/compressed: Move startup32_load_idt() out of head_64.SArd Biesheuvel2022-11-241-72/+0
* | x86/boot/compressed: Move startup32_load_idt() into .text sectionArd Biesheuvel2022-11-241-11/+20
* | x86/boot/compressed: Pull global variable reference into startup32_load_idt()Ard Biesheuvel2022-11-241-12/+8
* | x86/boot/compressed: Avoid touching ECX in startup32_set_idt_entry()Ard Biesheuvel2022-11-241-6/+2
* | x86/boot/compressed, efi: Merge multiple definitions of image_offset into oneArd Biesheuvel2022-11-241-4/+0
* | x86/boot/compressed: Move efi32_pe_entry() out of head_64.SArd Biesheuvel2022-11-221-86/+1
* | x86/boot/compressed: Move efi32_entry out of head_64.SArd Biesheuvel2022-11-221-45/+0
* | x86/boot/compressed: Move efi32_pe_entry into .text sectionArd Biesheuvel2022-11-221-6/+5
* | x86/boot/compressed: Move bootargs parsing out of 32-bit startup codeArd Biesheuvel2022-11-221-20/+4
* | x86/boot/compressed: Move 32-bit entrypoint code into .text sectionArd Biesheuvel2022-11-221-14/+34
|/
* Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-231-5/+22
|\
| * x86/boot: Avoid #VE during boot for TDX platformsSean Christopherson2022-04-071-2/+18
| * x86/boot: Set CR0.NE early and keep it set during the bootKirill A. Shutemov2022-04-071-3/+4
* | x86/compressed/64: Detect/setup SEV/SME features earlier during bootMichael Roth2022-04-061-15/+22
|/
* x86: clean up symbol aliasingMark Rutland2022-02-221-2/+1
* x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-081-4/+4
* x86/efi: Restore Firmware IDT before calling ExitBootServices()Joerg Roedel2021-08-211-0/+3
* Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-261-1/+1
|\
| * x86: Fix various typos in comments, take #2Ingo Molnar2021-03-211-1/+1
* | x86/boot/compressed/64: Check SEV encryption in the 32-bit boot-pathJoerg Roedel2021-03-181-0/+83
* | x86/boot/compressed/64: Add 32-bit boot #VC handlerJoerg Roedel2021-03-181-0/+6
* | x86/boot/compressed/64: Setup IDT in startup_32 boot pathJoerg Roedel2021-03-181-0/+72
* | x86/boot/compressed/64: Reload CS in startup_32Joerg Roedel2021-03-181-1/+8
|/
* x86/boot/compressed/64: Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak2020-11-211-4/+4
* x86/boot/64: Explicitly map boot_params and command lineArvind Sankar2020-10-191-0/+3
* Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-141-1/+32
|\
| * x86/boot/compressed/64: Call set_sev_encryption_mask() earlierJoerg Roedel2020-09-071-1/+8
| * x86/boot/compressed/64: Always switch to own page tableJoerg Roedel2020-09-071-1/+2
| * x86/boot/compressed/64: Add IDT InfrastructureJoerg Roedel2020-09-071-1/+24
* | x86/boot: Remove run-time relocations from head_{32,64}.SArvind Sankar2020-08-141-2/+2