summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* mm, memcg: make scan aggression always exclude protectionChris Down2019-10-071-41/+20
* mm, memcg: make memory.emin the baseline for utilisation determinationChris Down2019-10-071-22/+33
* mm, memcg: proportional memory.{low,min} reclaimChris Down2019-10-071-6/+76
* mm: introduce MADV_PAGEOUTMinchan Kim2019-09-251-0/+56
* mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIMMinchan Kim2019-09-251-3/+3
* mm: shrinker: make shrinker not depend on memcg kmemYang Shi2019-09-241-29/+31
* mm: move mem_cgroup_uncharge out of __page_cache_release()Yang Shi2019-09-241-4/+2
* mm, reclaim: cleanup should_continue_reclaim()Vlastimil Babka2019-09-241-29/+14
* mm, reclaim: make should_continue_reclaim perform dryrun detectionHillf Danton2019-09-241-13/+15
* mm: vmscan: do not share cgroup iteration between reclaimersJohannes Weiner2019-09-241-20/+2
* mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-241-2/+2
* mm, memcg: do not set reclaim_state on soft limit reclaimMichal Hocko2019-08-301-2/+3
* mm, vmscan: do not special-case slab reclaim when watermarks are boostedMel Gorman2019-08-131-11/+2
* mm: vmscan: check if mem cgroup is disabled or not before calling memcg slab ...Yang Shi2019-08-031-1/+8
* mm/vmscan.c: add checks for incorrect handling of current->reclaim_stateAndrew Morton2019-07-161-13/+24
* mm/vmscan.c: calculate reclaimed slab caches in all reclaim pathsYafang Shao2019-07-161-0/+7
* mm/vmscan.c: add a new member reclaim_state in struct shrink_controlYafang Shao2019-07-161-12/+8
* mm: vmscan: correct some vmscan counters for THP swapoutYang Shi2019-07-121-14/+49
* mm: vmscan: remove double slab pressure by inc'ing sc->nr_scannedYang Shi2019-07-121-5/+0
* mm: vmscan: scan anonymous pages on file refaultsKuo-Hsin Yang2019-07-121-3/+3
* mm/vmscan.c: prevent useless kswapd loopsShakeel Butt2019-07-051-12/+15
* mm/vmscan.c: fix trying to reclaim unevictable LRU pageMinchan Kim2019-06-131-1/+1
* mm/vmscan.c: fix recent_rotated historyKirill Tkhai2019-06-131-2/+2
* mm: memcontrol: make cgroup stats and events query API explicitly localJohannes Weiner2019-05-141-3/+3
* mm/vmscan.c: don't disable irq again when count pgrefill for memcgYafang Shao2019-05-141-1/+1
* mm/vmscan.c: simplify shrink_inactive_list()Kirill Tkhai2019-05-141-22/+9
* mm/vmscan: drop may_writepage and classzone_idx from direct reclaim begin tem...Yafang Shao2019-05-141-11/+3
* mm: memcontrol: replace zone summing with lruvec_page_state()Johannes Weiner2019-05-141-1/+1
* mm/vmscan: add tracepoints for node reclaimYafang Shao2019-05-141-0/+6
* mm: generalize putback scan functionsKirill Tkhai2019-05-141-82/+40
* mm: remove pages_to_free argument of move_active_pages_to_lru()Kirill Tkhai2019-05-141-6/+13
* mm: move nr_deactivate accounting to shrink_active_list()Kirill Tkhai2019-05-141-6/+4
* mm: move recent_rotated pages calculation to shrink_inactive_list()Kirill Tkhai2019-05-141-8/+7
* Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-1/+1
|\
| * treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* | mm: fix inactive list balancing between NUMA nodes and cgroupsJohannes Weiner2019-04-191-20/+9
|/
* mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin2019-03-051-8/+8
* mm/workingset: remove unused @mapping argument in workingset_eviction()Andrey Ryabinin2019-03-051-1/+1
* numa: make "nr_node_ids" unsigned intAlexey Dobriyan2019-03-051-1/+1
* mm/vmscan.c: do not allocate duplicate stack variables in shrink_page_list()Kirill Tkhai2019-03-051-30/+14
* mm: vmscan: do not iterate all mem cgroups for global direct reclaimYang Shi2019-03-051-4/+3
* mm/vmscan.c: remove 7th argument of isolate_lru_pages()Kirill Tkhai2019-03-051-11/+4
* mm: fix some typos in mm directoryWei Yang2019-03-051-1/+1
* Revert "mm: slowly shrink slabs with a relatively small number of objects"Dave Chinner2019-02-121-10/+0
* mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins2018-12-281-8/+2
* mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman2018-12-281-9/+124
* Merge drm/drm-next into drm-intel-next-queuedJani Nikula2018-11-201-14/+34
|\
| * Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-5/+5
| |\
| | * mm: Convert is_page_cache_freeable to XArrayMatthew Wilcox2018-10-211-4/+4
| | * mm: Convert delete_from_swap_cache to XArrayMatthew Wilcox2018-10-211-1/+1