1. 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
  2. dce48e3 efi: Replace runtime services spinlock with semaphore by Ard Biesheuvel · 8 years ago
  3. 816e761 efi: Allow drivers to reserve boot services forever by Matt Fleming · 9 years ago
  4. 60863c0 efi: Split out EFI memory map functions into new file by Matt Fleming · 9 years ago
  5. dca0f97 efi: Add efi_memmap_init_late() for permanent EFI memmap by Matt Fleming · 9 years ago
  6. 9479c7c efi: Refactor efi_memmap_init_early() into arch-neutral code by Matt Fleming · 9 years ago
  7. 4af9ed5 efi: Fix handling error value in fdt_find_uefi_params by Andrzej Hajda · 8 years ago
  8. 08fd8c17 Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  9. 475fb4e efi / ACPI: load SSTDs from EFI variables by Octavian Purdila · 8 years ago
  10. 0cac5c3 Xen: EFI: Parse DT parameters for Xen specific UEFI by Shannon Zhao · 8 years ago
  11. 806b035 efi: Move efi_status_to_err() to drivers/firmware/efi/ by Matt Fleming · 8 years ago
  12. 801820b efi/arm/libstub: Make screen_info accessible to the UEFI stub by Ard Biesheuvel · 8 years ago
  13. a604af0 efi: Add support for the EFI_MEMORY_ATTRIBUTES_TABLE config table by Ard Biesheuvel · 8 years ago
  14. 884f4f6 efi: Remove global 'memmap' EFI memory map by Matt Fleming · 8 years ago
  15. 78ce248 efi: Iterate over efi.memmap in for_each_efi_memory_desc() by Matt Fleming · 8 years ago
  16. 35575e0 efi: Add Persistent Memory type name by Robert Elliott · 9 years ago
  17. c016ca0 efi: Add NV memory attribute by Robert Elliott · 9 years ago
  18. 9c6672a efi: Expose non-blocking set_variable() wrapper to efivars by Ard Biesheuvel · 9 years ago
  19. 03e075b Merge branch 'linus' into efi/core, to refresh the branch and to pick up recent fixes by Ingo Molnar · 9 years ago
  20. 0f7f2f0 efi: include asm/early_ioremap.h not asm/efi.h to get early_memremap by Ard Biesheuvel · 9 years ago
  21. 50a0cb5 x86/efi-bgrt: Fix kernel panic when mapping BGRT data by Sai Praneeth · 9 years ago
  22. f7d9248 arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARM by Ard Biesheuvel · 9 years ago
  23. 44511fb efi: Use correct type for struct efi_memory_map::phys_map by Ard Biesheuvel · 9 years ago
  24. a104171 efi: Introduce EFI_NX_PE_DATA bit and set it from properties table by Ard Biesheuvel · 9 years ago
  25. bf92486 efi: Add support for UEFIv2.5 Properties table by Ard Biesheuvel · 9 years ago
  26. 8be4432 efi: Add EFI_MEMORY_MORE_RELIABLE support to efi_md_typeattr_format() by Taku Izumi · 9 years ago
  27. 7968c0e efi/arm64: Clean up efi_get_fdt_params() interface by Leif Lindholm · 9 years ago
  28. 12dd00e efi/x86: Move efi=debug option parsing to core by Leif Lindholm · 9 years ago
  29. 0ce423b efi: Use the generic efi.memmap instead of 'memmap' by Matt Fleming · 9 years ago
  30. 7bf7931 efi, x86: Rearrange efi_mem_attributes() by Jonathan (Zhixiong) Zhang · 9 years ago
  31. 87db73ae efi: Add support for EFI_MEMORY_RO attribute introduced by UEFIv2.5 by Ard Biesheuvel · 9 years ago
  32. 9115c75 efi: Check for NULL efi kernel parameters by Ricardo Neri · 9 years ago
  33. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  34. f9bb488 sysfs: Create mountpoints with sysfs_create_mount_point by Eric W. Biederman · 9 years ago
  35. b119fe0 efi: dmi: List SMBIOS3 table before SMBIOS table by Jean Delvare · 9 years ago
  36. 0bb5490 efi: Add esrt support by Peter Jones · 9 years ago
  37. 6b00f7e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  38. 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
  39. 1162930 efi: Don't look for chosen@0 node on DT platforms by Leif Lindholm · 10 years ago
  40. 613782b firmware: efi: Remove unneeded guid unparse by Ivan Khoronzhuk · 10 years ago
  41. 2859dff efi: Expose underlying UEFI firmware platform size to userland by Steve McIntyre · 10 years ago
  42. 7bb6841 efi: split off remapping code from efi_config_init() by Ard Biesheuvel · 10 years ago
  43. 26e0227 efi: Rename efi_guid_unparse to efi_guid_to_str by Borislav Petkov · 10 years ago
  44. e1ccbbc efi: dmi: add support for SMBIOS 3.0 UEFI configuration table by Ard Biesheuvel · 10 years ago
  45. 98d2a6c efi: Introduce efi_md_typeattr_format() by Laszlo Ersek · 10 years ago
  46. 5ae3683 efi: Add kernel param efi=noruntime by Dave Young · 10 years ago
  47. b2e0a54 efi: Move noefi early param code out of x86 arch code by Dave Young · 10 years ago
  48. 76f09aa Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  49. 28d5402 efi: Autoload efivars by Lee, Chun-Yi · 10 years ago
  50. 9f27bc5 efi: Introduce EFI_PARAVIRT flag by Daniel Kiper · 10 years ago
  51. abc93f8 efi: Use early_mem*() instead of early_io*() by Daniel Kiper · 10 years ago
  52. 29e2435 efi: fdt: Do not report an error during boot if UEFI is not available by Catalin Marinas · 10 years ago
  53. 6fb8cc8 efi: Fix compiler warnings (unused, const, type) by Catalin Marinas · 10 years ago
  54. 0302f71 efi: add helper function to get UEFI params from FDT by Mark Salter · 11 years ago
  55. 69e6084 efi: Use NULL instead of 0 for pointer by Daeseok Youn · 11 years ago
  56. 0f8093a efi: Set feature flags inside feature init functions by Matt Fleming · 11 years ago
  57. 926172d efi: Export EFI runtime memory mapping to sysfs by Dave Young · 11 years ago
  58. a0998eb efi: Export more EFI table variables to sysfs by Dave Young · 11 years ago
  59. 258f6fd efi: x86: make efi_lookup_mapped_addr() a common function by Leif Lindholm · 11 years ago
  60. 272686b efi: x86: ia64: provide a generic efi_config_init() by Leif Lindholm · 11 years ago
  61. a614e19 Merge tag 'v3.9' into efi-for-tip2 by Matt Fleming · 11 years ago
  62. a9499fa efi: split efisubsystem from efivars by Tom Gundersen · 12 years ago