summaryrefslogtreecommitdiffstats
path: root/include/linux/list_lru.h
Commit message (Expand)AuthorAgeFilesLines
* mm: list_lru: rename list_lru_per_memcg to list_lru_memcgMuchun Song2022-03-221-1/+1
* mm: list_lru: replace linear array with xarrayMuchun Song2022-03-221-11/+2
* mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrusMuchun Song2022-03-221-1/+1
* mm: list_lru: allocate list_lru_one only when neededMuchun Song2022-03-221-3/+4
* mm: introduce kmem_cache_alloc_lruMuchun Song2022-03-221-0/+4
* mm: list_lru: transpose the array of per-node per-memcg lru listsMuchun Song2022-03-221-7/+10
* mm: fix spelling mistakes in header filesZhen Lei2021-07-081-2/+2
* list_lru.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-181-1/+1
* memcg: make it work on sparse non-0-node systemsJiri Slaby2019-06-011-0/+1
* mm/list_lru: introduce list_lru_shrink_walk_irq()Sebastian Andrzej Siewior2018-08-171-0/+25
* mm/list_lru: pass dst_memcg argument to memcg_drain_list_lru_node()Kirill Tkhai2018-08-171-1/+1
* fs: propagate shrinker::id to list_lruKirill Tkhai2018-08-171-5/+9
* mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai2018-08-171-2/+2
* mm: make counting of list_lru_one::nr_items locklessKirill Tkhai2018-04-051-1/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm/list_lru.c: fix list_lru_count_node() to be race freeSahitya Tummala2017-07-101-0/+1
* mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner2016-01-201-2/+2
* memcg: reparent list_lrus and free kmemcg_id on css offlineVladimir Davydov2015-02-121-1/+2
* list_lru: add helpers to isolate itemsVladimir Davydov2015-02-121-2/+7
* list_lru: introduce per-memcg listsVladimir Davydov2015-02-121-12/+40
* list_lru: organize all list_lrus to listVladimir Davydov2015-02-121-0/+3
* list_lru: get rid of ->active_nodesVladimir Davydov2015-02-121-3/+2
* list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov2015-02-121-0/+16
* mm: keep page cache radix tree nodes in checkJohannes Weiner2014-04-031-1/+7
* list_lru: dynamically adjust node arraysGlauber Costa2013-09-101-11/+2
* list_lru: remove special case function list_lru_dispose_all.Glauber Costa2013-09-101-17/+0
* list_lru: per-node APIGlauber Costa2013-09-101-5/+34
* list_lru: per-node list infrastructureDave Chinner2013-09-101-5/+18
* list: add a new LRU list typeDave Chinner2013-09-101-0/+115