summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds25-863/+1181
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1
2022-12-07arm64: efi: Limit allocations to 48-bit addressable physical regionArd Biesheuvel5-3/+12
2022-12-05efi: Put Linux specific magic number in the DOS headerArd Biesheuvel1-1/+2
2022-12-01efi: libstub: Always enable initrd command line loader and bump versionArd Biesheuvel1-2/+1
2022-12-01efi: stub: use random seed from EFI variableJason A. Donenfeld1-16/+52
2022-11-18efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel2-6/+38
2022-11-18efi: libstub: fix efi_load_initrd_dev_path() kernel-doc commentJialin Zhang1-2/+2
2022-11-18efi: libstub: Add mixed mode support to command line initrd loaderArd Biesheuvel3-43/+72
2022-11-18efi: libstub: Permit mixed mode return types other than efi_status_tArd Biesheuvel1-6/+14
2022-11-18efi: libstub: Implement devicepath support for initrd commandline loaderArd Biesheuvel2-12/+81
2022-11-18efi: libstub: use EFI_LOADER_CODE region when moving the kernel in memoryArd Biesheuvel5-9/+16
2022-11-18Merge tag 'efi-zboot-direct-for-v6.2' into efi/nextArd Biesheuvel21-774/+902
2022-11-11arm64: efi: Force the use of SetVirtualAddressMap() on Altra machinesArd Biesheuvel4-2/+93
2022-11-09arm64: unwind: add asynchronous unwind tables to kernel and modulesArd Biesheuvel1-0/+1
2022-11-09efi: libstub: Merge zboot decompressor with the ordinary stubArd Biesheuvel2-228/+74
2022-11-09efi/loongarch: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel3-67/+82
2022-11-09efi/loongarch: Don't jump to kernel entry via the old imageArd Biesheuvel1-9/+24
2022-11-09efi/arm64: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel5-29/+76
2022-11-09efi/riscv: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel3-75/+106
2022-11-09efi: libstub: Factor out min alignment and preferred kernel load addressArd Biesheuvel3-23/+6
2022-11-09efi: libstub: Add image code and data size to the zimage metadataArd Biesheuvel2-13/+11
2022-11-09efi: libstub: Factor out EFI stub entrypoint into separate fileArd Biesheuvel4-64/+100
2022-11-09efi: libstub: Provide local implementations of strrchr() and memchr()Ard Biesheuvel2-1/+64
2022-11-09efi: libstub: Move screen_info handling to common codeArd Biesheuvel5-38/+70
2022-11-09efi: libstub: Enable efi_printk() in zboot decompressorArd Biesheuvel5-167/+198
2022-11-09efi: libstub: Clone memcmp() into the stubArd Biesheuvel2-10/+19
2022-11-09efi: libstub: Use local strncmp() implementation unconditionallyArd Biesheuvel1-2/+0
2022-11-09arm64: efi: Move efi-entry.S into the libstub source directoryArd Biesheuvel2-2/+59
2022-11-09arm64: efi: Move dcache cleaning of loaded image out of efi_enter_kernel()Ard Biesheuvel1-1/+9
2022-11-09efi: libstub: Deduplicate ftrace command line argument filteringArd Biesheuvel1-9/+10
2022-11-09efi: libstub: Drop handling of EFI properties tableArd Biesheuvel1-13/+0
2022-11-09efi: libstub: Drop randomization of runtime memory mapArd Biesheuvel1-29/+0
2022-10-24efi: random: Use 'ACPI reclaim' memory for random seedArd Biesheuvel1-1/+6
2022-10-21efi: runtime: Don't assume virtual mappings are missing if VA == PA == 0Ard Biesheuvel1-4/+4
2022-10-21efi: libstub: Fix incorrect payload size in zboot headerArd Biesheuvel1-1/+2
2022-10-21efi: libstub: Give efi_main() asmlinkage qualificationArd Biesheuvel1-3/+3
2022-10-21efi: libstub: Remove zboot signing from build optionsArd Biesheuvel1-25/+4
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds18-428/+1177
2022-10-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+2
2022-10-04Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-0/+2
2022-10-04kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko1-0/+1
2022-09-27efi/arm64: libstub: avoid SetVirtualAddressMap() when possibleArd Biesheuvel2-1/+9
2022-09-27efi: zboot: create MemoryMapped() device path for the parent if neededArd Biesheuvel1-4/+16
2022-09-27efi: libstub: fix up the last remaining open coded boot service callArd Biesheuvel1-2/+2
2022-09-27efi/libstub: measure EFI LoadOptionsIlias Apalodimas2-0/+11
2022-09-27efi/libstub: refactor the initrd measuring functionsIlias Apalodimas1-43/+77
2022-09-27Merge tag 'efi-loongarch-for-v6.1-2' into HEADArd Biesheuvel12-364/+343
2022-09-27efi/loongarch: libstub: remove dependency on flattened DTArd Biesheuvel2-12/+57