aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/efi_mixed.S
AgeCommit message (Expand)AuthorFilesLines
2024-03-26x86/efistub: Add missing boot_params for mixed mode compat entryArd Biesheuvel1-5/+15
2024-03-24x86/efistub: Call mixed mode boot services on the firmware's stackArd Biesheuvel1-0/+9
2023-08-07x86/efistub: Avoid legacy decompressor when doing EFI bootArd Biesheuvel1-55/+0
2023-08-07x86/efistub: Clear BSS in EFI handover protocol entrypointArd Biesheuvel1-1/+13
2023-08-07x86/decompressor: Avoid magic offsets for EFI handover entrypointArd Biesheuvel1-1/+19
2023-08-07x86/efistub: Simplify and clean up handover entry codeArd Biesheuvel1-10/+12
2022-12-13Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+345
2022-11-24x86/boot/compressed: Simplify IDT/GDT preserve/restore in the EFI thunkArd Biesheuvel1-13/+7
2022-11-22x86/boot/compressed: Move efi32_pe_entry() out of head_64.SArd Biesheuvel1-0/+82
2022-11-22x86/boot/compressed: Move efi32_entry out of head_64.SArd Biesheuvel1-10/+47
2022-11-22x86/boot/compressed: Move bootargs parsing out of 32-bit startup codeArd Biesheuvel1-0/+43
2022-11-22x86/boot/compressed: Rename efi_thunk_64.S to efi-mixed.SArd Biesheuvel1-0/+195