summaryrefslogtreecommitdiffstats
path: root/mm/workingset.c
AgeCommit message (Expand)Author
2021-06-30mm: workingset: define macro WORKINGSET_SHIFTMiaohe Lin
2021-06-29mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvecMuchun Song
2021-05-05mm: stop accounting shadow entriesMatthew Wilcox (Oracle)
2021-02-24mm: workingset: clarify eviction order and distance calculationOscar Salvador
2021-02-24mm/workingset.c: avoid unnecessary max_nodes estimation in count_shadow_nodes()Miaohe Lin
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15mm/lru: move lock into lru_note_costAlex Shi
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-12-15mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_stateMuchun Song
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin
2020-10-20Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarrayLinus Torvalds
2020-10-16mm/workingset.c: fix some doc warningsXiaofei Tan
2020-10-13XArray: Add private interface for workingset node deletionMatthew Wilcox (Oracle)
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)
2020-08-12mm/swap: implement workingset detection for anonymous LRUJoonsoo Kim
2020-08-12mm/workingset: prepare the workingset detection infrastructure for anon LRUJoonsoo Kim
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin
2020-06-26mm: workingset: age nonresident information alongside anonymous pagesJohannes Weiner
2020-06-03mm: vmscan: reclaim writepage is IO costJohannes Weiner
2020-06-03mm: balance LRU lists based on relative thrashingJohannes Weiner
2020-06-03mm: workingset: let cache workingset challenge anonJohannes Weiner
2019-12-01mm: vmscan: detect file thrashing at the reclaim rootJohannes Weiner
2019-12-01mm: clean up and clarify lruvec lookup procedureJohannes Weiner
2019-08-13mm: workingset: fix vmstat counters for shadow nodesRoman Gushchin
2019-05-14mm: memcontrol: make cgroup stats and events query API explicitly localJohannes Weiner
2019-05-14mm: memcontrol: push down mem_cgroup_node_nr_lru_pages()Johannes Weiner
2019-03-05mm/workingset: remove unused @mapping argument in workingset_eviction()Andrey Ryabinin
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-26mm: zero-seek shrinkersJohannes Weiner
2018-10-26mm: workingset: add vmstat counter for shadow nodesJohannes Weiner
2018-10-26mm: workingset: use cheaper __inc_lruvec_state in irqsafe node reclaimJohannes Weiner
2018-10-26mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner
2018-10-26mm: workingset: don't drop refault information prematurelyJohannes Weiner
2018-10-21mm: Convert workingset to XArrayMatthew Wilcox
2018-10-21xarray: Define struct xa_nodeMatthew Wilcox
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox
2018-08-17mm/list_lru: introduce list_lru_shrink_walk_irq()Sebastian Andrzej Siewior
2018-08-17mm: add SHRINK_EMPTY shrinker methods return valueKirill Tkhai
2018-08-17fs: propagate shrinker::id to list_lruKirill Tkhai
2018-08-17mm/workingset.c: refactor workingset_init()Kirill Tkhai
2018-08-17mm: workingset: make shadow_lru_isolate() use locking suffixSebastian Andrzej Siewior
2018-08-17mm: workingset: remove local_irq_disable() from count_shadow_nodes()Sebastian Andrzej Siewior
2018-04-11page cache: use xa_lockMatthew Wilcox
2017-11-15mm, truncate: do not check mapping for every page being truncatedMel Gorman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-06mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner
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: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner