Age | Commit message (Expand) | Author |
2021-05-05 | mm: stop accounting shadow entries | Matthew Wilcox (Oracle) |
2021-02-24 | mm: workingset: clarify eviction order and distance calculation | Oscar Salvador |
2021-02-24 | mm/workingset.c: avoid unnecessary max_nodes estimation in count_shadow_nodes() | Miaohe Lin |
2020-12-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-12-15 | mm/lru: move lock into lru_note_cost | Alex Shi |
2020-12-15 | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2020-12-15 | mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_state | Muchun Song |
2020-12-02 | mm: memcontrol: Use helpers to read page's memcg data | Roman Gushchin |
2020-10-20 | Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarray | Linus Torvalds |
2020-10-16 | mm/workingset.c: fix some doc warnings | Xiaofei Tan |
2020-10-13 | XArray: Add private interface for workingset node deletion | Matthew Wilcox (Oracle) |
2020-08-14 | mm: replace hpage_nr_pages with thp_nr_pages | Matthew Wilcox (Oracle) |
2020-08-12 | mm/swap: implement workingset detection for anonymous LRU | Joonsoo Kim |
2020-08-12 | mm/workingset: prepare the workingset detection infrastructure for anon LRU | Joonsoo Kim |
2020-08-07 | mm: memcg: convert vmstat slab counters to bytes | Roman Gushchin |
2020-06-26 | mm: workingset: age nonresident information alongside anonymous pages | Johannes Weiner |
2020-06-03 | mm: vmscan: reclaim writepage is IO cost | Johannes Weiner |
2020-06-03 | mm: balance LRU lists based on relative thrashing | Johannes Weiner |
2020-06-03 | mm: workingset: let cache workingset challenge anon | Johannes Weiner |
2019-12-01 | mm: vmscan: detect file thrashing at the reclaim root | Johannes Weiner |
2019-12-01 | mm: clean up and clarify lruvec lookup procedure | Johannes Weiner |
2019-08-13 | mm: workingset: fix vmstat counters for shadow nodes | Roman Gushchin |
2019-05-14 | mm: memcontrol: make cgroup stats and events query API explicitly local | Johannes Weiner |
2019-05-14 | mm: memcontrol: push down mem_cgroup_node_nr_lru_pages() | Johannes Weiner |
2019-03-05 | mm/workingset: remove unused @mapping argument in workingset_eviction() | Andrey Ryabinin |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS |
2018-10-28 | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds |
2018-10-26 | mm: zero-seek shrinkers | Johannes Weiner |
2018-10-26 | mm: workingset: add vmstat counter for shadow nodes | Johannes Weiner |
2018-10-26 | mm: workingset: use cheaper __inc_lruvec_state in irqsafe node reclaim | Johannes Weiner |
2018-10-26 | mm: workingset: tell cache transitions from workingset thrashing | Johannes Weiner |
2018-10-26 | mm: workingset: don't drop refault information prematurely | Johannes Weiner |
2018-10-21 | mm: Convert workingset to XArray | Matthew Wilcox |
2018-10-21 | xarray: Define struct xa_node | Matthew Wilcox |
2018-09-29 | xarray: Replace exceptional entries | Matthew Wilcox |
2018-08-17 | mm/list_lru: introduce list_lru_shrink_walk_irq() | Sebastian Andrzej Siewior |
2018-08-17 | mm: add SHRINK_EMPTY shrinker methods return value | Kirill Tkhai |
2018-08-17 | fs: propagate shrinker::id to list_lru | Kirill Tkhai |
2018-08-17 | mm/workingset.c: refactor workingset_init() | Kirill Tkhai |
2018-08-17 | mm: workingset: make shadow_lru_isolate() use locking suffix | Sebastian Andrzej Siewior |
2018-08-17 | mm: workingset: remove local_irq_disable() from count_shadow_nodes() | Sebastian Andrzej Siewior |
2018-04-11 | page cache: use xa_lock | Matthew Wilcox |
2017-11-15 | mm, truncate: do not check mapping for every page being truncated | Mel Gorman |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-07-06 | mm: memcontrol: per-lruvec stats infrastructure | Johannes Weiner |
2017-05-03 | mm: memcontrol: use node page state naming scheme for memcg | Johannes Weiner |
2017-05-03 | mm: memcontrol: re-use node VM page state enum | Johannes Weiner |
2017-05-03 | mm: vmscan: fix IO/refault regression in cache workingset transition | Johannes Weiner |
2017-03-31 | mm: workingset: fix premature shadow node shrinking with cgroups | Johannes Weiner |
2017-02-28 | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds |