aboutsummaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
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-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
2011-07-20vmscan: shrinker->nr updates race and go wrongDave Chinner
2011-07-20vmscan: add shrink_slab tracepointsDave Chinner
2011-07-19vmscan: fix a livelock in kswapdShaohua Li
2011-07-08mm: vmscan: only read new_classzone_idx from pgdat when reclaiming successfullyMel Gorman
2011-07-08mm: vmscan: evaluate the watermarks against the correct classzoneMel Gorman
2011-07-08mm: vmscan: do not apply pressure to slab if we are not applying pressure to ...Mel Gorman
2011-07-08mm: vmscan: correct check for kswapd sleeping in sleeping_prematurelyMel Gorman
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