1. bf769b7 ANDROID: vendor_hooks: add hook and OEM data for slab shrink by rongqianfeng · 3 years, 8 months ago
  2. 577f734 ANDROID: vendor_hooks: tune reclaim inactive ratio by zhouhuacai · 3 years, 8 months ago
  3. 396a6ad ANDROID: vendor_hooks: bypass shrink slab by wudean · 3 years, 8 months ago
  4. 35dafe7 ANDROID: vendor_hooks: tune reclaim swappiness or scan type by xiaofeng · 3 years, 9 months ago
  5. d8c7f0a Merge 5.10.20 into android12-5.10 by Greg Kroah-Hartman · 3 years, 10 months ago
  6. 54683f8 mm/vmscan: restore zone_reclaim_mode ABI by Dave Hansen · 3 years, 10 months ago
  7. aa8f690 ANDROID: vmscan: Fix sparse warnings for kswapd_threads by Suren Baghdasaryan · 3 years, 10 months ago
  8. 0d61a65 ANDROID: vmscan: Support multiple kswapd threads per node by Charan Teja Reddy · 4 years ago
  9. 72c5ce8 mm: don't put pinned pages into the swap cache by Linus Torvalds · 4 years ago
  10. dd156e3 mm/rmap: always do TTU_IGNORE_ACCESS by Shakeel Butt · 4 years, 1 month ago
  11. 2da9f63 mm/vmscan: fix NR_ISOLATED_FILE corruption on 64-bit by Nicholas Piggin · 4 years, 2 months ago
  12. ed01737 mm: use self-explanatory macros rather than "2" by Yu Zhao · 4 years, 3 months ago
  13. 3efe62e mm/vmscan: allow arbitrary sized pages to be paged out by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  14. 01c4776 mm/vmscan: fix comments for isolate_lru_page() by Hui Su · 4 years, 3 months ago
  15. 069c411 mm/vmscan: fix infinite loop in drop_slab_node by Chunxin Zang · 4 years, 3 months ago
  16. 8d8869c mm: fix check_move_unevictable_pages() on THP by Hugh Dickins · 4 years, 3 months ago
  17. e3336ca mm: memcg: fix memcg reclaim soft lockup by Xunlei Pang · 4 years, 4 months ago
  18. 6c35784 mm: replace hpage_nr_pages with thp_nr_pages by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  19. 1eba09c mm/vmscan.c: delete or fix duplicated words by Randy Dunlap · 4 years, 5 months ago
  20. 4002570 mm/vmscan: restore active/inactive ratio for anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
  21. aae466b mm/swap: implement workingset detection for anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
  22. 3852f67 mm/swapcache: support to handle the shadow entries by Joonsoo Kim · 4 years, 5 months ago
  23. 170b04b7 mm/workingset: prepare the workingset detection infrastructure for anon LRU by Joonsoo Kim · 4 years, 5 months ago
  24. b518154 mm/vmscan: protect the workingset on anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
  25. ccc5dc67 mm/vmscan: make active/inactive ratio as 1:1 for anon lru by Joonsoo Kim · 4 years, 5 months ago
  26. 912c057 mm: vmscan: consistent update to pgrefill by Shakeel Butt · 4 years, 5 months ago
  27. 238c304 mm/vmscan.c: fix typo by dylan-meiners · 4 years, 5 months ago
  28. 0a18e60 mm: remove vm_total_pages by David Hildenbrand · 4 years, 5 months ago
  29. e22c6ed mm: memcontrol: don't count limit-setting reclaim as memory pressure by Johannes Weiner · 4 years, 5 months ago
  30. 45c7f7e mm, memcg: decouple e{low,min} state mutations from protection checks by Chris Down · 4 years, 5 months ago
  31. 22f7496 mm, memcg: avoid stale protection values when cgroup is above protection by Yafang Shao · 4 years, 5 months ago
  32. d42f324 mm: memcg: convert vmstat slab counters to bytes by Roman Gushchin · 4 years, 5 months ago
  33. 31d8fca mm: workingset: age nonresident information alongside anonymous pages by Johannes Weiner · 4 years, 6 months ago
  34. 55b65a5 mm/vmsan: fix some typos in comment by Ethon Paul · 4 years, 7 months ago
  35. d483a5d mm: vmscan: limit the range of LRU type balancing by Johannes Weiner · 4 years, 7 months ago
  36. 96f8bf4 mm: vmscan: reclaim writepage is IO cost by Johannes Weiner · 4 years, 7 months ago
  37. 7cf111b mm: vmscan: determine anon/file pressure balance at the reclaim root by Johannes Weiner · 4 years, 7 months ago
  38. 314b57f mm: balance LRU lists based on relative thrashing by Johannes Weiner · 4 years, 7 months ago
  39. 264e90c mm: only count actual rotations as LRU reclaim cost by Johannes Weiner · 4 years, 7 months ago
  40. 1431d4d mm: base LRU balancing on an explicit cost model by Johannes Weiner · 4 years, 7 months ago
  41. a4fe163 mm: vmscan: drop unnecessary div0 avoidance rounding in get_scan_count() by Johannes Weiner · 4 years, 7 months ago
  42. c843966 mm: allow swappiness that prefers reclaiming anon over the file workingset by Johannes Weiner · 4 years, 7 months ago
  43. 497a6c1 mm: keep separate anon and file statistics on page reclaim activity by Johannes Weiner · 4 years, 7 months ago
  44. df3a45f mm/vmscan: update the comment of should_continue_reclaim() by Qiwu Chen · 4 years, 7 months ago
  45. 730ec8c mm/vmscan.c: change prototype for shrink_page_list by Maninder Singh · 4 years, 7 months ago
  46. 1f318a9 mm/vmscan: count layzfree pages and fix nr_isolated_* mismatch by Jaewon Kim · 4 years, 7 months ago
  47. a892cb6 mm/vmscan.c: use update_lru_size() in update_lru_sizes() by Wei Yang · 4 years, 7 months ago
  48. ff45fc3 mm: simplify calling a compound page destructor by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  49. 97a225e mm/page_alloc: integrate classzone_idx and high_zoneidx by Joonsoo Kim · 4 years, 7 months ago
  50. a37b071 mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE by NeilBrown · 4 years, 7 months ago
  51. 17e3452 mm/vmscan: remove unnecessary argument description of isolate_lru_pages() by Qiwu Chen · 4 years, 8 months ago
  52. 9de4f22 mm: code cleanup for MADV_FREE by Huang Ying · 4 years, 9 months ago
  53. c4ecddf mm/vmscan.c: do_try_to_free_pages(): clean code by removing unnecessary assignment by Mateusz Nosek · 4 years, 9 months ago
  54. 4b79306 mm/vmscan.c: make may_enter_fs bool in shrink_page_list() by Kirill Tkhai · 4 years, 9 months ago
  55. e072bff mm/vmscan.c: clean code by removing unnecessary assignment by Mateusz Nosek · 4 years, 9 months ago
  56. 5644e1fb mm/vmscan.c: fix data races using kswapd_classzone_idx by Qian Cai · 4 years, 9 months ago
  57. 6b700b5 mm/vmscan.c: remove cpu online notification for now by Wei Yang · 4 years, 9 months ago
  58. f661d00 mm: vmscan: replace open codings to NUMA_NO_NODE by Yang Shi · 4 years, 9 months ago
  59. 1eb6234 mm: swap: make page_evictable() inline by Yang Shi · 4 years, 9 months ago
  60. 76073c6 mm/vmscan.c: don't round up scan size for online memory cgroup by Gavin Shan · 4 years, 11 months ago
  61. 648b5cf mm/vmscan: remove unused RECLAIM_OFF/RECLAIM_ZONE by Alex Shi · 5 years ago
  62. fffbacc mm/vmscan: remove prefetch_prev_lru_page by Alex Shi · 5 years ago
  63. 6c9e0907 mm/vmscan.c: remove unused return value of shrink_node by Liu Song · 5 years ago
  64. 42a9a53 mm: vmscan: protect shrinker idr replace with CONFIG_MEMCG by Yang Shi · 5 years ago
  65. 178821b mm/vmscan.c: fix typo in comment by Xianting Tian · 5 years ago
  66. b91ac37 mm: vmscan: enforce inactive:active ratio at the reclaim root by Johannes Weiner · 5 years ago
  67. b910718 mm: vmscan: detect file thrashing at the reclaim root by Johannes Weiner · 5 years ago
  68. 53138ce mm: vmscan: move file exhaustion detection to the node level by Johannes Weiner · 5 years ago
  69. 1b05117 mm: vmscan: harmonize writeback congestion tracking for nodes & memcgs by Johannes Weiner · 5 years ago
  70. 0f6a5cf mm: vmscan: split shrink_node() into node part and memcgs part by Johannes Weiner · 5 years ago
  71. afaf07a mm: vmscan: turn shrink_node_memcg() into shrink_lruvec() by Johannes Weiner · 5 years ago
  72. d2af339 mm: vmscan: replace shrink_node() loop with a retry jump by Johannes Weiner · 5 years ago
  73. b5ead35 mm: vmscan: naming fixes: global_reclaim() and sane_reclaim() by Johannes Weiner · 5 years ago
  74. a108629 mm: vmscan: move inactive_list_is_low() swap check to the caller by Johannes Weiner · 5 years ago
  75. 867e5e1 mm: clean up and clarify lruvec lookup procedure by Johannes Weiner · 5 years ago
  76. de3b015 mm: vmscan: simplify lruvec_lru_size() by Johannes Weiner · 5 years ago
  77. cb16556 mm/vmscan.c: remove unused scan_control parameter from pageout() by Yang Shi · 5 years ago
  78. f87bccd mm/vmscan: remove unused lru_pages argument by Andrey Ryabinin · 5 years ago
  79. fa40d1e mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node() by Shakeel Butt · 5 years ago
  80. 906d278 mm/vmscan.c: support removing arbitrary sized pages from mapping by William Kucharski · 5 years ago
  81. b11edeb mm: memcg: get number of pages on the LRU list in memcgroup base on lru_zone_size by Honglei Wang · 5 years ago
  82. 1bc63fb mm, memcg: make scan aggression always exclude protection by Chris Down · 5 years ago
  83. 9de7ca4 mm, memcg: make memory.emin the baseline for utilisation determination by Chris Down · 5 years ago
  84. 9783aa9 mm, memcg: proportional memory.{low,min} reclaim by Chris Down · 5 years ago
  85. 1a4e58c mm: introduce MADV_PAGEOUT by Minchan Kim · 5 years ago
  86. 8940b34 mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM by Minchan Kim · 5 years ago
  87. 0a432dc mm: shrinker: make shrinker not depend on memcg kmem by Yang Shi · 5 years ago
  88. 7ae8853 mm: move mem_cgroup_uncharge out of __page_cache_release() by Yang Shi · 5 years ago
  89. 5ee0471 mm, reclaim: cleanup should_continue_reclaim() by Vlastimil Babka · 5 years ago
  90. 1c6c159 mm, reclaim: make should_continue_reclaim perform dryrun detection by Hillf Danton · 5 years ago
  91. 1ba6fc9 mm: vmscan: do not share cgroup iteration between reclaimers by Johannes Weiner · 5 years ago
  92. d8c6546 mm: introduce compound_nr() by Matthew Wilcox (Oracle) · 5 years ago
  93. d2e5fb9 mm, memcg: do not set reclaim_state on soft limit reclaim by Michal Hocko · 5 years ago
  94. 28360f3 mm, vmscan: do not special-case slab reclaim when watermarks are boosted by Mel Gorman · 5 years ago
  95. fa1e512 mm: vmscan: check if mem cgroup is disabled or not before calling memcg slab shrinker by Yang Shi · 5 years ago
  96. 1732d2b01 mm/vmscan.c: add checks for incorrect handling of current->reclaim_state by Andrew Morton · 5 years ago
  97. 0308f7c mm/vmscan.c: calculate reclaimed slab caches in all reclaim paths by Yafang Shao · 5 years ago
  98. e5ca807 mm/vmscan.c: add a new member reclaim_state in struct shrink_control by Yafang Shao · 5 years ago
  99. 98879b3 mm: vmscan: correct some vmscan counters for THP swapout by Yang Shi · 5 years ago
  100. af5d440 mm: vmscan: remove double slab pressure by inc'ing sc->nr_scanned by Yang Shi · 5 years ago