1. 6c35784 mm: replace hpage_nr_pages with thp_nr_pages by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  2. a097631 mm/mempolicy: use a standard migration target allocation callback by Joonsoo Kim · 4 years, 5 months ago
  3. 19fc7be mm/migrate: introduce a standard migration target allocation function by Joonsoo Kim · 4 years, 5 months ago
  4. 9933a0c mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent with regular THP allocations by Joonsoo Kim · 4 years, 5 months ago
  5. d92bbc2 mm/hugetlb: unify migration callbacks by Joonsoo Kim · 4 years, 5 months ago
  6. b4b3822 mm/migrate: move migration helper from .h to .c by Joonsoo Kim · 4 years, 5 months ago
  7. eaf444d mm/migrate.c: delete duplicated word by Randy Dunlap · 4 years, 5 months ago
  8. 1a5bae2 mm/vmstat: add events for THP migration without split by Anshuman Khandual · 4 years, 5 months ago
  9. 0744f28 mm/migrate: optimize migrate_vma_setup() for holes by Ralph Campbell · 4 years, 5 months ago
  10. b518154 mm/vmscan: protect the workingset on anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
  11. c1a06df mm/migrate: fix migrate_pgmap_owner w/o CONFIG_MMU_NOTIFIER by Ralph Campbell · 4 years, 5 months ago
  12. fffe3ae Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 5 months ago
  13. 998427b mm/notifier: add migration invalidation type by Ralph Campbell · 4 years, 5 months ago
  14. 5143192 mm/migrate: add a flags parameter to migrate_vma by Ralph Campbell · 4 years, 5 months ago
  15. 6ec4476 Raise gcc version requirement to 4.9 by Linus Torvalds · 4 years, 6 months ago
  16. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  17. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
  18. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  19. d9eb1ea mm: memcontrol: delete unused lrucare handling by Johannes Weiner · 4 years, 7 months ago
  20. 9d82c69 mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API by Johannes Weiner · 4 years, 7 months ago
  21. be5d0a7 mm: memcontrol: switch to native NR_ANON_MAPPED counter by Johannes Weiner · 4 years, 7 months ago
  22. 0d1c207 mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters by Johannes Weiner · 4 years, 7 months ago
  23. 3fba69a mm: memcontrol: drop @compound parameter from memcg charging API by Johannes Weiner · 4 years, 7 months ago
  24. 1966391 mm/migrate.c: attach_page_private already does the get_page by Hugh Dickins · 4 years, 7 months ago
  25. cd0f371 mm/migrate.c: call detach_page_private to cleanup code by Guoqing Jiang · 4 years, 7 months ago
  26. d438834 fs: convert mpage_readpages to mpage_readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  27. f45ec5f userfaultfd: wp: support swap and page migration by Peter Xu · 4 years, 9 months ago
  28. 9de4f22 mm: code cleanup for MADV_FREE by Huang Ying · 4 years, 9 months ago
  29. 6aeff24 mm/migrate.c: migrate PG_readahead flag by Yang Shi · 4 years, 9 months ago
  30. d08221a mm/migrate.c: unify "not queued for migration" handling in do_pages_move() by Wei Yang · 4 years, 9 months ago
  31. 5d7ae89 mm/migrate.c: check pagelist in move_pages_and_store_status() by Wei Yang · 4 years, 9 months ago
  32. 7ca8783 mm/migrate.c: wrap do_move_pages_to_node() and store_status() by Wei Yang · 4 years, 9 months ago
  33. 4afdace mm/migrate.c: no need to check for i > start in do_pages_move() by Wei Yang · 4 years, 9 months ago
  34. 6cad420c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 9 months ago
  35. c0d0381 hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization by Mike Kravetz · 4 years, 9 months ago
  36. 800bb1c mm: handle multiple owners of device private pages in migrate_vma by Christoph Hellwig · 4 years, 10 months ago
  37. b7a16c7 mm: pagewalk: add 'depth' parameter to pte_hole by Steven Price · 5 years ago
  38. 34290e2 mm/migrate: add stable check in migrate_vma_insert_page() by Ralph Campbell · 5 years ago
  39. c23a0c9 mm/migrate: clean up some minor coding style by Ralph Campbell · 5 years ago
  40. 872ea70 mm/migrate: remove useless mask of start address by Ralph Campbell · 5 years ago
  41. 5984fab mm: move_pages: report the number of non-attempted pages by Yang Shi · 5 years ago
  42. dfe9aa2 mm/migrate.c: also overwrite error when it is bigger than zero by Wei Yang · 5 years ago
  43. e0153fc mm: move_pages: return valid node id in status if the page is already on the target node by Yang Shi · 5 years ago
  44. bfe9d00 autonuma: fix watermark checking in migrate_balanced_pgdat() by Huang Ying · 5 years ago
  45. 74d4a57 mm/migrate.c: handle freed page at the first place by Yang Shi · 5 years ago
  46. 057d3389 mm: untag user pointers passed to memory syscalls by Andrey Konovalov · 5 years ago
  47. 276f756 mm/migrate.c: clean up useless code in migrate_vma_collect_pmd() by Pingfan Liu · 5 years ago
  48. 4101196 mm: page cache: store only head pages in i_pages by Matthew Wilcox (Oracle) · 5 years ago
  49. d8c6546 mm: introduce compound_nr() by Matthew Wilcox (Oracle) · 5 years ago
  50. 7b86ac3 pagewalk: separate function pointers from iterator data by Christoph Hellwig · 5 years ago
  51. a520110 mm: split out a new pagewalk.h header from mm.h by Christoph Hellwig · 5 years ago
  52. daa138a Merge branch 'odp_fixes' into hmm.git by Jason Gunthorpe · 5 years ago
  53. 9b2ed9c mm: remove CONFIG_MIGRATE_VMA_HELPER by Christoph Hellwig · 5 years ago
  54. 06d462b mm: remove the unused MIGRATE_PFN_DEVICE flag by Christoph Hellwig · 5 years ago
  55. a7d1f22 mm: turn migrate_vma upside down by Christoph Hellwig · 5 years ago
  56. 7b358c6 mm/migrate.c: initialize pud_entry in migrate_vma() by Ralph Campbell · 5 years ago
  57. ebdf4de mm: migrate: fix reference check race between __find_get_block() and migration by Jan Kara · 5 years ago
  58. 3710969 mm: migrate: remove unused mode argument by Keith Busch · 5 years ago
  59. fec88ab Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  60. 69bf4b6 Revert "mm: page cache: store only head pages in i_pages" by Linus Torvalds · 5 years ago
  61. 25b2995 mm: remove MEMORY_DEVICE_PUBLIC support by Christoph Hellwig · 6 years ago
  62. 7269f99 mm/mmu_notifier: use correct mmu_notifier events for each invalidation by Jérôme Glisse · 6 years ago
  63. 6f4f13e mm/mmu_notifier: contextual information for event triggering invalidation by Jérôme Glisse · 6 years ago
  64. 5fd4ca2 mm: page cache: store only head pages in i_pages by Matthew Wilcox · 6 years ago
  65. d2b2c6dd mm/migrate.c: add missing flush_dcache_page for non-mapped page migrate by Lars Persson · 6 years ago
  66. f900482 mm/migrate.c: cleanup expected_page_refs() by Jan Kara · 6 years ago
  67. 8bb4e7a mm: fix some typos in mm directory by Wei Yang · 6 years ago
  68. 806031b mm, migrate: immediately fail migration of a page with no migration handler by Mel Gorman · 6 years ago
  69. 7ed2c31 mm/hugetlb: distinguish between migratability and movability by Anshuman Khandual · 6 years ago
  70. cb6acd0 hugetlbfs: fix races and page leaks during migration by Mike Kravetz · 6 years ago
  71. e0a352f mm: migrate: don't rely on __PageMovable() of newpage after unlocking it by David Hildenbrand · 6 years ago
  72. 80409c6 mm: migrate: make buffer_migrate_page_norefs() actually succeed by Jan Kara · 6 years ago
  73. ddeaab3 hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization" by Mike Kravetz · 6 years ago
  74. 4cf5892 mm: treewide: remove unused address argument from pte_alloc functions by Joel Fernandes (Google) · 6 years ago
  75. b43a9990 hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization by Mike Kravetz · 6 years ago
  76. ab41ee6 mm: migrate: drop unused argument of migrate_page_move_mapping() by Jan Kara · 6 years ago
  77. 89cb088 mm: migrate: provide buffer_migrate_page_norefs() by Jan Kara · 6 years ago
  78. 84ade7c mm: migrate: move migrate_page_lock_buffers() by Jan Kara · 6 years ago
  79. cc4f11e mm: migrate: lock buffers before migrate_page_move_mapping() by Jan Kara · 6 years ago
  80. 0b3901b mm: migration: factor out code to compute expected number of page references by Jan Kara · 6 years ago
  81. ac46d4f mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 by Jérôme Glisse · 6 years ago
  82. 9a1ea43 mm: put_and_wait_on_page_locked() while page is migrated by Hugh Dickins · 6 years ago
  83. dad4f14 Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  84. 7eef5f9 mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page() by Andrea Arcangeli · 6 years ago
  85. 7066f0f mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page() by Andrea Arcangeli · 6 years ago
  86. d7c3393 mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race condition by Andrea Arcangeli · 6 years ago
  87. 1899ad1 mm: workingset: tell cache transitions from workingset thrashing by Johannes Weiner · 6 years ago
  88. 89eb946 mm: Convert page migration to XArray by Matthew Wilcox · 7 years ago
  89. 091a1ea Merge branch 'akpm' by Greg Kroah-Hartman · 6 years ago
  90. e6112fc mm/migrate.c: split only transparent huge pages when allocation fails by Anshuman Khandual · 6 years ago
  91. e125fe4 mm, thp: fix mlocking THP page with migration enabled by Kirill A. Shutemov · 6 years ago
  92. efaffc5 mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migration by Mel Gorman · 6 years ago
  93. 7534612 mm/migrate: Use spin_trylock() while resetting rate limit by Srikar Dronamraju · 6 years ago
  94. d4ae991 mm: soft-offline: close the race against page allocation by Naoya Horiguchi · 6 years ago
  95. 6bc9b56 mm: fix race on soft-offlining free huge pages by Naoya Horiguchi · 6 years ago
  96. 815f0dd include/linux/compiler*.h: make compiler-*.h mutually exclusive by Nick Desaulniers · 6 years ago
  97. e1fb4a0 dax: remove VM_MIXEDMAP for fsdax and device dax by Dave Jiang · 6 years ago
  98. 013567b mm: migrate: fix double call of radix_tree_replace_slot() by Naoya Horiguchi · 7 years ago
  99. e71769a mm: enable thp migration for shmem thp by Naoya Horiguchi · 7 years ago
  100. 8f175cf mm: fix do_pages_move status handling by Michal Hocko · 7 years ago