summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-20vmscan: add customisable shrinker batch sizeDave Chinner1-5/+6
2011-07-20vmscan: reduce wind up shrinker->nr when shrinker can't do workDave Chinner1-0/+15
2011-07-20vmscan: shrinker->nr updates race and go wrongDave Chinner1-13/+32
2011-07-20vmscan: add shrink_slab tracepointsDave Chinner1-1/+7
2011-07-20vmscan: fix a livelock in kswapdShaohua Li1-1/+2
2011-07-09mm: vmscan: only read new_classzone_idx from pgdat when reclaiming successfullyMel Gorman1-13/+21
2011-07-09mm: vmscan: evaluate the watermarks against the correct classzoneMel Gorman1-1/+1
2011-07-09mm: vmscan: do not apply pressure to slab if we are not applying pressure to ...Mel Gorman1-10/+13
2011-07-09mm: vmscan: correct check for kswapd sleeping in sleeping_prematurelyMel Gorman1-1/+1
2011-06-28memcg: fix direct softlimit reclaim to be called in limit pathKAMEZAWA Hiroyuki1-12/+15
2011-06-16mm: vmscan: do not use page_count without a page pinAndrea Arcangeli1-2/+14
2011-06-16vmscan,memcg: memcg aware swap tokenKOSAKI Motohiro1-2/+2
2011-05-27memcg: rename mem_cgroup_zone_nr_pages() to mem_cgroup_zone_nr_lru_pages()Ying Han1-1/+1
2011-05-27memcg: fix get_scan_count() for small targetsKAMEZAWA Hiroyuki1-27/+33
2011-05-27memcg: reclaim memory from nodes in round-robin orderYing Han1-1/+9
2011-05-27memcg: add the soft_limit reclaim in global direct reclaim.Ying Han1-2/+14
2011-05-27memcg: count the soft_limit reclaim in global background reclaimYing Han1-3/+13
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-15/+19
2011-05-25vmscan: change shrink_slab() interfaces by passing shrink_controlYing Han1-13/+33
2011-05-25mm: strictly require elevated page refcount in isolate_lru_page()Konstantin Khlebnikov1-1/+4
2011-05-25mm: vmscan: correctly check if reclaimer should schedule during shrink_slabMinchan Kim1-2/+7
2011-05-25mm: vmscan: correct use of pgdat_balanced in sleeping_prematurelyJohannes Weiner1-1/+1
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-05-18memcg: fix zone congestionKAMEZAWA Hiroyuki1-1/+1
2011-04-15vmscan: all_unreclaimable() use zone->all_unreclaimable as a nameKOSAKI Motohiro1-11/+13
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2011-03-23mm: vmscan: kswapd should not free an excessive number of pages when balancin...Mel Gorman1-3/+13
2011-03-23mm: change __remove_from_page_cache()Minchan Kim1-1/+1
2011-03-23mm: compaction: prevent kswapd compacting memory to reduce CPU usageAndrea Arcangeli1-17/+1
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+1
2011-02-26mm: vmscan: stop reclaim/compaction earlier due to insufficient progress if !...Mel Gorman1-10/+22
2011-02-12vmscan: fix zone shrinking exit when scan work is doneJohannes Weiner1-2/+2
2011-01-26mm: fix deferred congestion timeout if preferred zone is not allowedDavid Rientjes1-1/+2
2011-01-21mm/vmscan.c: remove duplicate include of compaction.hJesper Juhl1-1/+0
2011-01-18Revert "mm: batch activate_page() to reduce lock contention"Linus Torvalds1-4/+2
2011-01-14mm: batch activate_page() to reduce lock contentionShaohua Li1-2/+4
2011-01-14thp: scale nr_rotated to balance memory pressureRik van Riel1-2/+3
2011-01-14thp: fix anon memory statistics with transparent hugepagesRik van Riel1-5/+6
2011-01-14thp: use compaction in kswapd for GFP_ATOMIC order > 0Andrea Arcangeli1-10/+20
2011-01-14mm: kswapd: use the classzone idx that kswapd was using for sleeping_prematur...Mel Gorman1-13/+16
2011-01-14mm: kswapd: treat zone->all_unreclaimable in sleeping_prematurely similar to ...Mel Gorman1-1/+9
2011-01-14mm: kswapd: reset kswapd_max_order and classzone_idx after readingMel Gorman1-0/+2
2011-01-14mm: kswapd: use the order that kswapd was reclaiming at for sleeping_prematur...Mel Gorman1-5/+11
2011-01-14mm: kswapd: keep kswapd awake for high-order allocations until a percentage o...Mel Gorman1-9/+49
2011-01-14mm: kswapd: stop high-order balancing when any suitable zone is balancedMel Gorman1-9/+59
2011-01-14mm: vmscan: rename lumpy_mode to reclaim_modeMel Gorman1-35/+35
2011-01-14mm: migration: allow migration to operate asynchronously and avoid synchronou...Mel Gorman1-1/+2
2011-01-14mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimMel Gorman1-15/+87