aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-20mm/vmscan.c: remove duplicate include of compaction.hJesper Juhl1-1/+0
2011-01-17Revert "mm: batch activate_page() to reduce lock contention"Linus Torvalds1-4/+2
2011-01-13mm: batch activate_page() to reduce lock contentionShaohua Li1-2/+4
2011-01-13thp: scale nr_rotated to balance memory pressureRik van Riel1-2/+3
2011-01-13thp: fix anon memory statistics with transparent hugepagesRik van Riel1-5/+6
2011-01-13thp: use compaction in kswapd for GFP_ATOMIC order > 0Andrea Arcangeli1-10/+20
2011-01-13mm: kswapd: use the classzone idx that kswapd was using for sleeping_prematurely()Mel Gorman1-13/+16
2011-01-13mm: kswapd: treat zone->all_unreclaimable in sleeping_prematurely similar to balance_pgdat()Mel Gorman1-1/+9
2011-01-13mm: kswapd: reset kswapd_max_order and classzone_idx after readingMel Gorman1-0/+2
2011-01-13mm: kswapd: use the order that kswapd was reclaiming at for sleeping_prematurely()Mel Gorman1-5/+11
2011-01-13mm: kswapd: keep kswapd awake for high-order allocations until a percentage of the node is balancedMel Gorman1-9/+49
2011-01-13mm: kswapd: stop high-order balancing when any suitable zone is balancedMel Gorman1-9/+59
2011-01-13mm: vmscan: rename lumpy_mode to reclaim_modeMel Gorman1-35/+35
2011-01-13mm: migration: allow migration to operate asynchronously and avoid synchronous compaction in the faster pathMel Gorman1-1/+2
2011-01-13mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimMel Gorman1-15/+87
2011-01-13mm: vmscan: convert lumpy_mode into a bitmaskMel Gorman1-18/+28
2011-01-13vmscan: factor out kswapd sleeping logic from kswapd()KOSAKI Motohiro1-46/+46
2011-01-13mm: vmstat: use a single setter function and callback for adjusting percpu thresholdsMel Gorman1-2/+17
2011-01-13mm: 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-26vmscan,tmpfs: treat used once pages on tmpfs as used onceKOSAKI Motohiro1-1/+1
2010-10-26writeback: do not sleep on the congestion queue if there are no congested BDIs or if significant congestion is not being encountered in the current zoneMel Gorman1-7/+35
2010-10-26vmscan: isolate_lru_pages(): stop neighbour search if neighbour cannot be isolatedKOSAKI Motohiro1-6/+11
2010-10-26vmscan: remove dead code in shrink_inactive_list()KOSAKI Motohiro1-8/+0
2010-10-26vmscan: narrow the scenarios in whcih lumpy reclaim uses synchrounous reclaimKOSAKI Motohiro1-45/+75
2010-10-26vmscan: synchronous lumpy reclaim should not call congestion_wait()KOSAKI Motohiro1-2/+0
2010-10-26tracing, vmscan: add trace events for LRU list shrinkingMel Gorman1-0/+6
2010-10-26vmscan: delete dead codeShaohua Li1-10/+0
2010-10-26vmscan: prevent background aging of anon page in no swap systemMinchan Kim1-1/+16
2010-10-26mm: only build per-node scan_unevictable functions when NUMA is enabledThadeu Lima de Souza Cascardo1-1/+2
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-1/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2010-09-22vmscan: 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
2010-08-09vmscan: raise the bar to PAGEOUT_IO_SYNC stallsWu Fengguang1-8/+43
2010-08-09memcg, vmscan: add memcg reclaim tracepointKOSAKI Motohiro1-1/+19
2010-08-09vmscan: shrink_slab() requires the number of lru_pages, not the page orderKOSAKI Motohiro1-4/+13
2010-08-09vmscan: protect reading of reclaim_stat with lru_lockKOSAKI Motohiro1-11/+9
2010-08-09vmscan: avoid subtraction of unsigned typesKOSAKI Motohiro1-7/+8
2010-08-09vmscan: update isolated page counters outside of main path in shrink_inactive_list()Mel Gorman1-25/+38
2010-08-09vmscan: set up pagevec as late as possible in shrink_page_list()Mel Gorman1-8/+28
2010-08-09vmscan: set up pagevec as late as possible in shrink_inactive_list()Mel Gorman1-43/+56
2010-08-09vmscan: remove unnecessary temporary vars in do_try_to_free_pagesMel Gorman1-5/+4
2010-08-09vmscan: simplify shrink_inactive_list()KOSAKI Motohiro1-110/+102
2010-08-09vmscan: kill prev_priority completelyKOSAKI Motohiro1-57/+0