summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)Author
2024-10-17efistub/tpm: Use ACPI reclaim memory for event log to avoid corruptionArd Biesheuvel
2024-07-05efi/x86: Free EFI memory map only when installing a new one.Ard Biesheuvel
2024-07-05efi: xen: Set EFI_PARAVIRT for Xen dom0 boot on all architecturesArd Biesheuvel
2024-07-05efi: memmap: Move manipulation routines into x86 arch treeArd Biesheuvel
2024-07-05efi: Correct comment on efi_memmap_allocLiu Zixian
2024-07-05drivers: fix typo in firmware/efi/memmap.cZheng Zhi Yuan
2024-04-13efivarfs: Request at most 512 bytes for variable namesTim Schumacher
2024-03-06efi/capsule-loader: fix incorrect allocation sizeArnd Bergmann
2024-03-01efi: Don't add memblocks for soft-reserved memoryAndrew Bresticker
2024-03-01efi: runtime: Fix potential overflow of soft-reserved region sizeAndrew Bresticker
2023-09-19x86/efistub: Fix PCI ROM preservation in mixed modeMikel Rychliski
2023-02-15efi: Accept version 2 of memory attributes tableArd Biesheuvel
2023-02-15efi: fix potential NULL deref in efi_mem_reserve_persistentAnton Gusev
2023-01-24efi: fix userspace infinite retry read efivars after EFI runtime services pag...Ding Hui
2023-01-18efi: fix NULL-deref in init error pathJohan Hovold
2023-01-14efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel
2022-11-10efi: random: Use 'ACPI reclaim' memory for random seedArd Biesheuvel
2022-11-10efi: random: reduce seed size to 32 bytesArd Biesheuvel
2022-11-10efi/tpm: Pass correct address to memblock_reserveJerry Snitselaar
2022-11-03arm64/mm: Fix __enable_mmu() for new TGRAN range valuesJames Morse
2022-10-26efi: libstub: drop pointless get_memory_map() callArd Biesheuvel
2022-09-28efi: libstub: check Shim mode using MokSBStateRTArd Biesheuvel
2022-09-28efi: x86: Wipe setup_data on pure EFI bootArd Biesheuvel
2022-09-15efi: capsule-loader: Fix use-after-free in efi_capsule_writeHyunwoo Kim
2022-09-15efi: libstub: Disable struct randomizationArd Biesheuvel
2022-04-08pstore: Don't use semaphores in always-atomic-context codeJann Horn
2022-03-23efi: fix return value of __setup handlersRandy Dunlap
2022-03-08efivars: Respect "block" flag in efivar_entry_set_safe()Jann Horn
2022-03-08riscv/efi_stub: Fix get_boot_hartid_from_fdt() return valueSunil V L
2022-02-01efi/libstub: arm64: Fix image check alignment at entryMihai Carabas
2022-02-01efi: runtime: avoid EFIv2 runtime services on Apple x86 machinesArd Biesheuvel
2021-10-20efi: Change down_interruptible() in virt_efi_reset_system() to down_trylock()Zhang Jianhua
2021-10-20efi/cper: use stack buffer for error record decodingArd Biesheuvel
2021-08-18efi/libstub: arm64: Double check image alignment at entryArd Biesheuvel
2021-08-18efi/libstub: arm64: Relax 2M alignment again for relocatable kernelsArd Biesheuvel
2021-08-18efi/libstub: arm64: Force Image reallocation if BSS was not reservedArd Biesheuvel
2021-08-18arm64: efi: kaslr: Fix occasional random alloc (and boot) failureBenjamin Herrenschmidt
2021-08-08efi/mokvar: Reserve the table only if it is in boot services dataBorislav Petkov
2021-07-28firmware/efi: Tell memblock about EFI iomem reservationsMarc Zyngier
2021-07-28efi/tpm: Differentiate missing and invalid final event log table.Michal Suchanek
2021-06-10efi: cper: fix snprintf() use in cper_dimm_err_location()Rasmus Villemoes
2021-06-10efi/libstub: prevent read overflow in find_file_option()Dan Carpenter
2021-06-10efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be clearedHeiner Kallweit
2021-06-10efi/fdt: fix panic when no valid fdt foundChangbin Du
2021-05-11efi/libstub: Add $(CLANG_FLAGS) to x86 flagsNathan Chancellor
2021-03-25firmware/efi: Fix a use after bug in efi_mem_reserve_persistentLv Yunlong
2021-03-25efivars: respect EFI_UNSUPPORTED return from firmwareShawn Guo
2021-03-17efi: stub: omit SetVirtualAddressMap() if marked unsupported in RT_PROP tableArd Biesheuvel
2021-02-03efi/apple-properties: Reinstate support for boolean propertiesLukas Wunner
2020-12-30mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe