aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner2014-07-111-0/+3
* Revert "mm: vmscan: fix endless loop in kswapd balancing"Ben Hutchings2013-01-031-18/+9
* mm: vmscan: fix endless loop in kswapd balancingJohannes Weiner2012-12-061-9/+18
* mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()Takamori Yamaguchi2012-11-161-0/+2
* mm: avoid swapping out with swappiness==0Satoru Moriya2012-09-121-3/+3
* cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2012-08-021-2/+0
* mm: vmscan: convert global reclaim to per-memcg LRU listsJohannes Weiner2012-08-021-1/+2
* mm: test PageSwapBacked in lumpy reclaimHugh Dickins2012-08-021-1/+1
* mm/vmscan.c: consider swap space when deciding whether to continue reclaimMinchan Kim2012-08-021-2/+3
* vmscan: activate executable pages after first usageKonstantin Khlebnikov2012-08-021-0/+6
* vmscan: promote shared file mapped pagesKonstantin Khlebnikov2012-08-021-1/+1
* mm: vmscan: check if reclaim should really abort even if compaction_ready() i...Mel Gorman2012-08-021-10/+9
* mm: vmscan: do not OOM if aborting reclaim to start compactionMel Gorman2012-08-021-1/+7
* mm: vmscan: when reclaiming for compaction, ensure there are sufficient free ...Mel Gorman2012-08-021-5/+39
* mm: compaction: make isolate_lru_page() filter-aware againMel Gorman2012-08-021-2/+33
* mm: fix lost kswapd wakeup in kswapd_stop()Aaditya Kumar2012-07-251-1/+4
* memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu2012-07-251-2/+5
* mm: consider all swapped back pages in used-once logicMichal Hocko2012-06-101-1/+1
* SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins2012-01-251-85/+37
* SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins2012-01-251-1/+11
* vmscan: use atomic-long for shrinker batchingKonstantin Khlebnikov2011-12-091-10/+7
* vmscan: fix initial shrinker size handlingKonstantin Khlebnikov2011-12-091-3/+6
* Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-1/+2
|\
| * writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth2011-10-311-1/+2
* | memcg: skip scanning active lists based on individual sizeJohannes Weiner2011-11-021-2/+2
* | vmscan: abort reclaim/compaction if compaction can proceedMel Gorman2011-10-311-11/+21
* | vmscan: limit direct reclaim for higher order allocationsRik van Riel2011-10-311-0/+16
* | vmscan: add barrier to prevent evictable page in unevictable listMinchan Kim2011-10-311-5/+6
* | mm: disable user interface to manually rescue unevictable pagesJohannes Weiner2011-10-311-76/+8
* | vmscan.c: fix invalid strict_strtoul() check in write_scan_unevictable_node()Kautuk Consul2011-10-311-2/+2
* | kswapd: assign new_order and new_classzone_idx after wakeup in sleepingAlex,Shi2011-10-311-0/+2
* | kswapd: avoid unnecessary rebalance after an unsuccessful balancingAlex,Shi2011-10-311-3/+11
* | vmscan: count pages into balanced for zone with good watermarkShaohua Li2011-10-311-0/+2
* | mm: vmscan: immediately reclaim end-of-LRU dirty pages when writeback completesMel Gorman2011-10-311-1/+9
* | mm: vmscan: throttle reclaim if encountering too many dirty pages under write...Mel Gorman2011-10-311-3/+39
* | mm: vmscan: do not writeback filesystem pages in kswapd except in high priorityMel Gorman2011-10-311-5/+8
* | mm: vmscan: remove dead code related to lumpy reclaim waiting on pages under ...Mel Gorman2011-10-311-16/+5
* | mm: vmscan: do not writeback filesystem pages in direct reclaimMel Gorman2011-10-311-0/+9
* | mm: vmscan: drop nr_force_scan[] from get_scan_countJohannes Weiner2011-10-311-24/+12
* | vmscan: add block plug for page reclaimShaohua Li2011-10-311-0/+3
* | mm: zone_reclaim: make isolate_lru_page() filter-awareMinchan Kim2011-10-311-2/+18
* | mm: compaction: make isolate_lru_page() filter-awareMinchan Kim2011-10-311-0/+3
* | mm: change isolate mode from #define to bitwise typeMinchan Kim2011-10-311-17/+20
* | Merge branch 'master' into for-nextJiri Kosina2011-09-151-35/+39
|\ \ | |/
| * memcg: Revert "memcg: add memory.vmscan_stat"Johannes Weiner2011-09-141-34/+5
| * mm: vmscan: fix force-scanning small targets without swapJohannes Weiner2011-09-141-15/+12
| * vmscan: clear ZONE_CONGESTED for zone with good watermarkShaohua Li2011-08-251-0/+3
| * mm: fix a vmscan warningShaohua Li2011-08-251-8/+8
| * memcg: add memory.vmscan_statKAMEZAWA Hiroyuki2011-07-261-5/+34
| * memcg: fix vmscan count in small memcgsKAMEZAWA Hiroyuki2011-07-261-6/+12