index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
shrinker_debug.c
Age
Commit message (
Expand
)
Author
2023-10-04
mm: shrinker: convert shrinker_rwsem to mutex
Qi Zheng
2023-10-04
mm: shrinker: add infrastructure for dynamically allocating shrinker
Qi Zheng
2023-10-04
mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
Qi Zheng
2023-10-04
mm: move some shrinker-related function declarations to mm/internal.h
Qi Zheng
2023-06-19
Revert "mm: shrinkers: make count and scan in shrinker debugfs lockless"
Qi Zheng
2023-06-19
Revert "mm: shrinkers: convert shrinker_rwsem to mutex"
Qi Zheng
2023-05-17
mm: shrinkers: fix race condition on debugfs cleanup
Joan Bruguera Micó
2023-04-21
mm: shrinkers: fix debugfs file permissions
John Keeping
2023-03-28
mm: shrinkers: convert shrinker_rwsem to mutex
Qi Zheng
2023-03-28
mm: shrinkers: make count and scan in shrinker debugfs lockless
Qi Zheng
2023-02-09
mm: shrinkers: fix deadlock in shrinker debugfs
Qi Zheng
2022-07-29
mm: shrinkers: fix double kfree on shrinker name
Tetsuo Handa
2022-07-03
mm: shrinkers: add scan interface for shrinker debugfs
Roman Gushchin
2022-07-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
2022-07-03
mm: shrinkers: introduce debugfs interface for memory shrinkers
Roman Gushchin