1. 625110b mm/memory.c: fix a huge pud insertion race during faulting by Thomas Hellstrom · 5 years ago
  2. bf1a12a mm: move the backup x_devmap() functions to asm-generic/pgtable.h by Thomas Hellstrom · 5 years ago
  3. f2400ab asm-generic/mm: stub out p{4,u}d_clear_bad() if __PAGETABLE_P{4,U}D_FOLDED by Vineet Gupta · 5 years ago
  4. 9ef258b thp: update split_huge_page_pmd() comment by Kefeng Wang · 5 years ago
  5. 782de70 mm: consolidate pgtable_cache_init() and pgd_cache_init() by Mike Rapoport · 5 years ago
  6. caa8413 x86/mm: Initialize PGD cache during mm initialization by Nadav Amit · 6 years ago
  7. 04a8645 mm: update ptep_modify_prot_commit to take old pte value as arg by Aneesh Kumar K.V · 6 years ago
  8. 0cbe3e2 mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg by Aneesh Kumar K.V · 6 years ago
  9. 8e2d434 lib/ioremap: ensure break-before-make is used for huge p4d mappings by Will Deacon · 6 years ago
  10. 4369dea generic/pgtable: Introduce set_pte_safe() by Dan Williams · 6 years ago
  11. 0cebbb6 generic/pgtable: Introduce {p4d,pgd}_same() by Dan Williams · 6 years ago
  12. c683c37 generic/pgtable: Make {pmd, pud}_same() unconditionally available by Dan Williams · 6 years ago
  13. 3541833 Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 6 years ago
  14. 1071fc57 mm: introduce mm_[p4d|pud|pmd]_folded by Martin Schwidefsky · 6 years ago
  15. 67fa166 mm: remove references to vm_insert_pfn() by Matthew Wilcox · 6 years ago
  16. 1a9b4b3 mm: provide a fallback for PAGE_KERNEL_EXEC for architectures by Luis R. Rodriguez · 6 years ago
  17. a3266bd mm: provide a fallback for PAGE_KERNEL_RO for architectures by Luis R. Rodriguez · 6 years ago
  18. 958f338 Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  19. 6c26fcd x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures by Jiri Kosina · 7 years ago
  20. 785a19f ioremap: Update pgtable free interfaces with addr by Chintan Pandya · 7 years ago
  21. 42e4089 x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings by Andi Kleen · 7 years ago
  22. 4608f06 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 7 years ago
  23. b6bdb75 mm/vmalloc: add interfaces to free unmapped page table by Toshi Kani · 7 years ago
  24. ca827d5 mm, swap: Add infrastructure for saving page metadata on swap by Khalid Aziz · 7 years ago
  25. 423ac9a mm/thp: remove pmd_huge_split_prepare() by Aneesh Kumar K.V · 7 years ago
  26. d52605d mm: do not lose dirty and accessed bits in pmdp_invalidate() by Kirill A. Shutemov · 7 years ago
  27. c58f0bb asm-generic: provide generic_pmdp_establish() by Kirill A. Shutemov · 7 years ago
  28. caf9a82 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  29. 613e396 init: Invoke init_espfix_bsp() from mm_init() by Thomas Gleixner · 7 years ago
  30. e4e40e0 mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITE by Dan Williams · 7 years ago
  31. 1501899 mm: fix device-dax pud write-faults triggered by get_user_pages() by Dan Williams · 7 years ago
  32. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  33. ab6e3d0 mm: soft-dirty: keep soft-dirty bits over thp migration by Naoya Horiguchi · 7 years ago
  34. 84c3fc4 mm: thp: check pmd migration entry in common path by Zi Yan · 7 years ago
  35. 21729f8 x86/mm: Provide general kernel support for memory encryption by Tom Lendacky · 8 years ago
  36. e7884f8 mm/gup: Move permission checks into helpers by Kirill A. Shutemov · 8 years ago
  37. c2febaf mm: convert generic code to 5-level paging by Kirill A. Shutemov · 8 years ago
  38. 595cd8f mm/ksm: handle protnone saved writes when making page write protect by Aneesh Kumar K.V · 8 years ago
  39. 288bc54 mm/autonuma: let architecture override how the write bit should be stashed in a protnone pte. by Aneesh Kumar K.V · 8 years ago
  40. a00cc7d mm, x86: add support for PUD-sized transparent hugepages by Matthew Wilcox · 8 years ago
  41. 953c66c mm: THP page cache support for ppc64 by Aneesh Kumar K.V · 8 years ago
  42. 1dd38b6 mm: move vma_is_anonymous check within pmd_move_must_withdraw by Aneesh Kumar K.V · 8 years ago
  43. 308a047 x86/pat, mm: Make track_pfn_insert() return void by Borislav Petkov · 8 years ago
  44. 08ea8c0 mm: move phys_mem_access_prot_allowed() declaration to pgtable.h by Baoyou Xie · 8 years ago
  45. fd8cfd3 arch: fix has_transparent_hugepage() by Hugh Dickins · 9 years ago
  46. 458aa76 mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_range by Aneesh Kumar K.V · 9 years ago
  47. c777e2a powerpc/mm: Fix Multi hit ERAT cause by recent THP update by Aneesh Kumar K.V · 9 years ago
  48. f25748e3 mm, dax: convert vmf_insert_pfn_pmd() to pfn_t by Dan Williams · 9 years ago
  49. 4b471e8 mm, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
  50. d9fe4fa x86/mm/pat: Add untrack_pfn_moved for mremap by Toshi Kani · 9 years ago
  51. e627078 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  52. bd5e88a mm,thp: reduce ifdef'ery for THP in generic code by Vineet Gupta · 10 years ago
  53. a7b7617 mm: add architecture primitives for software dirty bit clearing by Martin Schwidefsky · 10 years ago
  54. 8809aa2 mm: clarify that the function operates on hugepage pte by Aneesh Kumar K.V · 10 years ago
  55. f28b6ff powerpc/mm: use generic version of pmdp_clear_flush() by Aneesh Kumar K.V · 10 years ago
  56. 15a25b2 mm/thp: split out pmd collapse flush into separate functions by Aneesh Kumar K.V · 10 years ago
  57. d1b4bfb x86/mm/pat: Add pgprot_writethrough() by Toshi Kani · 10 years ago
  58. b9820d8 mm: change vunmap to tear down huge KVA mappings by Toshi Kani · 10 years ago
  59. e61ce6a mm: change ioremap to set up huge I/O mappings by Toshi Kani · 10 years ago
  60. 235a8f0 mm: define default PGTABLE_LEVELS to two by Kirill A. Shutemov · 10 years ago
  61. 21d9ee3 mm: remove remaining references to NUMA hinting bits and helpers by Mel Gorman · 10 years ago
  62. e7bb4b6d mm: add p[te|md] protnone helpers for use by NUMA balancing by Mel Gorman · 10 years ago
  63. 5064c8e asm-generic: drop unused pte_file* helpers by Kirill A. Shutemov · 10 years ago
  64. fcbe08d6 s390/mm: pmdp_get_and_clear_full optimization by Martin Schwidefsky · 10 years ago
  65. 64e45507 mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared by Peter Feiner · 10 years ago
  66. 0cf744b Merge branch 'akpm' (fixes from Andrew Morton) by Linus Torvalds · 10 years ago
  67. 6a33979 mm: remove misleading ARCH_USES_NUMA_PROT_NONE by Mel Gorman · 10 years ago
  68. 8b921ac PCI: Add pci_remap_iospace() to map bus I/O resources by Liviu Dudau · 10 years ago
  69. c46a7c8 x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levels by Mel Gorman · 11 years ago
  70. 29c7787 mm: use paravirt friendly ops for NUMA hinting ptes by Mel Gorman · 11 years ago
  71. 4596172 mm: add support for discard of unused ptes by Konstantin Weitz · 12 years ago
  72. 56eecdb mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bit by Aneesh Kumar K.V · 11 years ago
  73. b3084f4 powerpc/thp: Fix crash on mremap by Aneesh Kumar K.V · 11 years ago
  74. ee53664 mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support by Kirill A. Shutemov · 11 years ago
  75. 2084140 mm: fix TLB flush race between migration, and change_protection_range by Rik van Riel · 11 years ago
  76. 0944fe3 s390/mm: implement software referenced bits by Martin Schwidefsky · 12 years ago
  77. 41bb347 mm: save soft-dirty bits on file pages by Cyrill Gorcunov · 11 years ago
  78. 179ef71 mm: save soft-dirty bits on swapped pages by Cyrill Gorcunov · 11 years ago
  79. 65b97fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  80. 0f8975e mm: soft-dirty bits for user memory changes tracking by Pavel Emelyanov · 12 years ago
  81. 40d158e consolidate io_remap_pfn_range definitions by Al Viro · 12 years ago
  82. 6b0b50b mm/THP: add pmd args to pgtable deposit and withdraw APIs by Aneesh Kumar K.V · 12 years ago
  83. 6ee8630 mm: allow arch code to control the user page table ceiling by Hugh Dickins · 12 years ago
  84. abf09be s390/mm: implement software dirty bits by Martin Schwidefsky · 12 years ago
  85. 2f91ec8 asm-generic, mm: pgtable: convert my_zero_pfn() to macros to fix build by Kirill A. Shutemov · 12 years ago
  86. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
  87. 816422a asm-generic, mm: pgtable: consolidate zero page helpers by Kirill A. Shutemov · 12 years ago
  88. be3a728 mm: numa: pte_numa() and pmd_numa() by Andrea Arcangeli · 12 years ago
  89. 2c3cf55 x86/mm: Introduce pte_accessible() by Rik van Riel · 12 years ago
  90. 2d28a22 mm: thp: fix the pmd_clear() arguments in pmdp_get_and_clear() by Catalin Marinas · 12 years ago
  91. 46dcde7 thp: introduce pmdp_invalidate() by Gerald Schaefer · 12 years ago
  92. e3ebcf64 thp: remove assumptions on pgtable_t type by Gerald Schaefer · 12 years ago
  93. b3b9c29 mm, x86, pat: rework linear pfn-mmap tracking by Konstantin Khlebnikov · 12 years ago
  94. 5180da4 x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_insert_pfn by Suresh Siddha · 12 years ago
  95. e4eed03 thp: avoid atomic64_read in pmd_read_atomic for 32bit PAE by Andrea Arcangeli · 13 years ago
  96. 26c1917 mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition by Andrea Arcangeli · 13 years ago
  97. 73636b1 arch/tile: allow building Linux with transparent huge pages enabled by Chris Metcalf · 13 years ago
  98. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  99. 1a5a990 mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode by Andrea Arcangeli · 13 years ago
  100. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago