summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub
Commit message (Expand)AuthorAgeFilesLines
* efi/zboot: arm64: Grab code size from ELF symbol in payloadArd Biesheuvel2023-04-264-30/+21
* efi/zboot: arm64: Inject kernel code size symbol into the zboot payloadArd Biesheuvel2023-04-262-1/+8
* efi/zboot: Set forward edge CFI compat header flag if supportedArd Biesheuvel2023-04-202-19/+39
* efi/zboot: Add BSS padding before compressionArd Biesheuvel2023-04-203-13/+31
* arm64: efi: Enable BTI codegen and add PE/COFF annotationArd Biesheuvel2023-04-201-2/+1
* efi/loongarch: Reintroduce efi_relocate_kernel() to relocate kernelHuacai Chen2023-04-051-17/+7
* efi/libstub: randomalloc: Return EFI_OUT_OF_RESOURCES on failureArd Biesheuvel2023-03-231-0/+1
* efi/libstub: Use relocated version of kernel's struct screen_infoArd Biesheuvel2023-03-236-14/+21
* efi/libstub: zboot: Add compressed image to make targetsArd Biesheuvel2023-03-211-1/+1
* efi/libstub: smbios: Drop unused 'recsize' parameterArd Biesheuvel2023-03-182-4/+3
* arm64: efi: Use SMBIOS processor version to key off Ampere quirkArd Biesheuvel2023-03-183-13/+80
* efi/libstub: smbios: Use length member instead of record struct sizeArd Biesheuvel2023-03-181-1/+1
* efi/libstub: arm64: Remap relocated image with strict permissionsArd Biesheuvel2023-03-101-0/+1
* efi/libstub: zboot: Mark zboot EFI application as NX compatibleArd Biesheuvel2023-03-101-1/+1
* Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-233-0/+92
|\
| * efi: zboot: Use EFI protocol to remap code/data with the right attributesArd Biesheuvel2023-02-033-0/+72
| * efi/libstub: Add memory attribute protocol definitionsEvgeniy Baskov2023-01-301-0/+20
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-02-214-83/+55
|\ \
| * | efi: arm64: enter with MMU and caches enabledArd Biesheuvel2023-01-244-83/+55
| |/
* / arm64: efi: Force the use of SetVirtualAddressMap() on eMAG and Altra Max mac...Darren Hart2023-02-091-3/+6
|/
* Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-131-1/+1
|\
| * x86/boot/compressed, efi: Merge multiple definitions of image_offset into oneArd Biesheuvel2022-11-241-1/+1
* | Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-1325-863/+1181
|\ \
| * | arm64: efi: Limit allocations to 48-bit addressable physical regionArd Biesheuvel2022-12-075-3/+12
| * | efi: Put Linux specific magic number in the DOS headerArd Biesheuvel2022-12-051-1/+2
| * | efi: libstub: Always enable initrd command line loader and bump versionArd Biesheuvel2022-12-011-2/+1
| * | efi: stub: use random seed from EFI variableJason A. Donenfeld2022-12-011-16/+52
| * | efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel2022-11-182-6/+38
| * | efi: libstub: fix efi_load_initrd_dev_path() kernel-doc commentJialin Zhang2022-11-181-2/+2
| * | efi: libstub: Add mixed mode support to command line initrd loaderArd Biesheuvel2022-11-183-43/+72
| * | efi: libstub: Permit mixed mode return types other than efi_status_tArd Biesheuvel2022-11-181-6/+14
| * | efi: libstub: Implement devicepath support for initrd commandline loaderArd Biesheuvel2022-11-182-12/+81
| * | efi: libstub: use EFI_LOADER_CODE region when moving the kernel in memoryArd Biesheuvel2022-11-185-9/+16
| * | Merge tag 'efi-zboot-direct-for-v6.2' into efi/nextArd Biesheuvel2022-11-1821-774/+902
| |\ \ | | |/ | |/|
| | * efi: libstub: Merge zboot decompressor with the ordinary stubArd Biesheuvel2022-11-092-228/+74
| | * efi/loongarch: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel2022-11-093-67/+82
| | * efi/loongarch: Don't jump to kernel entry via the old imageArd Biesheuvel2022-11-091-9/+24
| | * efi/arm64: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel2022-11-095-29/+76
| | * efi/riscv: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel2022-11-093-75/+106
| | * efi: libstub: Factor out min alignment and preferred kernel load addressArd Biesheuvel2022-11-093-23/+6
| | * efi: libstub: Add image code and data size to the zimage metadataArd Biesheuvel2022-11-092-13/+11
| | * efi: libstub: Factor out EFI stub entrypoint into separate fileArd Biesheuvel2022-11-094-64/+100
| | * efi: libstub: Provide local implementations of strrchr() and memchr()Ard Biesheuvel2022-11-092-1/+64
| | * efi: libstub: Move screen_info handling to common codeArd Biesheuvel2022-11-095-38/+70
| | * efi: libstub: Enable efi_printk() in zboot decompressorArd Biesheuvel2022-11-095-167/+198
| | * efi: libstub: Clone memcmp() into the stubArd Biesheuvel2022-11-092-10/+19
| | * efi: libstub: Use local strncmp() implementation unconditionallyArd Biesheuvel2022-11-091-2/+0
| | * arm64: efi: Move efi-entry.S into the libstub source directoryArd Biesheuvel2022-11-092-2/+59
| | * arm64: efi: Move dcache cleaning of loaded image out of efi_enter_kernel()Ard Biesheuvel2022-11-091-1/+9
| | * efi: libstub: Deduplicate ftrace command line argument filteringArd Biesheuvel2022-11-091-9/+10