1. 7e46437 x86/mm/pat: Make set_memory_np() L1TF safe by Andi Kleen · 6 years ago
  2. 2bbb81d x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init by Dave Hansen · 6 years ago
  3. 8f0baad kaiser: merged update by Dave Hansen · 7 years ago
  4. 13be448 KAISER: Kernel Address Isolation by Richard Fellner · 7 years ago
  5. e535ec0 x86/mm/pat: Prevent hang during boot when mapping pages by Matt Fleming · 8 years ago
  6. 77cd3d0 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  7. 55920d3 x86/mm/cpa: Add missing comment in populate_pdg() by Andy Lutomirski · 8 years ago
  8. 530dd8d x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDs by Andy Lutomirski · 8 years ago
  9. d92fc69 x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables() by Andy Lutomirski · 8 years ago
  10. 360cb4d x86/mm/cpa: In populate_pgd(), don't set the PGD entry until it's populated by Andy Lutomirski · 8 years ago
  11. dcb32d9 x86/mm: Use pte_none() to test for empty PTE by Dave Hansen · 8 years ago
  12. 4ff5308 x86/mm: Do not reference phys addr beyond kernel by Thomas Garnier · 8 years ago
  13. 168f1a7 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  14. 7fc8442 x86/mm/pat: Document the (currently) EFI-only code path by Matt Fleming · 8 years ago
  15. 906bf7f x86/cpufeature: Remove cpu_has_clflush by Borislav Petkov · 8 years ago
  16. b8291adc x86/cpufeature: Remove cpu_has_gbpages by Borislav Petkov · 8 years ago
  17. 24b5e20 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  18. 271ecc5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  19. d367cef x86/mm/pat: Fix boot crash when 1GB pages are not supported by the CPU by Matt Fleming · 8 years ago
  20. 288cf3c x86: query dynamic DEBUG_PAGEALLOC setting by Christian Borntraeger · 8 years ago
  21. 13c76ad Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  22. d09e356 Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  23. bf70e55 x86/mm: Fix slow_virt_to_phys() for X86_PAE again by Dexuan Cui · 8 years ago
  24. 405e1133 x86/mm: Avoid premature success when changing page attributes by Jan Beulich · 8 years ago
  25. 9ccaf77 x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig option by Kees Cook · 8 years ago
  26. 15f003d x86/mm/pat: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd() by Sai Praneeth · 8 years ago
  27. 397630150 x86/mm/pat: Use _PAGE_GLOBAL bit for EFI page table mappings by Sai Praneeth · 8 years ago
  28. 03e075b Merge branch 'linus' into efi/core, to refresh the branch and to pick up recent fixes by Ingo Molnar · 8 years ago
  29. 7425637 x86/mm/pat: Avoid truncation when converting cpa->numpages to address by Matt Fleming · 8 years ago
  30. c9e0d39 x86/mm/pat: Make split_page_count() check for empty levels to fix /proc/meminfo output by Dave Jones · 8 years ago
  31. 1f1a89a x86/mm: Micro-optimise clflush_cache_range() by Chris Wilson · 8 years ago
  32. edc3b91 x86/mm/pat: Ensure cpa->pfn only contains page frame numbers by Matt Fleming · 9 years ago
  33. 639ab3e Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  34. 06ef431 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
  35. 2c66e24d x86/efi: Fix kernel panic when CONFIG_DEBUG_VIRTUAL is enabled by Sai Praneeth · 9 years ago
  36. 55696b1 x86/mm: Fix no-change case in try_preserve_large_page() by Toshi Kani · 9 years ago
  37. d551aaa x86/mm: Fix __split_large_page() to handle large PAT bit by Toshi Kani · 9 years ago
  38. 3a19109 x86/mm: Fix try_preserve_large_page() to handle large PAT bit by Toshi Kani · 9 years ago
  39. 34437e6 x86/mm: Fix slow_virt_to_phys() to handle large PAT bit by Toshi Kani · 9 years ago
  40. 8f45fe4 x86/mm/pat: Make mm/pageattr[-test].c explicitly non-modular by Paul Gortmaker · 9 years ago
  41. 623dffb x86/mm/pat: Add set_memory_wt() for Write-Through type by Toshi Kani · 9 years ago
  42. 7202fdb x86/mm/pat: Remove pat_enabled() checks by Borislav Petkov · 9 years ago
  43. d647230 x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h> by Stephen Rothwell · 9 years ago
  44. cb32edf x86/mm/pat: Wrap pat_enabled into a function API by Luis R. Rodriguez · 9 years ago
  45. 1fcb61c x86/mm/pageattr: Remove an unused variable in slow_virt_to_phys() by Dexuan Cui · 9 years ago
  46. e4b6be33 x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-) by Luis R. Rodriguez · 9 years ago
  47. 6c434d6 x86/mm: Do not flush last cacheline twice in clflush_cache_range() by Ross Zwisler · 9 years ago
  48. e5008ab x86/mm: Simplify enabling direct_gbpages by Luis R. Rodriguez · 9 years ago
  49. 6bbb614 x86/mm: Unexport set_memory_ro() and set_memory_rw() by Daniel Borkmann · 9 years ago
  50. eb64c3c Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  51. 031bc57 mm/debug-pagealloc: make debug-pagealloc boottime configurable by Joonsoo Kim · 10 years ago
  52. a023748 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  53. 792230c x86: Introduce function to get pmd entry pointer by Juergen Gross · 10 years ago
  54. f5b2831 x86: Respect PAT bit when copying pte values between large and normal pages by Juergen Gross · 10 years ago
  55. e00c8cc x86: Use new cache mode type in memtype related functions by Juergen Gross · 10 years ago
  56. c06814d x86: Use new cache mode type in setting page attributes by Juergen Gross · 10 years ago
  57. 102e19e x86: Remove looking for setting of _PAGE_PAT_LARGE in pageattr.c by Juergen Gross · 10 years ago
  58. d1cd121 x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAE by Dexuan Cui · 10 years ago
  59. 7cc3afd Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  60. 918d80a Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  61. b82ad3d x86, pageattr: Correct WBINVD spelling in comment by Borislav Petkov · 10 years ago
  62. 994448f Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingo by Matt Fleming · 10 years ago
  63. 426e34c x86/mm/pageattr: Always dump the right page table in an oops by Matt Fleming · 11 years ago
  64. 42a5477 x86, pageattr: Export page unmapping interface by Borislav Petkov · 10 years ago
  65. 8b80fd8 x86: Use clflushopt in clflush_cache_range by Ross Zwisler · 10 years ago
  66. 82f0712 x86/mm/cpa: Map in an arbitrary pgd by Borislav Petkov · 11 years ago
  67. 52a628f x86/mm/pageattr: Add last levels of error path by Borislav Petkov · 11 years ago
  68. 0bb8aee x86/mm/pageattr: Add a PUD error unwinding path by Borislav Petkov · 11 years ago
  69. c6b6f36 x86/mm/pageattr: Add a PTE pagetable populating function by Borislav Petkov · 11 years ago
  70. f900a4b x86/mm/pageattr: Add a PMD pagetable populating function by Borislav Petkov · 11 years ago
  71. 4b23538 x86/mm/pageattr: Add a PUD pagetable populating function by Borislav Petkov · 11 years ago
  72. f3f7296 x86/mm/pageattr: Add a PGD pagetable populating function by Borislav Petkov · 11 years ago
  73. 0fd64c2 x86/mm/pageattr: Lookup address in an arbitrary PGD by Borislav Petkov · 11 years ago
  74. f9b3bcf Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  75. 2656460 x86/mm: Flush lazy MMU when DEBUG_PAGEALLOC is set by Boris Ostrovsky · 11 years ago
  76. f76cfa3 x86/mm/cpa: Convert noop to functional fix by Andrea Arcangeli · 11 years ago
  77. 5952886 x86/mm/cpa: Cleanup split_large_page() and its callee by Borislav Petkov · 11 years ago
  78. 2003cd9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  79. a8aed3e x86/mm/pageattr: Prevent PSE and GLOABL leftovers to confuse pmd/pte_present and pmd_huge by Andrea Arcangeli · 11 years ago
  80. ae9aae9 memory-hotplug: common APIs to support page tables hot-remove by Wen Congyang · 11 years ago
  81. 68d00bb Merge remote-tracking branch 'origin/x86/mm' into x86/mm2 by H. Peter Anvin · 11 years ago
  82. d765653 x86, mm: Create slow_virt_to_phys() by Dave Hansen · 11 years ago
  83. f3c4fbb x86, mm: Use new pagetable helpers in try_preserve_large_page() by Dave Hansen · 11 years ago
  84. 11520e5 Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)" by Linus Torvalds · 12 years ago
  85. 8eb5779 x86, mm: use pfn_range_is_mapped() with CPA by Yinghai Lu · 12 years ago
  86. fc8d782 x86: Use __pa_symbol instead of __pa on C visible symbols by Alexander Duyck · 12 years ago
  87. bd52276 x86-64/efi: Use EFI to deal with platform wall clock (again) by Jan Beulich · 12 years ago
  88. f026cfa Revert "x86-64/efi: Use EFI to deal with platform wall clock" by H. Peter Anvin · 12 years ago
  89. 0a2fe19 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  90. 9efc31b x86/mm: Fix some kernel-doc warnings by Wanpeng Li · 12 years ago
  91. bacef66 x86-64/efi: Use EFI to deal with platform wall clock by Jan Beulich · 12 years ago
  92. d0b9706 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  93. 54c29c6 mm, x86: Remove debug_pagealloc_enabled by Stanislaw Gruszka · 13 years ago
  94. 2d070ef arch/x86/mm/pageattr.c: Quiet sparse noise; local functions should be static by H Hartley Sweeten · 13 years ago
  95. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 13 years ago
  96. a79e53d x86/mm: Fix pgd_lock deadlock by Andrea Arcangeli · 13 years ago
  97. f12d3d0 x86, nx: Don't force pages RW when setting NX bits by Matthieu CASTET · 13 years ago
  98. 5bd5a45 x86: Add NX protection for kernel data by Matthieu Castet · 14 years ago
  99. 64edc8e x86: Fix improper large page preservation by matthieu castet · 14 years ago
  100. c2b4127 Merge branch 'drm-ttm-pool' into drm-core-next by Dave Airlie · 14 years ago