index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
list_lru.h
Age
Commit message (
Expand
)
Author
2024-07-10
mm: remove CONFIG_MEMCG_KMEM
Johannes Weiner
2024-02-22
mm/zswap: stop lru list shrinking when encounter warm region
Chengming Zhou
2024-02-22
mm/list_lru: remove list_lru_putback()
Chengming Zhou
2024-02-21
mm: list_lru: remove unused macro list_lru_init_key()
Haifeng Xu
2023-12-12
list_lru: allow explicit memcg and NUMA node selection
Nhat Pham
2023-12-10
mm: list_lru: Update kernel documentation to follow the requirements
Andy Shevchenko
2022-03-22
mm: list_lru: rename list_lru_per_memcg to list_lru_memcg
Muchun Song
2022-03-22
mm: list_lru: replace linear array with xarray
Muchun Song
2022-03-22
mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
Muchun Song
2022-03-22
mm: list_lru: allocate list_lru_one only when needed
Muchun Song
2022-03-22
mm: introduce kmem_cache_alloc_lru
Muchun Song
2022-03-22
mm: list_lru: transpose the array of per-node per-memcg lru lists
Muchun Song
2021-07-08
mm: fix spelling mistakes in header files
Zhen Lei
2020-04-18
list_lru.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2019-06-01
memcg: make it work on sparse non-0-node systems
Jiri Slaby
2018-08-17
mm/list_lru: introduce list_lru_shrink_walk_irq()
Sebastian Andrzej Siewior
2018-08-17
mm/list_lru: pass dst_memcg argument to memcg_drain_list_lru_node()
Kirill Tkhai
2018-08-17
fs: propagate shrinker::id to list_lru
Kirill Tkhai
2018-08-17
mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB
Kirill Tkhai
2018-04-05
mm: make counting of list_lru_one::nr_items lockless
Kirill Tkhai
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-10
mm/list_lru.c: fix list_lru_count_node() to be race free
Sahitya Tummala
2016-01-20
mm: memcontrol: move kmem accounting code to CONFIG_MEMCG
Johannes Weiner
2015-02-12
memcg: reparent list_lrus and free kmemcg_id on css offline
Vladimir Davydov
2015-02-12
list_lru: add helpers to isolate items
Vladimir Davydov
2015-02-12
list_lru: introduce per-memcg lists
Vladimir Davydov
2015-02-12
list_lru: organize all list_lrus to list
Vladimir Davydov
2015-02-12
list_lru: get rid of ->active_nodes
Vladimir Davydov
2015-02-12
list_lru: introduce list_lru_shrink_{count,walk}
Vladimir Davydov
2014-04-03
mm: keep page cache radix tree nodes in check
Johannes Weiner
2013-09-10
list_lru: dynamically adjust node arrays
Glauber Costa
2013-09-10
list_lru: remove special case function list_lru_dispose_all.
Glauber Costa
2013-09-10
list_lru: per-node API
Glauber Costa
2013-09-10
list_lru: per-node list infrastructure
Dave Chinner
2013-09-10
list: add a new LRU list type
Dave Chinner