aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semanticMichal Hocko1-4/+4
2017-07-10mm, vmscan: avoid thrashing anon lru when free + file is lowDavid Rientjes1-2/+11
2017-07-06mm: vmstat: move slab statistics from zone to node countersJohannes Weiner1-1/+1
2017-07-06mm: per-cgroup memory reclaim statsRoman Gushchin1-7/+23
2017-07-06mm, THP, swap: enable THP swap optimization only if has compound mapHuang Ying1-4/+13
2017-07-06mm, THP, swap: check whether THP can be split firstlyHuang Ying1-0/+4
2017-07-06mm, THP, swap: move anonymous THP split logic to vmscanMinchan Kim1-1/+16
2017-07-06mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim1-1/+1
2017-07-06mm/vmscan.c: fix unsequenced modification and access warningNick Desaulniers1-7/+6
2017-05-23mm/vmscan: Adjust system_state checksThomas Gleixner1-1/+1
2017-05-12mm: vmscan: scan until it finds eligible pagesMinchan Kim1-6/+15
2017-05-08mm: introduce memalloc_noreclaim_{save,restore}Vlastimil Babka1-6/+11
2017-05-03mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner1-3/+2
2017-05-03mm: memcontrol: re-use node VM page state enumJohannes Weiner1-3/+2
2017-05-03mm: memcontrol: clean up memory.events counting functionJohannes Weiner1-1/+1
2017-05-03mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner1-20/+74
2017-05-03mm: make ttu's return booleanMinchan Kim1-6/+1
2017-05-03mm: remove SWAP_AGAIN in ttuMinchan Kim1-2/+0
2017-05-03mm: remove SWAP_MLOCK in ttuMinchan Kim1-13/+7
2017-05-03mm: remove SWAP_DIRTY in ttuMinchan Kim1-3/+0
2017-05-03mm/vmscan: more restrictive condition for retry in do_try_to_free_pagesYisheng Xie1-5/+13
2017-05-03mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idxMel Gorman1-54/+66
2017-05-03mm, vmscan: only clear pgdat congested/dirty/writeback state when balancedMel Gorman1-9/+11
2017-05-03mm, vmscan: fix zone balance check in prepare_kswapd_sleepShantanu Goel1-4/+10
2017-05-03mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko1-3/+3
2017-05-03mm: reclaim MADV_FREE pagesShaohua Li1-12/+22
2017-05-03mm: delete unnecessary TTU_* flagsShaohua Li1-7/+4
2017-05-03Revert "mm, vmscan: account for skipped pages as a partial scan"Johannes Weiner1-18/+4
2017-05-03mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner1-9/+0
2017-05-03mm: don't avoid high-priority reclaim on memcg limit reclaimJohannes Weiner1-57/+37
2017-05-03mm: don't avoid high-priority reclaim on unreclaimable nodesJohannes Weiner1-14/+5
2017-05-03mm: remove seemingly spurious reclaimability check from laptop_mode gatingJohannes Weiner1-1/+1
2017-05-03mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttlingJohannes Weiner1-2/+4
2017-05-03mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner1-15/+32
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-02-24mm, vmscan: clear PGDAT_WRITEBACK when zone is balancedMel Gorman1-0/+1
2017-02-24mm: vmscan: move dirty pages out of the way until they're flushedJohannes Weiner1-3/+12
2017-02-24mm: vmscan: only write dirty pages that the scanner has seen twiceJohannes Weiner1-5/+10
2017-02-24mm: vmscan: remove old flusher wakeup from direct reclaim pathJohannes Weiner1-17/+0
2017-02-24mm: vmscan: kick flushers when we encounter dirty pages on the LRUJohannes Weiner1-5/+13
2017-02-24mm: vmscan: scan dirty pages even in laptop modeJohannes Weiner1-12/+2
2017-02-22Revert "mm: bail out in shrink_inactive_list()"Michal Hocko1-27/+0
2017-02-22mm, vmscan: consider eligible zones in get_scan_countMichal Hocko1-2/+2
2017-02-22mm, vmscan: cleanup lru size claculationsMichal Hocko1-45/+44
2017-02-22mm, vmscan: do not count freed pages as PGDEACTIVATEMichal Hocko1-3/+1
2017-02-22mm, vmscan: add mm_vmscan_inactive_list_is_low tracepointMichal Hocko1-9/+14
2017-02-22mm, vmscan: enhance mm_vmscan_lru_shrink_inactive tracepointMichal Hocko1-0/+14
2017-02-22mm, vmscan: extract shrink_page_list reclaim counters into a structMichal Hocko1-31/+30
2017-02-22mm, vmscan: show LRU name in mm_vmscan_lru_isolate tracepointMichal Hocko1-2/+1
2017-02-22mm, vmscan: show the number of skipped pages in mm_vmscan_lru_isolateMichal Hocko1-6/+7