Age | Commit message (Expand) | Author | Files | Lines |
2021-11-09 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+10 |
2021-11-09 | vfs: keep inodes with page cache off the inode shrinker LRU | Johannes Weiner | 1 | -0/+10 |
2021-10-18 | mm/workingset: Convert workingset_refault() to take a folio | Matthew Wilcox (Oracle) | 1 | -20/+22 |
2021-09-27 | mm/workingset: Convert workingset_activation to take a folio | Matthew Wilcox (Oracle) | 1 | -7/+4 |
2021-09-27 | mm/memcg: Add folio_lruvec() | Matthew Wilcox (Oracle) | 1 | -1/+2 |
2021-09-23 | memcg: flush lruvec stats in the refault | Shakeel Butt | 1 | -0/+1 |
2021-09-08 | mm/workingset: correct kernel-doc notations | Randy Dunlap | 1 | -1/+1 |
2021-07-01 | mm: workingset: define macro WORKINGSET_SHIFT | Miaohe Lin | 1 | -4/+6 |
2021-06-29 | mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvec | Muchun Song | 1 | -1/+1 |
2021-05-05 | mm: stop accounting shadow entries | Matthew Wilcox (Oracle) | 1 | -1/+0 |
2021-02-25 | mm: workingset: clarify eviction order and distance calculation | Oscar Salvador | 1 | -1/+1 |
2021-02-25 | mm/workingset.c: avoid unnecessary max_nodes estimation in count_shadow_nodes() | Miaohe Lin | 1 | -3/+2 |
2020-12-16 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+0 |
2020-12-16 | mm/lru: move lock into lru_note_cost | Alex Shi | 1 | -2/+0 |
2020-12-16 | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -1/+1 |
2020-12-15 | mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_state | Muchun Song | 1 | -4/+4 |
2020-12-03 | mm: memcontrol: Use helpers to read page's memcg data | Roman Gushchin | 1 | -1/+1 |
2020-10-21 | Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarray | Linus Torvalds | 1 | -11/+2 |
2020-10-16 | mm/workingset.c: fix some doc warnings | Xiaofei Tan | 1 | -1/+1 |
2020-10-13 | XArray: Add private interface for workingset node deletion | Matthew Wilcox (Oracle) | 1 | -11/+2 |
2020-08-15 | mm: replace hpage_nr_pages with thp_nr_pages | Matthew Wilcox (Oracle) | 1 | -3/+3 |
2020-08-12 | mm/swap: implement workingset detection for anonymous LRU | Joonsoo Kim | 1 | -4/+11 |
2020-08-12 | mm/workingset: prepare the workingset detection infrastructure for anon LRU | Joonsoo Kim | 1 | -3/+5 |
2020-08-07 | mm: memcg: convert vmstat slab counters to bytes | Roman Gushchin | 1 | -2/+4 |
2020-06-26 | mm: workingset: age nonresident information alongside anonymous pages | Johannes Weiner | 1 | -19/+27 |
2020-06-04 | mm: vmscan: reclaim writepage is IO cost | Johannes Weiner | 1 | -1/+1 |
2020-06-04 | mm: balance LRU lists based on relative thrashing | Johannes Weiner | 1 | -0/+4 |
2020-06-04 | mm: workingset: let cache workingset challenge anon | Johannes Weiner | 1 | -5/+12 |
2019-12-01 | mm: vmscan: detect file thrashing at the reclaim root | Johannes Weiner | 1 | -15/+52 |
2019-12-01 | mm: clean up and clarify lruvec lookup procedure | Johannes Weiner | 1 | -4/+4 |
2019-08-14 | mm: workingset: fix vmstat counters for shadow nodes | Roman Gushchin | 1 | -6/+4 |
2019-05-15 | mm: memcontrol: make cgroup stats and events query API explicitly local | Johannes Weiner | 1 | -3/+4 |
2019-05-14 | mm: memcontrol: push down mem_cgroup_node_nr_lru_pages() | Johannes Weiner | 1 | -2/+3 |
2019-03-06 | mm/workingset: remove unused @mapping argument in workingset_eviction() | Andrey Ryabinin | 1 | -3/+2 |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 1 | -1/+1 |
2018-10-28 | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -39/+29 |
2018-10-27 | mm: zero-seek shrinkers | Johannes Weiner | 1 | -1/+1 |
2018-10-27 | mm: workingset: add vmstat counter for shadow nodes | Johannes Weiner | 1 | -2/+12 |
2018-10-27 | mm: workingset: use cheaper __inc_lruvec_state in irqsafe node reclaim | Johannes Weiner | 1 | -1/+1 |
2018-10-27 | mm: workingset: tell cache transitions from workingset thrashing | Johannes Weiner | 1 | -34/+61 |
2018-10-27 | mm: workingset: don't drop refault information prematurely | Johannes Weiner | 1 | -8/+14 |
2018-10-21 | mm: Convert workingset to XArray | Matthew Wilcox | 1 | -30/+21 |
2018-10-21 | xarray: Define struct xa_node | Matthew Wilcox | 1 | -8/+8 |
2018-09-30 | xarray: Replace exceptional entries | Matthew Wilcox | 1 | -7/+6 |
2018-08-18 | mm/list_lru: introduce list_lru_shrink_walk_irq() | Sebastian Andrzej Siewior | 1 | -6/+2 |
2018-08-18 | mm: add SHRINK_EMPTY shrinker methods return value | Kirill Tkhai | 1 | -0/+3 |
2018-08-18 | fs: propagate shrinker::id to list_lru | Kirill Tkhai | 1 | -1/+2 |
2018-08-18 | mm/workingset.c: refactor workingset_init() | Kirill Tkhai | 1 | -3/+4 |
2018-08-18 | mm: workingset: make shadow_lru_isolate() use locking suffix | Sebastian Andrzej Siewior | 1 | -5/+3 |
2018-08-18 | mm: workingset: remove local_irq_disable() from count_shadow_nodes() | Sebastian Andrzej Siewior | 1 | -3/+0 |