index
:
pub/scm/linux/kernel/git/mdf/linux.git
master
Moritz Fischer's fork of linux.git
Moritz Fischer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
list_lru.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-19
Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-76
/
+162
2026-06-08
mm: list_lru: introduce folio_memcg_list_lru_alloc()
Johannes Weiner
1
-5
/
+34
2026-06-08
mm: list_lru: introduce caller locking for additions and deletions
Johannes Weiner
1
-31
/
+102
2026-06-08
mm: list_lru: deduplicate lock_list_lru()
Johannes Weiner
1
-12
/
+9
2026-06-08
mm: list_lru: move list dead check to lock_list_lru_of_memcg()
Johannes Weiner
1
-9
/
+8
2026-06-08
mm: list_lru: deduplicate unlock_list_lru()
Johannes Weiner
1
-20
/
+9
2026-06-08
mm: list_lru: lock_list_lru_of_memcg() cannot return NULL if !skip_empty
Johannes Weiner
1
-4
/
+1
2026-06-08
mm: list_lru: fix set_shrinker_bit() call during race with cgroup deletion
Johannes Weiner
1
-11
/
+15
2026-06-03
mm/list_lru: drain before clearing xarray entry on reparent
Shakeel Butt
1
-9
/
+12
2026-04-08
ttm/pool: port to list_lru. (v2)
Dave Airlie
1
-0
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-01-26
memcg: introduce private id API for in-kernel users
Shakeel Butt
1
-1
/
+1
2026-01-20
mm: memcontrol: rename mem_cgroup_from_slab_obj()
Johannes Weiner
1
-2
/
+2
2025-07-09
mm, list_lru: refactor the locking code
Kairui Song
1
-15
/
+19
2025-03-17
mm/list_lru: make the case where mlru is NULL as unlikely
Zeng Jingxiang
1
-6
/
+9
2024-12-30
mm/list_lru: fix false warning of negative counter
Kairui Song
1
-1
/
+1
2024-11-11
mm/list_lru: simplify the list_lru walk callback function
Kairui Song
1
-1
/
+1
2024-11-11
mm/list_lru: split the lock to per-cgroup scope
Kairui Song
1
-92
/
+124
2024-11-11
mm/list_lru: simplify reparenting and initial allocation
Kairui Song
1
-104
/
+74
2024-11-11
mm/list_lru: code clean up for reparenting
Kairui Song
1
-22
/
+17
2024-11-11
mm/list_lru: don't export list_lru_add
Kairui Song
1
-1
/
+0
2024-11-11
mm/list_lru: don't pass unnecessary key parameters
Kairui Song
1
-4
/
+5
2024-08-07
mm: list_lru: fix UAF for memory cgroup
Muchun Song
1
-6
/
+22
2024-07-10
mm: remove CONFIG_MEMCG_KMEM
Johannes Weiner
1
-7
/
+7
2024-02-22
mm/zswap: stop lru list shrinking when encounter warm region
Chengming Zhou
1
-0
/
+3
2024-02-22
mm/list_lru: remove list_lru_putback()
Chengming Zhou
1
-14
/
+0
2024-02-21
mm: list_lru: disable memcg_aware when cgroup.memory is set to "nokmem"
Haifeng Xu
1
-0
/
+3
2023-12-20
mm/list_lru.c: remove unused list_lru_from_kmem()
Andrew Morton
1
-31
/
+0
2023-12-12
list_lru: allow explicit memcg and NUMA node selection
Nhat Pham
1
-8
/
+40
2022-06-16
mm: kmem: make mem_cgroup_from_obj() vmalloc()-safe
Roman Gushchin
1
-1
/
+1
2022-04-08
mm/list_lru.c: revert "mm/list_lru: optimize memcg_reparent_list_lru_node()"
Andrew Morton
1
-6
/
+0
2022-03-22
mm/list_lru: optimize memcg_reparent_list_lru_node()
Waiman Long
1
-0
/
+6
2022-03-22
mm: memcontrol: rename memcg_cache_id to memcg_kmem_id
Muchun Song
1
-4
/
+4
2022-03-22
mm: list_lru: rename list_lru_per_memcg to list_lru_memcg
Muchun Song
1
-9
/
+9
2022-03-22
mm: list_lru: replace linear array with xarray
Muchun Song
1
-137
/
+66
2022-03-22
mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
Muchun Song
1
-12
/
+12
2022-03-22
mm: list_lru: allocate list_lru_one only when needed
Muchun Song
1
-53
/
+68
2022-03-22
mm: introduce kmem_cache_alloc_lru
Muchun Song
1
-9
/
+95
2022-03-22
mm: list_lru: transpose the array of per-node per-memcg lru lists
Muchun Song
1
-130
/
+76
2021-11-06
mm: list_lru: only add memcg-aware lrus to the global lru list
Muchun Song
1
-19
/
+16
2021-11-06
mm: list_lru: fix the return value of list_lru_count_one()
Muchun Song
1
-1
/
+4
2021-11-06
mm: list_lru: remove holding lru lock
Muchun Song
1
-11
/
+0
2021-11-06
mm/list_lru.c: prefer struct_size over open coded arithmetic
Len Baker
1
-4
/
+3
2021-05-05
mm: vmscan: consolidate shrinker_maps handling code
Yang Shi
1
-3
/
+3
2021-02-24
mm/list_lru.c: remove kvfree_rcu_local()
Shakeel Butt
1
-10
/
+2
2020-12-06
mm: list_lru: set shrinker map bit when child nr_items is not zero
Yang Shi
1
-5
/
+5
2020-08-14
mm/list_lru: fix a data race in list_lru_count_one
Qian Cai
1
-1
/
+1
2020-06-29
mm/list_lru.c: Rename kvfree_rcu() to local variant
Uladzislau Rezki (Sony)
1
-3
/
+3
2020-06-04
mm/list_lru: fix a typo in comment "numbesr"->"numbers"
Ethon Paul
1
-1
/
+1
[next]