summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)AuthorFilesLines
3 days[tree-wide] finally take no_llseek outAl Viro2-2/+0
4 daysMerge 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
2024-07-17efi/libstub: Zero initialize heap allocated struct screen_infoQiang Ma1-0/+2
2024-07-12efi: Replace efi_memory_attributes_table_t 0-sized array with flexible arrayKees Cook1-1/+1
2024-07-12efi: Rename efi_early_memdesc_ptr() to efi_memdesc_ptr()Kees Cook3-3/+3
2024-07-10arm64/efistub: Clean up KASLR logicArd Biesheuvel2-20/+13
2024-07-08x86/efistub: Drop redundant clearing of BSSArd Biesheuvel1-3/+0
2024-07-08x86/efistub: Avoid returning EFI_SUCCESS on errorArd Biesheuvel1-4/+1
2024-07-08x86/efistub: Call Apple set_os protocol on dual GPU Intel MacsAditya Garg1-3/+68
2024-07-08x86/efistub: Enable SMBIOS protocol handling for x86Ard Biesheuvel2-15/+26
2024-07-02ARM: 9407/1: Add support for STACKLEAK gcc pluginJinjie Ruan1-1/+2
2024-07-02efistub/smbios: Simplify SMBIOS enumeration APIArd Biesheuvel3-9/+7
2024-07-02x86/efi: Drop support for fake EFI memory mapsArd Biesheuvel1-1/+1
2024-06-26riscv: dmi: Add SMBIOS/DMI supportHaibo Xu1-0/+13
2024-06-18Merge tag 'efi-fixes-for-v6.10-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+0
2024-06-15efi/x86: Free EFI memory map only when installing a new one.Ard Biesheuvel1-9/+0
2024-06-10ARM: 9404/1: arm32: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATIONYuntao Liu1-0/+4
2024-06-06Merge tag 'efi-fixes-for-v6.10-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-11/+11
2024-06-05efi: Add missing __nocfi annotations to runtime wrappersArd Biesheuvel1-7/+6
2024-06-04Merge branch 'efi/next' into efi/urgentArd Biesheuvel2-4/+5
2024-06-03LoongArch: Fix entry point in kernel image headerJiaxun Yang1-1/+1
2024-05-23efi: pstore: Return proper errors on UEFI failuresGuilherme G. Piccoli1-4/+4
2024-05-23efi/libstub: zboot.lds: Discard .discard sectionsNathan Chancellor1-0/+1
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+1
2024-05-21Merge tag 'efi-fixes-for-v6.10-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+26
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-11/+0
2024-05-17x86/efistub: Omit physical KASLR when memory reservations existArd Biesheuvel1-2/+26
2024-05-15Merge tag 'efi-next-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-4/+12
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada1-11/+0
2024-04-29efi: libstub: only free priv.runtime_map when allocatedHagar Hemdan1-2/+2
2024-04-24efi/unaccepted: touch soft lockup during memory acceptChen Yu1-0/+4
2024-04-23Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman2-1/+2
2024-04-13efi: Clear up misconceptions about a maximum variable name sizeTim Schumacher1-1/+1
2024-04-11treewide: Use sysfs_bin_attr_simple_read() helperLukas Wunner1-9/+1
2024-03-29efi: pstore: Request at most 512 bytes for variable namesTim Schumacher1-1/+9
2024-03-28x86/efistub: Reinstate soft limit for initrd loadingArd Biesheuvel1-0/+1
2024-03-28efi/libstub: Cast away type warning in use of max()Ard Biesheuvel1-1/+1
2024-03-24Merge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-2/+5