summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* mm: memcontrol: use page lists for uncharge batchingJohannes Weiner2014-08-081-7/+5
* mm: memcontrol: rewrite uncharge APIJohannes Weiner2014-08-081-3/+9
* memcg, vmscan: Fix forced scan of anonymous pagesJerome Marchand2014-08-061-7/+13
* mm, vmscan: fix an outdated comment still mentioning get_scan_ratioJerome Marchand2014-08-061-1/+1
* mm: move zone->pages_scanned into a vmstat counterMel Gorman2014-08-061-3/+4
* mm: update the description for vm_total_pagesWang Sheng-Hui2014-08-061-1/+5
* mm: vmscan: clean up struct scan_controlJohannes Weiner2014-08-061-53/+46
* mm: vmscan: move swappiness out of scan_controlJohannes Weiner2014-08-061-14/+13
* mm: vmscan: remove all_unreclaimable()Johannes Weiner2014-08-061-25/+24
* mm: vmscan: rework compaction-ready signaling in direct reclaimJohannes Weiner2014-08-061-38/+32
* mm: vmscan: remove remains of kswapd-managed zone->all_unreclaimableJohannes Weiner2014-08-061-8/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-1/+1
|\
| * write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-1/+1
* | Don't trigger congestion wait on dirty-but-not-writeout pagesLinus Torvalds2014-06-081-7/+5
* | mm: convert some level-less printks to pr_*Mitchel Humpherys2014-06-061-1/+4
* | vmscan: memcg: always use swappiness of the reclaimed memcgMichal Hocko2014-06-061-10/+8
* | mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner2014-06-061-0/+3
* | mm: vmscan: use proportional scanning during direct reclaim and full scan at ...Mel Gorman2014-06-041-11/+25
* | mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and corre...Jianyu Zhan2014-06-041-6/+4
* | mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman2014-06-041-3/+3
* | mm: shrinker: add nid to tracepoint outputDave Hansen2014-06-041-1/+1
* | mm: shrinker trace points: fix negativesDave Hansen2014-06-041-1/+1
* | mm/vmscan.c: avoid throttling reclaim for loop-back nfsd threadsNeilBrown2014-06-041-2/+17
* | mm: vmscan: do not throttle based on pfmemalloc reserves if node has no ZONE_...Mel Gorman2014-06-041-6/+37
* | mem-hotplug: implement get/put_online_memsVladimir Davydov2014-06-041-1/+1
* | mm: only force scan in reclaim when none of the LRUs are big enough.Suleiman Souhlal2014-06-041-27/+39
|/
* revert "mm: vmscan: do not swap anon pages just because free+file is low"Johannes Weiner2014-05-061-0/+18
* vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state()Christoph Lameter2014-04-181-1/+1
* mm: vmscan: do not swap anon pages just because free+file is lowJohannes Weiner2014-04-081-15/+1
* mm/vmscan: do not check compaction_ready on promoted zonesWeijie Yang2014-04-071-1/+3
* mm/vmscan: restore sc->gfp_mask after promoting it to __GFP_HIGHMEMWeijie Yang2014-04-071-0/+8
* mm: thrash detection-based file cache sizingJohannes Weiner2014-04-031-5/+19
* mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
* mm: vmscan: shrink_slab: rename max_pass -> freeableVladimir Davydov2014-04-031-13/+13
* mm: vmscan: remove shrink_control arg from do_try_to_free_pages()Vladimir Davydov2014-04-031-20/+12
* mm: vmscan: move call to shrink_slab() to shrink_zones()Vladimir Davydov2014-04-031-31/+25
* mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaimVladimir Davydov2014-04-031-2/+2
* mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner2014-01-291-22/+1
* mm: vmscan: call NUMA-unaware shrinkers irrespective of nodemaskVladimir Davydov2014-01-231-9/+10
* mm: vmscan: shrink all slab objects if tight on memoryVladimir Davydov2014-01-231-4/+21
* mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin2014-01-231-10/+10
* mm/vmscan.c: don't forget to free shrinker->nr_deferredAndrew Vagin2013-10-161-0/+1
* mm: avoid reinserting isolated balloon pages into LRU listsRafael Aquini2013-09-301-1/+3
* revert "memcg, vmscan: integrate soft reclaim tighter with zone shrinking code"Andrew Morton2013-09-241-36/+26
* revert "vmscan, memcg: do softlimit reclaim also for targeted reclaim"Andrew Morton2013-09-241-2/+2
* revert "memcg: enhance memcg iterator to support predicates"Andrew Morton2013-09-241-5/+11
* revert "memcg, vmscan: do not attempt soft limit reclaim if it would not scan...Andrew Morton2013-09-241-3/+1
* revert "memcg, vmscan: do not fall into reclaim-all pass too quickly"Andrew Morton2013-09-241-17/+2
* Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-121-31/+52
|\
| * memcg: trivial cleanupsAndrew Morton2013-09-121-6/+6
OpenPOWER on IntegriCloud