1. b73c744 mm/vmscan.c: fix data races using kswapd_classzone_idx by Qian Cai · 4 years, 4 months ago
  2. 1aa7a9e mm: memcg: fix memcg reclaim soft lockup by Xunlei Pang · 3 years, 11 months ago
  3. 837ba48 mm/vmscan.c: don't round up scan size for online memory cgroup by Gavin Shan · 4 years, 5 months ago
  4. beb0cc78 mm: vmscan: check if mem cgroup is disabled or not before calling memcg slab shrinker by Yang Shi · 5 years ago
  5. c1d98b7 mm: vmscan: scan anonymous pages on file refaults by Kuo-Hsin Yang · 5 years ago
  6. 27ce6c2 mm/vmscan.c: prevent useless kswapd loops by Shakeel Butt · 5 years ago
  7. 54a2028 mm/vmscan.c: fix trying to reclaim unevictable LRU page by Minchan Kim · 5 years ago
  8. 6536de8 mm: fix inactive list balancing between NUMA nodes and cgroups by Johannes Weiner · 5 years ago
  9. 657fbf7 Revert "mm: slowly shrink slabs with a relatively small number of objects" by Dave Chinner · 5 years ago
  10. a5e8809 mm: don't miss the last page because of round-off error by Roman Gushchin · 6 years ago
  11. b8e57ef mm/vmscan.c: fix int overflow in callers of do_shrink_slab() by Kirill Tkhai · 6 years ago
  12. 172b06c3 mm: slowly shrink slabs with a relatively small number of objects by Roman Gushchin · 6 years ago
  13. 1c4c3b9 mm: fix page_freeze_refs and page_unfreeze_refs in comments by Jiang Biao · 6 years ago
  14. 8df4a44 mm: check shrinker is memcg-aware in register_shrinker_prepared() by Kirill Tkhai · 6 years ago
  15. 7e010df mm: use special value SHRINKER_REGISTERING instead of list_empty() check by Kirill Tkhai · 6 years ago
  16. ac7fb3a mm/vmscan.c: move check for SHRINKER_NUMA_AWARE to do_shrink_slab() by Kirill Tkhai · 6 years ago
  17. f90280d mm/vmscan.c: clear shrinker bit if there are no objects related to memcg by Kirill Tkhai · 6 years ago
  18. 9b99646 mm: add SHRINK_EMPTY shrinker methods return value by Kirill Tkhai · 6 years ago
  19. aeed1d32 mm/vmscan.c: generalize shrink_slab() calls in shrink_node() by Vladimir Davydov · 6 years ago
  20. b0dedc4 mm/vmscan.c: iterate only over charged shrinkers during memcg shrink_slab() by Kirill Tkhai · 6 years ago
  21. 0a4465d mm, memcg: assign memcg-aware shrinkers bitmap to memcg by Kirill Tkhai · 6 years ago
  22. b4c2b23 mm: assign id to every memcg-aware shrinker by Kirill Tkhai · 6 years ago
  23. bb451fd mm/vmscan.c: condense scan_control by Greg Thelen · 6 years ago
  24. bf8d5d5 memcg: introduce memory.min by Roman Gushchin · 6 years ago
  25. 9378132 lockdep: fix fs_reclaim annotation by Omar Sandoval · 6 years ago
  26. 145e1a7 mm: fix the NULL mapping case in __isolate_lru_page() by Hugh Dickins · 6 years ago
  27. 8e04944 mm,vmscan: Allow preallocating memory for register_shrinker(). by Tetsuo Handa · 6 years ago
  28. b93b016 page cache: use xa_lock by Matthew Wilcox · 6 years ago
  29. e27be24 mm: memcg: make sure memory.events is uptodate when waking pollers by Johannes Weiner · 6 years ago
  30. d51d1e6 mm, vmscan, tracing: use pointer to reclaim_stat struct in trace event by Steven Rostedt · 6 years ago
  31. e3c1ac5 mm/vmscan: don't mess with pgdat->flags in memcg reclaim by Andrey Ryabinin · 6 years ago
  32. d108c77 mm/vmscan: don't change pgdat state on base of a single LRU list state by Andrey Ryabinin · 6 years ago
  33. c4fd4fa mm/vmscan: remove redundant current_may_throttle() check by Andrey Ryabinin · 6 years ago
  34. 894befe mm/vmscan: update stale comments by Andrey Ryabinin · 6 years ago
  35. 5ecd9d4 mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memory by David Rientjes · 6 years ago
  36. e830c63 mm,vmscan: don't pretend forward progress upon shrinker_rwsem contention by Tetsuo Handa · 6 years ago
  37. e92bb4d mm: fix races between address_space dereference and free in page_evicatable by Huang Ying · 6 years ago
  38. 1c610d5 mm/vmscan: wake up flushers for legacy cgroups too by Andrey Ryabinin · 6 years ago
  39. 9c4e6b1 mm, mlock, vmscan: no more skipping pagevecs by Shakeel Butt · 6 years ago
  40. a5d09be mm: docs: add blank lines to silence sphinx "Unexpected indentation" errors by Mike Rapoport · 6 years ago
  41. 69d763f mm: pin address_space before dereferencing it while isolating an LRU page by Mel Gorman · 6 years ago
  42. a4ef876 mm: remove unused pgdat_reclaimable_pages() by Jan Kara · 6 years ago
  43. e496612 mm: do not stall register_shrinker() by Minchan Kim · 6 years ago
  44. 9092c71 mm: use sc->priority for slab shrink targets by Josef Bacik · 6 years ago
  45. bb422a7 mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed. by Tetsuo Handa · 7 years ago
  46. 2d4894b mm: remove cold parameter from free_hot_cold_page* by Mel Gorman · 7 years ago
  47. 3a50d14 mm: remove unused pgdat->inactive_ratio by Andrey Ryabinin · 7 years ago
  48. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  49. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  50. 9ba4b2d fs: kill 'nr_pages' argument from wakeup_flusher_threads() by Jens Axboe · 7 years ago
  51. fe490cc mm, THP, swap: add THP swapping out fallback counting by Huang Ying · 7 years ago
  52. bd4c82c2 mm, THP, swap: delay splitting THP after swapped out by Huang Ying · 7 years ago
  53. db73ee0 mm, vmscan: do not loop on too_many_isolated for ever by Michal Hocko · 7 years ago
  54. d460acb mm: track actual nr_scanned during shrink_slab() by Chris Wilson · 7 years ago
  55. d92a8cf locking/lockdep: Rework FS_RECLAIM annotation by Peter Zijlstra · 7 years ago
  56. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
  57. 0622622 mm, vmscan: avoid thrashing anon lru when free + file is low by David Rientjes · 7 years ago
  58. 385386c mm: vmstat: move slab statistics from zone to node counters by Johannes Weiner · 7 years ago
  59. 2262185 mm: per-cgroup memory reclaim stats by Roman Gushchin · 7 years ago
  60. 747552b1 mm, THP, swap: enable THP swap optimization only if has compound map by Huang Ying · 7 years ago
  61. b8f593c mm, THP, swap: check whether THP can be split firstly by Huang Ying · 7 years ago
  62. 0f07465 mm, THP, swap: move anonymous THP split logic to vmscan by Minchan Kim · 7 years ago
  63. 75f6d6d mm, THP, swap: unify swap slot free functions to put_swap_page by Minchan Kim · 7 years ago
  64. f2f43e5 mm/vmscan.c: fix unsequenced modification and access warning by Nick Desaulniers · 7 years ago
  65. c6202ad mm/vmscan: Adjust system_state checks by Thomas Gleixner · 7 years ago
  66. 791b48b mm: vmscan: scan until it finds eligible pages by Minchan Kim · 7 years ago
  67. 499118e mm: introduce memalloc_noreclaim_{save,restore} by Vlastimil Babka · 7 years ago
  68. ccda7f4 mm: memcontrol: use node page state naming scheme for memcg by Johannes Weiner · 7 years ago
  69. 71cd311 mm: memcontrol: re-use node VM page state enum by Johannes Weiner · 7 years ago
  70. 31176c7 mm: memcontrol: clean up memory.events counting function by Johannes Weiner · 7 years ago
  71. 2a2e488 mm: vmscan: fix IO/refault regression in cache workingset transition by Johannes Weiner · 7 years ago
  72. 666e5a4 mm: make ttu's return boolean by Minchan Kim · 7 years ago
  73. 33fc80e mm: remove SWAP_AGAIN in ttu by Minchan Kim · 7 years ago
  74. ad6b670 mm: remove SWAP_MLOCK in ttu by Minchan Kim · 7 years ago
  75. 18863d3 mm: remove SWAP_DIRTY in ttu by Minchan Kim · 7 years ago
  76. d6622f6 mm/vmscan: more restrictive condition for retry in do_try_to_free_pages by Yisheng Xie · 7 years ago
  77. e716f2e mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idx by Mel Gorman · 7 years ago
  78. 631b6e0 mm, vmscan: only clear pgdat congested/dirty/writeback state when balanced by Mel Gorman · 7 years ago
  79. 333b0a4 mm, vmscan: fix zone balance check in prepare_kswapd_sleep by Shantanu Goel · 7 years ago
  80. 7dea19f mm: introduce memalloc_nofs_{save,restore} API by Michal Hocko · 7 years ago
  81. 802a3a9 mm: reclaim MADV_FREE pages by Shaohua Li · 7 years ago
  82. a128ca7 mm: delete unnecessary TTU_* flags by Shaohua Li · 7 years ago
  83. 3db6581 Revert "mm, vmscan: account for skipped pages as a partial scan" by Johannes Weiner · 7 years ago
  84. c822f62 mm: delete NR_PAGES_SCANNED and pgdat_reclaimable() by Johannes Weiner · 7 years ago
  85. 688035f mm: don't avoid high-priority reclaim on memcg limit reclaim by Johannes Weiner · 7 years ago
  86. a2d7f8e mm: don't avoid high-priority reclaim on unreclaimable nodes by Johannes Weiner · 7 years ago
  87. 047d72c mm: remove seemingly spurious reclaimability check from laptop_mode gating by Johannes Weiner · 7 years ago
  88. d450abd mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttling by Johannes Weiner · 7 years ago
  89. c73322d mm: fix 100% CPU kswapd busyloop on unreclaimable nodes by Johannes Weiner · 7 years ago
  90. 5b3cc15 sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h> by Ingo Molnar · 7 years ago
  91. c2f8314 mm, vmscan: clear PGDAT_WRITEBACK when zone is balanced by Mel Gorman · 7 years ago
  92. c55e8d0 mm: vmscan: move dirty pages out of the way until they're flushed by Johannes Weiner · 7 years ago
  93. 4eda482 mm: vmscan: only write dirty pages that the scanner has seen twice by Johannes Weiner · 7 years ago
  94. bbef938 mm: vmscan: remove old flusher wakeup from direct reclaim path by Johannes Weiner · 7 years ago
  95. 726d061 mm: vmscan: kick flushers when we encounter dirty pages on the LRU by Johannes Weiner · 7 years ago
  96. 1276ad6 mm: vmscan: scan dirty pages even in laptop mode by Johannes Weiner · 7 years ago
  97. abd6e8a Revert "mm: bail out in shrink_inactive_list()" by Michal Hocko · 7 years ago
  98. 71ab6cf mm, vmscan: consider eligible zones in get_scan_count by Michal Hocko · 7 years ago
  99. fd53880 mm, vmscan: cleanup lru size claculations by Michal Hocko · 7 years ago
  100. f095890 mm, vmscan: do not count freed pages as PGDEACTIVATE by Michal Hocko · 7 years ago