summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/head_64.S
Commit message (Expand)AuthorAgeFilesLines
* 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
* | x86/boot: Remove run-time relocations from .head.text codeArvind Sankar2020-08-141-39/+65
* | x86/boot/compressed: Get rid of GOT fixup codeArd Biesheuvel2020-08-141-57/+0
|/
* efi/x86: Setup stack correctly for efi_pe_entryArvind Sankar2020-06-171-1/+10
* x86/boot: Correct relocation destination on old linkersArvind Sankar2020-05-191-0/+1
* x86/boot/compressed/64: Switch to __KERNEL_CS after GDT is loadedJoerg Roedel2020-05-041-0/+8
* 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