summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/zboot.c
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDRArd Biesheuvel2024-01-301-1/+1
* efi/libstub: Add limit argument to efi_random_alloc()Ard Biesheuvel2023-08-071-1/+1
* efi/zboot: arm64: Grab code size from ELF symbol in payloadArd Biesheuvel2023-04-261-11/+4
* efi/zboot: Add BSS padding before compressionArd Biesheuvel2023-04-201-3/+3
* efi/libstub: Use relocated version of kernel's struct screen_infoArd Biesheuvel2023-03-231-0/+5
* efi: zboot: Use EFI protocol to remap code/data with the right attributesArd Biesheuvel2023-02-031-0/+2
* efi: libstub: Merge zboot decompressor with the ordinary stubArd Biesheuvel2022-11-091-210/+74
* efi: libstub: Enable efi_printk() in zboot decompressorArd Biesheuvel2022-11-091-20/+10
* efi: libstub: Clone memcmp() into the stubArd Biesheuvel2022-11-091-10/+1
* efi: zboot: create MemoryMapped() device path for the parent if neededArd Biesheuvel2022-09-271-4/+16
* efi/libstub: implement generic EFI zbootArd Biesheuvel2022-09-201-0/+290