summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* mm: fix up the vmscan stat in vmstatYing Han2012-04-251-3/+8
* Revert "mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()"Ying Han2012-04-121-6/+1
* Fix potential endless loop in kswapd when compaction is not enabledRik van Riel2012-03-241-1/+2
* mm: fix testorder interaction between two kswapd patchesHugh Dickins2012-03-231-1/+1
* mm: forbid lumpy-reclaim in shrink_active_list()Konstantin Khlebnikov2012-03-211-0/+2
* cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2012-03-211-2/+0
* mm/vmscan.c: fix spelling errorCopot Alexandru2012-03-211-2/+2
* vmscan: handle isolated pages with lru lock releasedHillf Danton2012-03-211-11/+10
* mm: vmscan: forcibly scan highmem if there are too many buffer_heads pinning ...Mel Gorman2012-03-211-13/+29
* vmscan: only defer compaction for failed order and higherRik van Riel2012-03-211-1/+1
* vmscan: kswapd carefully call compactionRik van Riel2012-03-211-0/+10
* vmscan: reclaim at order 0 when compaction is enabledRik van Riel2012-03-211-17/+30
* mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()Hillf Danton2012-03-211-1/+6
* mm/vmscan.c: cleanup with s/reclaim_mode/isolate_mode/Hillf Danton2012-03-211-9/+9
* 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