summaryrefslogtreecommitdiff
path: root/mm/damon/sysfs.c
AgeCommit message (Expand)Author
2025-01-25mm/damon/sysfs-schemes: expose per-region filter-passed bytesSeongJae Park
2025-01-25mm/damon/core: pass per-region filter-passed bytes to damos_walk_control->wal...SeongJae Park
2025-01-25mm/damon/sysfs: remove unused code for schemes tried regions updateSeongJae Park
2025-01-25mm/damon/sysfs: use damos_walk() for update_schemes_tried_{bytes,regions}SeongJae Park
2025-01-25mm/damon/sysfs: use damon_call() for update_schemes_effective_quotasSeongJae Park
2025-01-25mm/damon/sysfs: use damon_call() for commit_schemes_quota_goalsSeongJae Park
2025-01-25mm/damon/sysfs: use damon_call() for update_schemes_statsSeongJae Park
2025-01-25mm/damon/sysfs: handle clear_schemes_tried_regions from DAMON sysfs contextSeongJae Park
2025-01-25mm/damon/sysfs-schemes: remove unnecessary schemes existence check in damon_s...SeongJae Park
2024-09-03mm/damon: move kunit tests to tests/ subdirectory with _kunit suffixSeongJae Park
2024-07-03mm/damon/sysfs-schemes: rename *_set_{schemes,scheme_filters,quota_score,sche...SeongJae Park
2024-07-03mm/damon/sysfs: rename damon_sysfs_set_targets() to ...add_targets()SeongJae Park
2024-07-03mm/damon/sysfs: remove unnecessary online tuning handling codeSeongJae Park
2024-07-03mm/damon/sysfs: use damon_commit_ctx()SeongJae Park
2024-02-23mm/damon/sysfs: use only quota->goalsSeongJae Park
2024-02-23mm/damon/sysfs: implement a kdamond command for updating schemes' effective q...SeongJae Park
2024-02-22mm/damon/sysfs: handle 'state' file inputs for every sampling interval if pos...SeongJae Park
2023-12-12mm/damon/sysfs-schemes: implement a command for scheme quota goals only commitSeongJae Park
2023-11-15mm/damon/sysfs: check error from damon_sysfs_update_target()SeongJae Park
2023-11-15mm/damon/sysfs: eliminate potential uninitialized variable warningDan Carpenter
2023-11-01mm/damon/sysfs: update monitoring target regions for online input commitSeongJae Park
2023-11-01mm/damon/sysfs: remove requested targets when online-commit inputsSeongJae Park
2023-10-25mm/damon/sysfs-test: add a unit test for damon_sysfs_set_targets()SeongJae Park
2023-10-18mm/damon/sysfs: avoid empty scheme tried regions for large apply intervalSeongJae Park
2023-10-18mm/damon/sysfs: check DAMOS regions update progress from before_terminate()SeongJae Park
2023-08-21mm/damon/sysfs: implement a command for updating only schemes tried total bytesSeongJae Park
2023-02-09mm/damon/sysfs: make kobj_type structures constantThomas Weißschuh
2022-11-30mm/damon/sysfs-schemes: implement DAMOS-tried regions clear commandSeongJae Park
2022-11-30mm/damon/sysfs: implement DAMOS tried regions update commandSeongJae Park
2022-11-30mm/damon/sysfs: split out schemes directory implementation to separate fileSeongJae Park
2022-11-30mm/damon/sysfs: split out kdamond-independent schemes stats update logic into...SeongJae Park
2022-11-30mm/damon/sysfs: move unsigned long range directory to common moduleSeongJae Park
2022-11-30mm/damon/sysfs: move sysfs_lock to common moduleSeongJae Park
2022-11-30mm/damon/sysfs: remove parameters of damon_sysfs_region_alloc()SeongJae Park
2022-11-30mm/damon/sysfs: use damon_addr_range for region's start and end valuesSeongJae Park
2022-11-30mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in dam...SeongJae Park
2022-11-22mm/damon/sysfs-schemes: skip stats update if the scheme directory is removedSeongJae Park
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03mm/damon/sysfs: return 'err' value when call kstrtoul() failedXin Hao
2022-10-03mm/damon/sysfs: avoid call damon_target_has_pid() repeatedlyXin Hao
2022-10-03mm/damon/sysfs: simplify the variable 'pid' assignment operationKaixu Xia
2022-10-03mm/damon/core: reduce parameters for damon_set_attrs()SeongJae Park
2022-10-03mm/damon/sysfs: use the wrapper directly to check if the kdamond is runningKaixu Xia
2022-10-03mm/damon/sysfs: change few functions execute orderXin Hao
2022-10-03mm/damon: introduce struct damos_access_patternYajun Deng
2022-10-03mm/damon: simplify damon_ctx check in damon_sysfs_before_terminateXin Hao
2022-10-03mm/damon/sysfs: simplify the judgement whether kdamonds are busyKaixu Xia
2022-09-30damon/sysfs: fix possible memleak on damon_sysfs_add_targetLevi Yun
2022-07-03mm/damon/schemes: add 'LRU_DEPRIO' actionSeongJae Park
2022-07-03mm/damon/schemes: add 'LRU_PRIO' DAMOS actionSeongJae Park