summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)Author
5 daysx86/efi: defer freeing of boot services memoryMike Rapoport (Microsoft)
2026-03-04EFI/CPER: don't go past the ARM processor CPER record bufferMauro Carvalho Chehab
2026-03-04EFI/CPER: don't dump the entire memory regionMauro Carvalho Chehab
2026-03-04efi: Fix reservation of unaccepted memory tableKiryl Shutsemau (Meta)
2026-02-19LoongArch: Add writecombine support for DMW-based ioremap()Huacai Chen
2026-01-30efi/cper: Fix cper_bits_to_str buffer handling and return valueMorduan Zang
2026-01-11efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specsMauro Carvalho Chehab
2026-01-11efi/cper: Adjust infopfx size to accept an extra spaceMauro Carvalho Chehab
2026-01-11efi/cper: Add a new helper function to print bitmasksMauro Carvalho Chehab
2026-01-11efi/libstub: Fix page table access in 5-level to 4-level paging transitionUsama Arif
2025-06-19efi/libstub: Describe missing 'out' parameter in efi_load_initrdHans Zhang
2025-04-25efi/libstub: Bump up EFI_MMAP_NR_SLACK_SLOTS to 32Hamza Mahfooz
2025-03-28efi/libstub: Avoid physical address 0x0 when doing random allocationArd Biesheuvel
2025-03-13x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'Ard Biesheuvel
2025-03-13efi: Don't map the entire mokvar table to determine its sizePeter Jones
2025-02-21efi: Avoid cold plugged memory for placing the kernelArd Biesheuvel
2025-02-17efi: libstub: Use '-std=gnu11' to fix build with GCC 15Nathan Chancellor
2025-02-08efi: sysfb_efi: fix W=1 warnings when EFI is not setRandy Dunlap
2024-12-09efi/libstub: Free correct pointer on failureArd Biesheuvel
2024-12-09tpm: fix signed/unsigned bug when checking event logsGregory Price
2024-12-09efi/libstub: fix efi_parse_options() ignoring the default command lineJonathan Marek
2024-10-10efi/unaccepted: touch soft lockup during memory acceptChen Yu
2024-10-04efistub/tpm: Use ACPI reclaim memory for event log to avoid corruptionArd Biesheuvel
2024-08-03efi/libstub: Zero initialize heap allocated struct screen_infoQiang Ma
2024-08-03x86/efistub: Revert to heap allocated boot_params for PE entrypointArd Biesheuvel
2024-08-03x86/efistub: Avoid returning EFI_SUCCESS on errorArd Biesheuvel
2024-07-25efi/libstub: zboot.lds: Discard .discard sectionsNathan Chancellor
2024-06-27LoongArch: Fix entry point in kernel image headerJiaxun Yang
2024-06-27efi/loongarch: Directly position the loaded image fileWang Yao
2024-06-27efi/x86: Free EFI memory map only when installing a new one.Ard Biesheuvel
2024-06-12efi: libstub: only free priv.runtime_map when allocatedHagar Hemdan
2024-06-12x86/efistub: Omit physical KASLR when memory reservations existArd Biesheuvel
2024-04-10x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel
2024-04-10x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel
2024-04-10efi/libstub: Add generic support for parsing mem_encrypt=Ard Biesheuvel
2024-04-03x86/efistub: Reinstate soft limit for initrd loadingArd Biesheuvel
2024-04-03efi/libstub: Cast away type warning in use of max()Ard Biesheuvel
2024-04-03efi: fix panic in kdump kernelOleksandr Tymoshenko
2024-04-03efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or higher...KONDO KAZUMA(近藤 和真)
2024-03-26x86/efistub: Don't clear BSS twice in mixed modeArd Biesheuvel
2024-03-26x86/efistub: Clear decompressor BSS in native EFI entrypointArd Biesheuvel
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
2024-03-01riscv/efistub: Ensure GP-relative addressing is not usedJan Kiszka
2024-02-23x86/efi: Disregard setup header of loaded imageArd Biesheuvel
2024-02-23x86/efi: Drop EFI stub .bss from .data sectionArd Biesheuvel
2024-02-16x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDRArd Biesheuvel
2024-02-16x86/efistub: Give up if memory attribute protocol returns an errorArd Biesheuvel
2024-01-20efi/loongarch: Use load address to calculate kernel entry addressWang Yao