summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-14mm: vmscan: convert lumpy_mode into a bitmaskMel Gorman1-18/+28
2011-01-14vmscan: factor out kswapd sleeping logic from kswapd()KOSAKI Motohiro1-46/+46
2011-01-14mm: vmstat: use a single setter function and callback for adjusting percpu th...Mel Gorman1-2/+17
2011-01-14mm: page allocator: adjust the per-cpu counter threshold when memory is lowMel Gorman1-10/+13
2010-12-02Call the filesystem back whenever a page is removed from the page cacheLinus Torvalds1-0/+7
2010-11-12vmscan: avoid setting zone congested if no page dirtyShaohua Li1-1/+1
2010-10-27vmscan,tmpfs: treat used once pages on tmpfs as used onceKOSAKI Motohiro1-1/+1
2010-10-27writeback: do not sleep on the congestion queue if there are no congested BDI...Mel Gorman1-7/+35
2010-10-27vmscan: isolate_lru_pages(): stop neighbour search if neighbour cannot be iso...KOSAKI Motohiro1-6/+11
2010-10-27vmscan: remove dead code in shrink_inactive_list()KOSAKI Motohiro1-8/+0
2010-10-27vmscan: narrow the scenarios in whcih lumpy reclaim uses synchrounous reclaimKOSAKI Motohiro1-45/+75
2010-10-27vmscan: synchronous lumpy reclaim should not call congestion_wait()KOSAKI Motohiro1-2/+0
2010-10-27tracing, vmscan: add trace events for LRU list shrinkingMel Gorman1-0/+6
2010-10-27vmscan: delete dead codeShaohua Li1-10/+0
2010-10-27vmscan: prevent background aging of anon page in no swap systemMinchan Kim1-1/+16
2010-10-27mm: only build per-node scan_unevictable functions when NUMA is enabledThadeu Lima de Souza Cascardo1-1/+2
2010-10-27writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-1/+0
2010-10-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-2/+2
2010-09-23vmscan: check all_unreclaimable in direct reclaim pathMinchan Kim1-8/+35
2010-08-18Fix typo s/contenious/continuous in commentNikanth Karthikesan1-2/+2
2010-08-11memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim()KOSAKI Motohiro1-5/+2
2010-08-11memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemaskKOSAKI Motohiro1-4/+1
2010-08-11memcg: kill unnecessary initialization in mem_cgroup_shrink_node_zone()KOSAKI Motohiro1-2/+0
2010-08-11memcg: sc.nr_to_reclaim should be initializedKOSAKI Motohiro1-0/+1