| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: vmscan: detect file thrashing at the reclaim root | Johannes Weiner | 2019-12-01 | 1 | -15/+52 |
* | mm: clean up and clarify lruvec lookup procedure | Johannes Weiner | 2019-12-01 | 1 | -4/+4 |
* | mm: workingset: fix vmstat counters for shadow nodes | Roman Gushchin | 2019-08-14 | 1 | -6/+4 |
* | mm: memcontrol: make cgroup stats and events query API explicitly local | Johannes Weiner | 2019-05-15 | 1 | -3/+4 |
* | mm: memcontrol: push down mem_cgroup_node_nr_lru_pages() | Johannes Weiner | 2019-05-14 | 1 | -2/+3 |
* | mm/workingset: remove unused @mapping argument in workingset_eviction() | Andrey Ryabinin | 2019-03-06 | 1 | -3/+2 |
* | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 2018-12-28 | 1 | -1/+1 |
* | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2018-10-28 | 1 | -39/+29 |
|\ |
|
| * | mm: Convert workingset to XArray | Matthew Wilcox | 2018-10-21 | 1 | -30/+21 |
| * | xarray: Define struct xa_node | Matthew Wilcox | 2018-10-21 | 1 | -8/+8 |
| * | xarray: Replace exceptional entries | Matthew Wilcox | 2018-09-30 | 1 | -7/+6 |
* | | mm: zero-seek shrinkers | Johannes Weiner | 2018-10-27 | 1 | -1/+1 |
* | | mm: workingset: add vmstat counter for shadow nodes | Johannes Weiner | 2018-10-27 | 1 | -2/+12 |
* | | mm: workingset: use cheaper __inc_lruvec_state in irqsafe node reclaim | Johannes Weiner | 2018-10-27 | 1 | -1/+1 |
* | | mm: workingset: tell cache transitions from workingset thrashing | Johannes Weiner | 2018-10-27 | 1 | -34/+61 |
* | | mm: workingset: don't drop refault information prematurely | Johannes Weiner | 2018-10-27 | 1 | -8/+14 |
|/ |
|
* | mm/list_lru: introduce list_lru_shrink_walk_irq() | Sebastian Andrzej Siewior | 2018-08-18 | 1 | -6/+2 |
* | mm: add SHRINK_EMPTY shrinker methods return value | Kirill Tkhai | 2018-08-18 | 1 | -0/+3 |
* | fs: propagate shrinker::id to list_lru | Kirill Tkhai | 2018-08-18 | 1 | -1/+2 |
* | mm/workingset.c: refactor workingset_init() | Kirill Tkhai | 2018-08-18 | 1 | -3/+4 |
* | mm: workingset: make shadow_lru_isolate() use locking suffix | Sebastian Andrzej Siewior | 2018-08-18 | 1 | -5/+3 |
* | mm: workingset: remove local_irq_disable() from count_shadow_nodes() | Sebastian Andrzej Siewior | 2018-08-18 | 1 | -3/+0 |
* | page cache: use xa_lock | Matthew Wilcox | 2018-04-11 | 1 | -11/+11 |
* | mm, truncate: do not check mapping for every page being truncated | Mel Gorman | 2017-11-16 | 1 | -8/+2 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | mm: memcontrol: per-lruvec stats infrastructure | Johannes Weiner | 2017-07-07 | 1 | -6/+3 |
* | mm: memcontrol: use node page state naming scheme for memcg | Johannes Weiner | 2017-05-04 | 1 | -3/+3 |
* | mm: memcontrol: re-use node VM page state enum | Johannes Weiner | 2017-05-04 | 1 | -4/+3 |
* | mm: vmscan: fix IO/refault regression in cache workingset transition | Johannes Weiner | 2017-05-04 | 1 | -1/+6 |
* | mm: workingset: fix premature shadow node shrinking with cgroups | Johannes Weiner | 2017-04-01 | 1 | -1/+1 |
* | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2017-03-01 | 1 | -4/+2 |
|\ |
|
| * | radix-tree: Store a pointer to the root in each node | Matthew Wilcox | 2017-02-14 | 1 | -4/+2 |
* | | mm: remove shmem_mapping() shmem_zero_setup() duplicates | Hugh Dickins | 2017-02-25 | 1 | -0/+1 |
* | | mm, vmscan: cleanup lru size claculations | Michal Hocko | 2017-02-23 | 1 | -1/+1 |
|/ |
|
* | mm: workingset: fix use-after-free in shadow node shrinker | Johannes Weiner | 2017-01-08 | 1 | -1/+2 |
* | mm: workingset: update shadow limit to reflect bigger active list | Johannes Weiner | 2016-12-13 | 1 | -19/+25 |
* | mm: workingset: move shadow entry tracking to radix tree exceptional tracking | Johannes Weiner | 2016-12-13 | 1 | -13/+43 |
* | mm: workingset: turn shadow node shrinker bugs into warnings | Johannes Weiner | 2016-12-13 | 1 | -8/+12 |
* | mm: workingset: fix NULL ptr in count_shadow_nodes | Michal Hocko | 2016-12-03 | 1 | -1/+1 |
* | mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach... | Johannes Weiner | 2016-10-01 | 1 | -6/+4 |
* | mm, workingset: make working set detection node-aware | Mel Gorman | 2016-07-29 | 1 | -23/+20 |
* | mm, memcg: move memcg limit enforcement from zones to nodes | Mel Gorman | 2016-07-29 | 1 | -3/+3 |
* | mm, vmscan: make shrink_node decisions more node-centric | Mel Gorman | 2016-07-29 | 1 | -3/+3 |
* | mm, vmscan: move LRU lists to node | Mel Gorman | 2016-07-29 | 1 | -2/+2 |
* | mm, vmstat: add infrastructure for per-node vmstats | Mel Gorman | 2016-07-29 | 1 | -4/+5 |
* | mm: fix vm-scalability regression in cgroup-aware workingset code | Johannes Weiner | 2016-07-29 | 1 | -4/+6 |
* | mm: workingset: printk missing log level, use pr_info() | Anton Blanchard | 2016-07-15 | 1 | -1/+1 |
* | mm: workingset: make shadow node shrinker memcg aware | Vladimir Davydov | 2016-03-17 | 1 | -3/+7 |
* | mm: workingset: size shadow nodes lru basing on file cache size | Vladimir Davydov | 2016-03-17 | 1 | -1/+3 |
* | mm: simplify lock_page_memcg() | Johannes Weiner | 2016-03-16 | 1 | -5/+4 |