summaryrefslogtreecommitdiffstats
path: root/include/linux/efi.h
Commit message (Expand)AuthorAgeFilesLines
* efi: Fix handling of multiple efi_fake_mem= entriesDan Williams2020-01-201-0/+2
* efi: Add tracking for dynamically allocated memmapsDan Williams2020-01-201-4/+7
* efi: Add a flags parameter to efi_memory_mapDan Williams2020-01-201-1/+3
* efi: Allow disabling PCI busmastering on bridges during bootMatthew Garrett2020-01-101-1/+5
* efi/x86: Drop two near identical versions of efi_runtime_init()Ard Biesheuvel2020-01-101-19/+0
* efi/x86: Avoid redundant cast of EFI firmware service pointerArd Biesheuvel2020-01-101-1/+3
* efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel2019-12-251-27/+16
* efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel2019-12-251-1/+1
* efi/libstub: Avoid protocol wrapper for file I/O routinesArd Biesheuvel2019-12-251-79/+39
* efi/libstub: Annotate firmware routines as __efiapiArd Biesheuvel2019-12-251-65/+82
* efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel2019-12-251-4/+8
* efi/libstub: Drop explicit 32/64-bit protocol definitionsArd Biesheuvel2019-12-251-244/+1
* efi/libstub: Distinguish between native/mixed not 32/64 bitArd Biesheuvel2019-12-251-3/+3
* efi/libstub: Extend native protocol definitions with mixed_mode aliasesArd Biesheuvel2019-12-251-166/+330
* efi/libstub: Use a helper to iterate over a EFI handle arrayArd Biesheuvel2019-12-251-0/+13
* efi/gop: Convert GOP structures to typedef and clean up some typesArvind Sankar2019-12-251-23/+23
* efi/gop: Remove unused typedefArvind Sankar2019-12-251-4/+0
* efi/gop: Remove bogus packed attribute from GOP structuresArvind Sankar2019-12-251-4/+4
* efi: Fix efi_loaded_image_t::unload typeArvind Sankar2019-12-081-5/+5
* Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-11-261-1/+15
|\
| * efi: Common enable/disable infrastructure for EFI soft reservationDan Williams2019-11-071-0/+14
| * x86/efi: Push EFI_MEMMAP check into leaf routinesDan Williams2019-11-071-1/+0
| * efi: Enumerate EFI_MEMORY_SPDan Williams2019-11-071-0/+1
* | x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableDominik Brodowski2019-11-071-0/+2
|/
* x86, efi: Never relocate kernel below lowest acceptable addressKairui Song2019-10-311-2/+16
* efi: Export Runtime Configuration Interface table to sysfsNarendra K2019-08-081-0/+5
* efi: ia64: move SAL systab handling out of generic EFI codeArd Biesheuvel2019-08-081-1/+0
* efi/x86: move UV_SYSTAB handling into arch/x86Ard Biesheuvel2019-08-081-1/+0
* efi: x86: move efi_is_table_address() into arch/x86Ard Biesheuvel2019-08-081-7/+0
* tpm: Don't duplicate events from the final event log in the TCG2 logMatthew Garrett2019-06-241-0/+1
* tpm: Reserve the TPM final events tableMatthew Garrett2019-06-241-0/+9
* x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51TJian-Hong Pan2019-04-161-1/+6
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-101-2/+3
|\
| * efi: Let architectures decide the flags that should be saved/restoredJulien Thierry2019-02-061-2/+3
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-061-14/+27
|\ \
| * | efi: Fix build error due to enum collision between efi.h and ima.hAnders Roxell2019-02-161-13/+13
| * | efi: Use 32-bit alignment for efi_guid_tArd Biesheuvel2019-02-041-1/+14
| |/
* / efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel2019-02-161-7/+0
|/
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-021-0/+34
|\
| * Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...James Morris2018-12-171-0/+34
| |\
| | * efi: Add an EFI signature blob parserDave Howells2018-12-121-0/+9
| | * efi: Add EFI signature data typesDave Howells2018-12-121-0/+25
* | | efi: Reduce the amount of memblock reservations for persistent allocationsArd Biesheuvel2018-11-301-0/+3
* | | efi: Permit multiple entries in persistent memreserve data structureArd Biesheuvel2018-11-301-3/+10
* | | x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya2018-11-301-3/+0
|/ /
* / efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel2018-11-151-0/+7
|/
* efi/x86: Handle page faults occurring while running EFI runtime servicesSai Praneeth2018-09-261-1/+7
* efi: Make efi_rts_work accessible to efi page fault handlerSai Praneeth2018-09-261-0/+36
* efi: add API to reserve memory persistently across kexec rebootArd Biesheuvel2018-09-261-0/+1
* efi: honour memory reservations passed via a linux specific config tableArd Biesheuvel2018-09-261-0/+8