1. 2fa2690 mm/vmscan.c: don't disable irq again when count pgrefill for memcg by Yafang Shao · 6 years ago
  2. f46b791 mm/vmscan.c: simplify shrink_inactive_list() by Kirill Tkhai · 6 years ago
  3. 3481c37 mm/vmscan: drop may_writepage and classzone_idx from direct reclaim begin template by Yafang Shao · 6 years ago
  4. 1a61ab8 mm: memcontrol: replace zone summing with lruvec_page_state() by Johannes Weiner · 6 years ago
  5. 132bb8c mm/vmscan: add tracepoints for node reclaim by Yafang Shao · 6 years ago
  6. a222f34 mm: generalize putback scan functions by Kirill Tkhai · 6 years ago
  7. f372d89 mm: remove pages_to_free argument of move_active_pages_to_lru() by Kirill Tkhai · 6 years ago
  8. 9851ac1 mm: move nr_deactivate accounting to shrink_active_list() by Kirill Tkhai · 6 years ago
  9. 886cf19 mm: move recent_rotated pages calculation to shrink_inactive_list() by Kirill Tkhai · 6 years ago
  10. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  11. 3b99120 mm: fix inactive list balancing between NUMA nodes and cgroups by Johannes Weiner · 6 years ago
  12. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  13. f4b7e27 mm: remove zone_lru_lock() function, access ->lru_lock directly by Andrey Ryabinin · 6 years ago
  14. a7ca12f mm/workingset: remove unused @mapping argument in workingset_eviction() by Andrey Ryabinin · 6 years ago
  15. b9726c2 numa: make "nr_node_ids" unsigned int by Alexey Dobriyan · 6 years ago
  16. 060f005 mm/vmscan.c: do not allocate duplicate stack variables in shrink_page_list() by Kirill Tkhai · 6 years ago
  17. 2bb0f34 mm: vmscan: do not iterate all mem cgroups for global direct reclaim by Yang Shi · 6 years ago
  18. a9e7c39 mm/vmscan.c: remove 7th argument of isolate_lru_pages() by Kirill Tkhai · 6 years ago
  19. 8bb4e7a mm: fix some typos in mm directory by Wei Yang · 6 years ago
  20. a9a238e Revert "mm: slowly shrink slabs with a relatively small number of objects" by Dave Chinner · 6 years ago
  21. 9a1ea43 mm: put_and_wait_on_page_locked() while page is migrated by Hugh Dickins · 6 years ago
  22. 1c30844 mm: reclaim small amounts of memory when an external fragmentation event occurs by Mel Gorman · 6 years ago
  23. 2ac5e38 Merge drm/drm-next into drm-intel-next-queued by Jani Nikula · 6 years ago
  24. 64e3d12 mm, drm/i915: mark pinned shmemfs pages as unevictable by Kuo-Hsin Yang · 6 years ago
  25. dad4f14 Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  26. 4b85afb mm: zero-seek shrinkers by Johannes Weiner · 6 years ago
  27. eb41468 psi: pressure stall information for CPU, memory, and IO by Johannes Weiner · 6 years ago
  28. 1899ad1 mm: workingset: tell cache transitions from workingset thrashing by Johannes Weiner · 6 years ago
  29. 68600f6 mm: don't miss the last page because of round-off error by Roman Gushchin · 6 years ago
  30. 67891ff mm: Convert is_page_cache_freeable to XArray by Matthew Wilcox · 7 years ago
  31. 4e17ec2 mm: Convert delete_from_swap_cache to XArray by Matthew Wilcox · 7 years ago
  32. b8e57ef mm/vmscan.c: fix int overflow in callers of do_shrink_slab() by Kirill Tkhai · 6 years ago
  33. 172b06c3 mm: slowly shrink slabs with a relatively small number of objects by Roman Gushchin · 6 years ago
  34. 1c4c3b9 mm: fix page_freeze_refs and page_unfreeze_refs in comments by Jiang Biao · 6 years ago
  35. 8df4a44 mm: check shrinker is memcg-aware in register_shrinker_prepared() by Kirill Tkhai · 6 years ago
  36. 7e010df mm: use special value SHRINKER_REGISTERING instead of list_empty() check by Kirill Tkhai · 6 years ago
  37. ac7fb3a mm/vmscan.c: move check for SHRINKER_NUMA_AWARE to do_shrink_slab() by Kirill Tkhai · 6 years ago
  38. f90280d mm/vmscan.c: clear shrinker bit if there are no objects related to memcg by Kirill Tkhai · 6 years ago
  39. 9b99646 mm: add SHRINK_EMPTY shrinker methods return value by Kirill Tkhai · 6 years ago
  40. aeed1d32 mm/vmscan.c: generalize shrink_slab() calls in shrink_node() by Vladimir Davydov · 6 years ago
  41. b0dedc4 mm/vmscan.c: iterate only over charged shrinkers during memcg shrink_slab() by Kirill Tkhai · 6 years ago
  42. 0a4465d mm, memcg: assign memcg-aware shrinkers bitmap to memcg by Kirill Tkhai · 6 years ago
  43. b4c2b23 mm: assign id to every memcg-aware shrinker by Kirill Tkhai · 6 years ago
  44. bb451fd mm/vmscan.c: condense scan_control by Greg Thelen · 6 years ago
  45. bf8d5d5 memcg: introduce memory.min by Roman Gushchin · 7 years ago
  46. 9378132 lockdep: fix fs_reclaim annotation by Omar Sandoval · 7 years ago
  47. 145e1a7 mm: fix the NULL mapping case in __isolate_lru_page() by Hugh Dickins · 7 years ago
  48. 8e04944 mm,vmscan: Allow preallocating memory for register_shrinker(). by Tetsuo Handa · 7 years ago
  49. b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
  50. e27be24 mm: memcg: make sure memory.events is uptodate when waking pollers by Johannes Weiner · 7 years ago
  51. d51d1e6 mm, vmscan, tracing: use pointer to reclaim_stat struct in trace event by Steven Rostedt · 7 years ago
  52. e3c1ac5 mm/vmscan: don't mess with pgdat->flags in memcg reclaim by Andrey Ryabinin · 7 years ago
  53. d108c77 mm/vmscan: don't change pgdat state on base of a single LRU list state by Andrey Ryabinin · 7 years ago
  54. c4fd4fa mm/vmscan: remove redundant current_may_throttle() check by Andrey Ryabinin · 7 years ago
  55. 894befe mm/vmscan: update stale comments by Andrey Ryabinin · 7 years ago
  56. 5ecd9d4 mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memory by David Rientjes · 7 years ago
  57. e830c63 mm,vmscan: don't pretend forward progress upon shrinker_rwsem contention by Tetsuo Handa · 7 years ago
  58. e92bb4d mm: fix races between address_space dereference and free in page_evicatable by Huang Ying · 7 years ago
  59. 1c610d5 mm/vmscan: wake up flushers for legacy cgroups too by Andrey Ryabinin · 7 years ago
  60. 9c4e6b1 mm, mlock, vmscan: no more skipping pagevecs by Shakeel Butt · 7 years ago
  61. a5d09be mm: docs: add blank lines to silence sphinx "Unexpected indentation" errors by Mike Rapoport · 7 years ago
  62. 69d763f mm: pin address_space before dereferencing it while isolating an LRU page by Mel Gorman · 7 years ago
  63. a4ef876 mm: remove unused pgdat_reclaimable_pages() by Jan Kara · 7 years ago
  64. e496612 mm: do not stall register_shrinker() by Minchan Kim · 7 years ago
  65. 9092c71 mm: use sc->priority for slab shrink targets by Josef Bacik · 7 years ago
  66. bb422a7 mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed. by Tetsuo Handa · 7 years ago
  67. 2d4894b mm: remove cold parameter from free_hot_cold_page* by Mel Gorman · 7 years ago
  68. 3a50d14 mm: remove unused pgdat->inactive_ratio by Andrey Ryabinin · 7 years ago
  69. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  70. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  71. 9ba4b2d fs: kill 'nr_pages' argument from wakeup_flusher_threads() by Jens Axboe · 7 years ago
  72. fe490cc mm, THP, swap: add THP swapping out fallback counting by Huang Ying · 7 years ago
  73. bd4c82c2 mm, THP, swap: delay splitting THP after swapped out by Huang Ying · 7 years ago
  74. db73ee0 mm, vmscan: do not loop on too_many_isolated for ever by Michal Hocko · 7 years ago
  75. d460acb mm: track actual nr_scanned during shrink_slab() by Chris Wilson · 7 years ago
  76. d92a8cf locking/lockdep: Rework FS_RECLAIM annotation by Peter Zijlstra · 8 years ago
  77. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 8 years ago
  78. 0622622 mm, vmscan: avoid thrashing anon lru when free + file is low by David Rientjes · 8 years ago
  79. 385386c mm: vmstat: move slab statistics from zone to node counters by Johannes Weiner · 8 years ago
  80. 2262185 mm: per-cgroup memory reclaim stats by Roman Gushchin · 8 years ago
  81. 747552b1 mm, THP, swap: enable THP swap optimization only if has compound map by Huang Ying · 8 years ago
  82. b8f593c mm, THP, swap: check whether THP can be split firstly by Huang Ying · 8 years ago
  83. 0f07465 mm, THP, swap: move anonymous THP split logic to vmscan by Minchan Kim · 8 years ago
  84. 75f6d6d mm, THP, swap: unify swap slot free functions to put_swap_page by Minchan Kim · 8 years ago
  85. f2f43e5 mm/vmscan.c: fix unsequenced modification and access warning by Nick Desaulniers · 8 years ago
  86. c6202ad mm/vmscan: Adjust system_state checks by Thomas Gleixner · 8 years ago
  87. 791b48b mm: vmscan: scan until it finds eligible pages by Minchan Kim · 8 years ago
  88. 499118e mm: introduce memalloc_noreclaim_{save,restore} by Vlastimil Babka · 8 years ago
  89. ccda7f4 mm: memcontrol: use node page state naming scheme for memcg by Johannes Weiner · 8 years ago
  90. 71cd311 mm: memcontrol: re-use node VM page state enum by Johannes Weiner · 8 years ago
  91. 31176c7 mm: memcontrol: clean up memory.events counting function by Johannes Weiner · 8 years ago
  92. 2a2e488 mm: vmscan: fix IO/refault regression in cache workingset transition by Johannes Weiner · 8 years ago
  93. 666e5a4 mm: make ttu's return boolean by Minchan Kim · 8 years ago
  94. 33fc80e mm: remove SWAP_AGAIN in ttu by Minchan Kim · 8 years ago
  95. ad6b670 mm: remove SWAP_MLOCK in ttu by Minchan Kim · 8 years ago
  96. 18863d3 mm: remove SWAP_DIRTY in ttu by Minchan Kim · 8 years ago
  97. d6622f6 mm/vmscan: more restrictive condition for retry in do_try_to_free_pages by Yisheng Xie · 8 years ago
  98. e716f2e mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idx by Mel Gorman · 8 years ago
  99. 631b6e0 mm, vmscan: only clear pgdat congested/dirty/writeback state when balanced by Mel Gorman · 8 years ago
  100. 333b0a4 mm, vmscan: fix zone balance check in prepare_kswapd_sleep by Shantanu Goel · 8 years ago