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