aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-23SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins1-89/+39
2012-01-23SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins1-1/+11
2012-01-12mm: rearrange putback_inactive_pagesHugh Dickins1-52/+44
2012-01-12mm: remove isolate_pages()Hugh Dickins1-34/+27
2012-01-12mm: enum lru_list lruHugh Dickins1-11/+11
2012-01-12mm: take pagevecs off reclaim stackHugh Dickins1-18/+40
2012-01-12mm: vmscan: check if reclaim should really abort even if compaction_ready() is true for one zoneMel Gorman1-10/+9
2012-01-12mm: vmscan: when reclaiming for compaction, ensure there are sufficient free pages availableMel Gorman1-5/+39
2012-01-12mm: compaction: make isolate_lru_page() filter-aware againMel Gorman1-2/+33
2012-01-12mm: vmscan: do not OOM if aborting reclaim to start compactionMel Gorman1-1/+7
2012-01-12mm: vmscan: check if we isolated a compound page during lumpy scanAndrea Arcangeli1-3/+7
2012-01-12vmscan/trace: Add 'file' info to trace_mm_vmscan_lru_isolate()Tao Ma1-1/+1
2012-01-12mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner1-6/+6
2012-01-12mm: make per-memcg LRU lists exclusiveJohannes Weiner1-35/+29
2012-01-12mm: collect LRU list heads into struct lruvecJohannes Weiner1-5/+5
2012-01-12mm: vmscan: convert global reclaim to per-memcg LRU listsJohannes Weiner1-17/+22
2012-01-12mm: move memcg hierarchy reclaim to generic reclaim codeJohannes Weiner1-4/+39
2012-01-12mm: vmscan: distinguish between memcg triggering reclaim and memcg being scannedJohannes Weiner1-108/+141
2012-01-12mm: vmscan: distinguish global reclaim from global LRU scanningJohannes Weiner1-25/+37
2012-01-10mm: vmscan: fix typo in isolating lru pagesHillf Danton1-1/+1
2012-01-10mm: test PageSwapBacked in lumpy reclaimHugh Dickins1-1/+1
2012-01-10mm/vmscan.c: consider swap space when deciding whether to continue reclaimMinchan Kim1-2/+3
2012-01-10vmscan: add task name to warn_scan_unevictable() messagesKOSAKI Motohiro1-2/+3
2012-01-10mm: add free_hot_cold_page_list() helperKonstantin Khlebnikov1-19/+1
2012-01-10vmscan: activate executable pages after first usageKonstantin Khlebnikov1-0/+6
2012-01-10vmscan: promote shared file mapped pagesKonstantin Khlebnikov1-1/+1
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-7/+7
2011-12-21convert 'memory' sysdev_class to a regular subsystemKay Sievers1-7/+7
2011-12-09vmscan: use atomic-long for shrinker batchingKonstantin Khlebnikov1-10/+7
2011-12-09vmscan: fix initial shrinker size handlingKonstantin Khlebnikov1-3/+6
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+2
2011-11-02memcg: skip scanning active lists based on individual sizeJohannes Weiner1-2/+2
2011-10-31vmscan: abort reclaim/compaction if compaction can proceedMel Gorman1-11/+21
2011-10-31vmscan: limit direct reclaim for higher order allocationsRik van Riel1-0/+16
2011-10-31vmscan: add barrier to prevent evictable page in unevictable listMinchan Kim1-5/+6
2011-10-31mm: disable user interface to manually rescue unevictable pagesJohannes Weiner1-76/+8
2011-10-31vmscan.c: fix invalid strict_strtoul() check in write_scan_unevictable_node()Kautuk Consul1-2/+2
2011-10-31kswapd: assign new_order and new_classzone_idx after wakeup in sleepingAlex,Shi1-0/+2
2011-10-31kswapd: avoid unnecessary rebalance after an unsuccessful balancingAlex,Shi1-3/+11
2011-10-31vmscan: count pages into balanced for zone with good watermarkShaohua Li1-0/+2
2011-10-31mm: vmscan: immediately reclaim end-of-LRU dirty pages when writeback completesMel Gorman1-1/+9
2011-10-31mm: vmscan: throttle reclaim if encountering too many dirty pages under writebackMel Gorman1-3/+39
2011-10-31mm: vmscan: do not writeback filesystem pages in kswapd except in high priorityMel Gorman1-5/+8
2011-10-31mm: vmscan: remove dead code related to lumpy reclaim waiting on pages under writebackMel Gorman1-16/+5
2011-10-31mm: vmscan: do not writeback filesystem pages in direct reclaimMel Gorman1-0/+9
2011-10-31mm: vmscan: drop nr_force_scan[] from get_scan_countJohannes Weiner1-24/+12
2011-10-31vmscan: add block plug for page reclaimShaohua Li1-0/+3
2011-10-31mm: zone_reclaim: make isolate_lru_page() filter-awareMinchan Kim1-2/+18
2011-10-31mm: compaction: make isolate_lru_page() filter-awareMinchan Kim1-0/+3
2011-10-31mm: change isolate mode from #define to bitwise typeMinchan Kim1-17/+20