summaryrefslogtreecommitdiff
path: root/mm/damon
AgeCommit message (Expand)Author
2025-10-02mm/damon/sysfs: do not ignore callback's return value in damon_sysfs_damon_ca...Akinobu Mita
2025-09-19mm/damon/reclaim: avoid divide-by-zero in damon_reclaim_apply_parameters()Quanmin Yan
2025-09-19mm/damon/sysfs: fix use-after-free in state_show()Stanislav Fort
2025-09-19mm/damon/lru_sort: avoid divide-by-zero in damon_lru_sort_apply_parameters()Quanmin Yan
2025-09-19mm/damon/core: set quota->charged_from to jiffies at first charge windowSang-Heon Jeon
2025-08-28mm/damon/core: fix damos_commit_filter not changing allowSang-Heon Jeon
2025-08-28mm/damon/core: fix commit_ops_filters by using correct nth functionSang-Heon Jeon
2025-08-28mm/damon/ops-common: ignore migration request to invalid nodesSeongJae Park
2025-08-20mm/damon/core: commit damos->target_nidBijan Tabatabai
2025-07-24mm/damon/core: commit damos_quota_goal->nidSeongJae Park
2025-07-09mm/damon: fix divide by zero in damon_get_intervals_score()Honggyu Kim
2025-07-09mm/damon/core: handle damon_call_control as normal under kdmond deactivationSeongJae Park
2025-06-25mm/damon/sysfs-schemes: free old damon_sysfs_scheme_filter->memcg_path on writeSeongJae Park
2025-06-10Revert "mm/damon/Kconfig: enable CONFIG_DAMON by default"Linus Torvalds
2025-06-05mm/damon: s/primitives/code/ on commentsEnze Li
2025-05-31mm/damon/Kconfig: enable CONFIG_DAMON by defaultSeongJae Park
2025-05-31mm/damon/Kconfig: set DAMON_{VADDR,PADDR,SYSFS} default to DAMONSeongJae Park
2025-05-31mm/damon/core: avoid destroyed target reference from DAMOS quotaAkinobu Mita
2025-05-22mm/damon/tests/core-kunit: add a test for damos_set_filters_default_reject()SeongJae Park
2025-05-22mm/damon/paddr: remove unused variable, folio_list, in damon_pa_stat()SeongJae Park
2025-05-22mm/damon/sysfs-schemes: fix wrong comment on damons_sysfs_quota_goal_metric_strsSeongJae Park
2025-05-22mm/damon/core: warn and fix nr_accesses[_bp] corruptionSeongJae Park
2025-05-12mm/damon/sysfs-schemes: use kmalloc_array() and size_add()Su Hui
2025-05-12mm/damon/sysfs-schemes: connect damos_quota_goal nid with core layerSeongJae Park
2025-05-12mm/damon/sysfs-schemes: implement file for quota goal nid parameterSeongJae Park
2025-05-12mm/damon/core: introduce damos quota goal metrics for memory node utilizationSeongJae Park
2025-04-01mm/damon/core: simplify control flow in damon_register_ops()Taotao Chen
2025-03-21mm/damon: implement a new DAMOS filter type for active pagesNhat Pham
2025-03-17mm/damon/sysfs-schemes: avoid Wformat-security warning on damon_sysfs_access_...SeongJae Park
2025-03-17mm/damon: remove damon_operations->reset_aggregatedSeongJae Park
2025-03-17mm/damon: remove damon_callback->before_damos_applySeongJae Park
2025-03-17mm/damon: remove damon_callback->after_samplingSeongJae Park
2025-03-17mm/damon: remove ->before_start of damon_callbackSeongJae Park
2025-03-17mm/damon/sysfs-schemes: remove obsolete comment for damon_sysfs_schemes_clear...SeongJae Park
2025-03-17mm/damon/sysfs: remove damon_sysfs_cmd_request and its readersSeongJae Park
2025-03-17mm/damon/sysfs: remove damon_sysfs_cmd_request_callback() and its callersSeongJae Park
2025-03-17mm/damon/sysfs: remove damon_sysfs_cmd_request code from damon_sysfs_handle_c...SeongJae Park
2025-03-17mm/damon/sysfs: handle commit command using damon_call()SeongJae Park
2025-03-17mm/damon/core: make damon_set_attrs() be safe to be called from damon_call()SeongJae Park
2025-03-17mm/damon/core: invoke kdamond_call() after merging is done if possibleSeongJae Park
2025-03-17mm/damon/sysfs: validate user inputs from damon_sysfs_commit_input()SeongJae Park
2025-03-17mm/damon/sysfs-schemes: return error when for attempts to install filters on ...SeongJae Park
2025-03-17mm/damon/sysfs-schemes: record filters of which layer should be added to the ...SeongJae Park
2025-03-17mm/damon/core: expose damos_filter_for_ops() to DAMON kernel API callersSeongJae Park
2025-03-17mm/damon/sysfs-schemes: commit filters in {core,ops}_filters directoriesSeongJae Park
2025-03-17mm/damon/sysfs-schemes: implement core_filters and ops_filters directoriesSeongJae Park
2025-03-17mm/damon/sysfs-schemes: let damon_sysfs_scheme_set_filters() be used for diff...SeongJae Park
2025-03-17mm/damon/paddr: respect ops_filters_default_rejectSeongJae Park
2025-03-17mm/damon/core: set damos_filter default allowance behavior based on installed...SeongJae Park
2025-03-17mm/damon/paddr: support only damos->ops_filtersSeongJae Park