aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAge
* mm/vmscan: fix highidx argument typeMichael S. Tsirkin2015-01-26
* mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka2015-01-08
* mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner2014-12-13
* Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-12-11
|\
| * cpuset: simplify cpuset_node_allowed APIVladimir Davydov2014-10-27
* | mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka2014-12-10
* | mm: vmscan: count only dirty pages as congestedJamie Liu2014-12-10
* | mm/vmscan.c: replace printk with pr_errPintu Kumar2014-12-10
|/
* mm: memcontrol: fix transparent huge page allocations under pressureJohannes Weiner2014-10-09
* mm: clean up zone flagsJohannes Weiner2014-10-09
* mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner2014-10-09
* mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka2014-10-09
* mm: memcontrol: use page lists for uncharge batchingJohannes Weiner2014-08-08
* mm: memcontrol: rewrite uncharge APIJohannes Weiner2014-08-08
* memcg, vmscan: Fix forced scan of anonymous pagesJerome Marchand2014-08-06
* mm, vmscan: fix an outdated comment still mentioning get_scan_ratioJerome Marchand2014-08-06
* mm: move zone->pages_scanned into a vmstat counterMel Gorman2014-08-06
* mm: update the description for vm_total_pagesWang Sheng-Hui2014-08-06
* mm: vmscan: clean up struct scan_controlJohannes Weiner2014-08-06
* mm: vmscan: move swappiness out of scan_controlJohannes Weiner2014-08-06
* mm: vmscan: remove all_unreclaimable()Johannes Weiner2014-08-06
* mm: vmscan: rework compaction-ready signaling in direct reclaimJohannes Weiner2014-08-06
* mm: vmscan: remove remains of kswapd-managed zone->all_unreclaimableJohannes Weiner2014-08-06
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-12
|\
| * write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-06
* | Don't trigger congestion wait on dirty-but-not-writeout pagesLinus Torvalds2014-06-08
* | mm: convert some level-less printks to pr_*Mitchel Humpherys2014-06-06
* | vmscan: memcg: always use swappiness of the reclaimed memcgMichal Hocko2014-06-06
* | mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner2014-06-06
* | mm: vmscan: use proportional scanning during direct reclaim and full scan at ...Mel Gorman2014-06-04
* | mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and corre...Jianyu Zhan2014-06-04
* | mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman2014-06-04
* | mm: shrinker: add nid to tracepoint outputDave Hansen2014-06-04
* | mm: shrinker trace points: fix negativesDave Hansen2014-06-04
* | mm/vmscan.c: avoid throttling reclaim for loop-back nfsd threadsNeilBrown2014-06-04
* | mm: vmscan: do not throttle based on pfmemalloc reserves if node has no ZONE_...Mel Gorman2014-06-04
* | mem-hotplug: implement get/put_online_memsVladimir Davydov2014-06-04
* | mm: only force scan in reclaim when none of the LRUs are big enough.Suleiman Souhlal2014-06-04
|/
* revert "mm: vmscan: do not swap anon pages just because free+file is low"Johannes Weiner2014-05-06
* vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state()Christoph Lameter2014-04-18
* mm: vmscan: do not swap anon pages just because free+file is lowJohannes Weiner2014-04-08
* mm/vmscan: do not check compaction_ready on promoted zonesWeijie Yang2014-04-07
* mm/vmscan: restore sc->gfp_mask after promoting it to __GFP_HIGHMEMWeijie Yang2014-04-07
* mm: thrash detection-based file cache sizingJohannes Weiner2014-04-03
* mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-03
* mm: vmscan: shrink_slab: rename max_pass -> freeableVladimir Davydov2014-04-03
* mm: vmscan: remove shrink_control arg from do_try_to_free_pages()Vladimir Davydov2014-04-03
* mm: vmscan: move call to shrink_slab() to shrink_zones()Vladimir Davydov2014-04-03
* mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaimVladimir Davydov2014-04-03
* mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner2014-01-29