summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-11mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner1-0/+3
2013-01-03Revert "mm: vmscan: fix endless loop in kswapd balancing"Ben Hutchings1-18/+9
2012-12-06mm: vmscan: fix endless loop in kswapd balancingJohannes Weiner1-9/+18
2012-11-16mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()Takamori Yamaguchi1-0/+2
2012-09-12mm: avoid swapping out with swappiness==0Satoru Moriya1-3/+3
2012-08-02cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman1-2/+0
2012-08-02mm: vmscan: convert global reclaim to per-memcg LRU listsJohannes Weiner1-1/+2
2012-08-02mm: test PageSwapBacked in lumpy reclaimHugh Dickins1-1/+1
2012-08-02mm/vmscan.c: consider swap space when deciding whether to continue reclaimMinchan Kim1-2/+3
2012-08-02vmscan: activate executable pages after first usageKonstantin Khlebnikov1-0/+6
2012-08-02vmscan: promote shared file mapped pagesKonstantin Khlebnikov1-1/+1
2012-08-02mm: vmscan: check if reclaim should really abort even if compaction_ready() i...Mel Gorman1-10/+9
2012-08-02mm: vmscan: do not OOM if aborting reclaim to start compactionMel Gorman1-1/+7
2012-08-02mm: vmscan: when reclaiming for compaction, ensure there are sufficient free ...Mel Gorman1-5/+39
2012-08-02mm: compaction: make isolate_lru_page() filter-aware againMel Gorman1-2/+33
2012-07-25mm: fix lost kswapd wakeup in kswapd_stop()Aaditya Kumar1-1/+4
2012-07-25memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu1-2/+5
2012-06-10mm: consider all swapped back pages in used-once logicMichal Hocko1-1/+1
2012-01-26SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins1-85/+37
2012-01-26SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins1-1/+11
2011-12-09vmscan: use atomic-long for shrinker batchingKonstantin Khlebnikov1-10/+7
2011-12-09vmscan: fix initial shrinker size handlingKonstantin Khlebnikov1-3/+6
2011-11-07Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2011-11-03memcg: skip scanning active lists based on individual sizeJohannes Weiner1-2/+2
2011-11-01vmscan: abort reclaim/compaction if compaction can proceedMel Gorman1-11/+21
2011-11-01vmscan: limit direct reclaim for higher order allocationsRik van Riel1-0/+16
2011-11-01vmscan: add barrier to prevent evictable page in unevictable listMinchan Kim1-5/+6
2011-11-01mm: disable user interface to manually rescue unevictable pagesJohannes Weiner1-76/+8
2011-11-01vmscan.c: fix invalid strict_strtoul() check in write_scan_unevictable_node()Kautuk Consul1-2/+2
2011-11-01kswapd: assign new_order and new_classzone_idx after wakeup in sleepingAlex,Shi1-0/+2
2011-11-01kswapd: avoid unnecessary rebalance after an unsuccessful balancingAlex,Shi1-3/+11
2011-11-01vmscan: count pages into balanced for zone with good watermarkShaohua Li1-0/+2
2011-11-01mm: vmscan: immediately reclaim end-of-LRU dirty pages when writeback completesMel Gorman1-1/+9
2011-11-01mm: vmscan: throttle reclaim if encountering too many dirty pages under write...Mel Gorman1-3/+39
2011-11-01mm: vmscan: do not writeback filesystem pages in kswapd except in high priorityMel Gorman1-5/+8
2011-11-01mm: vmscan: remove dead code related to lumpy reclaim waiting on pages under ...Mel Gorman1-16/+5
2011-11-01mm: vmscan: do not writeback filesystem pages in direct reclaimMel Gorman1-0/+9
2011-11-01mm: vmscan: drop nr_force_scan[] from get_scan_countJohannes Weiner1-24/+12
2011-11-01vmscan: add block plug for page reclaimShaohua Li1-0/+3
2011-11-01mm: zone_reclaim: make isolate_lru_page() filter-awareMinchan Kim1-2/+18
2011-11-01mm: compaction: make isolate_lru_page() filter-awareMinchan Kim1-0/+3
2011-11-01mm: change isolate mode from #define to bitwise typeMinchan Kim1-17/+20
2011-10-30writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth1-1/+2
2011-09-15Merge branch 'master' into for-nextJiri Kosina1-35/+39
2011-09-15memcg: Revert "memcg: add memory.vmscan_stat"Johannes Weiner1-34/+5
2011-09-15mm: vmscan: fix force-scanning small targets without swapJohannes Weiner1-15/+12
2011-08-26vmscan: clear ZONE_CONGESTED for zone with good watermarkShaohua Li1-0/+3
2011-08-26mm: fix a vmscan warningShaohua Li1-8/+8
2011-08-24mm/vmscan.c: fix a typo in a comment "relaimed" to "reclaimed"Justin P. Mattock1-1/+1
2011-07-27memcg: add memory.vmscan_statKAMEZAWA Hiroyuki1-5/+34