1. 8633ef8 drivers/firmware: consolidate EFI framebuffer setup for all arches by Javier Martinez Canillas · 3 years, 7 months ago
  2. 2d09e6e driver core: Delete pointless parameter in fwnode_operations.add_links by Saravana Kannan · 4 years, 2 months ago
  3. e82a840 efi: Update implementation of add_links() to create fwnode links by Saravana Kannan · 4 years, 2 months ago
  4. 04f63c2 driver core: Redefine the meaning of fwnode_operations.add_links() by Saravana Kannan · 4 years, 2 months ago
  5. 01bb86b driver core: Add fwnode_init() by Saravana Kannan · 4 years, 2 months ago
  6. 58c9090 efi: Support for MOK variable config table by Lenny Szubowicz · 4 years, 4 months ago
  7. f30f242 efi: Rename arm-init to efi-init common for all arch by Atish Patra · 4 years, 5 months ago[Renamed from drivers/firmware/efi/arm-init.c]
  8. 2a55280 efi/libstub: arm: Print CPU boot mode and MMU state at boot by Ard Biesheuvel · 4 years, 7 months ago
  9. 62956be efi/libstub: arm: Omit arch specific config table matching array on arm64 by Ard Biesheuvel · 4 years, 7 months ago
  10. 4e9a0f7 efi: Clean up config table description arrays by Ard Biesheuvel · 4 years, 10 months ago
  11. a776c27 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  12. 35223d1 efi/arm: Start using fw_devlink_get_flags() by Saravana Kannan · 5 years ago
  13. 3b2e4b4 efi/arm: Move FDT specific definitions into fdtparams.c by Ard Biesheuvel · 5 years ago
  14. 8819ba3 efi/arm: Drop unnecessary references to efi.systab by Ard Biesheuvel · 5 years ago
  15. 59f2a61 efi: Add 'runtime' pointer to struct efi by Ard Biesheuvel · 5 years ago
  16. 9cd437a efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specific by Ard Biesheuvel · 5 years ago
  17. 06c0bd9 efi: Clean up config_parse_tables() by Ard Biesheuvel · 5 years ago
  18. 14fb420 efi: Merge EFI system table revision and vendor checks by Ard Biesheuvel · 5 years ago
  19. 64c8a0c efi/arm: Defer probe of PCIe backed efifb on DT systems by Ard Biesheuvel · 5 years ago
  20. 16993c0 arm/efi: EFI soft reservation to memblock by Dan Williams · 5 years ago
  21. 4febfb8 efi: Replace GPL license boilerplate with SPDX headers by Ard Biesheuvel · 6 years ago
  22. 33412b8 efi/arm: Revert deferred unmap of early memmap mapping by Ard Biesheuvel · 6 years ago
  23. 3ea8649 efi/arm: preserve early mapping of UEFI memory map longer for BGRT by Ard Biesheuvel · 6 years ago
  24. d7dc899 treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX by Stefan Agner · 7 years ago
  25. 9a9de5c efi/arm/arm64: Add missing assignment of efi.config_table by Ard Biesheuvel · 7 years ago
  26. f56ab9a efi/arm: Don't mark ACPI reclaim memory as MEMBLOCK_NOMAP by Ard Biesheuvel · 7 years ago
  27. 3a6b6c6 efi: Make EFI_MEMORY_ATTRIBUTES_TABLE initialization common across all architectures by Sai Praneeth · 8 years ago
  28. 0709a00 efi/arm*: Fix efi_init() error handling by Yisheng Xie · 8 years ago
  29. cb82cce efi/arm64: Treat regions with WT/WC set but WB cleared as memory by Ard Biesheuvel · 8 years ago
  30. 2ead308 efi/arm*: esrt: Add missing call to efi_esrt_init() by Ard Biesheuvel · 9 years ago
  31. 9479c7c efi: Refactor efi_memmap_init_early() into arch-neutral code by Matt Fleming · 9 years ago
  32. c753439 efi/arm: Fix the format of EFI debug messages by Dennis Chen · 9 years ago
  33. be09201 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  34. 249f763 efi/arm-init: Reserve rather than unmap the memory map for ARM as well by Ard Biesheuvel · 9 years ago
  35. e3271c9 efi/arm*: Wire up 'struct screen_info' to efi-framebuffer platform device by Ard Biesheuvel · 9 years ago
  36. 801820b efi/arm/libstub: Make screen_info accessible to the UEFI stub by Ard Biesheuvel · 9 years ago
  37. 789957e efi/arm*: Take the Memory Attributes table into account by Ard Biesheuvel · 9 years ago
  38. 0d054ad efi: Check EFI_MEMORY_DESCRIPTOR version explicitly by Ard Biesheuvel · 9 years ago
  39. 884f4f6 efi: Remove global 'memmap' EFI memory map by Matt Fleming · 9 years ago
  40. 78ce248 efi: Iterate over efi.memmap in for_each_efi_memory_desc() by Matt Fleming · 9 years ago
  41. 14c43be efi/arm*: Drop writable mapping of the UEFI System table by Ard Biesheuvel · 9 years ago
  42. 7464b6e efi: ARM: avoid warning about phys_addr_t cast by Arnd Bergmann · 9 years ago
  43. 500899c efi: ARM/arm64: ignore DT memory nodes instead of removing them by Ard Biesheuvel · 9 years ago
  44. 7cc8cbc efi/arm64: Don't apply MEMBLOCK_NOMAP to UEFI memory map mapping by Ard Biesheuvel · 9 years ago
  45. 2eec5de efi/arm-init: Use read-only early mappings by Ard Biesheuvel · 9 years ago
  46. f7d9248 arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARM by Ard Biesheuvel · 9 years ago
  47. e5bc22a arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARM by Ard Biesheuvel · 9 years ago