1. 78ddc53 thp: rename split_huge_page_pmd() to split_huge_pmd() by Kirill A. Shutemov · 8 years ago
  2. b1caa95 khugepaged: ignore pmd tables with THP mapped with ptes by Kirill A. Shutemov · 8 years ago
  3. 7479df6 thp, mlock: do not allow huge pages in mlocked area by Kirill A. Shutemov · 8 years ago
  4. 1f25fe2 mm, thp: adjust conditions when we can reuse the page on WP fault by Kirill A. Shutemov · 8 years ago
  5. f627c2f memcg: adjust to support new THP refcounting by Kirill A. Shutemov · 8 years ago
  6. d281ee6 rmap: add argument to charge compound page by Kirill A. Shutemov · 8 years ago
  7. 1c290f6 mm: sanitize page->mapping for tail pages by Kirill A. Shutemov · 8 years ago
  8. 7d2eba0 mm: add tracepoint for scanning pages by Ebru Akagunduz · 8 years ago
  9. 1a76361 mm: loosen MADV_NOHUGEPAGE to enable Qemu postcopy on s390 by Jason J. Herne · 9 years ago
  10. ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  11. 75021d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  12. 1d798ca mm: make compound_head() robust by Kirill A. Shutemov · 9 years ago
  13. d6669d6 thp: remove unused vma parameter from khugepaged_alloc_page by Aaron Tomlin · 9 years ago
  14. 974a786 mm, page_alloc: remove MIGRATE_RESERVE by Mel Gorman · 9 years ago
  15. 71baba4 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM by Mel Gorman · 9 years ago
  16. de60f5f mm: introduce VM_LOCKONFAULT by Eric B Munson · 9 years ago
  17. 2c2b828 Merge tag 'arc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 9 years ago
  18. 47aee4d thp: use is_zero_pfn() only after pte_present() check by Minchan Kim · 9 years ago
  19. 12ebc15 mm,thp: introduce flush_pmd_tlb_range by Vineet Gupta · 9 years ago
  20. 18e8e5c mm: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  21. 33c3fc7 mm: introduce idle page tracking by Vladimir Davydov · 9 years ago
  22. bde43c6 mm/khugepaged: allow interruption of allocation sleep again by Petr Mladek · 9 years ago
  23. 96db800 mm: rename alloc_pages_exact_node() to __alloc_pages_node() by Vlastimil Babka · 9 years ago
  24. 2c0b80d mm: make set_recommended_min_free_kbytes() return void by Nicholas Krause · 9 years ago
  25. d295e34 dax: don't use set_huge_zero_page() by Kirill A. Shutemov · 9 years ago
  26. da14676 thp: fix zap_huge_pmd() for DAX by Kirill A. Shutemov · 9 years ago
  27. 5b701b8 thp: decrement refcount on huge zero page if it is split by Kirill A. Shutemov · 9 years ago
  28. ae18d6d thp: change insert_pfn's return type to void by Matthew Wilcox · 9 years ago
  29. 5cad465 mm: add vmf_insert_pfn_pmd() by Matthew Wilcox · 9 years ago
  30. fc43704 mm: export various functions for the benefit of DAX by Matthew Wilcox · 9 years ago
  31. 4897c76 thp: prepare for DAX huge pages by Matthew Wilcox · 9 years ago
  32. 7c41416 dax: revert userfaultfd change by Andrew Morton · 9 years ago
  33. e1b9996 thp: vma_adjust_trans_huge(): adjust file-backed VMA too by Kirill A. Shutemov · 9 years ago
  34. 230c92a userfaultfd: propagate the full address in THP faults by Andrea Arcangeli · 9 years ago
  35. c1294d0 userfaultfd: prevent khugepaged to merge if userfaultfd is armed by Andrea Arcangeli · 9 years ago
  36. 6b251fc userfaultfd: call handle_userfault() for userfaultfd_missing() faults by Andrea Arcangeli · 9 years ago
  37. f4c18e6 mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_* by Naoya Horiguchi · 9 years ago
  38. 8809aa2 mm: clarify that the function operates on hugepage pte by Aneesh Kumar K.V · 9 years ago
  39. 15a25b2 mm/thp: split out pmd collapse flush into separate functions by Aneesh Kumar K.V · 9 years ago
  40. cd09241 thp: cleanup how khugepaged enters freezer by Jiri Kosina · 9 years ago
  41. 79553da thp: cleanup khugepaged startup by Kirill A. Shutemov · 9 years ago
  42. ae7efa5 thp: do not adjust zone water marks if khugepaged is not started by Kirill A. Shutemov · 9 years ago
  43. 65ebb64 thp: handle errors in hugepage_init() properly by Kirill A. Shutemov · 9 years ago
  44. 4db0c3c mm: remove rest of ACCESS_ONCE() usages by Jason Low · 9 years ago
  45. 3b36369 mm, memcg: sync allocation and memcg charge gfp flags for THP by Michal Hocko · 9 years ago
  46. 5265047 mm, thp: really limit transparent hugepage allocation to local node by David Rientjes · 9 years ago
  47. ca0984c mm: incorporate zero pages into transparent huge pages by Ebru Akagunduz · 9 years ago
  48. 84d33df mm: rename FOLL_MLOCK to FOLL_POPULATE by Kirill A. Shutemov · 9 years ago
  49. b7b0400 mm: numa: mark huge PTEs young when clearing NUMA hinting faults by Mel Gorman · 9 years ago
  50. 074c238 mm: numa: slow PTE scan rate if migration failures occur by Mel Gorman · 9 years ago
  51. b191f9b mm: numa: preserve PTE write permissions across a NUMA hinting fault by Mel Gorman · 9 years ago
  52. bea66fb mm: numa: group related processes based on VMA flags instead of page table flags by Mel Gorman · 9 years ago
  53. ba68bc0 mm: thp: Return the correct value for change_huge_pmd by Mel Gorman · 9 years ago
  54. 53da3bc mm: fix up numa read-only thread grouping logic by Linus Torvalds · 9 years ago
  55. 10c1045 mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entries by Mel Gorman · 9 years ago
  56. c0e7cad mm: numa: add paranoid check around pte_protnone_numa by Mel Gorman · 9 years ago
  57. e944fd6 mm: numa: do not trap faults on the huge zero page by Mel Gorman · 9 years ago
  58. 4d94246 mm: convert p[te|md]_mknonnuma and remaining page table manipulations by Mel Gorman · 9 years ago
  59. 8a0516e mm: convert p[te|md]_numa users to p[te|md]_protnone_numa by Mel Gorman · 9 years ago
  60. 5d83306 mm: numa: do not dereference pmd outside of the lock during NUMA hinting fault by Mel Gorman · 9 years ago
  61. 1035921 mm: incorporate read-only pages into transparent huge pages by Ebru Akagunduz · 9 years ago
  62. 1e25a27 mincore: apply page table walker on do_mincore() by Naoya Horiguchi · 9 years ago
  63. 077fcf1 mm/thp: allocate transparent hugepages on local node by Aneesh Kumar K.V · 9 years ago
  64. 56873f4 mm:add KPF_ZERO_PAGE flag for /proc/kpageflags by Wang, Yalin · 9 years ago
  65. 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  66. 27afc5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  67. e544a4e thp: do not mark zero-page pmd write-protected explicitly by Kirill A. Shutemov · 9 years ago
  68. 6d50e60 mm, thp: fix collapsing of hugepages on madvise by David Rientjes · 10 years ago
  69. 5ddacbe mm: free compound page with correct order by Yu Zhao · 10 years ago
  70. fcbe08d6 s390/mm: pmdp_get_and_clear_full optimization by Martin Schwidefsky · 10 years ago
  71. 593befa mm: introduce mm_forbids_zeropage function by Dominik Dingel · 10 years ago
  72. 96dad67 mm: use VM_BUG_ON_MM where possible by Sasha Levin · 10 years ago
  73. 81d1b09 mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA by Sasha Levin · 10 years ago
  74. 8b16456 mm, THP: don't hold mmap_sem in khugepaged when allocating THP by Vlastimil Babka · 10 years ago
  75. abc40bd mm: numa: Do not mark PTEs pte_numa when splitting huge pages by Mel Gorman · 10 years ago
  76. 00501b5 mm: memcontrol: rewrite charge API by Johannes Weiner · 10 years ago
  77. 14a4e21 mm, thp: only collapse hugepages to nodes with affinity for zone_reclaim_mode by David Rientjes · 10 years ago
  78. d51d885bb mm: huge_memory: use GFP_TRANSHUGE when charging huge pages by Johannes Weiner · 10 years ago
  79. 3a79d52 mm, thp: replace smp_mb after atomic_add by smp_mb__after_atomic by Waiman Long · 10 years ago
  80. f8303c2 mm, thp: move invariant bug check out of loop in __split_huge_page_map by Waiman Long · 10 years ago
  81. f72e7dc mm: let mm_find_pmd fix buggy race with THP fault by Hugh Dickins · 10 years ago
  82. 5338a93 mm: thp: fix DEBUG_PAGEALLOC oops in copy_page_rep() by Hugh Dickins · 10 years ago
  83. ae3a8c1 mm/huge_memory.c: complete conversion to pr_foo() by Andrew Morton · 10 years ago
  84. ff9e43e thp: consolidate assert checks in __split_huge_page() by Kirill A. Shutemov · 10 years ago
  85. 2fe5de9 Merge branch 'sched/urgent' into sched/core, to avoid conflicts by Ingo Molnar · 10 years ago
  86. b5a8cad thp: close race between split and zap huge pages by Kirill A. Shutemov · 10 years ago
  87. 8698a74 sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE by Dongsheng Yang · 10 years ago
  88. d715ae0 memcg: rename high level charging functions by Michal Hocko · 10 years ago
  89. 1e1836e mm: revert "thp: make MADV_HUGEPAGE check for mm->def_flags" by Alex Thorlton · 10 years ago
  90. e9b71ca mm, thp: drop do_huge_pmd_wp_zero_page_fallback() by Kirill A. Shutemov · 10 years ago
  91. 9050d7e mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)locking by Vlastimil Babka · 10 years ago
  92. 9845cbb mm, thp: fix infinite loop on memcg OOM by Kirill A. Shutemov · 10 years ago
  93. 56eecdb mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bit by Aneesh Kumar K.V · 10 years ago
  94. d12de1e Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  95. a64fb3c mm: audit/fix non-modular users of module_init in core code by Paul Gortmaker · 10 years ago
  96. 42aa83c mm: show message when updating min_free_kbytes in thp by Han Pingtian · 10 years ago
  97. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 10 years ago
  98. 34ee645 mmu_notifier: call mmu_notifier_invalidate_range() from VMM by Joerg Roedel · 10 years ago
  99. b3084f4 powerpc/thp: Fix crash on mremap by Aneesh Kumar K.V · 10 years ago
  100. eecc1e4 thp: fix copy_page_rep GPF by testing is_huge_zero_pmd once only by Hugh Dickins · 10 years ago