summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)AuthorFilesLines
2025-02-27efi/mokvar-table: Avoid repeated map/unmap of the same pageArd Biesheuvel1-3/+15
2025-02-27efi: Don't map the entire mokvar table to determine its sizePeter Jones1-28/+13
2025-02-23efi/cper: Fix cper_arm_ctx_info alignmentPatrick Rudolph1-1/+1
2025-02-23efi/cper: Fix cper_ia_proc_ctx alignmentPatrick Rudolph1-1/+1
2025-02-04efi: Avoid cold plugged memory for placing the kernelArd Biesheuvel3-2/+10
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2025-01-22efi: libstub: Use '-std=gnu11' to fix build with GCC 15Nathan Chancellor1-1/+1
2025-01-14efi: sysfb_efi: fix W=1 warnings when EFI is not setRandy Dunlap1-1/+1
2025-01-14efi/libstub: Use __free() helper for pool deallocationsArd Biesheuvel3-26/+20
2025-01-14efi/libstub: Use cleanup helpers for freeing copies of the memory mapArd Biesheuvel5-29/+20
2025-01-14efi/libstub: Simplify PCI I/O handle buffer traversalArd Biesheuvel2-49/+13
2025-01-14efi/libstub: Refactor and clean up GOP resolution picker codeArd Biesheuvel1-162/+103
2025-01-14efi/libstub: Simplify GOP handling codeArd Biesheuvel4-74/+37
2025-01-14efi/libstub: Use C99-style for loop to traverse handle bufferArd Biesheuvel4-12/+8
2025-01-14x86/efistub: Drop long obsolete UGA supportArd Biesheuvel2-93/+0
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu1-2/+2
2024-12-19efi/libstub: Bump up EFI_MMAP_NR_SLACK_SLOTS to 32Hamza Mahfooz1-1/+1
2024-12-16Merge tag 'efi-fixes-for-v6.13-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-18/+6
2024-12-13efi/esrt: remove esre_attribute::store()Jiri Slaby (SUSE)1-2/+0
2024-12-06efi/zboot: Limit compression options to GZIP and ZSTDArd Biesheuvel2-16/+6
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra3-11/+11
2024-11-17efi: Fix memory leak in efivar_ssdt_loadCyrill Gorcunov1-13/+28
2024-11-17efi/libstub: Take command line overrides into account for loaded filesArd Biesheuvel1-1/+2
2024-11-17efi/libstub: Fix command line fallback handling when loading filesArd Biesheuvel1-0/+21
2024-11-15efi/libstub: Parse builtin command line after bootloader provided oneArd Biesheuvel1-11/+8
2024-11-15efi/memattr: Ignore table if the size is clearly bogusArd Biesheuvel1-1/+17
2024-11-15efi/zboot: Fix outdated comment about using LoadImage/StartImageArd Biesheuvel1-6/+4
2024-11-15efi/libstub: Free correct pointer on failureArd Biesheuvel1-1/+1
2024-10-15libstub,tpm: do not ignore failure case when reading final event logGregory Price1-0/+3
2024-10-15tpm: fix unsigned/signed mismatch errors related to __calc_tpm2_event_sizeGregory Price2-4/+4
2024-10-15tpm: do not ignore memblock_reserve return valueGregory Price1-1/+6
2024-10-15tpm: fix signed/unsigned bug when checking event logsGregory Price1-8/+9
2024-10-15efi/libstub: measure initrd to PCR9 independent of sourceJeremy Linton1-4/+5
2024-10-15efi/libstub: remove unnecessary cmd_line_len from efi_convert_cmdline()Jonathan Marek4-8/+5
2024-10-15efi/libstub: fix efi_parse_options() ignoring the default command lineJonathan Marek1-1/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro4-4/+4
2024-09-27[tree-wide] finally take no_llseek outAl Viro2-2/+0
2024-09-26Merge tag 'efi-next-for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-5/+10
2024-09-13efi: Remove redundant null pointer checks in efi_debugfs_init()Li Zetao1-1/+1
2024-09-13efistub/tpm: Use ACPI reclaim memory for event log to avoid corruptionArd Biesheuvel1-1/+1
2024-09-02mm: rework accept memory helpersKirill A. Shutemov3-10/+13
2024-08-27efi/cper: Print correctable AER informationYazen Ghannam1-3/+8
2024-07-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-1/+6
2024-07-27Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2024-07-26riscv: enable HAVE_ARCH_STACKLEAKJisheng Zhang1-1/+2
2024-07-25Merge tag 'efi-fixes-for-v6.11-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+17
2024-07-22Merge tag 'loongarch-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-0/+2
2024-07-20Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+13
2024-07-20LoongArch: Add writecombine support for DMW-based ioremap()Huacai Chen1-0/+2
2024-07-19x86/efistub: Revert to heap allocated boot_params for PE entrypointArd Biesheuvel1-5/+15