summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins2012-01-231-89/+39Star
* SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins2012-01-231-1/+11
* mm: rearrange putback_inactive_pagesHugh Dickins2012-01-131-52/+44Star
* mm: remove isolate_pages()Hugh Dickins2012-01-131-34/+27Star
* mm: enum lru_list lruHugh Dickins2012-01-131-11/+11
* mm: take pagevecs off reclaim stackHugh Dickins2012-01-131-18/+40
* mm: vmscan: check if reclaim should really abort even if compaction_ready() i...Mel Gorman2012-01-131-10/+9Star
* mm: vmscan: when reclaiming for compaction, ensure there are sufficient free ...Mel Gorman2012-01-131-5/+39
* mm: compaction: make isolate_lru_page() filter-aware againMel Gorman2012-01-131-2/+33
* mm: vmscan: do not OOM if aborting reclaim to start compactionMel Gorman2012-01-131-1/+7
* mm: vmscan: check if we isolated a compound page during lumpy scanAndrea Arcangeli2012-01-131-3/+7
* vmscan/trace: Add 'file' info to trace_mm_vmscan_lru_isolate()Tao Ma2012-01-131-1/+1
* mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner2012-01-131-6/+6
* mm: make per-memcg LRU lists exclusiveJohannes Weiner2012-01-131-35/+29Star
* mm: collect LRU list heads into struct lruvecJohannes Weiner2012-01-131-5/+5
* mm: vmscan: convert global reclaim to per-memcg LRU listsJohannes Weiner2012-01-131-17/+22
* mm: move memcg hierarchy reclaim to generic reclaim codeJohannes Weiner2012-01-131-4/+39
* mm: vmscan: distinguish between memcg triggering reclaim and memcg being scannedJohannes Weiner2012-01-131-108/+141
* mm: vmscan: distinguish global reclaim from global LRU scanningJohannes Weiner2012-01-131-25/+37
* mm: vmscan: fix typo in isolating lru pagesHillf Danton2012-01-111-1/+1
* mm: test PageSwapBacked in lumpy reclaimHugh Dickins2012-01-111-1/+1
* mm/vmscan.c: consider swap space when deciding whether to continue reclaimMinchan Kim2012-01-111-2/+3
* vmscan: add task name to warn_scan_unevictable() messagesKOSAKI Motohiro2012-01-111-2/+3
* mm: add free_hot_cold_page_list() helperKonstantin Khlebnikov2012-01-111-19/+1Star
* vmscan: activate executable pages after first usageKonstantin Khlebnikov2012-01-111-0/+6
* vmscan: promote shared file mapped pagesKonstantin Khlebnikov2012-01-111-1/+1
* Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-7/+7
|\
| * convert 'memory' sysdev_class to a regular subsystemKay Sievers2011-12-211-7/+7
* | vmscan: use atomic-long for shrinker batchingKonstantin Khlebnikov2011-12-091-10/+7Star
* | vmscan: fix initial shrinker size handlingKonstantin Khlebnikov2011-12-091-3/+6
|/
* Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-1/+2
|\
| * writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth2011-10-301-1/+2
* | memcg: skip scanning active lists based on individual sizeJohannes Weiner2011-11-031-2/+2
* | vmscan: abort reclaim/compaction if compaction can proceedMel Gorman2011-11-011-11/+21
* | vmscan: limit direct reclaim for higher order allocationsRik van Riel2011-11-011-0/+16
* | vmscan: add barrier to prevent evictable page in unevictable listMinchan Kim2011-11-011-5/+6
* | mm: disable user interface to manually rescue unevictable pagesJohannes Weiner2011-11-011-76/+8Star
* | vmscan.c: fix invalid strict_strtoul() check in write_scan_unevictable_node()Kautuk Consul2011-11-011-2/+2
* | kswapd: assign new_order and new_classzone_idx after wakeup in sleepingAlex,Shi2011-11-011-0/+2
* | kswapd: avoid unnecessary rebalance after an unsuccessful balancingAlex,Shi2011-11-011-3/+11
* | vmscan: count pages into balanced for zone with good watermarkShaohua Li2011-11-011-0/+2
* | mm: vmscan: immediately reclaim end-of-LRU dirty pages when writeback completesMel Gorman2011-11-011-1/+9
* | mm: vmscan: throttle reclaim if encountering too many dirty pages under write...Mel Gorman2011-11-011-3/+39
* | mm: vmscan: do not writeback filesystem pages in kswapd except in high priorityMel Gorman2011-11-011-5/+8
* | mm: vmscan: remove dead code related to lumpy reclaim waiting on pages under ...Mel Gorman2011-11-011-16/+5Star
* | mm: vmscan: do not writeback filesystem pages in direct reclaimMel Gorman2011-11-011-0/+9
* | mm: vmscan: drop nr_force_scan[] from get_scan_countJohannes Weiner2011-11-011-24/+12Star
* | vmscan: add block plug for page reclaimShaohua Li2011-11-011-0/+3
* | mm: zone_reclaim: make isolate_lru_page() filter-awareMinchan Kim2011-11-011-2/+18
* | mm: compaction: make isolate_lru_page() filter-awareMinchan Kim2011-11-011-0/+3