1. 4bc5e64 efi: Move efifb_setup_from_dmi() prototype from arch headers by Javier Martinez Canillas · 3 years, 2 months ago
  2. 8831d71 Merge tag 'x86_fpu_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
  3. ae821d2 Merge tag 'x86_mm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
  4. c46f522 x86/{fault,efi}: Fix and rename efi_recover_from_page_fault() by Andy Lutomirski · 4 years ago
  5. b0dc553 x86/fpu: Make the EFI FPU calling convention explicit by Andy Lutomirski · 4 years ago
  6. 514b1a8 efi: x86: clean up previous struct mm switching by Ard Biesheuvel · 4 years ago
  7. 3e1e00c efi: x86: move mixed mode stack PA variable out of 'efi_scratch' by Ard Biesheuvel · 4 years ago
  8. 25519d6 ima: generalize x86/EFI arch glue for other EFI architectures by Chester Lin · 4 years, 3 months ago
  9. bc13809 efi/libstub/x86: simplify efi_is_native() by Heinrich Schuchardt · 4 years, 3 months ago
  10. 39ada88f efi/x86: Move 32-bit code into efi_32.c by Ard Biesheuvel · 4 years, 5 months ago
  11. 3bcf25a x86/efi: Remove unused EFI_UV1_MEMMAP code by steve.wahl@hpe.com · 4 years, 6 months ago
  12. 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  13. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  14. 9b47c52 efi/libstub: Add definitions for console input and events by Arvind Sankar · 4 years, 8 months ago
  15. de8c552 efi/libstub: Fix mixed mode boot issue after macro refactor by Arvind Sankar · 4 years, 9 months ago
  16. 0a75561 efi/libstub/x86: Avoid getter function for efi_is64 by Ard Biesheuvel · 4 years, 9 months ago
  17. ccc27ae efi/libstub: Drop __pure getter for efi_system_table by Ard Biesheuvel · 4 years, 9 months ago
  18. b4b89a0 efi/gop: Add prototypes for query_mode and set_mode by Arvind Sankar · 4 years, 10 months ago
  19. a088b85 efi/x86: Revert struct layout change to fix kexec boot regression by Ard Biesheuvel · 4 years, 9 months ago
  20. 3b8f44f efi/libstub/x86: Use Exit() boot service to exit the stub on errors by Ard Biesheuvel · 5 years ago
  21. 59f2a61 efi: Add 'runtime' pointer to struct efi by Ard Biesheuvel · 5 years ago
  22. 9cd437a efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specific by Ard Biesheuvel · 5 years ago
  23. 0a67361 efi/x86: Remove runtime table address from kexec EFI setup data by Ard Biesheuvel · 5 years ago
  24. 2931d52 efi/libstub: Make the LoadFile EFI protocol accessible by Ard Biesheuvel · 5 years ago
  25. abd2686 efi/libstub: Expose LocateDevicePath boot service by Ard Biesheuvel · 5 years ago
  26. 1e45bf7 efi/libstub/x86: Permit cmdline data to be allocated above 4 GB by Ard Biesheuvel · 5 years ago
  27. 1f299fa efi/x86: Limit EFI old memory map to SGI UV machines by Ard Biesheuvel · 5 years ago
  28. 796eb8d efi/libstub/x86: Use const attribute for efi_is_64bit() by Ard Biesheuvel · 5 years ago
  29. 4444f85 efi: Allow disabling PCI busmastering on bridges during boot by Matthew Garrett · 5 years ago
  30. ea7d87f efi/x86: Allow translating 64-bit arguments for mixed mode calls by Arvind Sankar · 5 years ago
  31. 14b864f efi/x86: Check number of arguments to variadic functions by Arvind Sankar · 5 years ago
  32. ea5e191 efi/x86: Simplify mixed mode call wrapper by Ard Biesheuvel · 5 years ago
  33. a46d674 efi/x86: Simplify i386 efi_call_phys() firmware call wrapper by Ard Biesheuvel · 5 years ago
  34. 6982947 efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versions by Ard Biesheuvel · 5 years ago
  35. 89ed486 efi/x86: Avoid redundant cast of EFI firmware service pointer by Ard Biesheuvel · 5 years ago
  36. 6cfcd6f efi/x86: Re-disable RT services for 32-bit kernels running on 64-bit EFI by Ard Biesheuvel · 5 years ago
  37. 966291f efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive by Ard Biesheuvel · 5 years ago
  38. 99ea8b1 efi/libstub: Drop 'table' argument from efi_table_attr() macro by Ard Biesheuvel · 5 years ago
  39. 47c0fd3 efi/libstub: Drop protocol argument from efi_call_proto() macro by Ard Biesheuvel · 5 years ago
  40. c3710de efi/libstub/x86: Drop __efi_early() export and efi_config struct by Ard Biesheuvel · 5 years ago
  41. afc4cc7 efi/libstub/x86: Avoid thunking for native firmware calls by Ard Biesheuvel · 5 years ago
  42. f958efe efi/libstub: Distinguish between native/mixed not 32/64 bit by Ard Biesheuvel · 5 years ago
  43. a8147db efi/x86: Rename efi_is_native() to efi_is_mixed() by Ard Biesheuvel · 5 years ago
  44. 58ec655 efi/libstub: Remove unused __efi_call_early() macro by Ard Biesheuvel · 5 years ago
  45. 199c847 x86/efi: Add efi_fake_mem support for EFI_MEMORY_SP by Dan Williams · 5 years ago
  46. 6950e31 x86/efi: Push EFI_MEMMAP check into leaf routines by Dan Williams · 5 years ago
  47. e55f31a efi: x86: move efi_is_table_address() into arch/x86 by Ard Biesheuvel · 6 years ago
  48. 69c1f39 efi/x86: Convert x86 EFI earlyprintk into generic earlycon implementation by Ard Biesheuvel · 6 years ago
  49. 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
  50. 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
  51. 1220999 x86/fpu: Don't export __kernel_fpu_{begin,end}() by Sebastian Andrzej Siewior · 6 years ago
  52. a97673a x86: Fix various typos in comments by Ingo Molnar · 6 years ago
  53. 47c33a0 x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86 by Sai Praneeth Prakhya · 6 years ago
  54. 3425d93 efi/x86: Handle page faults occurring while running EFI runtime services by Sai Praneeth · 6 years ago
  55. 03781e4 x86/efi: Use efi_switch_mm() rather than manually twiddling with %cr3 by Sai Praneeth · 7 years ago
  56. 7e904a9 efi: Use efi_mm in x86 as well as ARM by Sai Praneeth · 7 years ago
  57. dd84441 x86/speculation: Use IBRS if available before calling into firmware by David Woodhouse · 7 years ago
  58. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  59. 0825f49 x86/efi: move asmlinkage before return type by Joe Perches · 8 years ago
  60. 6c690ee x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3() by Andy Lutomirski · 8 years ago
  61. a2cd2f3 x86/efi: Allow invocation of arbitrary runtime services by David Howells · 8 years ago
  62. 3552fdf efi: Allow bitness-agnostic protocol calls by Lukas Wunner · 8 years ago
  63. 0a637ee x86/efi: Allow invocation of arbitrary boot services by Lukas Wunner · 8 years ago
  64. 2757161 x86/efi: Optimize away setup_gop32/64 if unused by Lukas Wunner · 8 years ago
  65. 9479c7c efi: Refactor efi_memmap_init_early() into arch-neutral code by Matt Fleming · 9 years ago
  66. 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
  67. d92fc69 x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables() by Andy Lutomirski · 9 years ago
  68. 80e7559 efi: Convert efi_call_virt() to efi_call_virt_pointer() by Alex Thorlton · 9 years ago
  69. 9788375 x86/efi: Enable runtime call flag checking by Mark Rutland · 9 years ago
  70. bc25f9d x86/efi: Move to generic {__,}efi_call_virt() by Mark Rutland · 9 years ago
  71. 21289ec x86/efi/efifb: Move DMI based quirks handling out of generic code by Ard Biesheuvel · 9 years ago
  72. 2c23b73 x86/efi: Prepare GOP handling code for reuse as generic code by Ard Biesheuvel · 9 years ago
  73. 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
  74. 48fcb2d efi: stub: use high allocation for converted command line by Ard Biesheuvel · 9 years ago
  75. 6d0cc88 x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tables by Sai Praneeth · 9 years ago
  76. 67a9108 x86/efi: Build our own page table structures by Matt Fleming · 9 years ago
  77. c9f2a9a x86/efi: Hoist page table switching code into efi_call_virt() by Matt Fleming · 9 years ago
  78. 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
  79. 0bbea1c x86/efi: Rename print_efi_memmap() to efi_print_memmap() by Taku Izumi · 9 years ago
  80. a523841 arch/x86/include/asm/efi.h: fix build failure by Andrey Ryabinin · 9 years ago
  81. 769a808 x86, efi, kasan: #undef memset/memcpy/memmove per arch by Andrey Ryabinin · 9 years ago
  82. df6b35f x86/fpu: Rename i387.h to fpu/api.h by Ingo Molnar · 10 years ago
  83. 744937b0b efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interaction by Ingo Molnar · 10 years ago
  84. 243b675 efi/x86: Move x86 back to libstub by Ard Biesheuvel · 10 years ago
  85. 75b1285 Merge branch 'next' into efi-next-merge by Matt Fleming · 10 years ago
  86. 60b4dc7 efi: Delete the in_nmi() conditional runtime locking by Matt Fleming · 10 years ago
  87. 4e78eb05 x86/efi: Mark initialization code as such by Mathias Krause · 10 years ago
  88. 6092068 x86/efi: Unexport add_efi_memmap variable by Mathias Krause · 10 years ago
  89. 24ffd84 x86/efi: Remove unused efi_call* macros by Mathias Krause · 10 years ago
  90. 161485e efi: Implement mandatory locking for UEFI Runtime Services by Ard Biesheuvel · 10 years ago
  91. 84be880 Revert "efi/x86: efistub: Move shared dependencies to <asm/efi.h>" by Matt Fleming · 10 years ago
  92. 44be28e x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flag by Matt Fleming · 11 years ago
  93. f23cf8b efi/x86: efistub: Move shared dependencies to <asm/efi.h> by Ard Biesheuvel · 11 years ago
  94. eeb9db0 x86/efi: Move all workarounds to a separate file quirks.c by Saurabh Tangri · 11 years ago
  95. b738c6e x86/efi: Save and restore FPU context around efi_calls (i386) by Ricardo Neri · 11 years ago
  96. de05764 x86/efi: Save and restore FPU context around efi_calls (x86_64) by Ricardo Neri · 11 years ago
  97. 982e239 x86/efi: Implement a __efi_call_virt macro by Ricardo Neri · 11 years ago
  98. 62fa6e6 x86/efi: Delete most of the efi_call* macros by Matt Fleming · 11 years ago
  99. 994448f Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingo by Matt Fleming · 11 years ago
  100. 4fd6933 Merge remote-tracking branch 'tip/x86/urgent' into efi-for-mingo by Matt Fleming · 11 years ago