1. 5d39a7e mm: migrate: correct the hugetlb migration stats by Baolin Wang · 3 years ago
  2. b5bade9 mm: migrate: fix the return value of migrate_pages() by Baolin Wang · 3 years ago
  3. 1eba86c mm: change page type prior to adding page table entry by Pasha Tatashin · 3 years ago
  4. ab09243 mm/migrate.c: remove MIGRATE_PFN_LOCKED by Alistair Popple · 3 years, 2 months ago
  5. 0ef0246 mm: migrate: simplify the file-backed pages validation when migrating its mapping by Baolin Wang · 3 years, 2 months ago
  6. 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  7. 20f9ba4 mm: migrate: make demotion knob depend on migration by Yang Shi · 3 years, 2 months ago
  8. 49f8275 Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years, 3 months ago
  9. a6a0251 mm/migrate: fix CPUHP state to update node demotion order by Huang Ying · 3 years, 3 months ago
  10. 76af6a0 mm/migrate: add CPU hotplug to demotion #ifdef by Dave Hansen · 3 years, 3 months ago
  11. 295be91 mm/migrate: optimize hotplug-time demotion order updates by Dave Hansen · 3 years, 3 months ago
  12. 715cbfd mm/migrate: Add folio_migrate_copy() by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  13. 1913834 mm/migrate: Add folio_migrate_flags() by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  14. 3417013 mm/migrate: Add folio_migrate_mapping() by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  15. d21bba2 mm/memcg: Convert mem_cgroup_migrate() to take folios by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  16. 8f425e4 mm/memcg: Convert mem_cgroup_charge() to take a folio by Matthew Wilcox (Oracle) · 3 years, 7 months ago
  17. 59ab844 compat: remove some compat entry points by Arnd Bergmann · 3 years, 4 months ago
  18. 5b1b561 mm: simplify compat_sys_move_pages by Arnd Bergmann · 3 years, 4 months ago
  19. 213ecb3 mm: migrate: change to use bool type for 'page_was_mapped' by Baolin Wang · 3 years, 4 months ago
  20. 68a9843 mm: migrate: fix the incorrect function name in comments by Baolin Wang · 3 years, 4 months ago
  21. 2b9b624 mm: migrate: introduce a local variable to get the number of pages by Baolin Wang · 3 years, 4 months ago
  22. c9bd7d1 mm/migrate: correct kernel-doc notation by Randy Dunlap · 3 years, 4 months ago
  23. 5ac9588 mm/migrate: enable returning precise migrate_pages() success count by Yang Shi · 3 years, 4 months ago
  24. 884a6e5 mm/migrate: update node demotion order on hotplug events by Dave Hansen · 3 years, 4 months ago
  25. 79c28a4 mm/numa: automatically generate node migration order by Dave Hansen · 3 years, 4 months ago
  26. b5916c0 mm/migrate: fix NR_ISOLATED corruption on 64-bit by Aneesh Kumar K.V · 3 years, 6 months ago
  27. 79789db mm: Make copy_huge_page() always available by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  28. 6b49bf6 mm: rename migrate_pgmap_owner by Alistair Popple · 3 years, 7 months ago
  29. a98a2f0 mm/rmap: split migration into its own function by Alistair Popple · 3 years, 7 months ago
  30. 4dd845b mm/swapops: rework swap entry manipulation code by Alistair Popple · 3 years, 7 months ago
  31. af5cdaf mm: remove special swap entry functions by Alistair Popple · 3 years, 7 months ago
  32. 662aeea mm: migrate: check mapcount for THP instead of refcount by Yang Shi · 3 years, 7 months ago
  33. b0b515b mm: migrate: don't split THP for misplaced NUMA page by Yang Shi · 3 years, 7 months ago
  34. c5fc5c3 mm: migrate: account THP NUMA migration counters correctly by Yang Shi · 3 years, 7 months ago
  35. c5b5a3d mm: thp: refactor NUMA fault handling by Yang Shi · 3 years, 7 months ago
  36. 6acfb5b mm: migrate: fix missing update page_private to hugetlb_page_subpool by Muchun Song · 3 years, 7 months ago
  37. 8cc5fcb mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPY by Mina Almasry · 3 years, 7 months ago
  38. 79c1c59 mm/hugetlb: change parameters of arch_make_huge_pte() by Christophe Leroy · 3 years, 7 months ago
  39. ad2fa37 mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page by Muchun Song · 3 years, 7 months ago
  40. 059b8b4 mm/migrate: use vma_lookup() in do_pages_stat_array() by Liam Howlett · 3 years, 7 months ago
  41. ffc90cb mm, thp: use head page in __migration_entry_wait() by Xu Yu · 3 years, 7 months ago
  42. f0953a1 mm: fix typos in comments by Ingo Molnar · 3 years, 8 months ago
  43. 7bc1aec mm: cma: add trace events for CMA alloc perf testing by Liam Mark · 3 years, 9 months ago
  44. 7ee820e Revert "mm: migrate: skip shared exec THP for NUMA balancing" by Miaohe Lin · 3 years, 9 months ago
  45. 843e1be mm/migrate.c: use helper migrate_vma_collect_skip() in migrate_vma_collect_hole() by Miaohe Lin · 3 years, 9 months ago
  46. 34f5e9b mm/migrate.c: fix potential indeterminate pte entry in migrate_vma_insert_page() by Miaohe Lin · 3 years, 9 months ago
  47. a04840c mm/migrate.c: remove unnecessary rc != MIGRATEPAGE_SUCCESS check in 'else' case by Miaohe Lin · 3 years, 9 months ago
  48. 606a6f7 mm/migrate.c: make putback_movable_page() static by Miaohe Lin · 3 years, 9 months ago
  49. 361a2a2 mm: replace migrate_[prep|finish] with lru_cache_[disable|enable] by Minchan Kim · 3 years, 9 months ago
  50. d479960e mm: disable LRU pagevec during the migration temporarily by Minchan Kim · 3 years, 9 months ago
  51. 84172f4 mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemask by Matthew Wilcox (Oracle) · 3 years, 9 months ago
  52. b603894 mm: memcg: add swapcache stat for memcg v2 by Shakeel Butt · 3 years, 11 months ago
  53. 4805462 mm/filemap: pass a sleep state to put_and_wait_on_page_locked by Matthew Wilcox (Oracle) · 3 years, 11 months ago
  54. 71a64f6 mm: migrate: do not migrate HugeTLB page whose refcount is one by Muchun Song · 4 years ago
  55. 5c447d2 mm: fix numa stats for thp migration by Shakeel Butt · 4 years ago
  56. 8a8792f mm: memcg: fix memcg file_dirty numa stat by Shakeel Butt · 4 years ago
  57. 8958b24 mm: fix some spelling mistakes in comments by Haitao Shi · 4 years, 1 month ago
  58. d85c6db mm: migrate: remove unused parameter in migrate_vma_insert_page() by Stephen Zhang · 4 years, 1 month ago
  59. d532e2e mm: migrate: return -ENOSYS if THP migration is unsupported by Yang Shi · 4 years, 1 month ago
  60. 236c32e mm: migrate: clean up migrate_prep{_local} by Yang Shi · 4 years, 1 month ago
  61. c77c5cb mm: migrate: skip shared exec THP for NUMA balancing by Yang Shi · 4 years, 1 month ago
  62. dd4ae78 mm: migrate: simplify the logic for handling permanent failure by Yang Shi · 4 years, 1 month ago
  63. d12b895 mm: truncate_complete_page() does not exist any more by Yang Shi · 4 years, 1 month ago
  64. 5e5dda8 mm/migrate.c: optimize migrate_vma_pages() mmu notifier by Ralph Campbell · 4 years, 1 month ago
  65. ab9dd4f mm/migrate.c: fix comment spelling by Long Li · 4 years, 1 month ago
  66. 013339d mm/rmap: always do TTU_IGNORE_ACCESS by Shakeel Butt · 4 years, 1 month ago
  67. 336bf30 hugetlbfs: fix anon huge page migration race by Mike Kravetz · 4 years, 2 months ago
  68. 4dc200c mm/migrate: avoid possible unnecessary process right check in kernel_move_pages() by Miaohe Lin · 4 years, 3 months ago
  69. 79f5f8f mm,hwpoison: rework soft offline for in-use pages by Oscar Salvador · 4 years, 3 months ago
  70. f1f4f3a mm/migrate: remove obsolete comment about device public by Ralph Campbell · 4 years, 3 months ago
  71. 4257889 mm/migrate: remove cpages-- in migrate_vma_finalize() by Ralph Campbell · 4 years, 3 months ago
  72. 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  73. 6c5c7b9 mm/migrate: correct thp migration stats by Zi Yan · 4 years, 4 months ago
  74. f56753a bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag by Christoph Hellwig · 4 years, 4 months ago
  75. a333e3e mm: migration of hugetlbfs page skip memcg by Hugh Dickins · 4 years, 4 months ago
  76. 3d321bf8 mm/migrate: preserve soft dirty in remove_migration_pte() by Ralph Campbell · 4 years, 4 months ago
  77. 6128763 mm/migrate: remove unnecessary is_zone_device_page() check by Ralph Campbell · 4 years, 4 months ago
  78. ad7df76 mm/rmap: fixup copying of soft dirty and uffd ptes by Alistair Popple · 4 years, 4 months ago
  79. ebdf832 mm/migrate: fixup setting UFFD_WP flag by Alistair Popple · 4 years, 4 months ago
  80. 6c35784 mm: replace hpage_nr_pages with thp_nr_pages by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  81. a097631 mm/mempolicy: use a standard migration target allocation callback by Joonsoo Kim · 4 years, 5 months ago
  82. 19fc7be mm/migrate: introduce a standard migration target allocation function by Joonsoo Kim · 4 years, 5 months ago
  83. 9933a0c mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent with regular THP allocations by Joonsoo Kim · 4 years, 5 months ago
  84. d92bbc2 mm/hugetlb: unify migration callbacks by Joonsoo Kim · 4 years, 5 months ago
  85. b4b3822 mm/migrate: move migration helper from .h to .c by Joonsoo Kim · 4 years, 5 months ago
  86. eaf444d mm/migrate.c: delete duplicated word by Randy Dunlap · 4 years, 5 months ago
  87. 1a5bae2 mm/vmstat: add events for THP migration without split by Anshuman Khandual · 4 years, 5 months ago
  88. 0744f28 mm/migrate: optimize migrate_vma_setup() for holes by Ralph Campbell · 4 years, 5 months ago
  89. b518154 mm/vmscan: protect the workingset on anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
  90. c1a06df mm/migrate: fix migrate_pgmap_owner w/o CONFIG_MMU_NOTIFIER by Ralph Campbell · 4 years, 5 months ago
  91. 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
  92. 998427b mm/notifier: add migration invalidation type by Ralph Campbell · 4 years, 6 months ago
  93. 5143192 mm/migrate: add a flags parameter to migrate_vma by Ralph Campbell · 4 years, 6 months ago
  94. 6ec4476 Raise gcc version requirement to 4.9 by Linus Torvalds · 4 years, 6 months ago
  95. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  96. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
  97. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  98. d9eb1ea mm: memcontrol: delete unused lrucare handling by Johannes Weiner · 4 years, 8 months ago
  99. 9d82c69 mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API by Johannes Weiner · 4 years, 8 months ago
  100. be5d0a7 mm: memcontrol: switch to native NR_ANON_MAPPED counter by Johannes Weiner · 4 years, 8 months ago