aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/list_lru.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-08mm: fix spelling mistakes in header filesZhen Lei1-2/+2
2020-04-18list_lru.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-06-01memcg: make it work on sparse non-0-node systemsJiri Slaby1-0/+1
2018-08-17mm/list_lru: introduce list_lru_shrink_walk_irq()Sebastian Andrzej Siewior1-0/+25
2018-08-17mm/list_lru: pass dst_memcg argument to memcg_drain_list_lru_node()Kirill Tkhai1-1/+1
2018-08-17fs: propagate shrinker::id to list_lruKirill Tkhai1-5/+9
2018-08-17mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai1-2/+2
2018-04-05mm: make counting of list_lru_one::nr_items locklessKirill Tkhai1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-10mm/list_lru.c: fix list_lru_count_node() to be race freeSahitya Tummala1-0/+1
2016-01-20mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner1-2/+2
2015-02-12memcg: reparent list_lrus and free kmemcg_id on css offlineVladimir Davydov1-1/+2
2015-02-12list_lru: add helpers to isolate itemsVladimir Davydov1-2/+7
2015-02-12list_lru: introduce per-memcg listsVladimir Davydov1-12/+40
2015-02-12list_lru: organize all list_lrus to listVladimir Davydov1-0/+3
2015-02-12list_lru: get rid of ->active_nodesVladimir Davydov1-3/+2
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov1-0/+16
2014-04-03mm: keep page cache radix tree nodes in checkJohannes Weiner1-1/+7
2013-09-10list_lru: dynamically adjust node arraysGlauber Costa1-11/+2
2013-09-10list_lru: remove special case function list_lru_dispose_all.Glauber Costa1-17/+0
2013-09-10list_lru: per-node APIGlauber Costa1-5/+34
2013-09-10list_lru: per-node list infrastructureDave Chinner1-5/+18
2013-09-10list: add a new LRU list typeDave Chinner1-0/+115