summaryrefslogtreecommitdiffstats
path: root/mm/shrinker_debug.c
AgeCommit message (Expand)AuthorLines
2023-06-19Revert "mm: shrinkers: make count and scan in shrinker debugfs lockless"Qi Zheng-8/+17
2023-06-19Revert "mm: shrinkers: convert shrinker_rwsem to mutex"Qi Zheng-7/+7
2023-05-17mm: shrinkers: fix race condition on debugfs cleanupJoan Bruguera Micó-5/+10
2023-04-21mm: shrinkers: fix debugfs file permissionsJohn Keeping-2/+2
2023-03-28mm: shrinkers: convert shrinker_rwsem to mutexQi Zheng-7/+7
2023-03-28mm: shrinkers: make count and scan in shrinker debugfs locklessQi Zheng-17/+8
2023-02-09mm: shrinkers: fix deadlock in shrinker debugfsQi Zheng-5/+8
2022-07-29mm: shrinkers: fix double kfree on shrinker nameTetsuo Handa-0/+1
2022-07-03mm: shrinkers: add scan interface for shrinker debugfsRoman Gushchin-0/+74
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin-2/+45
2022-07-03mm: shrinkers: introduce debugfs interface for memory shrinkersRoman Gushchin-0/+168