summaryrefslogtreecommitdiff
path: root/mm/damon
AgeCommit message (Expand)AuthorFilesLines
2025-07-19mm/damon/sysfs: use DAMON core API damon_is_running()SeongJae Park2-13/+9
2025-07-13mm/damon/reclaim: use parameter context correctlySeongJae Park1-2/+2
2025-07-13mm/damon/lru_sort: reset enabled when DAMON start failedSeongJae Park1-1/+4
2025-07-13mm/damon/reclaim: reset enabled when DAMON start failedSeongJae Park1-1/+4
2025-07-13mm/damon: add trace event for effective size quotaSeongJae Park1-1/+19
2025-07-13mm/damon: add trace event for auto-tuned monitoring intervalsSeongJae Park1-0/+1
2025-07-12Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton1-4/+4
2025-07-09mm/damon/sysfs: decouple from damon_ops_idSeongJae Park1-15/+41
2025-07-09mm/damon/sysfs-schemes: decouple from damos_filter_typeSeongJae Park1-18/+57
2025-07-09mm/damon/sysfs-schemes: decouple from damos_wmark_metricSeongJae Park1-10/+31
2025-07-09mm/damon/sysfs-schemes: decouple from damos_actionSeongJae Park1-18/+62
2025-07-09mm/damon/sysfs-schemes: decouple from damos_quota_goal_metricSeongJae Park1-14/+41
2025-07-09mm/damon/paddr: use alloc_migartion_target() with no migration fallback nodemaskSeongJae Park1-3/+1
2025-07-09mm/damon/stat: calculate and expose idle time percentilesSeongJae Park1-0/+72
2025-07-09mm/damon/stat: calculate and expose estimated memory bandwidthSeongJae Park1-0/+35
2025-07-09mm/damon: introduce DAMON_STAT moduleSeongJae Park3-0/+163
2025-07-09mm/damon: fix divide by zero in damon_get_intervals_score()Honggyu Kim1-0/+1
2025-07-09mm/damon/core: handle damon_call_control as normal under kdmond deactivationSeongJae Park1-4/+3
2025-06-25mm/damon/sysfs-schemes: free old damon_sysfs_scheme_filter->memcg_path on writeSeongJae Park1-0/+1
2025-06-10Revert "mm/damon/Kconfig: enable CONFIG_DAMON by default"Linus Torvalds1-1/+0
2025-06-05mm/damon: s/primitives/code/ on commentsEnze Li8-8/+8
2025-05-31mm/damon/Kconfig: enable CONFIG_DAMON by defaultSeongJae Park1-0/+1
2025-05-31mm/damon/Kconfig: set DAMON_{VADDR,PADDR,SYSFS} default to DAMONSeongJae Park1-0/+3
2025-05-31mm/damon/core: avoid destroyed target reference from DAMOS quotaAkinobu Mita1-0/+8
2025-05-22mm/damon/tests/core-kunit: add a test for damos_set_filters_default_reject()SeongJae Park1-0/+70
2025-05-22mm/damon/paddr: remove unused variable, folio_list, in damon_pa_stat()SeongJae Park1-1/+0
2025-05-22mm/damon/sysfs-schemes: fix wrong comment on damons_sysfs_quota_goal_metric_strsSeongJae Park1-1/+1
2025-05-22mm/damon/core: warn and fix nr_accesses[_bp] corruptionSeongJae Park1-0/+14
2025-05-12mm/damon/sysfs-schemes: use kmalloc_array() and size_add()Su Hui1-2/+3
2025-05-12mm/damon/sysfs-schemes: connect damos_quota_goal nid with core layerSeongJae Park1-1/+10
2025-05-12mm/damon/sysfs-schemes: implement file for quota goal nid parameterSeongJae Park1-0/+27
2025-05-12mm/damon/core: introduce damos quota goal metrics for memory node utilizationSeongJae Park2-0/+29
2025-04-01mm/damon/core: simplify control flow in damon_register_ops()Taotao Chen1-5/+4
2025-03-21mm/damon: implement a new DAMOS filter type for active pagesNhat Pham2-0/+4
2025-03-17mm/damon/sysfs-schemes: avoid Wformat-security warning on damon_sysfs_access_...SeongJae Park1-1/+1
2025-03-17mm/damon: remove damon_operations->reset_aggregatedSeongJae Park3-4/+0
2025-03-17mm/damon: remove damon_callback->before_damos_applySeongJae Park1-9/+4
2025-03-17mm/damon: remove damon_callback->after_samplingSeongJae Park1-3/+0
2025-03-17mm/damon: remove ->before_start of damon_callbackSeongJae Park1-2/+0
2025-03-17mm/damon/sysfs-schemes: remove obsolete comment for damon_sysfs_schemes_clear...SeongJae Park1-1/+0
2025-03-17mm/damon/sysfs: remove damon_sysfs_cmd_request and its readersSeongJae Park1-23/+1
2025-03-17mm/damon/sysfs: remove damon_sysfs_cmd_request_callback() and its callersSeongJae Park1-62/+0
2025-03-17mm/damon/sysfs: remove damon_sysfs_cmd_request code from damon_sysfs_handle_c...SeongJae Park1-32/+0
2025-03-17mm/damon/sysfs: handle commit command using damon_call()SeongJae Park1-11/+6
2025-03-17mm/damon/core: make damon_set_attrs() be safe to be called from damon_call()SeongJae Park2-14/+48
2025-03-17mm/damon/core: invoke kdamond_call() after merging is done if possibleSeongJae Park1-3/+3
2025-03-17mm/damon/sysfs: validate user inputs from damon_sysfs_commit_input()SeongJae Park1-2/+10
2025-03-17mm/damon/sysfs-schemes: return error when for attempts to install filters on ...SeongJae Park1-0/+20
2025-03-17mm/damon/sysfs-schemes: record filters of which layer should be added to the ...SeongJae Park1-10/+36
2025-03-17mm/damon/core: expose damos_filter_for_ops() to DAMON kernel API callersSeongJae Park1-1/+8