aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* mm: Disable optimization for function shrink_page_list()Wolfgang Wiedmeyer2019-07-241-0/+2
* mm/vmscan: Add #ifdef around "WasActive page flag"Paul Reioux2016-06-121-0/+6
* mm: implement WasActive page flag (for improving cleancache)Dan Magenheimer2016-06-121-0/+4
* mm: swap: don't delay swap free for fast swap devicesVinayak Menon2016-06-121-1/+1
* Revert "Add ZRAM_FOR_ANDROID"Andreas Blaesius2016-06-121-78/+0
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-60/+239
|\
| * mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()Takamori Yamaguchi2012-11-261-0/+2
| * vmscan: fix initial shrinker size handlingKonstantin Khlebnikov2012-08-011-3/+6
| * cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2012-08-011-2/+0
| * mm: vmscan: convert global reclaim to per-memcg LRU listsJohannes Weiner2012-08-011-1/+2
| * mm: test PageSwapBacked in lumpy reclaimHugh Dickins2012-08-011-1/+1
| * mm/vmscan.c: consider swap space when deciding whether to continue reclaimMinchan Kim2012-08-011-2/+3
| * vmscan: activate executable pages after first usageKonstantin Khlebnikov2012-08-011-0/+6
| * vmscan: promote shared file mapped pagesKonstantin Khlebnikov2012-08-011-1/+1
| * mm: vmscan: check if reclaim should really abort even if compaction_ready() i...Mel Gorman2012-08-011-10/+9
| * mm: vmscan: do not OOM if aborting reclaim to start compactionMel Gorman2012-08-011-1/+7
| * mm: vmscan: when reclaiming for compaction, ensure there are sufficient free ...Mel Gorman2012-08-011-5/+39
| * kswapd: assign new_order and new_classzone_idx after wakeup in sleepingAlex Shi2012-08-011-0/+2
| * kswapd: avoid unnecessary rebalance after an unsuccessful balancingAlex Shi2012-08-011-3/+11
| * mm: compaction: make isolate_lru_page() filter-aware againMel Gorman2012-08-011-2/+33
| * mm: zone_reclaim: make isolate_lru_page() filter-awareMinchan Kim2012-08-011-2/+18
| * mm: compaction: make isolate_lru_page() filter-awareMinchan Kim2012-08-011-0/+3
| * mm: change isolate mode from #define to bitwise typeMinchan Kim2012-08-011-17/+20
| * vmscan: abort reclaim/compaction if compaction can proceedMel Gorman2012-08-011-11/+21
| * vmscan: limit direct reclaim for higher order allocationsRik van Riel2012-08-011-0/+16
| * vmscan: reduce wind up shrinker->nr when shrinker can't do workDave Chinner2012-08-011-0/+15
| * vmscan: shrinker->nr updates race and go wrongDave Chinner2012-08-011-13/+32
| * vmscan: add shrink_slab tracepointsDave Chinner2012-08-011-1/+7
| * vmscan: clear ZONE_CONGESTED for zone with good watermarkShaohua Li2012-08-011-0/+3
| * mm: vmscan: fix force-scanning small targets without swapJohannes Weiner2012-08-011-15/+12
| * mm: fix lost kswapd wakeup in kswapd_stop()Aaditya Kumar2012-08-011-1/+4
| * memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu2012-07-161-2/+5
| * mm: consider all swapped back pages in used-once logicMichal Hocko2012-06-101-1/+1
* | merge opensource jb u5codeworkx2012-09-221-3/+99
* | samsung update 1codeworkx2012-06-021-0/+3
|/
* memcg: fix vmscan count in small memcgsKAMEZAWA Hiroyuki2011-10-031-6/+12
* vmscan: fix a livelock in kswapdShaohua Li2011-07-191-1/+2
* mm: vmscan: only read new_classzone_idx from pgdat when reclaiming successfullyMel Gorman2011-07-081-13/+21
* mm: vmscan: evaluate the watermarks against the correct classzoneMel Gorman2011-07-081-1/+1
* mm: vmscan: do not apply pressure to slab if we are not applying pressure to ...Mel Gorman2011-07-081-10/+13
* mm: vmscan: correct check for kswapd sleeping in sleeping_prematurelyMel Gorman2011-07-081-1/+1
* memcg: fix direct softlimit reclaim to be called in limit pathKAMEZAWA Hiroyuki2011-06-271-12/+15
* mm: vmscan: do not use page_count without a page pinAndrea Arcangeli2011-06-151-2/+14
* vmscan,memcg: memcg aware swap tokenKOSAKI Motohiro2011-06-151-2/+2
* memcg: rename mem_cgroup_zone_nr_pages() to mem_cgroup_zone_nr_lru_pages()Ying Han2011-05-261-1/+1
* memcg: fix get_scan_count() for small targetsKAMEZAWA Hiroyuki2011-05-261-27/+33
* memcg: reclaim memory from nodes in round-robin orderYing Han2011-05-261-1/+9
* memcg: add the soft_limit reclaim in global direct reclaim.Ying Han2011-05-261-2/+14
* memcg: count the soft_limit reclaim in global background reclaimYing Han2011-05-261-3/+13
* vmscan: change shrinker API by passing shrink_control structYing Han2011-05-251-15/+19