1. f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 7 years ago
  2. a5430dd mm/migrate: support un-addressable ZONE_DEVICE page in migration by Jérôme Glisse · 7 years ago
  3. 616b837 mm: thp: enable thp migration in generic path by Zi Yan · 7 years ago
  4. b5ff816 mm: thp: introduce separate TTU flag for thp freezing by Naoya Horiguchi · 7 years ago
  5. 369ea82 mm/rmap: update to new mmu_notifier semantic v2 by Jérôme Glisse · 7 years ago
  6. 785373b Revert "rmap: do not call mmu_notifier_invalidate_page() under ptl" by Linus Torvalds · 7 years ago
  7. aac2fea rmap: do not call mmu_notifier_invalidate_page() under ptl by Kirill A. Shutemov · 7 years ago
  8. 3ea2771 mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving stale TLB entries by Mel Gorman · 7 years ago
  9. 00f3ca2 mm: memcontrol: per-lruvec stats infrastructure by Johannes Weiner · 7 years ago
  10. 5fd27b8 mm: rmap: use correct helper when poisoning hugepages by Punit Agrawal · 7 years ago
  11. e73ad5f mm, x86/mm: Make the batched unmap TLB flush API more generic by Andy Lutomirski · 7 years ago
  12. de4d195 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  13. ccda7f4 mm: memcontrol: use node page state naming scheme for memcg by Johannes Weiner · 7 years ago
  14. 71cd311 mm: memcontrol: re-use node VM page state enum by Johannes Weiner · 7 years ago
  15. 83612a9 mm: remove SWAP_[SUCCESS|AGAIN|FAIL] by Minchan Kim · 7 years ago
  16. e4b8222 mm: make rmap_one boolean function by Minchan Kim · 7 years ago
  17. 1df631a mm: make rmap_walk() return void by Minchan Kim · 7 years ago
  18. 666e5a4 mm: make ttu's return boolean by Minchan Kim · 7 years ago
  19. 33fc80e mm: remove SWAP_AGAIN in ttu by Minchan Kim · 7 years ago
  20. ad6b670 mm: remove SWAP_MLOCK in ttu by Minchan Kim · 7 years ago
  21. 192d723 mm: make try_to_munlock() return void by Minchan Kim · 7 years ago
  22. 22ffb33 mm: remove SWAP_MLOCK check for SWAP_SUCCESS in ttu by Minchan Kim · 7 years ago
  23. 18863d3 mm: remove SWAP_DIRTY in ttu by Minchan Kim · 7 years ago
  24. c24f386 mm: remove unncessary ret in page_referenced by Minchan Kim · 7 years ago
  25. eb94a87 mm: fix lazyfree BUG_ON check in try_to_unmap_one() by Minchan Kim · 7 years ago
  26. 802a3a9 mm: reclaim MADV_FREE pages by Shaohua Li · 7 years ago
  27. d44d363 mm: don't assume anonymous pages have SwapBacked flag by Shaohua Li · 7 years ago
  28. a128ca7 mm: delete unnecessary TTU_* flags by Shaohua Li · 7 years ago
  29. 58d30c3 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago
  30. 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
  31. 553af43 mm: rmap: fix huge file mmap accounting in the memcg stats by Johannes Weiner · 7 years ago
  32. baeedc71 Merge branch 'prep-for-5level' by Linus Torvalds · 7 years ago
  33. 8346242 rmap: fix NULL-pointer dereference on THP munlocking by Kirill A. Shutemov · 7 years ago
  34. c2febaf mm: convert generic code to 5-level paging by Kirill A. Shutemov · 7 years ago
  35. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 7 years ago
  36. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 7 years ago
  37. d53a8b4 mm: drop page_check_address{,_transhuge} by Kirill A. Shutemov · 7 years ago
  38. 6a328a6 mm: convert page_mapped_in_vma() to use page_vma_mapped_walk() by Kirill A. Shutemov · 7 years ago
  39. c7ab0d2 mm: convert try_to_unmap_one() to use page_vma_mapped_walk() by Kirill A. Shutemov · 7 years ago
  40. f27176c mm: convert page_mkclean_one() to use page_vma_mapped_walk() by Kirill A. Shutemov · 7 years ago
  41. a8fa41ad mm, rmap: check all VMAs that PTE-mapped THP can be part of by Kirill A. Shutemov · 7 years ago
  42. 8eaeded mm: fix handling PTE-mapped THPs in page_referenced() by Kirill A. Shutemov · 7 years ago
  43. d5a187d mm, rmap: handle anon_vma_prepare() common case inline by Vlastimil Babka · 8 years ago
  44. 57dea93 rmap: fix compound check logic in page_remove_file_rmap by Steve Capper · 8 years ago
  45. c8efc39 mm, rmap: fix false positive VM_BUG() in page_add_file_rmap() by Kirill A. Shutemov · 8 years ago
  46. 11fb998 mm: move most file-based accounting to the node by Mel Gorman · 8 years ago
  47. 4b9d0fa mm: rename NR_ANON_PAGES to NR_ANON_MAPPED by Mel Gorman · 8 years ago
  48. 50658e2 mm: move page mapped accounting to the node by Mel Gorman · 8 years ago
  49. a52633d mm, vmscan: move lru_lock to the node by Mel Gorman · 8 years ago
  50. 65c4537 mm, rmap: account shmem thp pages by Kirill A. Shutemov · 8 years ago
  51. 9a73f61 thp, mlock: do not mlock PTE-mapped file huge pages by Kirill A. Shutemov · 8 years ago
  52. dd78fed rmap: support file thp by Kirill A. Shutemov · 8 years ago
  53. 5a49973 mm: thp: refix false positive BUG in page_move_anon_rmap() by Hugh Dickins · 8 years ago
  54. 55bda43 mm: rmap: call page_check_address() with sync enabled to avoid racy check by Naoya Horiguchi · 8 years ago
  55. 0798d3c mm: thp: avoid false positive VM_BUG_ON_PAGE in page_move_anon_rmap() by Kirill A. Shutemov · 8 years ago
  56. fa9949d mm: use __SetPageSwapBacked and dont ClearPageSwapBacked by Hugh Dickins · 8 years ago
  57. e4c5800 mm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ON by Konstantin Khlebnikov · 8 years ago
  58. 4a2d057 Merge branch 'PAGE_CACHE_SIZE-removal' by Linus Torvalds · 8 years ago
  59. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  60. 858eaaa7 mm/rmap: batched invalidations should use existing api by Nadav Amit · 8 years ago
  61. fec89c1 thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkers by Kirill A. Shutemov · 8 years ago
  62. 2a52bcb rmap: extend try_to_unmap() to be usable by split_huge_page() by Kirill A. Shutemov · 8 years ago
  63. b977319 rmap: introduce rmap_walk_locked() by Kirill A. Shutemov · 8 years ago
  64. 62cccb8 mm: simplify lock_page_memcg() by Johannes Weiner · 8 years ago
  65. 81f8c3a mm: memcontrol: generalize locking for the page->mem_cgroup binding by Johannes Weiner · 8 years ago
  66. 88f306b mm: fix locking order in mm_take_all_locks() by Kirill A. Shutemov · 9 years ago
  67. 854e9ed mm: support madvise(MADV_FREE) by Minchan Kim · 9 years ago
  68. 8749cfe mm: add page_check_address_transhuge() helper by Vladimir Davydov · 9 years ago
  69. b20ce5e mm: prepare page_referenced() and page_idle to new THP refcounting by Kirill A. Shutemov · 9 years ago
  70. e90309c thp: allow mlocked THP again by Kirill A. Shutemov · 9 years ago
  71. 9a98225 thp: introduce deferred_split_huge_page() by Kirill A. Shutemov · 9 years ago
  72. e9b61f1 thp: reintroduce split_huge_page() by Kirill A. Shutemov · 9 years ago
  73. 53f9263 mm: rework mapcount accounting to enable 4k mapping of THPs by Kirill A. Shutemov · 9 years ago
  74. 4b471e8 mm, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
  75. d281ee6 rmap: add argument to charge compound page by Kirill A. Shutemov · 9 years ago
  76. eca56ff mm, shmem: add internal shmem resident memory accounting by Jerome Marchand · 9 years ago
  77. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  78. 470f119 mm: page migration use migration entry for swapcache too by Hugh Dickins · 9 years ago
  79. b87537d9e mm: rmap use pte lock not mmap_sem to set PageMlocked by Hugh Dickins · 9 years ago
  80. ad12695 ksm: add cond_resched() to the rmap_walks by Andrea Arcangeli · 9 years ago
  81. 5d317b2 mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status by Naoya Horiguchi · 9 years ago
  82. 33c3fc7 mm: introduce idle page tracking by Vladimir Davydov · 9 years ago
  83. d950c94 mm: defer flush of writable TLB entries by Mel Gorman · 9 years ago
  84. 72b252a mm: send one IPI per CPU to TLB flush all entries after unmapping pages by Mel Gorman · 9 years ago
  85. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  86. 8809aa2 mm: clarify that the function operates on hugepage pte by Aneesh Kumar K.V · 9 years ago
  87. 414e2fb rmap: fix theoretical race between do_wp_page and shrink_active_list by Vladimir Davydov · 9 years ago
  88. c4843a7 memcg: add per cgroup dirty page accounting by Greg Thelen · 9 years ago
  89. 4db0c3c mm: remove rest of ACCESS_ONCE() usages by Jason Low · 9 years ago
  90. 3fe89b3 mm: fix anon_vma->degree underflow in anon_vma endless growing prevention by Leon Yu · 9 years ago
  91. 6de2261 mm: memcontrol: track move_lock state internally by Johannes Weiner · 9 years ago
  92. 27ba064 rmap: drop support of non-linear mappings by Kirill A. Shutemov · 9 years ago
  93. 7a3ef20 mm: prevent endless growth of anon_vma hierarchy by Konstantin Khlebnikov · 10 years ago
  94. 60815cf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 10 years ago
  95. e37c698 mm: replace ACCESS_ONCE with READ_ONCE or barriers by Christian Borntraeger · 10 years ago
  96. 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  97. b258d86 mm/rmap: calculate page offset when needed by Davidlohr Bueso · 10 years ago
  98. 3dec0ba mm/rmap: share the i_mmap_rwsem by Davidlohr Bueso · 10 years ago
  99. c8c06ef mm: convert i_mmap_mutex to rwsem by Davidlohr Bueso · 10 years ago
  100. 83cde9e mm: use new helper functions around the i_mmap_mutex by Davidlohr Bueso · 10 years ago