summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
...
* mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner2017-05-041-3/+2Star
* mm: memcontrol: re-use node VM page state enumJohannes Weiner2017-05-041-3/+2Star
* mm: memcontrol: clean up memory.events counting functionJohannes Weiner2017-05-041-1/+1
* mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner2017-05-041-20/+74
* mm: make ttu's return booleanMinchan Kim2017-05-041-6/+1Star
* mm: remove SWAP_AGAIN in ttuMinchan Kim2017-05-041-2/+0Star
* mm: remove SWAP_MLOCK in ttuMinchan Kim2017-05-041-13/+7Star
* mm: remove SWAP_DIRTY in ttuMinchan Kim2017-05-041-3/+0Star
* mm/vmscan: more restrictive condition for retry in do_try_to_free_pagesYisheng Xie2017-05-041-5/+13
* mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idxMel Gorman2017-05-041-54/+66
* mm, vmscan: only clear pgdat congested/dirty/writeback state when balancedMel Gorman2017-05-041-9/+11
* mm, vmscan: fix zone balance check in prepare_kswapd_sleepShantanu Goel2017-05-041-4/+10
* mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko2017-05-041-3/+3
* mm: reclaim MADV_FREE pagesShaohua Li2017-05-041-12/+22
* mm: delete unnecessary TTU_* flagsShaohua Li2017-05-041-7/+4Star
* Revert "mm, vmscan: account for skipped pages as a partial scan"Johannes Weiner2017-05-041-18/+4Star
* mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner2017-05-041-9/+0Star
* mm: don't avoid high-priority reclaim on memcg limit reclaimJohannes Weiner2017-05-041-57/+37Star
* mm: don't avoid high-priority reclaim on unreclaimable nodesJohannes Weiner2017-05-041-14/+5Star
* mm: remove seemingly spurious reclaimability check from laptop_mode gatingJohannes Weiner2017-05-041-1/+1
* mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttlingJohannes Weiner2017-05-041-2/+4
* mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner2017-05-041-15/+32
* sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar2017-03-021-0/+1
* mm, vmscan: clear PGDAT_WRITEBACK when zone is balancedMel Gorman2017-02-251-0/+1
* mm: vmscan: move dirty pages out of the way until they're flushedJohannes Weiner2017-02-251-3/+12
* mm: vmscan: only write dirty pages that the scanner has seen twiceJohannes Weiner2017-02-251-5/+10
* mm: vmscan: remove old flusher wakeup from direct reclaim pathJohannes Weiner2017-02-251-17/+0Star
* mm: vmscan: kick flushers when we encounter dirty pages on the LRUJohannes Weiner2017-02-251-5/+13
* mm: vmscan: scan dirty pages even in laptop modeJohannes Weiner2017-02-251-12/+2Star
* Revert "mm: bail out in shrink_inactive_list()"Michal Hocko2017-02-231-27/+0Star
* mm, vmscan: consider eligible zones in get_scan_countMichal Hocko2017-02-231-2/+2
* mm, vmscan: cleanup lru size claculationsMichal Hocko2017-02-231-45/+44Star
* mm, vmscan: do not count freed pages as PGDEACTIVATEMichal Hocko2017-02-231-3/+1Star
* mm, vmscan: add mm_vmscan_inactive_list_is_low tracepointMichal Hocko2017-02-231-9/+14
* mm, vmscan: enhance mm_vmscan_lru_shrink_inactive tracepointMichal Hocko2017-02-231-0/+14
* mm, vmscan: extract shrink_page_list reclaim counters into a structMichal Hocko2017-02-231-31/+30Star
* mm, vmscan: show LRU name in mm_vmscan_lru_isolate tracepointMichal Hocko2017-02-231-2/+1Star
* mm, vmscan: show the number of skipped pages in mm_vmscan_lru_isolateMichal Hocko2017-02-231-6/+7
* mm, vmscan: add active list aging tracepointMichal Hocko2017-02-231-4/+14
* mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko2017-01-111-10/+17
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-131-3/+11
|\
| * mm/vmscan.c: set correct defer count for shrinkerShaohua Li2016-12-131-3/+11
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-131-14/+14
|\ \ | |/ |/|
| * mm/vmscan: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-14/+14
* | mm, vmscan: add cond_resched() into shrink_node_memcg()Michal Hocko2016-12-031-0/+2
|/
* mm: memcontrol: do not recurse in direct reclaimJohannes Weiner2016-10-281-0/+2
* mm: use zonelist name instead of using hardcoded indexAneesh Kumar K.V2016-10-081-1/+1
* mm, vmscan: get rid of throttle_vm_writeoutMichal Hocko2016-10-081-2/+0Star
* mm, vmscan: make compaction_ready() more accurate and readableVlastimil Babka2016-10-081-23/+20Star
* mm, compaction: create compact_gap wrapperVlastimil Babka2016-10-081-3/+3