summaryrefslogtreecommitdiff
path: root/include/linux/efi.h
AgeCommit message (Expand)Author
2021-12-13efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas
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
2020-05-25Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar
2020-05-25Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar
2020-05-20efi/gop: Add an option to list out the available GOP modesArvind Sankar
2020-05-20efi/libstub: Add definitions for console input and eventsArvind Sankar
2020-05-17efi: Pull up arch-specific prototype efi_systab_show_arch()Benjamin Thiel
2020-04-24efi: Clean up config table description arraysArd Biesheuvel
2020-03-31Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-27x86/efi: Add a prototype for efi_arch_mem_reserve()Benjamin Thiel
2020-03-08Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar
2020-03-03efi: Add embedded peripheral firmware supportHans de Goede
2020-03-03efi: Export boot-services code and data as debugfs-blobsHans de Goede
2020-02-29efi/x86: Add RNG seed EFI table to unencrypted mapping checkTom Lendacky
2020-02-23efi: Add support for EFI_RT_PROPERTIES tableArd Biesheuvel
2020-02-23efi: Store mask of supported runtime services in struct efiArd Biesheuvel
2020-02-23efi/arm: Move FDT specific definitions into fdtparams.cArd Biesheuvel
2020-02-23efi/x86: Drop 'systab' member from struct efiArd Biesheuvel
2020-02-23efi: Add 'runtime' pointer to struct efiArd Biesheuvel
2020-02-23efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel
2020-02-23efi: Clean up config_parse_tables()Ard Biesheuvel
2020-02-23efi: Make efi_config_init() x86 onlyArd Biesheuvel
2020-02-23efi: Merge EFI system table revision and vendor checksArd Biesheuvel
2020-02-23efi: Make memreserve table handling local to efi.cArd Biesheuvel
2020-02-23efi: Move mem_attr_table out of struct efiArd Biesheuvel
2020-02-23efi: Make rng_seed table handling local to efi.cArd Biesheuvel
2020-02-23efi: Move UGA and PROP table handling to x86 codeArd Biesheuvel
2020-02-23efi/ia64: Move HCDP and MPS table handling into IA64 arch codeArd Biesheuvel
2020-02-23efi: Drop handling of 'boot_info' configuration tableArd Biesheuvel
2020-02-23efi/libstub: Add support for loading the initrd from a device pathArd Biesheuvel
2020-02-23efi/dev-path-parser: Add struct definition for vendor type device path nodesArd Biesheuvel
2020-02-23efi/libstub: Make the LoadFile EFI protocol accessibleArd Biesheuvel
2020-02-23efi/libstub: Move stub specific declarations into efistub.hArd Biesheuvel
2020-02-23efi/libstub: Use consistent type names for file I/O protocolsArd Biesheuvel