summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-fixes-for-v6.13-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-12-163-18/+6
|\
| * efi/esrt: remove esre_attribute::store()Jiri Slaby (SUSE)2024-12-131-2/+0
| * efi/zboot: Limit compression options to GZIP and ZSTDArd Biesheuvel2024-12-062-16/+6
* | module: Convert symbol namespace to string literalPeter Zijlstra2024-12-023-11/+11
|/
* efi: Fix memory leak in efivar_ssdt_loadCyrill Gorcunov2024-11-171-13/+28
* efi/libstub: Take command line overrides into account for loaded filesArd Biesheuvel2024-11-171-1/+2
* efi/libstub: Fix command line fallback handling when loading filesArd Biesheuvel2024-11-171-0/+21
* efi/libstub: Parse builtin command line after bootloader provided oneArd Biesheuvel2024-11-151-11/+8
* efi/memattr: Ignore table if the size is clearly bogusArd Biesheuvel2024-11-151-1/+17
* efi/zboot: Fix outdated comment about using LoadImage/StartImageArd Biesheuvel2024-11-151-6/+4
* efi/libstub: Free correct pointer on failureArd Biesheuvel2024-11-151-1/+1
* libstub,tpm: do not ignore failure case when reading final event logGregory Price2024-10-151-0/+3
* tpm: fix unsigned/signed mismatch errors related to __calc_tpm2_event_sizeGregory Price2024-10-152-4/+4
* tpm: do not ignore memblock_reserve return valueGregory Price2024-10-151-1/+6
* tpm: fix signed/unsigned bug when checking event logsGregory Price2024-10-151-8/+9
* efi/libstub: measure initrd to PCR9 independent of sourceJeremy Linton2024-10-151-4/+5
* efi/libstub: remove unnecessary cmd_line_len from efi_convert_cmdline()Jonathan Marek2024-10-154-8/+5
* efi/libstub: fix efi_parse_options() ignoring the default command lineJonathan Marek2024-10-151-1/+1
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-024-4/+4
* [tree-wide] finally take no_llseek outAl Viro2024-09-272-2/+0
* Merge tag 'efi-next-for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-263-5/+10
|\
| * efi: Remove redundant null pointer checks in efi_debugfs_init()Li Zetao2024-09-131-1/+1
| * efistub/tpm: Use ACPI reclaim memory for event log to avoid corruptionArd Biesheuvel2024-09-131-1/+1
| * efi/cper: Print correctable AER informationYazen Ghannam2024-08-271-3/+8
* | mm: rework accept memory helpersKirill A. Shutemov2024-09-023-10/+13
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2024-07-291-1/+6
|\ \ | |/ |/|
| * ARM: 9407/1: Add support for STACKLEAK gcc pluginJinjie Ruan2024-07-021-1/+2
| * ARM: 9404/1: arm32: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATIONYuntao Liu2024-06-101-0/+4
* | Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-271-1/+2
|\ \
| * | riscv: enable HAVE_ARCH_STACKLEAKJisheng Zhang2024-07-261-1/+2
* | | Merge tag 'efi-fixes-for-v6.11-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-07-252-5/+17
|\ \ \
| * | | x86/efistub: Revert to heap allocated boot_params for PE entrypointArd Biesheuvel2024-07-181-5/+15
| * | | efi/libstub: Zero initialize heap allocated struct screen_infoQiang Ma2024-07-171-0/+2
* | | | Merge tag 'loongarch-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2024-07-221-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | LoongArch: Add writecombine support for DMW-based ioremap()Huacai Chen2024-07-201-0/+2
* | | | Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-201-0/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | riscv: dmi: Add SMBIOS/DMI supportHaibo Xu2024-06-261-0/+13
| | |/ | |/|
* | | efi: Replace efi_memory_attributes_table_t 0-sized array with flexible arrayKees Cook2024-07-121-1/+1
* | | efi: Rename efi_early_memdesc_ptr() to efi_memdesc_ptr()Kees Cook2024-07-123-3/+3
* | | arm64/efistub: Clean up KASLR logicArd Biesheuvel2024-07-102-20/+13
* | | x86/efistub: Drop redundant clearing of BSSArd Biesheuvel2024-07-081-3/+0
* | | x86/efistub: Avoid returning EFI_SUCCESS on errorArd Biesheuvel2024-07-081-4/+1
* | | x86/efistub: Call Apple set_os protocol on dual GPU Intel MacsAditya Garg2024-07-081-3/+68
* | | x86/efistub: Enable SMBIOS protocol handling for x86Ard Biesheuvel2024-07-082-15/+26
* | | efistub/smbios: Simplify SMBIOS enumeration APIArd Biesheuvel2024-07-023-9/+7
* | | x86/efi: Drop support for fake EFI memory mapsArd Biesheuvel2024-07-021-1/+1
| |/ |/|
* | Merge tag 'efi-fixes-for-v6.10-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-06-181-9/+0
|\ \
| * | efi/x86: Free EFI memory map only when installing a new one.Ard Biesheuvel2024-06-151-9/+0
* | | Merge tag 'efi-fixes-for-v6.10-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-06-063-11/+11
|\| |
| * | efi: Add missing __nocfi annotations to runtime wrappersArd Biesheuvel2024-06-051-7/+6