summaryrefslogtreecommitdiff
path: root/include/linux/efi.h
AgeCommit message (Expand)AuthorFilesLines
2020-02-23efi/libstub: Add support for loading the initrd from a device pathArd Biesheuvel1-0/+1
2020-02-23efi/dev-path-parser: Add struct definition for vendor type device path nodesArd Biesheuvel1-19/+29
2020-02-23efi/libstub: Make the LoadFile EFI protocol accessibleArd Biesheuvel1-0/+2
2020-02-23efi/libstub: Move stub specific declarations into efistub.hArd Biesheuvel1-455/+1
2020-02-23efi/libstub: Use consistent type names for file I/O protocolsArd Biesheuvel1-59/+1
2020-02-23efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()Ard Biesheuvel1-2/+2
2020-01-20efi: Fix handling of multiple efi_fake_mem= entriesDan Williams1-0/+2
2020-01-20efi: Add tracking for dynamically allocated memmapsDan Williams1-4/+7
2020-01-20efi: Add a flags parameter to efi_memory_mapDan Williams1-1/+3
2020-01-10efi: Allow disabling PCI busmastering on bridges during bootMatthew Garrett1-1/+5
2020-01-10efi/x86: Drop two near identical versions of efi_runtime_init()Ard Biesheuvel1-19/+0
2020-01-10efi/x86: Avoid redundant cast of EFI firmware service pointerArd Biesheuvel1-1/+3
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel1-27/+16
2019-12-25efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel1-1/+1
2019-12-25efi/libstub: Avoid protocol wrapper for file I/O routinesArd Biesheuvel1-79/+39
2019-12-25efi/libstub: Annotate firmware routines as __efiapiArd Biesheuvel1-65/+82
2019-12-25efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel1-4/+8
2019-12-25efi/libstub: Drop explicit 32/64-bit protocol definitionsArd Biesheuvel1-244/+1
2019-12-25efi/libstub: Distinguish between native/mixed not 32/64 bitArd Biesheuvel1-3/+3
2019-12-25efi/libstub: Extend native protocol definitions with mixed_mode aliasesArd Biesheuvel1-166/+330
2019-12-25efi/libstub: Use a helper to iterate over a EFI handle arrayArd Biesheuvel1-0/+13
2019-12-25efi/gop: Convert GOP structures to typedef and clean up some typesArvind Sankar1-23/+23
2019-12-25efi/gop: Remove unused typedefArvind Sankar1-4/+0
2019-12-25efi/gop: Remove bogus packed attribute from GOP structuresArvind Sankar1-4/+4
2019-12-08efi: Fix efi_loaded_image_t::unload typeArvind Sankar1-5/+5
2019-11-27Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-1/+15
2019-11-07efi: Common enable/disable infrastructure for EFI soft reservationDan Williams1-0/+14
2019-11-07x86/efi: Push EFI_MEMMAP check into leaf routinesDan Williams1-1/+0
2019-11-07efi: Enumerate EFI_MEMORY_SPDan Williams1-0/+1
2019-11-07x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableDominik Brodowski1-0/+2
2019-10-31x86, efi: Never relocate kernel below lowest acceptable addressKairui Song1-2/+16
2019-08-08efi: Export Runtime Configuration Interface table to sysfsNarendra K1-0/+5
2019-08-08efi: ia64: move SAL systab handling out of generic EFI codeArd Biesheuvel1-1/+0
2019-08-08efi/x86: move UV_SYSTAB handling into arch/x86Ard Biesheuvel1-1/+0
2019-08-08efi: x86: move efi_is_table_address() into arch/x86Ard Biesheuvel1-7/+0
2019-06-24tpm: Don't duplicate events from the final event log in the TCG2 logMatthew Garrett1-0/+1
2019-06-24tpm: Reserve the TPM final events tableMatthew Garrett1-0/+9
2019-04-16x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51TJian-Hong Pan1-1/+6
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+3
2019-03-06Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-14/+27
2019-02-16efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel1-7/+0
2019-02-16efi: Fix build error due to enum collision between efi.h and ima.hAnders Roxell1-13/+13
2019-02-06efi: Let architectures decide the flags that should be saved/restoredJulien Thierry1-2/+3
2019-02-04efi: Use 32-bit alignment for efi_guid_tArd Biesheuvel1-1/+14
2019-01-02Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+34
2018-12-17Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...James Morris1-0/+34
2018-12-13efi: Add an EFI signature blob parserDave Howells1-0/+9
2018-12-13efi: Add EFI signature data typesDave Howells1-0/+25
2018-11-30efi: Reduce the amount of memblock reservations for persistent allocationsArd Biesheuvel1-0/+3
2018-11-30efi: Permit multiple entries in persistent memreserve data structureArd Biesheuvel1-3/+10