summaryrefslogtreecommitdiff
path: root/mm/shrinker_debug.c
Commit message (Expand)AuthorAgeFilesLines
* mm: shrinkers: fix debugfs file permissionsJohn Keeping2023-04-211-2/+2
* mm: shrinkers: convert shrinker_rwsem to mutexQi Zheng2023-03-281-7/+7
* mm: shrinkers: make count and scan in shrinker debugfs locklessQi Zheng2023-03-281-17/+8
* mm: shrinkers: fix deadlock in shrinker debugfsQi Zheng2023-02-091-5/+8
* mm: shrinkers: fix double kfree on shrinker nameTetsuo Handa2022-07-291-0/+1
* mm: shrinkers: add scan interface for shrinker debugfsRoman Gushchin2022-07-031-0/+74
* mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-2/+45
* mm: shrinkers: introduce debugfs interface for memory shrinkersRoman Gushchin2022-07-031-0/+168