1. b82a5df Merge android-4.9.165 (72b54df) into msm-4.9 by jianzhou · 5 years ago
  2. dd779cb Merge android-4.9.163 (429c144) into msm-4.9 by jianzhou · 5 years ago
  3. a238332 BACKPORT: mm: workingset: tell cache transitions from workingset thrashing by Johannes Weiner · 6 years ago
  4. b010e03 hugetlbfs: fix races and page leaks during migration by Mike Kravetz · 5 years ago
  5. 2f8eb1c Merge android-4.9.155 (32e6695) into msm-4.9 by jianzhou · 5 years ago
  6. d2de58e mm: migrate: don't rely on __PageMovable() of newpage after unlocking it by David Hildenbrand · 5 years ago
  7. 04febfe mm/migrate: Pass vm_fault pointer to migrate_misplaced_page() by Laurent Dufour · 6 years ago
  8. ff04da7 mm: cache some VMA fields in the vm_fault structure by Laurent Dufour · 6 years ago
  9. 22442ed Merge "Merge remote-tracking branch '4.9/tmp-85e1c01' into 4.9" by Linux Build Service Account · 7 years ago
  10. b52d8b6 mm: remove unnecessary reclaimability check from NUMA balancing target by Johannes Weiner · 7 years ago
  11. 7d337cc Merge remote-tracking branch '4.9/tmp-85e1c01' into 4.9 by Kyle Yan · 7 years ago
  12. 61332dc Sanitize 'move_pages()' permission checks by Linus Torvalds · 7 years ago
  13. cd256bf mm: Enhance per process reclaim to consider shared pages by Minchan Kim · 11 years ago
  14. 736862f Merge remote-tracking branch '4.9/tmp-bae751b' into msm-4.9 by Kyle Yan · 7 years ago
  15. c0a602ad mm: prevent NR_ISOLATE_* stats from going negative by Rabin Vincent · 7 years ago
  16. 9645c9e mm: cma: add trace events for CMA alloc perf testing by Liam Mark · 8 years ago
  17. 5d7d362 mm, compaction: fix NR_ISOLATED_* stats for pfn based migration by Ming Ling · 7 years ago
  18. 6d2329f mm: vm_page_prot: update with WRITE_ONCE/READ_ONCE by Andrea Arcangeli · 8 years ago
  19. 2516035 mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations by Vlastimil Babka · 8 years ago
  20. 5a1c84b mm: remove reclaim and compaction retry approximations by Mel Gorman · 8 years ago
  21. bca6759 mm, vmstat: remove zone and node double accounting by approximating retries by Mel Gorman · 8 years ago
  22. 11fb998 mm: move most file-based accounting to the node by Mel Gorman · 8 years ago
  23. 4b9d0fa mm: rename NR_ANON_PAGES to NR_ANON_MAPPED by Mel Gorman · 8 years ago
  24. 599d0c9 mm, vmscan: move LRU lists to node by Mel Gorman · 8 years ago
  25. 1010245 mm: introduce do_set_pmd() by Kirill A. Shutemov · 8 years ago
  26. dd78fed rmap: support file thp by Kirill A. Shutemov · 8 years ago
  27. b1123ea6 mm: balloon: use general non-lru movable page feature by Minchan Kim · 8 years ago
  28. bda807d mm: migrate: support non-lru movable page migration by Minchan Kim · 8 years ago
  29. c6c919e mm: use put_page() to free page instead of putback_lru_page() by Minchan Kim · 8 years ago
  30. 1118dce mm: Export migrate_page_move_mapping and migrate_page_copy by Richard Weinberger · 8 years ago
  31. dfef2ef mm, migrate: increment fail count on ENOMEM by David Rientjes · 8 years ago
  32. fa9949d mm: use __SetPageSwapBacked and dont ClearPageSwapBacked by Hugh Dickins · 8 years ago
  33. d7e6948 mm/hwpoison: fix wrong num_poisoned_pages accounting by Minchan Kim · 8 years ago
  34. e388466 mm: make remove_migration_ptes() beyond mm/migration.c by Kirill A. Shutemov · 8 years ago
  35. fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 8 years ago
  36. 458aa76 mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_range by Aneesh Kumar K.V · 8 years ago
  37. 74485cf mm: migrate: consolidate mem_cgroup_migrate() calls by Johannes Weiner · 8 years ago
  38. 6a93ca8 mm: migrate: do not touch page->mem_cgroup of live pages by Johannes Weiner · 8 years ago
  39. 7cd12b4 mm, page_owner: track and print last migrate reason by Vlastimil Babka · 8 years ago
  40. d435edc mm, page_owner: copy page owner info during migration by Vlastimil Babka · 8 years ago
  41. 8479eba mm: numa: quickly fail allocations for NUMA balancing on full nodes by Mel Gorman · 8 years ago
  42. 9a98225 thp: introduce deferred_split_huge_page() by Kirill A. Shutemov · 8 years ago
  43. 4d2fa96 thp, mm: split_huge_page(): caller need to lock page by Kirill A. Shutemov · 8 years ago
  44. 53f9263 mm: rework mapcount accounting to enable 4k mapping of THPs by Kirill A. Shutemov · 8 years ago
  45. d281ee6 rmap: add argument to charge compound page by Kirill A. Shutemov · 8 years ago
  46. 48c935a page-flags: define PG_locked behavior on compound pages by Kirill A. Shutemov · 8 years ago
  47. 71baba4 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM by Mel Gorman · 8 years ago
  48. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 8 years ago
  49. 42cb14b mm: migrate dirty page without clear_page_dirty_for_io etc by Hugh Dickins · 9 years ago
  50. cf4b769 mm: page migration avoid touching newpage until no going back by Hugh Dickins · 9 years ago
  51. 03f15c8 mm: simplify page migration's anon_vma comment and flow by Hugh Dickins · 9 years ago
  52. 5c3f9a6 mm: page migration remove_migration_ptes at lock+unlock level by Hugh Dickins · 9 years ago
  53. 7db7671 mm: page migration trylock newpage at same level as oldpage by Hugh Dickins · 9 years ago
  54. 2def742 mm: page migration use the put_new_page whenever necessary by Hugh Dickins · 9 years ago
  55. 14e0f9b mm: correct a couple of page migration comments by Hugh Dickins · 9 years ago
  56. 45637ba mm: rename mem_cgroup_migrate to mem_cgroup_replace_page by Hugh Dickins · 9 years ago
  57. 51afb12 mm: page migration fix PageMlocked on migrated pages by Hugh Dickins · 9 years ago
  58. f2f81fb mm, migrate: count pages failing all retries in vmstat and tracepoint by Vlastimil Babka · 9 years ago
  59. 0610c25 memcg: fix dirty page migration by Greg Thelen · 9 years ago
  60. 3aaa76e mm: migrate: hugetlb: putback destination hugepage to active list by Naoya Horiguchi · 9 years ago
  61. 33c3fc7 mm: introduce idle page tracking by Vladimir Davydov · 9 years ago
  62. 96db800 mm: rename alloc_pages_exact_node() to __alloc_pages_node() by Vlastimil Babka · 9 years ago
  63. da1b13c mm/hwpoison: fix race between soft_offline_page and unpoison_memory by Wanpeng Li · 9 years ago
  64. d899844 mm: fix status code which move_pages() returns for zero page by Kirill A. Shutemov · 9 years ago
  65. 4491f71 mm/memory-failure: set PageHWPoison before migrate_pages() by Naoya Horiguchi · 9 years ago
  66. f4c18e6 mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_* by Naoya Horiguchi · 9 years ago
  67. 8809aa2 mm: clarify that the function operates on hugepage pte by Aneesh Kumar K.V · 9 years ago
  68. add05ce mm: soft-offline: don't free target page in successful page migration by Naoya Horiguchi · 9 years ago
  69. b3b3a99 mm/migrate: check-before-clear PageSwapCache by Naoya Horiguchi · 9 years ago
  70. 2a8e700 mm: numa: remove migrate_ratelimited by Mel Gorman · 9 years ago
  71. ef2a515 mm/migrate: mark unmap_and_move() "noinline" to avoid ICE in gcc 4.7.3 by Geert Uytterhoeven · 9 years ago
  72. 4d94246 mm: convert p[te|md]_mknonnuma and remaining page table manipulations by Mel Gorman · 9 years ago
  73. 5d83306 mm: numa: do not dereference pmd outside of the lock during NUMA hinting fault by Mel Gorman · 9 years ago
  74. e66f17f mm/hugetlb: take page table lock in follow_huge_pmd() by Naoya Horiguchi · 9 years ago
  75. 27ba064 rmap: drop support of non-linear mappings by Kirill A. Shutemov · 9 years ago
  76. 5006217 vm_area_operations: kill ->migrate() by Al Viro · 10 years ago
  77. 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  78. 2ebba6b mm: unmapped page migration avoid unmap+remap overhead by Hugh Dickins · 9 years ago
  79. d6d86c0 mm/balloon_compaction: redesign ballooned pages management by Konstantin Khlebnikov · 10 years ago
  80. d3cb8bf mm: migrate: Close race between migration completion and mprotect by Mel Gorman · 10 years ago
  81. 0a31bc9 mm: memcontrol: rewrite uncharge API by Johannes Weiner · 10 years ago
  82. 8bdd638 mm: fix direct reclaim writeback regression by Hugh Dickins · 10 years ago
  83. f72e7dc mm: let mm_find_pmd fix buggy race with THP fault by Hugh Dickins · 10 years ago
  84. 100873d hugetlb: rename hugepage_migration_support() to ..._supported() by Naoya Horiguchi · 10 years ago
  85. 68711a7 mm, migration: add destination page freeing callback by David Rientjes · 10 years ago
  86. 11de992 mm: numa: add migrated transhuge pages to LRU the same way as base pages by Mel Gorman · 10 years ago
  87. 7e09e73 mm: fix swapops.h:131 bug if remap_file_pages raced migration by Hugh Dickins · 10 years ago
  88. e97ca8e mm: fix GFP_THISNODE callers and clarify by Johannes Weiner · 10 years ago
  89. a3978a5 mm/migrate.c: fix setting of cpupid on page migration twice against normal page by Wanpeng Li · 10 years ago
  90. baae911 sched/numa: fix setting of cpupid on page migration twice by Wanpeng Li · 10 years ago
  91. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 10 years ago
  92. 78d5506 mm/migrate: remove unused function, fail_migrate_page() by Joonsoo Kim · 10 years ago
  93. 59c82b7 mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pages by Joonsoo Kim · 10 years ago
  94. 32665f2 mm/migrate: correct failure handling if !hugepage_migration_support() by Joonsoo Kim · 10 years ago
  95. 354a336 mm/migrate: add comment about permanent failure path by Naoya Horiguchi · 10 years ago
  96. af1839d mm: numa: trace tasks that fail migration due to rate limiting by Mel Gorman · 10 years ago
  97. 1c5e9c2 mm: numa: limit scope of lock for NUMA migrate rate limiting by Mel Gorman · 10 years ago
  98. 1c30e01 mm: numa: make NUMA-migrate related functions static by Mel Gorman · 10 years ago
  99. 051ac83 mm/rmap: make rmap_walk to get the rmap_walk_control argument by Joonsoo Kim · 10 years ago
  100. 34ee645 mmu_notifier: call mmu_notifier_invalidate_range() from VMM by Joerg Roedel · 9 years ago