aboutsummaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
2012-01-12mm: make per-memcg LRU lists exclusiveJohannes Weiner
2012-01-12mm: collect LRU list heads into struct lruvecJohannes Weiner
2012-01-12mm: vmscan: convert global reclaim to per-memcg LRU listsJohannes Weiner
2012-01-12mm: move memcg hierarchy reclaim to generic reclaim codeJohannes Weiner
2012-01-12mm: vmscan: distinguish between memcg triggering reclaim and memcg being scannedJohannes Weiner
2012-01-12mm: vmscan: distinguish global reclaim from global LRU scanningJohannes Weiner
2012-01-10mm: vmscan: fix typo in isolating lru pagesHillf Danton
2012-01-10mm: test PageSwapBacked in lumpy reclaimHugh Dickins
2012-01-10mm/vmscan.c: consider swap space when deciding whether to continue reclaimMinchan Kim
2012-01-10vmscan: add task name to warn_scan_unevictable() messagesKOSAKI Motohiro
2012-01-10mm: add free_hot_cold_page_list() helperKonstantin Khlebnikov
2012-01-10vmscan: activate executable pages after first usageKonstantin Khlebnikov
2012-01-10vmscan: promote shared file mapped pagesKonstantin Khlebnikov
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2011-12-21convert 'memory' sysdev_class to a regular subsystemKay Sievers
2011-12-09vmscan: use atomic-long for shrinker batchingKonstantin Khlebnikov
2011-12-09vmscan: fix initial shrinker size handlingKonstantin Khlebnikov
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-02memcg: skip scanning active lists based on individual sizeJohannes Weiner
2011-10-31vmscan: abort reclaim/compaction if compaction can proceedMel Gorman
2011-10-31vmscan: limit direct reclaim for higher order allocationsRik van Riel
2011-10-31vmscan: add barrier to prevent evictable page in unevictable listMinchan Kim
2011-10-31mm: disable user interface to manually rescue unevictable pagesJohannes Weiner
2011-10-31vmscan.c: fix invalid strict_strtoul() check in write_scan_unevictable_node()Kautuk Consul
2011-10-31kswapd: assign new_order and new_classzone_idx after wakeup in sleepingAlex,Shi
2011-10-31kswapd: avoid unnecessary rebalance after an unsuccessful balancingAlex,Shi
2011-10-31vmscan: count pages into balanced for zone with good watermarkShaohua Li
2011-10-31mm: vmscan: immediately reclaim end-of-LRU dirty pages when writeback completesMel Gorman
2011-10-31mm: vmscan: throttle reclaim if encountering too many dirty pages under write...Mel Gorman
2011-10-31mm: vmscan: do not writeback filesystem pages in kswapd except in high priorityMel Gorman
2011-10-31mm: vmscan: remove dead code related to lumpy reclaim waiting on pages under ...Mel Gorman
2011-10-31mm: vmscan: do not writeback filesystem pages in direct reclaimMel Gorman
2011-10-31mm: vmscan: drop nr_force_scan[] from get_scan_countJohannes Weiner
2011-10-31vmscan: add block plug for page reclaimShaohua Li
2011-10-31mm: zone_reclaim: make isolate_lru_page() filter-awareMinchan Kim
2011-10-31mm: compaction: make isolate_lru_page() filter-awareMinchan Kim
2011-10-31mm: change isolate mode from #define to bitwise typeMinchan Kim
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth
2011-09-15Merge branch 'master' into for-nextJiri Kosina
2011-09-14memcg: Revert "memcg: add memory.vmscan_stat"Johannes Weiner
2011-09-14mm: vmscan: fix force-scanning small targets without swapJohannes Weiner
2011-08-25vmscan: clear ZONE_CONGESTED for zone with good watermarkShaohua Li
2011-08-25mm: fix a vmscan warningShaohua Li
2011-08-24mm/vmscan.c: fix a typo in a comment "relaimed" to "reclaimed"Justin P. Mattock
2011-07-26memcg: add memory.vmscan_statKAMEZAWA Hiroyuki
2011-07-26memcg: fix vmscan count in small memcgsKAMEZAWA Hiroyuki
2011-07-26memcg: consolidate memory cgroup lru stat functionsKAMEZAWA Hiroyuki
2011-07-26memcg: export memory cgroup's swappiness with mem_cgroup_swappiness()KAMEZAWA Hiroyuki
2011-07-20vmscan: add customisable shrinker batch sizeDave Chinner
2011-07-20vmscan: reduce wind up shrinker->nr when shrinker can't do workDave Chinner