aboutsummaryrefslogtreecommitdiffstats
path: root/mm/damon/dbgfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-22mm/damon/core: allow non-exclusive DAMON start/stopSeongJae Park1-1/+1
2022-03-22mm/damon/dbgfs: use operations id for knowing if the target has pidSeongJae Park1-3/+3
2022-03-22mm/damon/dbgfs: use damon_select_ops() instead of damon_{v,p}a_set_operations()SeongJae Park1-3/+13
2022-03-22mm/damon: rename damon_primitives to damon_operationsSeongJae Park1-5/+5
2022-03-22mm/damon: remove the target id conceptSeongJae Park1-62/+90
2022-03-22mm/damon/core: move damon_set_targets() into dbgfsSeongJae Park1-12/+41
2022-03-22mm/damon/dbgfs/init_regions: use target index instead of target idSeongJae Park1-13/+12
2022-01-15mm/damon/dbgfs: remove an unnecessary variableSeongJae Park1-3/+2
2022-01-15mm/damon/dbgfs: support all DAMOS statsSeongJae Park1-2/+4
2022-01-15mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park1-1/+1
2022-01-15mm/damon/schemes: add the validity judgment of thresholdsXin Hao1-0/+7
2021-12-31mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()'SeongJae Park1-2/+7
2021-12-25mm/damon/dbgfs: protect targets destructions with kdamond_lockSeongJae Park1-0/+2
2021-12-10mm/damon/dbgfs: remove an unnecessary error messageSeongJae Park1-3/+1
2021-11-20mm/damon/dbgfs: fix missed use of damon_dbgfs_lockSeongJae Park1-3/+9
2021-11-20mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocationSeongJae Park1-4/+4
2021-11-06mm/damon: remove return value from before_terminate callbackChangbin Du1-3/+2
2021-11-06mm/damon/dbgfs: add adaptive_targets list check before enable monitor_onXin Hao1-3/+12
2021-11-06mm/damon/dbgfs: support watermarksSeongJae Park1-7/+9
2021-11-06mm/damon/schemes: activate schemes based on a watermarks mechanismSeongJae Park1-1/+4
2021-11-06mm/damon/dbgfs: support prioritization weightsSeongJae Park1-4/+10
2021-11-06mm/damon/dbgfs: support quotas of schemesSeongJae Park1-5/+9
2021-11-06mm/damon/schemes: implement size quota for schemes application speed controlSeongJae Park1-1/+3
2021-11-06mm/damon/dbgfs: remove unnecessary variablesRongwei Wang1-35/+31
2021-11-06mm/damon/dbgfs: support physical memory monitoringSeongJae Park1-3/+18
2021-11-06mm/damon/dbgfs: allow users to set initial monitoring target regionsSeongJae Park1-2/+154
2021-11-06mm/damon/schemes: implement statistics featureSeongJae Park1-2/+3
2021-11-06mm/damon/dbgfs: support DAMON-based Operation SchemesSeongJae Park1-3/+162
2021-09-08mm/damon: add kunit testsSeongJae Park1-0/+2
2021-09-08mm/damon/dbgfs: support multiple contextsSeongJae Park1-2/+193
2021-09-08mm/damon/dbgfs: export kdamond pid to the user spaceSeongJae Park1-2/+35
2021-09-08mm/damon: implement a debugfs-based user space interfaceSeongJae Park1-0/+397