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