summaryrefslogtreecommitdiffstats
path: root/mm/list_lru.c
AgeCommit message (Expand)Author
2021-05-05mm: vmscan: consolidate shrinker_maps handling codeYang Shi
2021-02-24mm/list_lru.c: remove kvfree_rcu_local()Shakeel Butt
2020-12-06mm: list_lru: set shrinker map bit when child nr_items is not zeroYang Shi
2020-08-14mm/list_lru: fix a data race in list_lru_count_oneQian Cai
2020-06-29mm/list_lru.c: Rename kvfree_rcu() to local variantUladzislau Rezki (Sony)
2020-06-04mm/list_lru: fix a typo in comment "numbesr"->"numbers"Ethon Paul
2020-04-07mm: use fallthrough;Joe Perches
2020-04-02mm: memcg/slab: use mem_cgroup_from_obj()Roman Gushchin
2019-07-12mm: memcg/slab: stop setting page->mem_cgroup pointer for slab pagesRoman Gushchin
2019-06-13mm/list_lru.c: fix memory leak in __memcg_init_list_lru_nodeShakeel Butt
2019-06-01memcg: make it work on sparse non-0-node systemsJiri Slaby
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan
2018-08-17mm/list_lru: introduce list_lru_shrink_walk_irq()Sebastian Andrzej Siewior
2018-08-17mm/list_lru.c: pass struct list_lru_node* as an argument to __list_lru_walk_o...Sebastian Andrzej Siewior
2018-08-17mm/list_lru.c: move locking from __list_lru_walk_one() to its callerSebastian Andrzej Siewior
2018-08-17mm/list_lru.c: use list_lru_walk_one() in list_lru_walk_node()Sebastian Andrzej Siewior
2018-08-17mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appear...Kirill Tkhai
2018-08-17mm/list_lru.c: pass lru argument to memcg_drain_list_lru_node()Kirill Tkhai
2018-08-17mm/list_lru: pass dst_memcg argument to memcg_drain_list_lru_node()Kirill Tkhai
2018-08-17mm/list_lru.c: add memcg argument to list_lru_from_kmem()Kirill Tkhai
2018-08-17fs: propagate shrinker::id to list_lruKirill Tkhai
2018-08-17mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai
2018-08-17mm/list_lru.c: combine code under the same defineKirill Tkhai
2018-08-17mm/list_lru.c: fold __list_lru_count_one() into its callerAndrew Morton
2018-04-05mm: make counting of list_lru_one::nr_items locklessKirill Tkhai
2017-11-15mm/list_lru.c: mark expected switch fall-throughGustavo A. R. Silva
2017-10-03mm: memcontrol: use vmalloc fallback for large kmem memcg arraysJohannes Weiner
2017-07-10mm/list_lru.c: fix list_lru_count_node() to be race freeSahitya Tummala
2016-10-27mm/list_lru.c: avoid error-path NULL pointer derefAlexander Polakov
2016-01-20mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner
2015-11-05memcg: simplify and inline __mem_cgroup_from_kmemVladimir Davydov
2015-11-05mm/list_lru.c: replace nr_node_ids for loop with for_each_node()Raghavendra K T
2015-09-08list_lru: don't call list_lru_from_kmem if the list_head is emptyJeff Layton
2015-02-12memcg: reparent list_lrus and free kmemcg_id on css offlineVladimir Davydov
2015-02-12list_lru: add helpers to isolate itemsVladimir Davydov
2015-02-12list_lru: introduce per-memcg listsVladimir Davydov
2015-02-12list_lru: organize all list_lrus to listVladimir Davydov
2015-02-12list_lru: get rid of ->active_nodesVladimir Davydov
2014-04-03mm: keep page cache radix tree nodes in checkJohannes Weiner
2013-10-30mm: list_lru: fix almost infinite loop causing effective livelockRussell King
2013-09-10list_lru: dynamically adjust node arraysGlauber Costa
2013-09-10list_lru: remove special case function list_lru_dispose_all.Glauber Costa
2013-09-10list_lru: per-node APIGlauber Costa
2013-09-10list_lru: fix broken LRU_RETRY behaviourDave Chinner
2013-09-10list_lru: per-node list infrastructureDave Chinner
2013-09-10list: add a new LRU list typeDave Chinner