summaryrefslogtreecommitdiff
path: root/include/linux/efi.h
AgeCommit message (Expand)Author
2022-10-21efi: efivars: Fix variable writes without query_variable_store()Ard Biesheuvel
2022-09-27efi: zboot: create MemoryMapped() device path for the parent if neededArd Biesheuvel
2022-09-27Merge tag 'efi-loongarch-for-v6.1-2' into HEADArd Biesheuvel
2022-09-27efi: libstub: install boot-time memory map as config tableArd Biesheuvel
2022-09-27efi: libstub: unify initrd loading between architecturesArd Biesheuvel
2022-09-26efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel
2022-09-20efi/libstub: implement generic EFI zbootArd Biesheuvel
2022-09-17efi/libstub: add some missing EFI prototypesArd Biesheuvel
2022-08-03Merge tag 'efi-efivars-removal-for-v5.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-06-28efi: Simplify arch_efi_call_virt() macroSudeep Holla
2022-06-24efi: vars: Move efivar caching layer into efivarfsArd Biesheuvel
2022-06-24efi: vars: Drop __efivar_entry_iter() helper which is no longer usedArd Biesheuvel
2022-06-24efi: vars: Use locking version to iterate over efivars linked listsArd Biesheuvel
2022-06-24efi: vars: Remove deprecated 'efivars' sysfs interfaceArd Biesheuvel
2022-06-24efi: pstore: Omit efivars caching EFI varstore access layerArd Biesheuvel
2022-06-24efi: vars: Add thin wrapper around EFI get/set variable interfaceArd Biesheuvel
2022-06-24efi: vars: Don't drop lock in the middle of efivar_init()Ard Biesheuvel
2022-06-15efi: Make code to find mirrored memory ranges genericMa Wupeng
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-05-23Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-19riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOLSunil V L
2022-05-03efi/arm64: libstub: run image in place if randomized by the loaderArd Biesheuvel
2022-05-03efi: libstub: declare DXE services tableBaskov Evgeniy
2022-04-13efi: Add missing prototype for efi_capsule_setup_infoJan Kiszka
2022-04-13efi: Save location of EFI confidential computing areaDov Murik
2022-04-07x86/boot: Add Confidential Computing type to setup_dataBrijesh Singh
2022-03-04efifb: Remove redundant efifb_setup_from_dmi stubMichal Suchanek
2022-01-18Merge tag 'acpi-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-01-17Merge branch 'acpi-pfrut'Rafael J. Wysocki
2022-01-11Merge tag 'efi-next-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-12-27efi: Introduce EFI_FIRMWARE_MANAGEMENT_CAPSULE_HEADER and corresponding struc...Chen Yu
2021-12-13efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas
2021-11-21include/linux/efi.h: Remove unneeded whitespaces before tabsElyes HAOUAS
2021-11-11EFI: Introduce the new AMD Memory Encryption GUID.Ashish Kalra
2021-03-19efi: use 32-bit alignment for efi_guid_t literalsArd Biesheuvel
2021-01-19efi/libstub: move TPM related prototypes into efistub.hArd Biesheuvel
2021-01-19efi/libstub: whitespace cleanupArd Biesheuvel
2021-01-18efi: ia64: move IA64-only declarations to new asm/efi.h headerArd Biesheuvel
2020-12-14efi: ia64: disable the capsule loaderArd Biesheuvel
2020-11-04efi: generalize efi_get_securebootChester Lin
2020-10-12Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar
2020-09-29efi: efivars: un-export efivars_sysfs_init()Ard Biesheuvel
2020-09-29efi: pstore: move workqueue handling out of efivarsArd Biesheuvel
2020-09-29efi: pstore: disentangle from deprecated efivars moduleArd Biesheuvel
2020-09-25efi: Add definition of EFI_MEMORY_CPU_CRYPTO and ability to report itArd Biesheuvel
2020-09-16efi: Support for MOK variable config tableLenny Szubowicz
2020-08-07efi: provide empty efi_enter_virtual_mode implementationAndrey Konovalov
2020-07-09efi/efivars: Expose RT service availability via efivars abstractionArd Biesheuvel
2020-06-17efi/libstub: arm: Print CPU boot mode and MMU state at bootArd Biesheuvel
2020-06-15efi: Replace zero-length array and use struct_size() helperGustavo A. R. Silva