aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/efi.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-10arm64: efi: Force the use of SetVirtualAddressMap() on Altra machinesArd Biesheuvel1-0/+1
2022-10-24efi: random: reduce seed size to 32 bytesArd Biesheuvel1-1/+1
2022-10-21efi: efivars: Fix variable writes without query_variable_store()Ard Biesheuvel1-3/+0
2022-09-27efi: zboot: create MemoryMapped() device path for the parent if neededArd Biesheuvel1-0/+7
2022-09-27Merge tag 'efi-loongarch-for-v6.1-2' into HEADArd Biesheuvel1-0/+15
2022-09-27efi: libstub: install boot-time memory map as config tableArd Biesheuvel1-0/+1
2022-09-27efi: libstub: unify initrd loading between architecturesArd Biesheuvel1-0/+5
2022-09-26efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel1-0/+9
2022-09-20efi/libstub: implement generic EFI zbootArd Biesheuvel1-0/+1
2022-09-17efi/libstub: add some missing EFI prototypesArd Biesheuvel1-0/+12
2022-08-03Merge tag 'efi-efivars-removal-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-56/+0
2022-06-28efi: Simplify arch_efi_call_virt() macroSudeep Holla1-0/+2
2022-06-24efi: vars: Move efivar caching layer into efivarfsArd Biesheuvel1-38/+0
2022-06-24efi: vars: Drop __efivar_entry_iter() helper which is no longer usedArd Biesheuvel1-3/+0
2022-06-24efi: vars: Use locking version to iterate over efivars linked listsArd Biesheuvel1-1/+1
2022-06-24efi: vars: Remove deprecated 'efivars' sysfs interfaceArd Biesheuvel1-18/+0
2022-06-24efi: pstore: Omit efivars caching EFI varstore access layerArd Biesheuvel1-2/+0
2022-06-24efi: vars: Add thin wrapper around EFI get/set variable interfaceArd Biesheuvel1-0/+20
2022-06-24efi: vars: Don't drop lock in the middle of efivar_init()Ard Biesheuvel1-0/+1
2022-06-15efi: Make code to find mirrored memory ranges genericMa Wupeng1-0/+3
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-4/+0
2022-05-23Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2022-05-19riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOLSunil V L1-0/+2
2022-05-03efi/arm64: libstub: run image in place if randomized by the loaderArd Biesheuvel1-0/+11
2022-05-03efi: libstub: declare DXE services tableBaskov Evgeniy1-0/+2
2022-04-13efi: Add missing prototype for efi_capsule_setup_infoJan Kiszka1-0/+2
2022-04-13efi: Save location of EFI confidential computing areaDov Murik1-0/+10
2022-04-07x86/boot: Add Confidential Computing type to setup_dataBrijesh Singh1-0/+1
2022-03-04efifb: Remove redundant efifb_setup_from_dmi stubMichal Suchanek1-4/+0
2022-01-18Merge tag 'acpi-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+46
2022-01-17Merge branch 'acpi-pfrut'Rafael J. Wysocki1-0/+46
2022-01-11Merge tag 'efi-next-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-3/+3
2021-12-27efi: Introduce EFI_FIRMWARE_MANAGEMENT_CAPSULE_HEADER and corresponding structuresChen Yu1-0/+46
2021-12-13efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas1-0/+6
2021-11-21include/linux/efi.h: Remove unneeded whitespaces before tabsElyes HAOUAS1-3/+3
2021-11-11EFI: Introduce the new AMD Memory Encryption GUID.Ashish Kalra1-0/+1
2021-03-19efi: use 32-bit alignment for efi_guid_t literalsArd Biesheuvel1-2/+4
2021-01-19efi/libstub: move TPM related prototypes into efistub.hArd Biesheuvel1-9/+0
2021-01-19efi/libstub: whitespace cleanupArd Biesheuvel1-2/+2
2021-01-18efi: ia64: move IA64-only declarations to new asm/efi.h headerArd Biesheuvel1-6/+0
2020-12-14efi: ia64: disable the capsule loaderArd Biesheuvel1-6/+4
2020-11-04efi: generalize efi_get_securebootChester Lin1-1/+22
2020-10-12Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar1-0/+1
2020-09-29efi: efivars: un-export efivars_sysfs_init()Ard Biesheuvel1-4/+0
2020-09-29efi: pstore: move workqueue handling out of efivarsArd Biesheuvel1-3/+0
2020-09-29efi: pstore: disentangle from deprecated efivars moduleArd Biesheuvel1-4/+0
2020-09-25efi: Add definition of EFI_MEMORY_CPU_CRYPTO and ability to report itArd Biesheuvel1-0/+1
2020-09-16efi: Support for MOK variable config tableLenny Szubowicz1-0/+34
2020-08-07efi: provide empty efi_enter_virtual_mode implementationAndrey Konovalov1-0/+4
2020-07-09efi/efivars: Expose RT service availability via efivars abstractionArd Biesheuvel1-0/+1