summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
2011-06-27memcg: fix direct softlimit reclaim to be called in limit pathKAMEZAWA Hiroyuki
2011-06-15mm: vmscan: do not use page_count without a page pinAndrea Arcangeli
2011-06-15vmscan,memcg: memcg aware swap tokenKOSAKI Motohiro
2011-05-26memcg: rename mem_cgroup_zone_nr_pages() to mem_cgroup_zone_nr_lru_pages()Ying Han
2011-05-26memcg: fix get_scan_count() for small targetsKAMEZAWA Hiroyuki
2011-05-26memcg: reclaim memory from nodes in round-robin orderYing Han
2011-05-26memcg: add the soft_limit reclaim in global direct reclaim.Ying Han
2011-05-26memcg: count the soft_limit reclaim in global background reclaimYing Han
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han
2011-05-25vmscan: change shrink_slab() interfaces by passing shrink_controlYing Han
2011-05-25mm: strictly require elevated page refcount in isolate_lru_page()Konstantin Khlebnikov
2011-05-25mm: vmscan: correctly check if reclaimer should schedule during shrink_slabMinchan Kim
2011-05-25mm: vmscan: correct use of pgdat_balanced in sleeping_prematurelyJohannes Weiner
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds
2011-05-18memcg: fix zone congestionKAMEZAWA Hiroyuki
2011-04-14vmscan: all_unreclaimable() use zone->all_unreclaimable as a nameKOSAKI Motohiro
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-22mm: vmscan: kswapd should not free an excessive number of pages when balancin...Mel Gorman
2011-03-22mm: change __remove_from_page_cache()Minchan Kim
2011-03-22mm: compaction: prevent kswapd compacting memory to reduce CPU usageAndrea Arcangeli
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2011-02-25mm: vmscan: stop reclaim/compaction earlier due to insufficient progress if !...Mel Gorman
2011-02-11vmscan: fix zone shrinking exit when scan work is doneJohannes Weiner
2011-01-26mm: fix deferred congestion timeout if preferred zone is not allowedDavid Rientjes
2011-01-20mm/vmscan.c: remove duplicate include of compaction.hJesper Juhl
2011-01-17Revert "mm: batch activate_page() to reduce lock contention"Linus Torvalds
2011-01-13mm: batch activate_page() to reduce lock contentionShaohua Li
2011-01-13thp: scale nr_rotated to balance memory pressureRik van Riel
2011-01-13thp: fix anon memory statistics with transparent hugepagesRik van Riel
2011-01-13thp: use compaction in kswapd for GFP_ATOMIC order > 0Andrea Arcangeli
2011-01-13mm: kswapd: use the classzone idx that kswapd was using for sleeping_prematur...Mel Gorman
2011-01-13mm: kswapd: treat zone->all_unreclaimable in sleeping_prematurely similar to ...Mel Gorman
2011-01-13mm: kswapd: reset kswapd_max_order and classzone_idx after readingMel Gorman
2011-01-13mm: kswapd: use the order that kswapd was reclaiming at for sleeping_prematur...Mel Gorman
2011-01-13mm: kswapd: keep kswapd awake for high-order allocations until a percentage o...Mel Gorman
2011-01-13mm: kswapd: stop high-order balancing when any suitable zone is balancedMel Gorman
2011-01-13mm: vmscan: rename lumpy_mode to reclaim_modeMel Gorman
2011-01-13mm: migration: allow migration to operate asynchronously and avoid synchronou...Mel Gorman
2011-01-13mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimMel Gorman
2011-01-13mm: vmscan: convert lumpy_mode into a bitmaskMel Gorman
2011-01-13vmscan: factor out kswapd sleeping logic from kswapd()KOSAKI Motohiro
2011-01-13mm: vmstat: use a single setter function and callback for adjusting percpu th...Mel Gorman
2011-01-13mm: page allocator: adjust the per-cpu counter threshold when memory is lowMel Gorman
2010-12-02Call the filesystem back whenever a page is removed from the page cacheLinus Torvalds
2010-11-12vmscan: avoid setting zone congested if no page dirtyShaohua Li
2010-10-26vmscan,tmpfs: treat used once pages on tmpfs as used onceKOSAKI Motohiro
2010-10-26writeback: do not sleep on the congestion queue if there are no congested BDI...Mel Gorman
2010-10-26vmscan: isolate_lru_pages(): stop neighbour search if neighbour cannot be iso...KOSAKI Motohiro