1. 5bc653b x86/efi: Allocate a trampoline if needed in efi_free_boot_services() by Andy Lutomirski · 8 years ago
  2. 6c84239 Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  3. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  4. aeb35d6 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  5. 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
  6. d92fc69 x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables() by Andy Lutomirski · 8 years ago
  7. cc3ae7b x86/platform: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  8. b684e9b x86/efi: Remove the unused efi_get_time() function by Arnd Bergmann · 8 years ago
  9. 21f8662 x86/efi: Update efi_thunk() to use the the arch_efi_call_virt*() macros by Alex Thorlton · 8 years ago
  10. f58f230 x86/efi: get rid of superfluous __GFP_REPEAT by Michal Hocko · 8 years ago
  11. 463a863 char/genrtc: x86: remove remnants of asm/rtc.h by Arnd Bergmann · 8 years ago
  12. 5ab788d rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h by Arnd Bergmann · 8 years ago
  13. 2f7c3a1 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  14. 06cd3d8 Merge branch 'linus' into x86/urgent, to refresh the tree by Ingo Molnar · 8 years ago
  15. 683ad80 x86/efi: Fix 7-parameter efi_call()s by Linus Torvalds · 8 years ago
  16. 46c1345 Merge tag 'acpi-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  17. a6becfb Merge branches 'acpi-drivers', 'acpi-pm', 'acpi-ec' and 'acpi-video' by Rafael J. Wysocki · 8 years ago
  18. 35dc9ec Merge branch 'linus' into efi/core, to pick up fixes by Ingo Molnar · 8 years ago
  19. 7f9b474 x86/efi-bgrt: Switch all pr_err() to pr_notice() for invalid BGRT by Josh Boyer · 8 years ago
  20. c3c1c47 x86/efi: Remove the always true EFI_DEBUG symbol by Matt Fleming · 8 years ago
  21. 0d054ad efi: Check EFI_MEMORY_DESCRIPTOR version explicitly by Ard Biesheuvel · 8 years ago
  22. 884f4f6 efi: Remove global 'memmap' EFI memory map by Matt Fleming · 8 years ago
  23. 78ce248 efi: Iterate over efi.memmap in for_each_efi_memory_desc() by Matt Fleming · 8 years ago
  24. c5b591e efi: Get rid of the EFI_SYSTEM_TABLES status bit by Ard Biesheuvel · 8 years ago
  25. 1373718 ACPI / PM: Introduce efi poweroff for HW-full platforms without _S5 by Chen Yu · 9 years ago
  26. 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
  27. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  28. 452308d x86/efi: Fix boot crash by always mapping boot service regions into new EFI page tables by Matt Fleming · 9 years ago
  29. c0dd671686 objtool: Mark non-standard object files and directories by Josh Poimboeuf · 9 years ago
  30. 779c433 x86/asm/efi: Create a stack frame in efi_call() by Josh Poimboeuf · 9 years ago
  31. 2ad510d x86/efi: Only map kernel text for EFI mixed mode by Sai Praneeth · 9 years ago
  32. 6d0cc88 x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tables by Sai Praneeth · 9 years ago
  33. 15f003d x86/mm/pat: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd() by Sai Praneeth · 9 years ago
  34. 1e82b94 x86/efi: Show actual ending addresses in efi_print_memmap by Robert Elliott · 9 years ago
  35. 66dbe99c x86/efi/bgrt: Don't ignore the BGRT if the 'valid' bit is 0 by Môshe van der Sterre · 9 years ago
  36. ca0e30d efi: Add nonblocking option to efi_query_variable_store() by Ard Biesheuvel · 9 years ago
  37. 03e075b Merge branch 'linus' into efi/core, to refresh the branch and to pick up recent fixes by Ingo Molnar · 9 years ago
  38. 753b11e x86/efi: Setup separate EFI page tables in kexec paths by Matt Fleming · 9 years ago
  39. d394f2d x86/platform/UV: Remove EFI memmap quirk for UV2+ by Alex Thorlton · 9 years ago
  40. e2c90dd x86/efi-bgrt: Replace early_memremap() with memremap() by Matt Fleming · 9 years ago
  41. 98f9127 Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efi by Thomas Gleixner · 9 years ago
  42. 50a0cb5 x86/efi-bgrt: Fix kernel panic when mapping BGRT data by Sai Praneeth · 9 years ago
  43. 26d7f65 x86/efi: Preface all print statements with efi* tag by Matt Fleming · 9 years ago
  44. 67a9108 x86/efi: Build our own page table structures by Matt Fleming · 9 years ago
  45. c9f2a9a x86/efi: Hoist page table switching code into efi_call_virt() by Matt Fleming · 9 years ago
  46. b61a76f x86/efi: Map RAM into the identity page table for mixed mode by Matt Fleming · 9 years ago
  47. edc3b91 x86/mm/pat: Ensure cpa->pfn only contains page frame numbers by Matt Fleming · 9 years ago
  48. 44511fb efi: Use correct type for struct efi_memory_map::phys_map by Ard Biesheuvel · 9 years ago
  49. 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
  50. c7d77a7 Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fix by Ingo Molnar · 9 years ago
  51. 0bbea1c x86/efi: Rename print_efi_memmap() to efi_print_memmap() by Taku Izumi · 9 years ago
  52. 12dd00e efi/x86: Move efi=debug option parsing to core by Leif Lindholm · 9 years ago
  53. a5caa20 x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, instead of top-down by Matt Fleming · 9 years ago
  54. 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
  55. 7bf7931 efi, x86: Rearrange efi_mem_attributes() by Jonathan (Zhixiong) Zhang · 9 years ago
  56. 248fbcd x86/efi-bgrt: Switch pr_err() to pr_debug() for invalid BGRT by Matt Fleming · 9 years ago
  57. 9115c75 efi: Check for NULL efi kernel parameters by Ricardo Neri · 9 years ago
  58. 88793e5 Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm by Linus Torvalds · 9 years ago
  59. b05b9f5 x86, mirror: x86 enabling - find mirrored memory ranges by Tony Luck · 9 years ago
  60. ad5fb87 e820, efi: add ACPI 6.0 persistent memory types by Dan Williams · 9 years ago
  61. 0bb5490 efi: Add esrt support by Peter Jones · 9 years ago
  62. 6cf78d4b Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  63. 744937b efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interaction by Ingo Molnar · 10 years ago
  64. 23a0d4e efi: Disable interrupts around EFI calls, not in the epilog/prolog calls by Ingo Molnar · 10 years ago
  65. fed6cef x86/efi: Add a "debug" option to the efi= cmdline by Borislav Petkov · 10 years ago
  66. 954e12f x86/mm, efi: Use early_ioremap() in arch/x86/platform/efi/efi-bgrt.c by Juergen Gross · 10 years ago
  67. 96738c6 x86/efi: Avoid triple faults during EFI mixed mode calls by Matt Fleming · 10 years ago
  68. 8266e31 x86, ptdump: Add section for EFI runtime services by Mathias Krause · 10 years ago
  69. 4e78eb05 x86/efi: Mark initialization code as such by Mathias Krause · 10 years ago
  70. 0ce4605 x86/efi: Update comment regarding required phys mapped EFI services by Mathias Krause · 10 years ago
  71. 6092068 x86/efi: Unexport add_efi_memmap variable by Mathias Krause · 10 years ago
  72. ace1d12 x86: efi: Format EFI memory type & attrs with efi_md_typeattr_format() by Laszlo Ersek · 10 years ago
  73. a5a750a x86/efi: Clear EFI_RUNTIME_SERVICES if failing to enter virtual mode by Dave Young · 10 years ago
  74. 5ae3683 efi: Add kernel param efi=noruntime by Dave Young · 10 years ago
  75. 6ccc72b lib: Add a generic cmdline parse function parse_option_str by Dave Young · 10 years ago
  76. b2e0a54 efi: Move noefi early param code out of x86 arch code by Dave Young · 10 years ago
  77. 1282278 efi-bgrt: Add error handling; inform the user when ignoring the BGRT by Josh Triplett · 10 years ago
  78. 5a17dae efi: Add efi= parameter parsing to the EFI boot stub by Matt Fleming · 10 years ago
  79. f383d00 arch/x86: Remove efi_set_rtc_mmss() by Daniel Kiper · 10 years ago
  80. 0fe376e arch/x86: Remove redundant set_bit(EFI_MEMMAP) call by Daniel Kiper · 10 years ago
  81. 9f2adfd arch/x86: Remove redundant set_bit(EFI_SYSTEM_TABLES) call by Daniel Kiper · 10 years ago
  82. 9f27bc5 efi: Introduce EFI_PARAVIRT flag by Daniel Kiper · 10 years ago
  83. 67a9b9c arch/x86: Do not access EFI memory map if it is not available by Daniel Kiper · 10 years ago
  84. abc93f8 efi: Use early_mem*() instead of early_io*() by Daniel Kiper · 10 years ago
  85. 44be28e x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flag by Matt Fleming · 10 years ago
  86. 022ee6c efi/x86: Move UEFI Runtime Services wrappers to generic code by Ard Biesheuvel · 10 years ago
  87. 98a716b x86/efi: Use early_memunmap() to squelch sparse errors by Matt Fleming · 10 years ago
  88. eeb9db0 x86/efi: Move all workarounds to a separate file quirks.c by Saurabh Tangri · 10 years ago
  89. 3f17ea6 Merge branch 'next' (accumulated 3.16 merge window patches) into master by Linus Torvalds · 10 years ago
  90. 046f153 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  91. a3530e8 x86/efi: Do not export efi runtime map in case old map by Dave Young · 10 years ago
  92. 5f35eb0 x86/efi: earlyprintk=efi,keep fix by Dave Young · 10 years ago
  93. 34f5114 x86/efi: earlyprintk=efi,keep fix by Dave Young · 10 years ago
  94. 982e239 x86/efi: Implement a __efi_call_virt macro by Ricardo Neri · 11 years ago
  95. 62fa6e6 x86/efi: Delete most of the efi_call* macros by Matt Fleming · 11 years ago
  96. 9a11040 x86/efi: Restore 'attr' argument to query_variable_info() by Matt Fleming · 11 years ago
  97. 3f4a783 x86/efi: Rip out phys_efi_get_time() by Matt Fleming · 11 years ago
  98. e10848a x86/efi: Preserve segment registers in mixed mode 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