summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)Author
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-17efi: Fix memory leak in efivar_ssdt_loadCyrill Gorcunov
2024-11-17efi/libstub: Take command line overrides into account for loaded filesArd Biesheuvel
2024-11-17efi/libstub: Fix command line fallback handling when loading filesArd Biesheuvel
2024-11-15efi/libstub: Parse builtin command line after bootloader provided oneArd Biesheuvel
2024-11-15efi/memattr: Ignore table if the size is clearly bogusArd Biesheuvel
2024-11-15efi/zboot: Fix outdated comment about using LoadImage/StartImageArd Biesheuvel
2024-11-15efi/libstub: Free correct pointer on failureArd Biesheuvel
2024-10-15libstub,tpm: do not ignore failure case when reading final event logGregory Price
2024-10-15tpm: fix unsigned/signed mismatch errors related to __calc_tpm2_event_sizeGregory Price
2024-10-15tpm: do not ignore memblock_reserve return valueGregory Price
2024-10-15tpm: fix signed/unsigned bug when checking event logsGregory Price
2024-10-15efi/libstub: measure initrd to PCR9 independent of sourceJeremy Linton
2024-10-15efi/libstub: remove unnecessary cmd_line_len from efi_convert_cmdline()Jonathan Marek
2024-10-15efi/libstub: fix efi_parse_options() ignoring the default command lineJonathan Marek
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-26Merge tag 'efi-next-for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-13efi: Remove redundant null pointer checks in efi_debugfs_init()Li Zetao
2024-09-13efistub/tpm: Use ACPI reclaim memory for event log to avoid corruptionArd Biesheuvel
2024-09-01mm: rework accept memory helpersKirill A. Shutemov
2024-08-27efi/cper: Print correctable AER informationYazen Ghannam
2024-07-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds
2024-07-27Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-07-26riscv: enable HAVE_ARCH_STACKLEAKJisheng Zhang
2024-07-25Merge tag 'efi-fixes-for-v6.11-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-07-22Merge tag 'loongarch-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds
2024-07-20Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-07-20LoongArch: Add writecombine support for DMW-based ioremap()Huacai Chen
2024-07-18x86/efistub: Revert to heap allocated boot_params for PE entrypointArd Biesheuvel
2024-07-17efi/libstub: Zero initialize heap allocated struct screen_infoQiang Ma
2024-07-12efi: Replace efi_memory_attributes_table_t 0-sized array with flexible arrayKees Cook
2024-07-12efi: Rename efi_early_memdesc_ptr() to efi_memdesc_ptr()Kees Cook
2024-07-10arm64/efistub: Clean up KASLR logicArd Biesheuvel
2024-07-08x86/efistub: Drop redundant clearing of BSSArd Biesheuvel
2024-07-08x86/efistub: Avoid returning EFI_SUCCESS on errorArd Biesheuvel
2024-07-08x86/efistub: Call Apple set_os protocol on dual GPU Intel MacsAditya Garg
2024-07-08x86/efistub: Enable SMBIOS protocol handling for x86Ard Biesheuvel
2024-07-02ARM: 9407/1: Add support for STACKLEAK gcc pluginJinjie Ruan
2024-07-02efistub/smbios: Simplify SMBIOS enumeration APIArd Biesheuvel
2024-07-02x86/efi: Drop support for fake EFI memory mapsArd Biesheuvel
2024-06-26riscv: dmi: Add SMBIOS/DMI supportHaibo Xu
2024-06-18Merge tag 'efi-fixes-for-v6.10-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-06-15efi/x86: Free EFI memory map only when installing a new one.Ard Biesheuvel
2024-06-10ARM: 9404/1: arm32: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATIONYuntao Liu
2024-06-06Merge tag 'efi-fixes-for-v6.10-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-06-05efi: Add missing __nocfi annotations to runtime wrappersArd Biesheuvel
2024-06-04Merge branch 'efi/next' into efi/urgentArd Biesheuvel
2024-06-03LoongArch: Fix entry point in kernel image headerJiaxun Yang
2024-05-23efi: pstore: Return proper errors on UEFI failuresGuilherme G. Piccoli