summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
2012-04-26mm: fix up the vmscan stat in vmstatYing Han
2012-04-12Revert "mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()"Ying Han
2012-03-24Fix potential endless loop in kswapd when compaction is not enabledRik van Riel
2012-03-23mm: fix testorder interaction between two kswapd patchesHugh Dickins
2012-03-22mm: forbid lumpy-reclaim in shrink_active_list()Konstantin Khlebnikov
2012-03-22cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman
2012-03-22mm/vmscan.c: fix spelling errorCopot Alexandru
2012-03-22vmscan: handle isolated pages with lru lock releasedHillf Danton
2012-03-22mm: vmscan: forcibly scan highmem if there are too many buffer_heads pinning ...Mel Gorman
2012-03-22vmscan: only defer compaction for failed order and higherRik van Riel
2012-03-22vmscan: kswapd carefully call compactionRik van Riel
2012-03-22vmscan: reclaim at order 0 when compaction is enabledRik van Riel
2012-03-22mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()Hillf Danton
2012-03-22mm/vmscan.c: cleanup with s/reclaim_mode/isolate_mode/Hillf Danton
2012-01-23SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins
2012-01-23SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins
2012-01-13mm: rearrange putback_inactive_pagesHugh Dickins
2012-01-13mm: remove isolate_pages()Hugh Dickins
2012-01-13mm: enum lru_list lruHugh Dickins
2012-01-13mm: take pagevecs off reclaim stackHugh Dickins
2012-01-13mm: vmscan: check if reclaim should really abort even if compaction_ready() i...Mel Gorman
2012-01-13mm: vmscan: when reclaiming for compaction, ensure there are sufficient free ...Mel Gorman
2012-01-13mm: compaction: make isolate_lru_page() filter-aware againMel Gorman
2012-01-13mm: vmscan: do not OOM if aborting reclaim to start compactionMel Gorman
2012-01-13mm: vmscan: check if we isolated a compound page during lumpy scanAndrea Arcangeli
2012-01-13vmscan/trace: Add 'file' info to trace_mm_vmscan_lru_isolate()Tao Ma
2012-01-13mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner
2012-01-13mm: make per-memcg LRU lists exclusiveJohannes Weiner
2012-01-13mm: collect LRU list heads into struct lruvecJohannes Weiner
2012-01-13mm: vmscan: convert global reclaim to per-memcg LRU listsJohannes Weiner
2012-01-13mm: move memcg hierarchy reclaim to generic reclaim codeJohannes Weiner
2012-01-13mm: vmscan: distinguish between memcg triggering reclaim and memcg being scannedJohannes Weiner
2012-01-13mm: vmscan: distinguish global reclaim from global LRU scanningJohannes Weiner
2012-01-11mm: vmscan: fix typo in isolating lru pagesHillf Danton
2012-01-11mm: test PageSwapBacked in lumpy reclaimHugh Dickins
2012-01-11mm/vmscan.c: consider swap space when deciding whether to continue reclaimMinchan Kim
2012-01-11vmscan: add task name to warn_scan_unevictable() messagesKOSAKI Motohiro
2012-01-11mm: add free_hot_cold_page_list() helperKonstantin Khlebnikov
2012-01-11vmscan: activate executable pages after first usageKonstantin Khlebnikov
2012-01-11vmscan: promote shared file mapped pagesKonstantin Khlebnikov
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2011-12-21convert 'memory' sysdev_class to a regular subsystemKay Sievers
2011-12-09vmscan: use atomic-long for shrinker batchingKonstantin Khlebnikov
2011-12-09vmscan: fix initial shrinker size handlingKonstantin Khlebnikov
2011-11-07Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-02memcg: skip scanning active lists based on individual sizeJohannes Weiner
2011-11-01vmscan: abort reclaim/compaction if compaction can proceedMel Gorman
2011-11-01vmscan: limit direct reclaim for higher order allocationsRik van Riel
2011-11-01vmscan: add barrier to prevent evictable page in unevictable listMinchan Kim
2011-11-01mm: disable user interface to manually rescue unevictable pagesJohannes Weiner