summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub
AgeCommit message (Expand)Author
2023-04-26efi/zboot: arm64: Grab code size from ELF symbol in payloadArd Biesheuvel
2023-04-26efi/zboot: arm64: Inject kernel code size symbol into the zboot payloadArd Biesheuvel
2023-04-20efi/zboot: Set forward edge CFI compat header flag if supportedArd Biesheuvel
2023-04-20efi/zboot: Add BSS padding before compressionArd Biesheuvel
2023-04-20arm64: efi: Enable BTI codegen and add PE/COFF annotationArd Biesheuvel
2023-04-05efi/loongarch: Reintroduce efi_relocate_kernel() to relocate kernelHuacai Chen
2023-03-23efi/libstub: randomalloc: Return EFI_OUT_OF_RESOURCES on failureArd Biesheuvel
2023-03-23efi/libstub: Use relocated version of kernel's struct screen_infoArd Biesheuvel
2023-03-21efi/libstub: zboot: Add compressed image to make targetsArd Biesheuvel
2023-03-18efi/libstub: smbios: Drop unused 'recsize' parameterArd Biesheuvel
2023-03-18arm64: efi: Use SMBIOS processor version to key off Ampere quirkArd Biesheuvel
2023-03-18efi/libstub: smbios: Use length member instead of record struct sizeArd Biesheuvel
2023-03-10efi/libstub: arm64: Remap relocated image with strict permissionsArd Biesheuvel
2023-03-10efi/libstub: zboot: Mark zboot EFI application as NX compatibleArd Biesheuvel
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-02-09arm64: efi: Force the use of SetVirtualAddressMap() on eMAG and Altra Max mac...Darren Hart
2023-02-03efi: zboot: Use EFI protocol to remap code/data with the right attributesArd Biesheuvel
2023-01-30efi/libstub: Add memory attribute protocol definitionsEvgeniy Baskov
2023-01-24efi: arm64: enter with MMU and caches enabledArd Biesheuvel
2022-12-13Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-13Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-12-07arm64: efi: Limit allocations to 48-bit addressable physical regionArd Biesheuvel
2022-12-05efi: Put Linux specific magic number in the DOS headerArd Biesheuvel
2022-12-01efi: libstub: Always enable initrd command line loader and bump versionArd Biesheuvel
2022-12-01efi: stub: use random seed from EFI variableJason A. Donenfeld
2022-11-24x86/boot/compressed, efi: Merge multiple definitions of image_offset into oneArd Biesheuvel
2022-11-18efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel
2022-11-18efi: libstub: fix efi_load_initrd_dev_path() kernel-doc commentJialin Zhang
2022-11-18efi: libstub: Add mixed mode support to command line initrd loaderArd Biesheuvel
2022-11-18efi: libstub: Permit mixed mode return types other than efi_status_tArd Biesheuvel
2022-11-18efi: libstub: Implement devicepath support for initrd commandline loaderArd Biesheuvel
2022-11-18efi: libstub: use EFI_LOADER_CODE region when moving the kernel in memoryArd Biesheuvel
2022-11-18Merge tag 'efi-zboot-direct-for-v6.2' into efi/nextArd Biesheuvel
2022-11-10arm64: efi: Force the use of SetVirtualAddressMap() on Altra machinesArd Biesheuvel
2022-11-09arm64: unwind: add asynchronous unwind tables to kernel and modulesArd Biesheuvel
2022-11-09efi: libstub: Merge zboot decompressor with the ordinary stubArd Biesheuvel
2022-11-09efi/loongarch: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel
2022-11-09efi/loongarch: Don't jump to kernel entry via the old imageArd Biesheuvel
2022-11-09efi/arm64: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel
2022-11-09efi/riscv: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel
2022-11-09efi: libstub: Factor out min alignment and preferred kernel load addressArd Biesheuvel
2022-11-09efi: libstub: Add image code and data size to the zimage metadataArd Biesheuvel
2022-11-09efi: libstub: Factor out EFI stub entrypoint into separate fileArd Biesheuvel
2022-11-09efi: libstub: Provide local implementations of strrchr() and memchr()Ard Biesheuvel
2022-11-09efi: libstub: Move screen_info handling to common codeArd Biesheuvel
2022-11-09efi: libstub: Enable efi_printk() in zboot decompressorArd Biesheuvel
2022-11-09efi: libstub: Clone memcmp() into the stubArd Biesheuvel
2022-11-09efi: libstub: Use local strncmp() implementation unconditionallyArd Biesheuvel