summaryrefslogtreecommitdiffstats
path: root/mm/damon/dbgfs.c
Commit message (Expand)AuthorAgeFilesLines
* mm/damon/dbgfs: rename monitor_on file to monitor_on_DEPRECATEDSeongJae Park2024-02-221-1/+1
* mm/damon/dbgfs: make debugfs interface deprecation message a macroSeongJae Park2024-02-221-8/+7
* mm/damon/dbgfs: implement deprecation notice fileSeongJae Park2024-02-221-2/+17
* mm/damon: update email of SeongJaeSeongJae Park2023-12-201-1/+1
* mm/damon/core: implement scheme-specific apply intervalSeongJae Park2023-10-041-1/+2
* mm/damon/dbgfs: print DAMON debugfs interface deprecation messageSeongJae Park2023-02-131-0/+19
* mm/damon/dbgfs: check if rm_contexts input is for a real contextSeongJae Park2022-11-081-0/+7
* mm/damon: return void from damon_set_schemes()Kaixu Xia2022-10-031-5/+3
* mm/damon/core: reduce parameters for damon_set_attrs()SeongJae Park2022-10-031-3/+6
* mm/damon/core: use a dedicated struct for monitoring attributesSeongJae Park2022-10-031-3/+3
* mm/damon: introduce struct damos_access_patternYajun Deng2022-10-031-10/+17
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-09-261-5/+14
|\
| * mm/damon/dbgfs: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman2022-09-111-5/+14
* | mm/damon/dbgfs: use kmalloc for allocating only one elementKenneth Lee2022-09-111-1/+1
|/
* mm/damon/dbgfs: avoid duplicate context directory creationBadari Pulavarty2022-08-281-0/+3
* mm/damon/dbgfs: add and use mappings between 'schemes' action inputs and 'dam...SeongJae Park2022-07-031-14/+50
* mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.hSeongJae Park2022-07-031-10/+5
* mm/damon/core: allow non-exclusive DAMON start/stopSeongJae Park2022-03-221-1/+1
* mm/damon/dbgfs: use operations id for knowing if the target has pidSeongJae Park2022-03-221-3/+3
* mm/damon/dbgfs: use damon_select_ops() instead of damon_{v,p}a_set_operations()SeongJae Park2022-03-221-3/+13
* mm/damon: rename damon_primitives to damon_operationsSeongJae Park2022-03-221-5/+5
* mm/damon: remove the target id conceptSeongJae Park2022-03-221-62/+90
* mm/damon/core: move damon_set_targets() into dbgfsSeongJae Park2022-03-221-12/+41
* mm/damon/dbgfs/init_regions: use target index instead of target idSeongJae Park2022-03-221-13/+12
* mm/damon/dbgfs: remove an unnecessary variableSeongJae Park2022-01-151-3/+2
* mm/damon/dbgfs: support all DAMOS statsSeongJae Park2022-01-151-2/+4
* mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park2022-01-151-1/+1
* mm/damon/schemes: add the validity judgment of thresholdsXin Hao2022-01-151-0/+7
* mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()'SeongJae Park2021-12-311-2/+7
* mm/damon/dbgfs: protect targets destructions with kdamond_lockSeongJae Park2021-12-251-0/+2
* mm/damon/dbgfs: remove an unnecessary error messageSeongJae Park2021-12-101-3/+1
* mm/damon/dbgfs: fix missed use of damon_dbgfs_lockSeongJae Park2021-11-201-3/+9
* mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocationSeongJae Park2021-11-201-4/+4
* mm/damon: remove return value from before_terminate callbackChangbin Du2021-11-061-3/+2
* mm/damon/dbgfs: add adaptive_targets list check before enable monitor_onXin Hao2021-11-061-3/+12
* mm/damon/dbgfs: support watermarksSeongJae Park2021-11-061-7/+9
* mm/damon/schemes: activate schemes based on a watermarks mechanismSeongJae Park2021-11-061-1/+4
* mm/damon/dbgfs: support prioritization weightsSeongJae Park2021-11-061-4/+10
* mm/damon/dbgfs: support quotas of schemesSeongJae Park2021-11-061-5/+9
* mm/damon/schemes: implement size quota for schemes application speed controlSeongJae Park2021-11-061-1/+3
* mm/damon/dbgfs: remove unnecessary variablesRongwei Wang2021-11-061-35/+31
* mm/damon/dbgfs: support physical memory monitoringSeongJae Park2021-11-061-3/+18
* mm/damon/dbgfs: allow users to set initial monitoring target regionsSeongJae Park2021-11-061-2/+154
* mm/damon/schemes: implement statistics featureSeongJae Park2021-11-061-2/+3
* mm/damon/dbgfs: support DAMON-based Operation SchemesSeongJae Park2021-11-061-3/+162
* mm/damon: add kunit testsSeongJae Park2021-09-081-0/+2
* mm/damon/dbgfs: support multiple contextsSeongJae Park2021-09-081-2/+193
* mm/damon/dbgfs: export kdamond pid to the user spaceSeongJae Park2021-09-081-2/+35
* mm/damon: implement a debugfs-based user space interfaceSeongJae Park2021-09-081-0/+397