Age | Commit message (Expand) | Author | Files | Lines |
2019-06-02 | memcg: make it work on sparse non-0-node systems | Jiri Slaby | 1 | -0/+1 |
2018-08-18 | mm/list_lru: introduce list_lru_shrink_walk_irq() | Sebastian Andrzej Siewior | 1 | -0/+25 |
2018-08-18 | mm/list_lru: pass dst_memcg argument to memcg_drain_list_lru_node() | Kirill Tkhai | 1 | -1/+1 |
2018-08-18 | fs: propagate shrinker::id to list_lru | Kirill Tkhai | 1 | -5/+9 |
2018-08-18 | mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB | Kirill Tkhai | 1 | -2/+2 |
2018-04-06 | mm: make counting of list_lru_one::nr_items lockless | Kirill Tkhai | 1 | -1/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-07-11 | mm/list_lru.c: fix list_lru_count_node() to be race free | Sahitya Tummala | 1 | -0/+1 |
2016-01-21 | mm: memcontrol: move kmem accounting code to CONFIG_MEMCG | Johannes Weiner | 1 | -2/+2 |
2015-02-13 | memcg: reparent list_lrus and free kmemcg_id on css offline | Vladimir Davydov | 1 | -1/+2 |
2015-02-13 | list_lru: add helpers to isolate items | Vladimir Davydov | 1 | -2/+7 |
2015-02-13 | list_lru: introduce per-memcg lists | Vladimir Davydov | 1 | -12/+40 |
2015-02-13 | list_lru: organize all list_lrus to list | Vladimir Davydov | 1 | -0/+3 |
2015-02-13 | list_lru: get rid of ->active_nodes | Vladimir Davydov | 1 | -3/+2 |
2015-02-13 | list_lru: introduce list_lru_shrink_{count,walk} | Vladimir Davydov | 1 | -0/+16 |
2014-04-04 | mm: keep page cache radix tree nodes in check | Johannes Weiner | 1 | -1/+7 |
2013-09-11 | list_lru: dynamically adjust node arrays | Glauber Costa | 1 | -11/+2 |
2013-09-11 | list_lru: remove special case function list_lru_dispose_all. | Glauber Costa | 1 | -17/+0 |
2013-09-11 | list_lru: per-node API | Glauber Costa | 1 | -5/+34 |
2013-09-11 | list_lru: per-node list infrastructure | Dave Chinner | 1 | -5/+18 |
2013-09-11 | list: add a new LRU list type | Dave Chinner | 1 | -0/+115 |