summaryrefslogtreecommitdiff
path: root/include/linux/efi.h
AgeCommit message (Expand)Author
2020-01-20efi: Fix handling of multiple efi_fake_mem= entriesDan Williams
2020-01-20efi: Add tracking for dynamically allocated memmapsDan Williams
2020-01-20efi: Add a flags parameter to efi_memory_mapDan Williams
2020-01-10efi: Allow disabling PCI busmastering on bridges during bootMatthew Garrett
2020-01-10efi/x86: Drop two near identical versions of efi_runtime_init()Ard Biesheuvel
2020-01-10efi/x86: Avoid redundant cast of EFI firmware service pointerArd Biesheuvel
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel
2019-12-25efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel
2019-12-25efi/libstub: Avoid protocol wrapper for file I/O routinesArd Biesheuvel
2019-12-25efi/libstub: Annotate firmware routines as __efiapiArd Biesheuvel
2019-12-25efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel
2019-12-25efi/libstub: Drop explicit 32/64-bit protocol definitionsArd Biesheuvel
2019-12-25efi/libstub: Distinguish between native/mixed not 32/64 bitArd Biesheuvel
2019-12-25efi/libstub: Extend native protocol definitions with mixed_mode aliasesArd Biesheuvel
2019-12-25efi/libstub: Use a helper to iterate over a EFI handle arrayArd Biesheuvel
2019-12-25efi/gop: Convert GOP structures to typedef and clean up some typesArvind Sankar
2019-12-25efi/gop: Remove unused typedefArvind Sankar
2019-12-25efi/gop: Remove bogus packed attribute from GOP structuresArvind Sankar
2019-12-08efi: Fix efi_loaded_image_t::unload typeArvind Sankar
2019-11-26Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-11-07efi: Common enable/disable infrastructure for EFI soft reservationDan Williams
2019-11-07x86/efi: Push EFI_MEMMAP check into leaf routinesDan Williams
2019-11-07efi: Enumerate EFI_MEMORY_SPDan Williams
2019-11-07x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableDominik Brodowski
2019-10-31x86, efi: Never relocate kernel below lowest acceptable addressKairui Song
2019-08-08efi: Export Runtime Configuration Interface table to sysfsNarendra K
2019-08-08efi: ia64: move SAL systab handling out of generic EFI codeArd Biesheuvel
2019-08-08efi/x86: move UV_SYSTAB handling into arch/x86Ard Biesheuvel
2019-08-08efi: x86: move efi_is_table_address() into arch/x86Ard Biesheuvel
2019-06-24tpm: Don't duplicate events from the final event log in the TCG2 logMatthew Garrett
2019-06-24tpm: Reserve the TPM final events tableMatthew Garrett
2019-04-16x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51TJian-Hong Pan
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-03-06Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-02-16efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel
2019-02-16efi: Fix build error due to enum collision between efi.h and ima.hAnders Roxell
2019-02-06efi: Let architectures decide the flags that should be saved/restoredJulien Thierry
2019-02-04efi: Use 32-bit alignment for efi_guid_tArd Biesheuvel
2019-01-02Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-12-17Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...James Morris
2018-12-12efi: Add an EFI signature blob parserDave Howells
2018-12-12efi: Add EFI signature data typesDave Howells
2018-11-30efi: Reduce the amount of memblock reservations for persistent allocationsArd Biesheuvel
2018-11-30efi: Permit multiple entries in persistent memreserve data structureArd Biesheuvel
2018-11-30x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya
2018-11-15efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel
2018-09-26efi/x86: Handle page faults occurring while running EFI runtime servicesSai Praneeth
2018-09-26efi: Make efi_rts_work accessible to efi page fault handlerSai Praneeth
2018-09-26efi: add API to reserve memory persistently across kexec rebootArd Biesheuvel
2018-09-26efi: honour memory reservations passed via a linux specific config tableArd Biesheuvel