index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
shrinker.c
Age
Commit message (
Expand
)
Author
6 days
mm: shrinker: fix shrinker_info teardown race with expansion
Qi Zheng
2026-06-02
mm/shrinker: simplify shrinker_memcg_alloc() using guard()
wangxuewen
2026-06-02
mm/shrinker: avoid out-of-bounds read in set_shrinker_bit()
David Carlier
2026-04-18
mm: memcontrol: remove dead code of checking parent memory cgroup
Muchun Song
2026-04-05
mm: do not allocate shrinker info with cgroup.memory=nokmem
Michal Koutný
2026-04-05
mm: vmscan: add cgroup IDs to vmscan tracepoints
Thomas Ballasi
2026-03-24
mm/shrinker: fix refcount leak in shrink_slab_memcg()
Altan Hacigumus
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2024-10-31
mm: shrinker: avoid memleak in alloc_shrinker_info
Chen Ridong
2024-01-05
mm: shrinker: use kvzalloc_node() from expand_one_shrinker_info()
Tetsuo Handa
2023-10-04
mm: shrinker: convert shrinker_rwsem to mutex
Qi Zheng
2023-10-04
mm: shrinker: hold write lock to reparent shrinker nr_deferred
Qi Zheng
2023-10-04
mm: shrinker: make memcg slab shrink lockless
Qi Zheng
2023-10-04
mm: shrinker: make global slab shrink lockless
Qi Zheng
2023-10-04
mm: shrinker: rename {prealloc|unregister}_memcg_shrinker() to shrinker_memcg...
Qi Zheng
2023-10-04
mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
Qi Zheng
2023-10-04
mm: shrinker: remove old APIs
Qi Zheng
2023-10-04
mm: shrinker: add infrastructure for dynamically allocating shrinker
Qi Zheng
2023-10-04
drm/ttm: introduce pool_shrink_rwsem
Qi Zheng
2023-10-04
mm: vmscan: move shrinker-related code into a separate file
Qi Zheng