summaryrefslogtreecommitdiff
path: root/mm/damon/dbgfs.c
AgeCommit message (Expand)Author
2023-12-20mm/damon: update email of SeongJaeSeongJae Park
2023-10-04mm/damon/core: implement scheme-specific apply intervalSeongJae Park
2023-02-13mm/damon/dbgfs: print DAMON debugfs interface deprecation messageSeongJae Park
2022-11-08mm/damon/dbgfs: check if rm_contexts input is for a real contextSeongJae Park
2022-10-03mm/damon: return void from damon_set_schemes()Kaixu Xia
2022-10-03mm/damon/core: reduce parameters for damon_set_attrs()SeongJae Park
2022-10-03mm/damon/core: use a dedicated struct for monitoring attributesSeongJae Park
2022-10-03mm/damon: introduce struct damos_access_patternYajun Deng
2022-09-26Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2022-09-11mm/damon/dbgfs: use kmalloc for allocating only one elementKenneth Lee
2022-09-11mm/damon/dbgfs: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman
2022-08-28mm/damon/dbgfs: avoid duplicate context directory creationBadari Pulavarty
2022-07-03mm/damon/dbgfs: add and use mappings between 'schemes' action inputs and 'dam...SeongJae Park
2022-07-03mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.hSeongJae Park
2022-03-22mm/damon/core: allow non-exclusive DAMON start/stopSeongJae Park
2022-03-22mm/damon/dbgfs: use operations id for knowing if the target has pidSeongJae Park
2022-03-22mm/damon/dbgfs: use damon_select_ops() instead of damon_{v,p}a_set_operations()SeongJae Park
2022-03-22mm/damon: rename damon_primitives to damon_operationsSeongJae Park
2022-03-22mm/damon: remove the target id conceptSeongJae Park
2022-03-22mm/damon/core: move damon_set_targets() into dbgfsSeongJae Park
2022-03-22mm/damon/dbgfs/init_regions: use target index instead of target idSeongJae Park
2022-01-15mm/damon/dbgfs: remove an unnecessary variableSeongJae Park
2022-01-15mm/damon/dbgfs: support all DAMOS statsSeongJae Park
2022-01-15mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park
2022-01-15mm/damon/schemes: add the validity judgment of thresholdsXin Hao
2021-12-31mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()'SeongJae Park
2021-12-25mm/damon/dbgfs: protect targets destructions with kdamond_lockSeongJae Park
2021-12-10mm/damon/dbgfs: remove an unnecessary error messageSeongJae Park
2021-11-20mm/damon/dbgfs: fix missed use of damon_dbgfs_lockSeongJae Park
2021-11-20mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocationSeongJae Park
2021-11-06mm/damon: remove return value from before_terminate callbackChangbin Du
2021-11-06mm/damon/dbgfs: add adaptive_targets list check before enable monitor_onXin Hao
2021-11-06mm/damon/dbgfs: support watermarksSeongJae Park
2021-11-06mm/damon/schemes: activate schemes based on a watermarks mechanismSeongJae Park
2021-11-06mm/damon/dbgfs: support prioritization weightsSeongJae Park
2021-11-06mm/damon/dbgfs: support quotas of schemesSeongJae Park
2021-11-06mm/damon/schemes: implement size quota for schemes application speed controlSeongJae Park
2021-11-06mm/damon/dbgfs: remove unnecessary variablesRongwei Wang
2021-11-06mm/damon/dbgfs: support physical memory monitoringSeongJae Park
2021-11-06mm/damon/dbgfs: allow users to set initial monitoring target regionsSeongJae Park
2021-11-06mm/damon/schemes: implement statistics featureSeongJae Park
2021-11-06mm/damon/dbgfs: support DAMON-based Operation SchemesSeongJae Park
2021-09-08mm/damon: add kunit testsSeongJae Park
2021-09-08mm/damon/dbgfs: support multiple contextsSeongJae Park
2021-09-08mm/damon/dbgfs: export kdamond pid to the user spaceSeongJae Park
2021-09-08mm/damon: implement a debugfs-based user space interfaceSeongJae Park