1. eff8962 efi/arm: Defer persistent reservations until after paging_init() by Ard Biesheuvel · 6 years ago
  2. 3425d93 efi/x86: Handle page faults occurring while running EFI runtime services by Sai Praneeth · 6 years ago
  3. 9dbbeda efi: Make efi_rts_work accessible to efi page fault handler by Sai Praneeth · 6 years ago
  4. a23d3bb efi: add API to reserve memory persistently across kexec reboot by Ard Biesheuvel · 6 years ago
  5. 71e0940 efi: honour memory reservations passed via a linux specific config table by Ard Biesheuvel · 6 years ago
  6. c4db9c1 efi: Deduplicate efi_open_volume() by Lukas Wunner · 6 years ago
  7. f5dcc21 efi: Remove the declaration of efi_late_init() as the function is unused by Sai Praneeth · 7 years ago
  8. 3eb420e efi: Use a work queue to invoke EFI Runtime Services by Sai Praneeth · 7 years ago
  9. cb0ba79 efi: Align efi_pci_io_protocol typedefs to type naming convention by Ard Biesheuvel · 7 years ago
  10. 0b3225a efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definition for mixed mode by Ard Biesheuvel · 7 years ago
  11. 7e904a9 efi: Use efi_mm in x86 as well as ARM by Sai Praneeth · 7 years ago
  12. ae0cb7b Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  13. 33b6d03 efi: call get_event_log before ExitBootServices by Thiebaud Weksteen · 7 years ago
  14. f24c4d4 efi/capsule-loader: Reinstate virtual capsule mapping by Ard Biesheuvel · 7 years ago
  15. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  16. ae71948 Merge tag 'uuid-for-4.14' of git://git.infradead.org/users/hch/uuid by Linus Torvalds · 7 years ago
  17. f92e3da Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  18. b1b6f83 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  19. c002075 efi: switch to use new generic UUID API by Andy Shevchenko · 7 years ago
  20. c2ceb5f efi/random: Increase size of firmware supplied randomness by Ard Biesheuvel · 7 years ago
  21. ccc829b efi/libstub: Enable reset attack mitigation by Matthew Garrett · 7 years ago
  22. 02e43c2 efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptor by Baoquan He · 7 years ago
  23. f99afd0 efi: Update efi_mem_type() to return an error rather than 0 by Tom Lendacky · 7 years ago
  24. a19d66c efi: Add an EFI table address match function by Tom Lendacky · 7 years ago
  25. 2a457fb efi/capsule-loader: Use page addresses rather than struct page pointers by Ard Biesheuvel · 8 years ago
  26. 3fabd62 efi/capsule-loader: Redirect calls to efi_capsule_setup_info() via weak alias by Ard Biesheuvel · 8 years ago
  27. eeff7d6 efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline arg by Ard Biesheuvel · 8 years ago
  28. 60f38de efi/libstub: Unify command line param parsing by Ard Biesheuvel · 8 years ago
  29. de8cb45 efi: Get and store the secure boot status by David Howells · 8 years ago
  30. e58910c efi: Add SHIM and image security database GUID definitions by Josh Boyer · 8 years ago
  31. c4c39c7 efi: Use typed function pointers for the runtime services table by Ard Biesheuvel · 8 years ago
  32. a19ebf5 efi: Introduce the EFI_MEM_ATTR bit and set it from the memory attributes table by Sai Praneeth · 8 years ago
  33. db4545d x86/efi: Deduplicate efi_char16_printk() by Lukas Wunner · 8 years ago
  34. 0100a3e efi/x86: Prune invalid memory map entries and fix boot regression by Peter Jones · 8 years ago
  35. 20b1e22 x86/efi: Don't allocate memmap through memblock after mm_init() by Nicolai Stange · 8 years ago
  36. 58c5475 x86/efi: Retrieve and assign Apple device properties by Lukas Wunner · 8 years ago
  37. 46cd4b7 efi: Add device path parser by Lukas Wunner · 8 years ago
  38. 568bc4e efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG table by Ard Biesheuvel · 8 years ago
  39. 6362598 efi: Add support for seeding the RNG from a UEFI config table by Ard Biesheuvel · 8 years ago
  40. 5465fe0 Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into efi/core by Ingo Molnar · 8 years ago
  41. dce48e3 efi: Replace runtime services spinlock with semaphore by Ard Biesheuvel · 8 years ago
  42. 21b3ddd efi: Don't use spinlocks for efi vars by Sylvain Chouleur · 8 years ago
  43. 217b27d efi: Use a file local lock for efivars by Sylvain Chouleur · 8 years ago
  44. 31ce8cc efi/runtime-map: Use efi.memmap directly instead of a copy by Matt Fleming · 9 years ago
  45. 816e761 efi: Allow drivers to reserve boot services forever by Matt Fleming · 9 years ago
  46. c45f4da efi: Add efi_memmap_install() for installing new EFI memory maps by Matt Fleming · 9 years ago
  47. 60863c0 efi: Split out EFI memory map functions into new file by Matt Fleming · 9 years ago
  48. dca0f97 efi: Add efi_memmap_init_late() for permanent EFI memmap by Matt Fleming · 9 years ago
  49. 9479c7c efi: Refactor efi_memmap_init_early() into arch-neutral code by Matt Fleming · 9 years ago
  50. fc07716 efi/libstub: Introduce ExitBootServices helper by Jeffrey Hugo · 8 years ago
  51. dadb57a efi/libstub: Allocate headspace in efi_get_memory_map() by Jeffrey Hugo · 8 years ago
  52. d4c4fed efi: Make for_each_efi_memory_desc_in_map() cope with running on Xen by Jan Beulich · 8 years ago
  53. e48af7a Merge tag 'please-pull-misc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 8 years ago
  54. 7fb2b43 efi: Reorganize the GUID table to make it easier to read by Ingo Molnar · 9 years ago
  55. b684e9b x86/efi: Remove the unused efi_get_time() function by Arnd Bergmann · 9 years ago
  56. 80e7559 efi: Convert efi_call_virt() to efi_call_virt_pointer() by Alex Thorlton · 9 years ago
  57. 54fd11f efi: Document #define FOO_PROTOCOL_GUID layout by Peter Jones · 9 years ago
  58. 70f4f93 ia64: efi: use timespec64 for persistent clock by Arnd Bergmann · 9 years ago
  59. 55f1ea1 efi: Fix for_each_efi_memory_desc_in_map() for empty memmaps by Vitaly Kuznetsov · 9 years ago
  60. ba7e34b include/linux/efi.h: redefine type, constant, macro from generic code by Andy Shevchenko · 9 years ago
  61. 1cfd631 efi: Merge boolean flag arguments by Julia Lawall · 9 years ago
  62. 87615a3 x86/efi: Force EFI reboot to process pending capsules by Matt Fleming · 9 years ago
  63. f0133f3 efi: Add 'capsule' update support by Matt Fleming · 9 years ago
  64. 806b035 efi: Move efi_status_to_err() to drivers/firmware/efi/ by Matt Fleming · 9 years ago
  65. 06f7d4a efibc: Add EFI Bootloader Control module by Compostella, Jeremy · 9 years ago
  66. 801820b efi/arm/libstub: Make screen_info accessible to the UEFI stub by Ard Biesheuvel · 9 years ago
  67. fc37206 efi/libstub: Move Graphics Output Protocol handling to generic code by Ard Biesheuvel · 9 years ago
  68. 2c23b73 x86/efi: Prepare GOP handling code for reuse as generic code by Ard Biesheuvel · 9 years ago
  69. 10f0d2f5 efi: Implement generic support for the Memory Attributes table by Ard Biesheuvel · 9 years ago
  70. a604af0 efi: Add support for the EFI_MEMORY_ATTRIBUTES_TABLE config table by Ard Biesheuvel · 9 years ago
  71. 884f4f6 efi: Remove global 'memmap' EFI memory map by Matt Fleming · 9 years ago
  72. 78ce248 efi: Iterate over efi.memmap in for_each_efi_memory_desc() by Matt Fleming · 9 years ago
  73. c5b591e efi: Get rid of the EFI_SYSTEM_TABLES status bit by Ard Biesheuvel · 9 years ago
  74. 24b5e20 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  75. 588ab3f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  76. e4fbf47 efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOL by Ard Biesheuvel · 9 years ago
  77. 662b1d8 efi: Reformat GUID tables to follow the format in UEFI spec by Peter Jones · 9 years ago
  78. ab87672 Merge tag 'v4.5-rc5' into efi/core, before queueing up new changes by Ingo Molnar · 9 years ago
  79. ed8b0de efi: Make efivarfs entries immutable by default by Peter Jones · 9 years ago
  80. 8282f5d efi: Make our variable validation list include the guid by Peter Jones · 9 years ago
  81. c016ca0 efi: Add NV memory attribute by Robert Elliott · 9 years ago
  82. ca0e30d efi: Add nonblocking option to efi_query_variable_store() by Ard Biesheuvel · 9 years ago
  83. d3cac1f efi/runtime-wrappers: Add a nonblocking version of QueryVariableInfo() by Ard Biesheuvel · 9 years ago
  84. 70d2a3c efi: Remove redundant efi_set_variable_nonblocking() prototype by Ard Biesheuvel · 9 years ago
  85. 44511fb efi: Use correct type for struct efi_memory_map::phys_map by Ard Biesheuvel · 9 years ago
  86. 0f96a99 efi: Add "efi_fake_mem" boot option by Taku Izumi · 9 years ago
  87. a104171 efi: Introduce EFI_NX_PE_DATA bit and set it from properties table by Ard Biesheuvel · 9 years ago
  88. bf92486 efi: Add support for UEFIv2.5 Properties table by Ard Biesheuvel · 9 years ago
  89. 7968c0e efi/arm64: Clean up efi_get_fdt_params() interface by Leif Lindholm · 9 years ago
  90. 87db73ae efi: Add support for EFI_MEMORY_RO attribute introduced by UEFIv2.5 by Ard Biesheuvel · 9 years ago
  91. 88793e5 Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm by Linus Torvalds · 10 years ago
  92. b05b9f5 x86, mirror: x86 enabling - find mirrored memory ranges by Tony Luck · 10 years ago
  93. 3846c15 efi: Work around ia64 build problem with ESRT driver by Peter Jones · 10 years ago
  94. ad5fb87 e820, efi: add ACPI 6.0 persistent memory types by Dan Williams · 10 years ago
  95. 0bb5490 efi: Add esrt support by Peter Jones · 10 years ago
  96. fed6cef x86/efi: Add a "debug" option to the efi= cmdline by Borislav Petkov · 10 years ago
  97. 6b00f7e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  98. 3c01b74 Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efi by Ingo Molnar · 10 years ago
  99. 7bb6841 efi: split off remapping code from efi_config_init() by Ard Biesheuvel · 10 years ago
  100. 26e0227 efi: Rename efi_guid_unparse to efi_guid_to_str by Borislav Petkov · 10 years ago