summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)AuthorFilesLines
2022-08-07Merge tag 'riscv-for-linus-5.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+10
2022-08-04Merge tag 'efi-efivars-removal-for-v5.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds5-1696/+1
2022-08-04Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-516/+354
2022-07-20riscv/efi_stub: Add 64bit boot-hartid support on RV64Sunil V L1-3/+10
2022-07-15Merge tag 'platform-drivers-x86-v5.19-4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-10/+11
2022-07-10efi: Fix efi_power_off() not being run before acpi_power_off() when necessaryHans de Goede1-10/+11
2022-06-28drivers: fix typo in firmware/efi/memmap.cZheng Zhi Yuan1-1/+1
2022-06-24efi: vars: Move efivar caching layer into efivarfsArd Biesheuvel2-733/+1
2022-06-24efi: vars: Drop __efivar_entry_iter() helper which is no longer usedArd Biesheuvel1-54/+7
2022-06-24efi: vars: Switch to new wrapper layerArd Biesheuvel1-81/+52
2022-06-24efi: vars: Use locking version to iterate over efivars linked listsArd Biesheuvel2-14/+3
2022-06-24efi: vars: Remove deprecated 'efivars' sysfs interfaceArd Biesheuvel4-936/+2
2022-06-24efi: pstore: Omit efivars caching EFI varstore access layerArd Biesheuvel4-308/+91
2022-06-24efi: vars: Add thin wrapper around EFI get/set variable interfaceArd Biesheuvel1-10/+144
2022-06-24efi: vars: Don't drop lock in the middle of efivar_init()Ard Biesheuvel3-20/+14
2022-06-21efi: sysfb_efi: remove unnecessary <asm/efi.h> includeJavier Martinez Canillas1-2/+0
2022-06-20efi: efibc: avoid efivar API for setting variablesArd Biesheuvel2-47/+30
2022-06-20efi: avoid efivars layer when loading SSDTs from variablesArd Biesheuvel1-62/+41
2022-06-15efi: Correct comment on efi_memmap_allocLiu Zixian1-2/+1
2022-06-15efi: Make code to find mirrored memory ranges genericMa Wupeng2-0/+24
2022-06-03Merge tag 'efi-next-for-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-30/+26
2022-06-01efi: clean up Kconfig dependencies on CONFIG_EFIArd Biesheuvel1-28/+24
2022-06-01efi/x86: libstub: Make DXE calls mixed mode safeArd Biesheuvel1-2/+2
2022-05-24Merge tag 'edac_updates_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-18/+46
2022-05-19riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOLSunil V L2-6/+30
2022-05-06efi: stub: prefer mirrored memory for randomized allocationsArd Biesheuvel1-0/+11
2022-05-03efi/arm64: libstub: run image in place if randomized by the loaderArd Biesheuvel1-3/+9
2022-05-03efi: libstub: pass image handle to handle_kernel_image()Ard Biesheuvel5-5/+9
2022-05-03efi: libstub: ensure allocated memory to be executableBaskov Evgeniy2-4/+118
2022-05-03efi: libstub: declare DXE services tableBaskov Evgeniy2-1/+82
2022-04-13efi: Register efi_secret platform device if EFI secret area is declaredDov Murik1-0/+5
2022-04-13efi: Save location of EFI confidential computing areaDov Murik2-0/+22
2022-04-13efi: Allow to enable EFI runtime services by default on RTJavier Martinez Canillas2-1/+16
2022-04-08efi/cper: Reformat CPER memory error location to more readableShuai Xue1-15/+15
2022-04-08EDAC/ghes: Unify CPER memory error location reportingShuai Xue1-2/+2
2022-04-08efi/cper: Add a cper_mem_err_status_str() to decode error descriptionShuai Xue1-1/+29
2022-03-22Merge tag 'pstore-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2022-03-21Merge tag 'tpmdd-next-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-03-15pstore: Don't use semaphores in always-atomic-context codeJann Horn1-1/+1
2022-03-08efi/mokvar: move up init orderEric Snowberg1-1/+1
2022-03-01efi: fix return value of __setup handlersRandy Dunlap2-2/+2
2022-02-28efivars: Respect "block" flag in efivar_entry_set_safe()Jann Horn1-1/+4
2022-02-28riscv/efi_stub: Fix get_boot_hartid_from_fdt() return valueSunil V L1-7/+10
2022-01-23efi: runtime: avoid EFIv2 runtime services on Apple x86 machinesArd Biesheuvel1-0/+7
2022-01-23efi/libstub: arm64: Fix image check alignment at entryMihai Carabas1-3/+3
2022-01-20RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt1-0/+2
2022-01-20riscv: Implement sv48 supportAlexandre Ghiti1-0/+2
2022-01-13Merge tag 'devicetree-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+5
2022-01-06efi: use default_groups in kobj_typeGreg Kroah-Hartman3-3/+7
2022-01-06efi/libstub: measure loaded initrd info into the TPMIlias Apalodimas1-14/+58