summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-097-41/+93
* 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
* efi: libstub: Drop handling of EFI properties tableArd Biesheuvel2022-11-091-13/+0
* efi: libstub: Drop randomization of runtime memory mapArd Biesheuvel2022-11-091-29/+0
* efi: efivars: Fix variable writes with unsupported query_variable_store()Ard Biesheuvel2022-10-281-48/+20
* efi: random: Use 'ACPI reclaim' memory for random seedArd Biesheuvel2022-10-241-1/+6
* efi: random: reduce seed size to 32 bytesArd Biesheuvel2022-10-241-1/+1
* efi/tpm: Pass correct address to memblock_reserveJerry Snitselaar2022-10-241-1/+1
* efi: runtime: Don't assume virtual mappings are missing if VA == PA == 0Ard Biesheuvel2022-10-213-6/+6
* efi: libstub: Fix incorrect payload size in zboot headerArd Biesheuvel2022-10-211-1/+2
* efi: libstub: Give efi_main() asmlinkage qualificationArd Biesheuvel2022-10-211-3/+3
* efi: efivars: Fix variable writes without query_variable_store()Ard Biesheuvel2022-10-211-5/+5
* efi: ssdt: Don't free memory if ACPI table was loaded successfullyArd Biesheuvel2022-10-211-0/+2
* efi: libstub: Remove zboot signing from build optionsArd Biesheuvel2022-10-212-47/+4
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-112-1/+2
|\
| * kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko2022-10-031-0/+1
| * mm: remove rb tree.Liam R. Howlett2022-09-271-1/+0
| * mm: start tracking VMAs with maple treeLiam R. Howlett2022-09-271-0/+1
* | Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-0921-489/+1237
|\ \
| * | efi/arm64: libstub: avoid SetVirtualAddressMap() when possibleArd Biesheuvel2022-09-272-1/+9
| * | efi: zboot: create MemoryMapped() device path for the parent if neededArd Biesheuvel2022-09-271-4/+16
| * | efi: libstub: fix up the last remaining open coded boot service callArd Biesheuvel2022-09-271-2/+2
| * | efi/arm: libstub: move ARM specific code out of generic routinesArd Biesheuvel2022-09-271-59/+2
| * | efi/libstub: measure EFI LoadOptionsIlias Apalodimas2022-09-272-0/+11
| * | efi/libstub: refactor the initrd measuring functionsIlias Apalodimas2022-09-271-43/+77
| * | Merge tag 'efi-loongarch-for-v6.1-2' into HEADArd Biesheuvel2022-09-2713-364/+358
| |\ \
| | * | efi/loongarch: libstub: remove dependency on flattened DTArd Biesheuvel2022-09-272-12/+57
| | * | efi: libstub: install boot-time memory map as config tableArd Biesheuvel2022-09-276-8/+30
| | * | efi: libstub: remove DT dependency from generic stubArd Biesheuvel2022-09-273-61/+60
| | * | efi: libstub: unify initrd loading between architecturesArd Biesheuvel2022-09-277-97/+98
| | * | efi: libstub: remove pointless goto kludgeArd Biesheuvel2022-09-261-15/+7
| | * | efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel2022-09-268-157/+76
| | * | efi: libstub: avoid efi_get_memory_map() for allocating the virt mapArd Biesheuvel2022-09-263-22/+47
| | * | efi: libstub: drop pointless get_memory_map() callArd Biesheuvel2022-09-201-8/+0
| * | | efi: libstub: fix type confusion for load_options_sizeArd Biesheuvel2022-09-203-11/+12
| * | | efi/libstub: implement generic EFI zbootArd Biesheuvel2022-09-207-3/+612
| * | | efi/libstub: move efi_system_table global var into separate objectArd Biesheuvel2022-09-193-3/+10
| * | | efi/libstub: use EFI provided memcpy/memset routinesArd Biesheuvel2022-09-173-3/+33
| * | | efi/libstub: add some missing EFI prototypesArd Biesheuvel2022-09-171-5/+26
| |/ /
| * / efi/loongarch: Add efistub booting supportHuacai Chen2022-09-064-8/+86
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-10-061-2/+2
|\ \