summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
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
2010-10-26vmscan: remove dead code in shrink_inactive_list()KOSAKI Motohiro
2010-10-26vmscan: narrow the scenarios in whcih lumpy reclaim uses synchrounous reclaimKOSAKI Motohiro
2010-10-26vmscan: synchronous lumpy reclaim should not call congestion_wait()KOSAKI Motohiro
2010-10-26tracing, vmscan: add trace events for LRU list shrinkingMel Gorman
2010-10-26vmscan: delete dead codeShaohua Li
2010-10-26vmscan: prevent background aging of anon page in no swap systemMinchan Kim
2010-10-26mm: only build per-node scan_unevictable functions when NUMA is enabledThadeu Lima de Souza Cascardo
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-09-22vmscan: check all_unreclaimable in direct reclaim pathMinchan Kim
2010-08-18Fix typo s/contenious/continuous in commentNikanth Karthikesan
2010-08-11memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim()KOSAKI Motohiro
2010-08-11memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemaskKOSAKI Motohiro
2010-08-11memcg: kill unnecessary initialization in mem_cgroup_shrink_node_zone()KOSAKI Motohiro
2010-08-11memcg: sc.nr_to_reclaim should be initializedKOSAKI Motohiro
2010-08-09vmscan: raise the bar to PAGEOUT_IO_SYNC stallsWu Fengguang
2010-08-09memcg, vmscan: add memcg reclaim tracepointKOSAKI Motohiro
2010-08-09vmscan: shrink_slab() requires the number of lru_pages, not the page orderKOSAKI Motohiro
2010-08-09vmscan: protect reading of reclaim_stat with lru_lockKOSAKI Motohiro
2010-08-09vmscan: avoid subtraction of unsigned typesKOSAKI Motohiro
2010-08-09vmscan: update isolated page counters outside of main path in shrink_inactive...Mel Gorman
2010-08-09vmscan: set up pagevec as late as possible in shrink_page_list()Mel Gorman
2010-08-09vmscan: set up pagevec as late as possible in shrink_inactive_list()Mel Gorman
2010-08-09vmscan: remove unnecessary temporary vars in do_try_to_free_pagesMel Gorman
2010-08-09vmscan: simplify shrink_inactive_list()KOSAKI Motohiro
2010-08-09vmscan: kill prev_priority completelyKOSAKI Motohiro
2010-08-09vmscan: tracing: add trace event when a page is writtenMel Gorman
2010-08-09vmscan: tracing: add trace events for LRU page isolationMel Gorman
2010-08-09vmscan: tracing: add trace events for kswapd wakeup, sleeping and direct reclaimMel Gorman
2010-08-09vmscan: recalculate lru_pages on each priorityKOSAKI Motohiro
2010-08-09vmscan: zone_reclaim don't call disable_swap_token()KOSAKI Motohiro
2010-07-20mm/vmscan.c: fix mapping use after freeNick Piggin
2010-07-19mm: add context argument to shrinker callbackDave Chinner