aboutsummaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
2012-11-26mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()Takamori Yamaguchi
2012-08-01vmscan: fix initial shrinker size handlingKonstantin Khlebnikov
2012-08-01cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman
2012-08-01mm: vmscan: convert global reclaim to per-memcg LRU listsJohannes Weiner
2012-08-01mm: test PageSwapBacked in lumpy reclaimHugh Dickins
2012-08-01mm/vmscan.c: consider swap space when deciding whether to continue reclaimMinchan Kim
2012-08-01vmscan: activate executable pages after first usageKonstantin Khlebnikov
2012-08-01vmscan: promote shared file mapped pagesKonstantin Khlebnikov
2012-08-01mm: vmscan: check if reclaim should really abort even if compaction_ready() i...Mel Gorman
2012-08-01mm: vmscan: do not OOM if aborting reclaim to start compactionMel Gorman
2012-08-01mm: vmscan: when reclaiming for compaction, ensure there are sufficient free ...Mel Gorman
2012-08-01kswapd: assign new_order and new_classzone_idx after wakeup in sleepingAlex Shi
2012-08-01kswapd: avoid unnecessary rebalance after an unsuccessful balancingAlex Shi
2012-08-01mm: compaction: make isolate_lru_page() filter-aware againMel Gorman
2012-08-01mm: zone_reclaim: make isolate_lru_page() filter-awareMinchan Kim
2012-08-01mm: compaction: make isolate_lru_page() filter-awareMinchan Kim
2012-08-01mm: change isolate mode from #define to bitwise typeMinchan Kim
2012-08-01vmscan: abort reclaim/compaction if compaction can proceedMel Gorman
2012-08-01vmscan: limit direct reclaim for higher order allocationsRik van Riel
2012-08-01vmscan: reduce wind up shrinker->nr when shrinker can't do workDave Chinner
2012-08-01vmscan: shrinker->nr updates race and go wrongDave Chinner
2012-08-01vmscan: add shrink_slab tracepointsDave Chinner
2012-08-01vmscan: clear ZONE_CONGESTED for zone with good watermarkShaohua Li
2012-08-01mm: vmscan: fix force-scanning small targets without swapJohannes Weiner
2012-08-01mm: fix lost kswapd wakeup in kswapd_stop()Aaditya Kumar
2012-07-16memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu
2012-06-10mm: consider all swapped back pages in used-once logicMichal Hocko
2011-10-03memcg: fix vmscan count in small memcgsKAMEZAWA Hiroyuki
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
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds
2011-05-18memcg: fix zone congestionKAMEZAWA Hiroyuki
2011-04-14vmscan: all_unreclaimable() use zone->all_unreclaimable as a nameKOSAKI Motohiro
2011-03-31Fix common misspellingsLucas De Marchi