aboutsummaryrefslogtreecommitdiffstats
path: root/mm/shrinker_debug.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-04mm: shrinker: convert shrinker_rwsem to mutexQi Zheng1-7/+7
2023-10-04mm: shrinker: add infrastructure for dynamically allocating shrinkerQi Zheng1-3/+0
2023-10-04mm: shrinker: remove redundant shrinker_rwsem in debugfs operationsQi Zheng1-15/+1
2023-10-04mm: move some shrinker-related function declarations to mm/internal.hQi Zheng1-0/+2
2023-06-19Revert "mm: shrinkers: make count and scan in shrinker debugfs lockless"Qi Zheng1-8/+17
2023-06-19Revert "mm: shrinkers: convert shrinker_rwsem to mutex"Qi Zheng1-7/+7
2023-05-17mm: shrinkers: fix race condition on debugfs cleanupJoan Bruguera Micó1-5/+10
2023-04-21mm: shrinkers: fix debugfs file permissionsJohn Keeping1-2/+2
2023-03-28mm: shrinkers: convert shrinker_rwsem to mutexQi Zheng1-7/+7
2023-03-28mm: shrinkers: make count and scan in shrinker debugfs locklessQi Zheng1-17/+8
2023-02-09mm: shrinkers: fix deadlock in shrinker debugfsQi Zheng1-5/+8
2022-07-29mm: shrinkers: fix double kfree on shrinker nameTetsuo Handa1-0/+1
2022-07-03mm: shrinkers: add scan interface for shrinker debugfsRoman Gushchin1-0/+74
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin1-2/+45
2022-07-03mm: shrinkers: introduce debugfs interface for memory shrinkersRoman Gushchin1-0/+168