summaryrefslogtreecommitdiffstats
path: root/include/linux/efi.h
Commit message (Expand)AuthorAgeFilesLines
...
* | efi: Clean up config_parse_tables()Ard Biesheuvel2020-02-231-2/+3
* | efi: Make efi_config_init() x86 onlyArd Biesheuvel2020-02-231-1/+0
* | efi: Merge EFI system table revision and vendor checksArd Biesheuvel2020-02-231-0/+4
* | efi: Make memreserve table handling local to efi.cArd Biesheuvel2020-02-231-1/+0
* | efi: Move mem_attr_table out of struct efiArd Biesheuvel2020-02-231-1/+2
* | efi: Make rng_seed table handling local to efi.cArd Biesheuvel2020-02-231-1/+0
* | efi: Move UGA and PROP table handling to x86 codeArd Biesheuvel2020-02-231-2/+0
* | efi/ia64: Move HCDP and MPS table handling into IA64 arch codeArd Biesheuvel2020-02-231-2/+0
* | efi: Drop handling of 'boot_info' configuration tableArd Biesheuvel2020-02-231-1/+0
* | efi/libstub: Add support for loading the initrd from a device pathArd Biesheuvel2020-02-231-0/+1
* | efi/dev-path-parser: Add struct definition for vendor type device path nodesArd Biesheuvel2020-02-231-19/+29
* | efi/libstub: Make the LoadFile EFI protocol accessibleArd Biesheuvel2020-02-231-0/+2
* | efi/libstub: Move stub specific declarations into efistub.hArd Biesheuvel2020-02-231-455/+1
* | efi/libstub: Use consistent type names for file I/O protocolsArd Biesheuvel2020-02-231-59/+1
* | efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()Ard Biesheuvel2020-02-231-2/+2
|/
* 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
|\ \