summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
2017-05-12mm: vmscan: scan until it finds eligible pagesMinchan Kim
2017-05-08mm: introduce memalloc_noreclaim_{save,restore}Vlastimil Babka
2017-05-03mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner
2017-05-03mm: memcontrol: re-use node VM page state enumJohannes Weiner
2017-05-03mm: memcontrol: clean up memory.events counting functionJohannes Weiner
2017-05-03mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner
2017-05-03mm: make ttu's return booleanMinchan Kim
2017-05-03mm: remove SWAP_AGAIN in ttuMinchan Kim
2017-05-03mm: remove SWAP_MLOCK in ttuMinchan Kim
2017-05-03mm: remove SWAP_DIRTY in ttuMinchan Kim
2017-05-03mm/vmscan: more restrictive condition for retry in do_try_to_free_pagesYisheng Xie
2017-05-03mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idxMel Gorman
2017-05-03mm, vmscan: only clear pgdat congested/dirty/writeback state when balancedMel Gorman
2017-05-03mm, vmscan: fix zone balance check in prepare_kswapd_sleepShantanu Goel
2017-05-03mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko
2017-05-03mm: reclaim MADV_FREE pagesShaohua Li
2017-05-03mm: delete unnecessary TTU_* flagsShaohua Li
2017-05-03Revert "mm, vmscan: account for skipped pages as a partial scan"Johannes Weiner
2017-05-03mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner
2017-05-03mm: don't avoid high-priority reclaim on memcg limit reclaimJohannes Weiner
2017-05-03mm: don't avoid high-priority reclaim on unreclaimable nodesJohannes Weiner
2017-05-03mm: remove seemingly spurious reclaimability check from laptop_mode gatingJohannes Weiner
2017-05-03mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttlingJohannes Weiner
2017-05-03mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar
2017-02-24mm, vmscan: clear PGDAT_WRITEBACK when zone is balancedMel Gorman
2017-02-24mm: vmscan: move dirty pages out of the way until they're flushedJohannes Weiner
2017-02-24mm: vmscan: only write dirty pages that the scanner has seen twiceJohannes Weiner
2017-02-24mm: vmscan: remove old flusher wakeup from direct reclaim pathJohannes Weiner
2017-02-24mm: vmscan: kick flushers when we encounter dirty pages on the LRUJohannes Weiner
2017-02-24mm: vmscan: scan dirty pages even in laptop modeJohannes Weiner
2017-02-22Revert "mm: bail out in shrink_inactive_list()"Michal Hocko
2017-02-22mm, vmscan: consider eligible zones in get_scan_countMichal Hocko
2017-02-22mm, vmscan: cleanup lru size claculationsMichal Hocko
2017-02-22mm, vmscan: do not count freed pages as PGDEACTIVATEMichal Hocko
2017-02-22mm, vmscan: add mm_vmscan_inactive_list_is_low tracepointMichal Hocko
2017-02-22mm, vmscan: enhance mm_vmscan_lru_shrink_inactive tracepointMichal Hocko
2017-02-22mm, vmscan: extract shrink_page_list reclaim counters into a structMichal Hocko
2017-02-22mm, vmscan: show LRU name in mm_vmscan_lru_isolate tracepointMichal Hocko
2017-02-22mm, vmscan: show the number of skipped pages in mm_vmscan_lru_isolateMichal Hocko
2017-02-22mm, vmscan: add active list aging tracepointMichal Hocko
2017-01-10mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-12mm/vmscan.c: set correct defer count for shrinkerShaohua Li
2016-12-02mm, vmscan: add cond_resched() into shrink_node_memcg()Michal Hocko
2016-11-09mm/vmscan: Convert to hotplug state machineSebastian Andrzej Siewior
2016-10-27mm: memcontrol: do not recurse in direct reclaimJohannes Weiner
2016-10-07mm: use zonelist name instead of using hardcoded indexAneesh Kumar K.V
2016-10-07mm, vmscan: get rid of throttle_vm_writeoutMichal Hocko