summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)Author
2022-11-18efi: runtime-maps: Clarify purpose and enable by default for kexecArd Biesheuvel
2022-11-18efi: pstore: Add module parameter for setting the record sizeGuilherme G. Piccoli
2022-11-18efi: xen: Set EFI_PARAVIRT for Xen dom0 boot on all architecturesArd Biesheuvel
2022-11-18efi: memmap: Move manipulation routines into x86 arch treeArd Biesheuvel
2022-11-18efi: memmap: Move EFI fake memmap support into x86 arch treeArd Biesheuvel
2022-11-18efi: libstub: Undeprecate the command line initrd loaderArd Biesheuvel
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-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
2022-11-09arm64: efi: Move efi-entry.S into the libstub source directoryArd Biesheuvel
2022-11-09arm64: efi: Move dcache cleaning of loaded image out of efi_enter_kernel()Ard Biesheuvel
2022-11-09efi: libstub: Deduplicate ftrace command line argument filteringArd Biesheuvel
2022-11-09efi: libstub: Drop handling of EFI properties tableArd Biesheuvel
2022-11-09efi: libstub: Drop randomization of runtime memory mapArd Biesheuvel
2022-10-28efi: efivars: Fix variable writes with unsupported query_variable_store()Ard Biesheuvel
2022-10-24efi: random: Use 'ACPI reclaim' memory for random seedArd Biesheuvel
2022-10-24efi: random: reduce seed size to 32 bytesArd Biesheuvel
2022-10-24efi/tpm: Pass correct address to memblock_reserveJerry Snitselaar
2022-10-21efi: runtime: Don't assume virtual mappings are missing if VA == PA == 0Ard Biesheuvel
2022-10-21efi: libstub: Fix incorrect payload size in zboot headerArd Biesheuvel
2022-10-21efi: libstub: Give efi_main() asmlinkage qualificationArd Biesheuvel
2022-10-21efi: efivars: Fix variable writes without query_variable_store()Ard Biesheuvel
2022-10-21efi: ssdt: Don't free memory if ACPI table was loaded successfullyArd Biesheuvel
2022-10-21efi: libstub: Remove zboot signing from build optionsArd Biesheuvel
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2022-10-03kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko
2022-10-03Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2022-09-27efi/arm64: libstub: avoid SetVirtualAddressMap() when possibleArd Biesheuvel
2022-09-27efi: zboot: create MemoryMapped() device path for the parent if neededArd Biesheuvel
2022-09-27efi: libstub: fix up the last remaining open coded boot service callArd Biesheuvel
2022-09-27efi/arm: libstub: move ARM specific code out of generic routinesArd Biesheuvel