1. 2931d52 efi/libstub: Make the LoadFile EFI protocol accessible by Ard Biesheuvel · 5 years ago
  2. abd2686 efi/libstub: Expose LocateDevicePath boot service by Ard Biesheuvel · 5 years ago
  3. 1e45bf7 efi/libstub/x86: Permit cmdline data to be allocated above 4 GB by Ard Biesheuvel · 5 years ago
  4. 1f299fa efi/x86: Limit EFI old memory map to SGI UV machines by Ard Biesheuvel · 5 years ago
  5. 796eb8d efi/libstub/x86: Use const attribute for efi_is_64bit() by Ard Biesheuvel · 5 years ago
  6. 4444f85 efi: Allow disabling PCI busmastering on bridges during boot by Matthew Garrett · 5 years ago
  7. ea7d87f efi/x86: Allow translating 64-bit arguments for mixed mode calls by Arvind Sankar · 5 years ago
  8. 14b864f efi/x86: Check number of arguments to variadic functions by Arvind Sankar · 5 years ago
  9. ea5e191 efi/x86: Simplify mixed mode call wrapper by Ard Biesheuvel · 5 years ago
  10. a46d674 efi/x86: Simplify i386 efi_call_phys() firmware call wrapper by Ard Biesheuvel · 5 years ago
  11. 6982947 efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versions by Ard Biesheuvel · 5 years ago
  12. 89ed486 efi/x86: Avoid redundant cast of EFI firmware service pointer by Ard Biesheuvel · 5 years ago
  13. 6cfcd6f efi/x86: Re-disable RT services for 32-bit kernels running on 64-bit EFI by Ard Biesheuvel · 5 years ago
  14. 966291f efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive by Ard Biesheuvel · 5 years ago
  15. 99ea8b1 efi/libstub: Drop 'table' argument from efi_table_attr() macro by Ard Biesheuvel · 5 years ago
  16. 47c0fd3 efi/libstub: Drop protocol argument from efi_call_proto() macro by Ard Biesheuvel · 5 years ago
  17. c3710de efi/libstub/x86: Drop __efi_early() export and efi_config struct by Ard Biesheuvel · 5 years ago
  18. afc4cc7 efi/libstub/x86: Avoid thunking for native firmware calls by Ard Biesheuvel · 5 years ago
  19. f958efe efi/libstub: Distinguish between native/mixed not 32/64 bit by Ard Biesheuvel · 5 years ago
  20. a8147db efi/x86: Rename efi_is_native() to efi_is_mixed() by Ard Biesheuvel · 5 years ago
  21. 58ec655 efi/libstub: Remove unused __efi_call_early() macro by Ard Biesheuvel · 5 years ago
  22. 199c847 x86/efi: Add efi_fake_mem support for EFI_MEMORY_SP by Dan Williams · 5 years ago
  23. 6950e31 x86/efi: Push EFI_MEMMAP check into leaf routines by Dan Williams · 5 years ago
  24. e55f31a efi: x86: move efi_is_table_address() into arch/x86 by Ard Biesheuvel · 6 years ago
  25. 69c1f39 efi/x86: Convert x86 EFI earlyprintk into generic earlycon implementation by Ard Biesheuvel · 6 years ago
  26. d6e867a Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  27. 312a466 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  28. 1220999 x86/fpu: Don't export __kernel_fpu_{begin,end}() by Sebastian Andrzej Siewior · 6 years ago
  29. a97673a x86: Fix various typos in comments by Ingo Molnar · 6 years ago
  30. 47c33a0 x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86 by Sai Praneeth Prakhya · 6 years ago
  31. 3425d93 efi/x86: Handle page faults occurring while running EFI runtime services by Sai Praneeth · 6 years ago
  32. 03781e4 x86/efi: Use efi_switch_mm() rather than manually twiddling with %cr3 by Sai Praneeth · 7 years ago
  33. 7e904a9 efi: Use efi_mm in x86 as well as ARM by Sai Praneeth · 7 years ago
  34. dd84441 x86/speculation: Use IBRS if available before calling into firmware by David Woodhouse · 7 years ago
  35. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  36. 0825f49 x86/efi: move asmlinkage before return type by Joe Perches · 8 years ago
  37. 6c690ee x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3() by Andy Lutomirski · 8 years ago
  38. a2cd2f3 x86/efi: Allow invocation of arbitrary runtime services by David Howells · 8 years ago
  39. 3552fdf efi: Allow bitness-agnostic protocol calls by Lukas Wunner · 8 years ago
  40. 0a637ee x86/efi: Allow invocation of arbitrary boot services by Lukas Wunner · 8 years ago
  41. 2757161 x86/efi: Optimize away setup_gop32/64 if unused by Lukas Wunner · 8 years ago
  42. 9479c7c efi: Refactor efi_memmap_init_early() into arch-neutral code by Matt Fleming · 9 years ago
  43. 0f65726 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  44. d92fc69 x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables() by Andy Lutomirski · 9 years ago
  45. 80e7559 efi: Convert efi_call_virt() to efi_call_virt_pointer() by Alex Thorlton · 9 years ago
  46. 9788375 x86/efi: Enable runtime call flag checking by Mark Rutland · 9 years ago
  47. bc25f9d x86/efi: Move to generic {__,}efi_call_virt() by Mark Rutland · 9 years ago
  48. 21289ec x86/efi/efifb: Move DMI based quirks handling out of generic code by Ard Biesheuvel · 9 years ago
  49. 2c23b73 x86/efi: Prepare GOP handling code for reuse as generic code by Ard Biesheuvel · 9 years ago
  50. 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
  51. 48fcb2d efi: stub: use high allocation for converted command line by Ard Biesheuvel · 9 years ago
  52. 6d0cc88 x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tables by Sai Praneeth · 9 years ago
  53. 67a9108 x86/efi: Build our own page table structures by Matt Fleming · 9 years ago
  54. c9f2a9a x86/efi: Hoist page table switching code into efi_call_virt() by Matt Fleming · 9 years ago
  55. 790a2ee Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into core/efi by Ingo Molnar · 9 years ago
  56. 0bbea1c x86/efi: Rename print_efi_memmap() to efi_print_memmap() by Taku Izumi · 9 years ago
  57. a523841 arch/x86/include/asm/efi.h: fix build failure by Andrey Ryabinin · 9 years ago
  58. 769a808 x86, efi, kasan: #undef memset/memcpy/memmove per arch by Andrey Ryabinin · 9 years ago
  59. df6b35f x86/fpu: Rename i387.h to fpu/api.h by Ingo Molnar · 10 years ago
  60. 744937b0b efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interaction by Ingo Molnar · 10 years ago
  61. 243b675 efi/x86: Move x86 back to libstub by Ard Biesheuvel · 10 years ago
  62. 75b1285 Merge branch 'next' into efi-next-merge by Matt Fleming · 10 years ago
  63. 60b4dc7 efi: Delete the in_nmi() conditional runtime locking by Matt Fleming · 10 years ago
  64. 4e78eb05 x86/efi: Mark initialization code as such by Mathias Krause · 10 years ago
  65. 6092068 x86/efi: Unexport add_efi_memmap variable by Mathias Krause · 10 years ago
  66. 24ffd84 x86/efi: Remove unused efi_call* macros by Mathias Krause · 10 years ago
  67. 161485e efi: Implement mandatory locking for UEFI Runtime Services by Ard Biesheuvel · 10 years ago
  68. 84be880 Revert "efi/x86: efistub: Move shared dependencies to <asm/efi.h>" by Matt Fleming · 10 years ago
  69. 44be28e x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flag by Matt Fleming · 11 years ago
  70. f23cf8b efi/x86: efistub: Move shared dependencies to <asm/efi.h> by Ard Biesheuvel · 11 years ago
  71. eeb9db0 x86/efi: Move all workarounds to a separate file quirks.c by Saurabh Tangri · 11 years ago
  72. b738c6e x86/efi: Save and restore FPU context around efi_calls (i386) by Ricardo Neri · 11 years ago
  73. de05764 x86/efi: Save and restore FPU context around efi_calls (x86_64) by Ricardo Neri · 11 years ago
  74. 982e239 x86/efi: Implement a __efi_call_virt macro by Ricardo Neri · 11 years ago
  75. 62fa6e6 x86/efi: Delete most of the efi_call* macros by Matt Fleming · 11 years ago
  76. 994448f Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingo by Matt Fleming · 11 years ago
  77. 4fd6933 Merge remote-tracking branch 'tip/x86/urgent' into efi-for-mingo by Matt Fleming · 11 years ago
  78. a5d90c9 x86/efi: Quirk out SGI UV by Borislav Petkov · 11 years ago
  79. 7d453ee x86/efi: Wire up CONFIG_EFI_MIXED by Matt Fleming · 11 years ago
  80. 4f9dbcf x86/efi: Add mixed runtime services support by Matt Fleming · 11 years ago
  81. b8ff87a x86/efi: Firmware agnostic handover entry points by Matt Fleming · 11 years ago
  82. b7b898a x86/efi: Make efi virtual runtime map passing more robust by Borislav Petkov · 11 years ago
  83. 11cc851 x86/efi: Dump the EFI page table by Borislav Petkov · 11 years ago
  84. 3e90959 efi: Move facility flags to struct efi by Matt Fleming · 11 years ago
  85. c55d016 x86/efi: Fix 32-bit fallout by Borislav Petkov · 11 years ago
  86. 5c12af0 x86/efi: parse_efi_setup() build fix by Dave Young · 11 years ago
  87. 1fec053 x86/efi: Pass necessary EFI data for kexec via setup_data by Dave Young · 11 years ago
  88. 3b26649 x86/efi: Add a wrapper function efi_map_region_fixed() by Dave Young · 11 years ago
  89. d2f7cbe x86/efi: Runtime services virtual mapping by Borislav Petkov · 11 years ago
  90. 72548e8 x86/efi: Add EFI framebuffer earlyprintk support by Matt Fleming · 11 years ago
  91. 4d6f843 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  92. 43ab047 efi: Convert runtime services function ptrs by Borislav Petkov · 12 years ago
  93. f8b8404 Modify UEFI anti-bricking code by Matthew Garrett · 12 years ago
  94. cc5a080 efi: Pass boot services variable info to runtime code by Matthew Garrett · 12 years ago
  95. 6b59e36 x86, efi: remove duplicate code in setup_arch() by using, efi_is_native() by Satoru Takeuchi · 12 years ago
  96. 83e6818 efi: Make 'efi_enabled' a function to query EFI facilities by Matt Fleming · 12 years ago
  97. 11520e5 Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)" by Linus Torvalds · 12 years ago
  98. d42b3a2 Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  99. 185034e x86, efi: 1:1 pagetable mapping for virtual EFI calls by Matt Fleming · 12 years ago
  100. 8b724e2 Merge tag 'efi-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent by Ingo Molnar · 12 years ago