summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
2020-05-07mm/vmscan: remove unnecessary argument description of isolate_lru_pages()Qiwu Chen
2020-04-07mm: code cleanup for MADV_FREEHuang Ying
2020-04-02mm/vmscan.c: do_try_to_free_pages(): clean code by removing unnecessary assig...Mateusz Nosek
2020-04-02mm/vmscan.c: make may_enter_fs bool in shrink_page_list()Kirill Tkhai
2020-04-02mm/vmscan.c: clean code by removing unnecessary assignmentMateusz Nosek
2020-04-02mm/vmscan.c: fix data races using kswapd_classzone_idxQian Cai
2020-04-02mm/vmscan.c: remove cpu online notification for nowWei Yang
2020-04-02mm: vmscan: replace open codings to NUMA_NO_NODEYang Shi
2020-04-02mm: swap: make page_evictable() inlineYang Shi
2020-02-21mm/vmscan.c: don't round up scan size for online memory cgroupGavin Shan
2020-01-31mm/vmscan: remove unused RECLAIM_OFF/RECLAIM_ZONEAlex Shi
2020-01-31mm/vmscan: remove prefetch_prev_lru_pageAlex Shi
2020-01-31mm/vmscan.c: remove unused return value of shrink_nodeLiu Song
2019-12-17mm: vmscan: protect shrinker idr replace with CONFIG_MEMCGYang Shi
2019-12-01mm/vmscan.c: fix typo in commentXianting Tian
2019-12-01mm: vmscan: enforce inactive:active ratio at the reclaim rootJohannes Weiner
2019-12-01mm: vmscan: detect file thrashing at the reclaim rootJohannes Weiner
2019-12-01mm: vmscan: move file exhaustion detection to the node levelJohannes Weiner
2019-12-01mm: vmscan: harmonize writeback congestion tracking for nodes & memcgsJohannes Weiner
2019-12-01mm: vmscan: split shrink_node() into node part and memcgs partJohannes Weiner
2019-12-01mm: vmscan: turn shrink_node_memcg() into shrink_lruvec()Johannes Weiner
2019-12-01mm: vmscan: replace shrink_node() loop with a retry jumpJohannes Weiner
2019-12-01mm: vmscan: naming fixes: global_reclaim() and sane_reclaim()Johannes Weiner
2019-12-01mm: vmscan: move inactive_list_is_low() swap check to the callerJohannes Weiner
2019-12-01mm: clean up and clarify lruvec lookup procedureJohannes Weiner
2019-12-01mm: vmscan: simplify lruvec_lru_size()Johannes Weiner
2019-12-01mm/vmscan.c: remove unused scan_control parameter from pageout()Yang Shi
2019-12-01mm/vmscan: remove unused lru_pages argumentAndrey Ryabinin
2019-12-01mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node()Shakeel Butt
2019-10-19mm/vmscan.c: support removing arbitrary sized pages from mappingWilliam Kucharski
2019-10-19mm: memcg: get number of pages on the LRU list in memcgroup base on lru_zone_...Honglei Wang
2019-10-07mm, memcg: make scan aggression always exclude protectionChris Down
2019-10-07mm, memcg: make memory.emin the baseline for utilisation determinationChris Down
2019-10-07mm, memcg: proportional memory.{low,min} reclaimChris Down
2019-09-25mm: introduce MADV_PAGEOUTMinchan Kim
2019-09-25mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIMMinchan Kim
2019-09-24mm: shrinker: make shrinker not depend on memcg kmemYang Shi
2019-09-24mm: move mem_cgroup_uncharge out of __page_cache_release()Yang Shi
2019-09-24mm, reclaim: cleanup should_continue_reclaim()Vlastimil Babka
2019-09-24mm, reclaim: make should_continue_reclaim perform dryrun detectionHillf Danton
2019-09-24mm: vmscan: do not share cgroup iteration between reclaimersJohannes Weiner
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)
2019-08-30mm, memcg: do not set reclaim_state on soft limit reclaimMichal Hocko
2019-08-13mm, vmscan: do not special-case slab reclaim when watermarks are boostedMel Gorman
2019-08-03mm: vmscan: check if mem cgroup is disabled or not before calling memcg slab ...Yang Shi
2019-07-16mm/vmscan.c: add checks for incorrect handling of current->reclaim_stateAndrew Morton
2019-07-16mm/vmscan.c: calculate reclaimed slab caches in all reclaim pathsYafang Shao
2019-07-16mm/vmscan.c: add a new member reclaim_state in struct shrink_controlYafang Shao
2019-07-12mm: vmscan: correct some vmscan counters for THP swapoutYang Shi
2019-07-12mm: vmscan: remove double slab pressure by inc'ing sc->nr_scannedYang Shi