1. c65e774 x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable by Kirill A. Shutemov · 7 years ago
  2. 116fef6 x86/mm/dump_pagetables: Add the EFI pagetable to the debugfs 'page_tables' directory by Andy Lutomirski · 7 years ago
  3. 3ccabd6 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  4. 40548c6 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  5. de53c37 x86/pti: Unbreak EFI old_memmap by Jiri Kosina · 7 years ago
  6. f24c4d4 efi/capsule-loader: Reinstate virtual capsule mapping by Ard Biesheuvel · 7 years ago
  7. 5aa90a8 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  8. d9e9a64 x86/mm/pti: Allocate a separate user PGD by Dave Hansen · 7 years ago
  9. 81bf665 x86/headers: Remove duplicate #includes by Pravin Shedge · 7 years ago
  10. 75f296d kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK by Levin, Alexander (Sasha Levin) · 7 years ago
  11. 1379edd x86/efi: Access EFI data as encrypted when SEV is active by Tom Lendacky · 7 years ago
  12. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  13. 23f0571 efi: Move efi_mem_type() to common code by Jan Beulich · 7 years ago
  14. 38eeccc x86/efi: Update EFI pagetable creation to work with SME by Tom Lendacky · 7 years ago
  15. f99afd0 efi: Update efi_mem_type() to return an error rather than 0 by Tom Lendacky · 7 years ago
  16. 7a69f9c6 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  17. 162b246 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. c207aee objtool, x86: Add several functions and files to the objtool whitelist by Josh Poimboeuf · 7 years ago
  19. 6c690ee x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3() by Andy Lutomirski · 7 years ago
  20. ac81d3d x86/efi: Extend CONFIG_EFI_PGT_DUMP support to x86_32 and kexec as well by Sai Praneeth · 7 years ago
  21. 2959c95 efi/capsule: Add support for Quark security header by Jan Kiszka · 7 years ago
  22. 94133e4 x86/efi: Correct EFI identity mapping under 'efi=old_map' when KASLR is enabled by Baoquan He · 7 years ago
  23. 4e52797 x86/efi: Disable runtime services on kexec kernel if booted with efi=old_map by Sai Praneeth · 7 years ago
  24. 1ea34ad efi: Don't issue error message when booted under Xen by Juergen Gross · 7 years ago
  25. d116365 x86: use set_memory.h header by Laura Abbott · 8 years ago
  26. d3b5d35 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  27. 16b7629 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  28. 3711c94 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  29. 6f6266a x86/efi: Don't try to reserve runtime regions by Omar Sandoval · 8 years ago
  30. e5185a7 Merge branch 'x86/boot' into x86/mm, to avoid conflict by Ingo Molnar · 8 years ago
  31. b1d1776 x86/efi: Clean up a minor mistake in comment by Baoquan He · 8 years ago
  32. 75def55 x86/efi/bgrt: Move efi-bgrt handling out of arch/x86 by Bhupesh Sharma · 8 years ago
  33. e981316 x86/efi: Add 5-level paging support by Kirill A. Shutemov · 8 years ago
  34. 3fa1cab x86/efi/32: Fix EFI on systems where the per-cpu GDT is virtually mapped by Andy Lutomirski · 8 years ago
  35. 69218e4 x86: Remap GDT tables in the fixmap section by Thomas Garnier · 8 years ago
  36. e0c4f67 x86/mm: Convert trivial cases of page table walk to 5-level paging by Kirill A. Shutemov · 8 years ago
  37. 0871d5a Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up updates by Ingo Molnar · 8 years ago
  38. 22c091d efi/x86: Add debug code to print cooked memmap by Dave Young · 8 years ago
  39. 7b0a911 efi/x86: Move the EFI BGRT init code to early init code by Dave Young · 8 years ago
  40. 18141e8 x86/efi: Add support for EFI_MEMORY_ATTRIBUTES_TABLE by Sai Praneeth · 8 years ago
  41. f9748fa x86/boot/e820: Simplify the e820__update_table() interface by Ingo Molnar · 8 years ago
  42. 09821ff x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_" by Ingo Molnar · 8 years ago
  43. ab6bc04 x86/boot/e820: Create coherent API function names for E820 range operations by Ingo Molnar · 8 years ago
  44. 3bce64f x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any()/e820__mapped_all() by Ingo Molnar · 8 years ago
  45. f52355a x86/boot/e820: Rename sanitize_e820_table() to e820__update_table() by Ingo Molnar · 8 years ago
  46. bf49557 x86/boot/e820: Harmonize the 'struct e820_table' fields by Ingo Molnar · 8 years ago
  47. 61a5010 x86/boot/e820: Rename everything to e820_table by Ingo Molnar · 8 years ago
  48. acd4c04 x86/boot/e820: Rename 'e820_map' variables to 'e820_array' by Ingo Molnar · 8 years ago
  49. 5520b7e x86/boot/e820: Remove spurious asm/e820/api.h inclusions by Ingo Molnar · 8 years ago
  50. 66441bd x86/boot/e820: Move asm/e820.h to asm/e820/api.h by Ingo Molnar · 8 years ago
  51. bf29bdd x86/efi: Always map the first physical page into the EFI pagetables by Jiri Kosina · 8 years ago
  52. 0100a3e efi/x86: Prune invalid memory map entries and fix boot regression by Peter Jones · 8 years ago
  53. 20b1e22 x86/efi: Don't allocate memmap through memblock after mm_init() by Nicolai Stange · 8 years ago
  54. f6697df x86/efi: Prevent mixed mode boot corruption with CONFIG_VMAP_STACK=y by Matt Fleming · 8 years ago
  55. 02e5690 x86/efi: Fix EFI memmap pointer size warning by Borislav Petkov · 8 years ago
  56. 3ef0a61 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  57. 4753396 x86/e820: Prepare e280 code for switch to dynamic storage by Denys Vlasenko · 8 years ago
  58. 2ab78a7 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
  59. 41a6607 Merge branch 'efi/urgent' into efi/core, to pick up fixes by Ingo Molnar · 8 years ago
  60. 92dc335 x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZE by Matt Fleming · 8 years ago
  61. 1297667 x86/efi: Only map RAM into EFI page tables if in mixed-mode by Matt Fleming · 8 years ago
  62. 20ebc15 x86/efi: Use kmalloc_array() in efi_call_phys_prolog() by Markus Elfring · 8 years ago
  63. 3dad6f7 x86/efi: Defer efi_esrt_init until after memblock_x86_fill by Ricardo Neri · 8 years ago
  64. 0513fe1 x86/efi: Map in physical addresses in efi_map_region_fixed by Alex Thorlton · 8 years ago
  65. 4bc9f92 x86/efi-bgrt: Use efi_mem_reserve() to avoid copying image data by Matt Fleming · 8 years ago
  66. 31ce8cc efi/runtime-map: Use efi.memmap directly instead of a copy by Matt Fleming · 9 years ago
  67. 816e761 efi: Allow drivers to reserve boot services forever by Matt Fleming · 9 years ago
  68. dca0f97 efi: Add efi_memmap_init_late() for permanent EFI memmap by Matt Fleming · 9 years ago
  69. 9479c7c efi: Refactor efi_memmap_init_early() into arch-neutral code by Matt Fleming · 9 years ago
  70. ab72a27 x86/efi: Consolidate region mapping logic by Matt Fleming · 8 years ago
  71. 5bc653b x86/efi: Allocate a trampoline if needed in efi_free_boot_services() by Andy Lutomirski · 8 years ago
  72. 6c84239 Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  73. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  74. 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
  75. 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
  76. d92fc69 x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables() by Andy Lutomirski · 8 years ago
  77. cc3ae7b x86/platform: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  78. b684e9b x86/efi: Remove the unused efi_get_time() function by Arnd Bergmann · 8 years ago
  79. 21f8662 x86/efi: Update efi_thunk() to use the the arch_efi_call_virt*() macros by Alex Thorlton · 8 years ago
  80. f58f230 x86/efi: get rid of superfluous __GFP_REPEAT by Michal Hocko · 8 years ago
  81. 463a863 char/genrtc: x86: remove remnants of asm/rtc.h by Arnd Bergmann · 8 years ago
  82. 5ab788d rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h by Arnd Bergmann · 8 years ago
  83. 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
  84. 06cd3d8 Merge branch 'linus' into x86/urgent, to refresh the tree by Ingo Molnar · 9 years ago
  85. 683ad80 x86/efi: Fix 7-parameter efi_call()s by Linus Torvalds · 9 years ago
  86. 46c1345 Merge tag 'acpi-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  87. a6becfb Merge branches 'acpi-drivers', 'acpi-pm', 'acpi-ec' and 'acpi-video' by Rafael J. Wysocki · 9 years ago
  88. 35dc9ec Merge branch 'linus' into efi/core, to pick up fixes by Ingo Molnar · 9 years ago
  89. 7f9b474 x86/efi-bgrt: Switch all pr_err() to pr_notice() for invalid BGRT by Josh Boyer · 9 years ago
  90. c3c1c47 x86/efi: Remove the always true EFI_DEBUG symbol by Matt Fleming · 9 years ago
  91. 0d054ad efi: Check EFI_MEMORY_DESCRIPTOR version explicitly by Ard Biesheuvel · 9 years ago
  92. 884f4f6 efi: Remove global 'memmap' EFI memory map by Matt Fleming · 9 years ago
  93. 78ce248 efi: Iterate over efi.memmap in for_each_efi_memory_desc() by Matt Fleming · 9 years ago
  94. c5b591e efi: Get rid of the EFI_SYSTEM_TABLES status bit by Ard Biesheuvel · 9 years ago
  95. 1373718 ACPI / PM: Introduce efi poweroff for HW-full platforms without _S5 by Chen Yu · 9 years ago
  96. 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
  97. 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
  98. 452308d x86/efi: Fix boot crash by always mapping boot service regions into new EFI page tables by Matt Fleming · 9 years ago
  99. c0dd671686 objtool: Mark non-standard object files and directories by Josh Poimboeuf · 9 years ago
  100. 779c433 x86/asm/efi: Create a stack frame in efi_call() by Josh Poimboeuf · 9 years ago