1. f9fe48b dax: support dirty DAX entries in radix tree by Ross Zwisler · 9 years ago
  2. 5ccc5ab mm: free swap cache aggressively if memcg swap is full by Vladimir Davydov · 9 years ago
  3. d8b3843 mm: vmscan: do not scan anon pages if memcg swap limit is hit by Vladimir Davydov · 9 years ago
  4. eb01aaa mm: memcontrol: replace mem_cgroup_lruvec_online with mem_cgroup_online by Vladimir Davydov · 9 years ago
  5. 3337767 mm: vmscan: pass memcg to get_scan_count() by Vladimir Davydov · 9 years ago
  6. 567e9ab mm: memcontrol: give the kmem states more descriptive names by Johannes Weiner · 9 years ago
  7. 854e9ed mm: support madvise(MADV_FREE) by Minchan Kim · 9 years ago
  8. 48c935a page-flags: define PG_locked behavior on compound pages by Kirill A. Shutemov · 9 years ago
  9. bb5b858 mm: make sure isolate_lru_page() is never called for tail page by Kirill A. Shutemov · 9 years ago
  10. 8e8ae64 mm: memcontrol: hook up vmpressure to socket pressure by Johannes Weiner · 9 years ago
  11. c8ad630 mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_page by Geliang Tang · 9 years ago
  12. 9f6c399 mm, vmscan: consider isolated pages in zone_reclaimable_pages by Michal Hocko · 9 years ago
  13. 316bda0 vmscan: do not force-scan file lru if its absolute size is small by Vladimir Davydov · 9 years ago
  14. ba5e957 mm: change mm_vmscan_lru_shrink_inactive() proto types by yalin wang · 9 years ago
  15. 3aa2385 mm/vmscan.c: change trace_mm_vmscan_writepage() proto type by yalin wang · 9 years ago
  16. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  17. e2b1919 mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safe by Mel Gorman · 9 years ago
  18. 2e3078a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  19. d031a15 mm/vmscan.c: fix types of some locals by Alexandru Moise · 9 years ago
  20. 42e2e45 mm/vmscan: make inactive_anon/file_is_low return bool by Yaowei Bai · 9 years ago
  21. 29d06bb mm/vmscan: make inactive_anon_is_low_global return directly by Yaowei Bai · 9 years ago
  22. 69234ac Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  23. d5028f9 vmscan: fix sane_reclaim helper for legacy memcg by Vladimir Davydov · 9 years ago
  24. 7fadc82 mm, vmscan: unlock page while waiting on writeback by Hugh Dickins · 9 years ago
  25. c54839a vmscan: fix increasing nr_isolated incurred by putback unevictable pages by Jaewon Kim · 9 years ago
  26. 0b802f1 mm: vmscan: never isolate more pages than necessary by Vladimir Davydov · 9 years ago
  27. 33398cf memcg: export struct mem_cgroup by Michal Hocko · 9 years ago
  28. d950c94 mm: defer flush of writable TLB entries by Mel Gorman · 9 years ago
  29. 72b252a mm: send one IPI per CPU to TLB flush all entries after unmapping pages by Mel Gorman · 9 years ago
  30. ecf5fc6 mm, vmscan: Do not wait for page writeback for GFP_NOFS allocations by Michal Hocko · 9 years ago
  31. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  32. 95bbc0c mm: rename RECLAIM_SWAP to RECLAIM_UNMAP by Zhihui Zhang · 9 years ago
  33. f012a84 mm: vmscan: do not throttle based on pfmemalloc reserves if node has no reclaimable pages by Nishanth Aravamudan · 9 years ago
  34. 97c9341 mm: vmscan: disable memcg direct reclaim stalling if cgroup writeback support is in use by Tejun Heo · 9 years ago
  35. 703c270 writeback: implement and use inode_congested() by Tejun Heo · 9 years ago
  36. c4843a7 memcg: add per cgroup dirty page accounting by Greg Thelen · 9 years ago
  37. 8180995 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  38. cb731d6 vmscan: per memory cgroup slab shrinkers by Vladimir Davydov · 9 years ago
  39. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  40. 241994e mm: memcontrol: default hierarchy interface for memory by Johannes Weiner · 9 years ago
  41. 90cbc25 vmscan: force scan offline memory cgroups by Vladimir Davydov · 9 years ago
  42. cfc5115 mm, vmscan: wake up all pfmemalloc-throttled processes at once by Vlastimil Babka · 9 years ago
  43. 17636fa mm/vmscan: fix highidx argument type by Michael S. Tsirkin · 10 years ago
  44. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  45. 9e5e366 mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being killed by Vlastimil Babka · 10 years ago
  46. 6b4f779 mm: vmscan: invoke slab shrinkers from shrink_zone() by Johannes Weiner · 10 years ago
  47. 2756d37 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  48. ebff398 mm, compaction: pass classzone_idx and alloc_flags to watermark checking by Vlastimil Babka · 10 years ago
  49. 1da58ee mm: vmscan: count only dirty pages as congested by Jamie Liu · 10 years ago
  50. 8612c66 mm/vmscan.c: replace printk with pr_err by Pintu Kumar · 10 years ago
  51. 344736f cpuset: simplify cpuset_node_allowed API by Vladimir Davydov · 10 years ago
  52. b70a2a2 mm: memcontrol: fix transparent huge page allocations under pressure by Johannes Weiner · 10 years ago
  53. 5705465 mm: clean up zone flags by Johannes Weiner · 10 years ago
  54. 1f13ae3 mm: remove noisy remainder of the scan_unevictable interface by Johannes Weiner · 10 years ago
  55. 53853e2 mm, compaction: defer each zone individually instead of preferred zone by Vlastimil Babka · 10 years ago
  56. 747db95 mm: memcontrol: use page lists for uncharge batching by Johannes Weiner · 10 years ago
  57. 0a31bc9 mm: memcontrol: rewrite uncharge API by Johannes Weiner · 10 years ago
  58. 2ab051e memcg, vmscan: Fix forced scan of anonymous pages by Jerome Marchand · 10 years ago
  59. 7c0db9e mm, vmscan: fix an outdated comment still mentioning get_scan_ratio by Jerome Marchand · 10 years ago
  60. 0d5d823 mm: move zone->pages_scanned into a vmstat counter by Mel Gorman · 10 years ago
  61. d0480be mm: update the description for vm_total_pages by Wang Sheng-Hui · 10 years ago
  62. ee814fe mm: vmscan: clean up struct scan_control by Johannes Weiner · 10 years ago
  63. 0269517 mm: vmscan: move swappiness out of scan_control by Johannes Weiner · 10 years ago
  64. 2344d7e mm: vmscan: remove all_unreclaimable() by Johannes Weiner · 10 years ago
  65. 0b06496 mm: vmscan: rework compaction-ready signaling in direct reclaim by Johannes Weiner · 10 years ago
  66. 8d07429 mm: vmscan: remove remains of kswapd-managed zone->all_unreclaimable by Johannes Weiner · 10 years ago
  67. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  68. b738d76 Don't trigger congestion wait on dirty-but-not-writeout pages by Linus Torvalds · 10 years ago
  69. b1de0d1 mm: convert some level-less printks to pr_* by Mitchel Humpherys · 10 years ago
  70. 688eb98 vmscan: memcg: always use swappiness of the reclaimed memcg by Michal Hocko · 10 years ago
  71. 71abdc1 mm: vmscan: clear kswapd's special reclaim powers before exiting by Johannes Weiner · 10 years ago
  72. 1a50190 mm: vmscan: use proportional scanning during direct reclaim and full scan at DEF_PRIORITY by Mel Gorman · 10 years ago
  73. 4be89a3 mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and correct comments. by Jianyu Zhan · 10 years ago
  74. b745bc8 mm: page_alloc: convert hot/cold parameter and immediate callers to bool by Mel Gorman · 10 years ago
  75. df9024a mm: shrinker: add nid to tracepoint output by Dave Hansen · 10 years ago
  76. 7fe7047 mm: shrinker trace points: fix negatives by Dave Hansen · 10 years ago
  77. 399ba0b mm/vmscan.c: avoid throttling reclaim for loop-back nfsd threads by NeilBrown · 10 years ago
  78. 675becc mm: vmscan: do not throttle based on pfmemalloc reserves if node has no ZONE_NORMAL by Mel Gorman · 10 years ago
  79. bfc8c90 mem-hotplug: implement get/put_online_mems by Vladimir Davydov · 10 years ago
  80. 6f04f48 mm: only force scan in reclaim when none of the LRUs are big enough. by Suleiman Souhlal · 10 years ago
  81. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  82. 6237625 revert "mm: vmscan: do not swap anon pages just because free+file is low" by Johannes Weiner · 10 years ago
  83. 83da751 vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state() by Christoph Lameter · 10 years ago
  84. 0bf1457 mm: vmscan: do not swap anon pages just because free+file is low by Johannes Weiner · 10 years ago
  85. 9bbc04e mm/vmscan: do not check compaction_ready on promoted zones by Weijie Yang · 10 years ago
  86. 619d0d76 mm/vmscan: restore sc->gfp_mask after promoting it to __GFP_HIGHMEM by Weijie Yang · 10 years ago
  87. a528910 mm: thrash detection-based file cache sizing by Johannes Weiner · 10 years ago
  88. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  89. d5bc5fd mm: vmscan: shrink_slab: rename max_pass -> freeable by Vladimir Davydov · 10 years ago
  90. 3115cd9 mm: vmscan: remove shrink_control arg from do_try_to_free_pages() by Vladimir Davydov · 10 years ago
  91. 65ec02c mm: vmscan: move call to shrink_slab() to shrink_zones() by Vladimir Davydov · 10 years ago
  92. 99120b7 mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaim by Vladimir Davydov · 10 years ago
  93. a1c3bfb mm/page-writeback.c: do not count anon pages as dirtyable memory by Johannes Weiner · 11 years ago
  94. ec97097 mm: vmscan: call NUMA-unaware shrinkers irrespective of nodemask by Vladimir Davydov · 11 years ago
  95. 0b1fb40 mm: vmscan: shrink all slab objects if tight on memory by Vladimir Davydov · 11 years ago
  96. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 11 years ago
  97. ae39332 mm/vmscan.c: don't forget to free shrinker->nr_deferred by Andrew Vagin · 11 years ago
  98. 117aad1 mm: avoid reinserting isolated balloon pages into LRU lists by Rafael Aquini · 11 years ago
  99. 0608f43 revert "memcg, vmscan: integrate soft reclaim tighter with zone shrinking code" by Andrew Morton · 11 years ago
  100. b1aff7f revert "vmscan, memcg: do softlimit reclaim also for targeted reclaim" by Andrew Morton · 11 years ago