summaryrefslogtreecommitdiff
path: root/mm/damon
AgeCommit message (Expand)Author
4 daysMerge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
11 daysmm/damon/ops-common: ignore migration request to invalid nodesSeongJae Park
11 daysmm/damon/sysfs: implement refresh_ms file internal workSeongJae Park
11 daysmm/damon/sysfs: implement refresh_ms file under kdamond directorySeongJae Park
11 daysmm/damon/core: commit damos_quota_goal->nidSeongJae Park
2025-07-19mm/damon/core: remove damon_callbackSeongJae Park
2025-07-19mm/damon/sysfs: remove damon_sysfs_before_terminate()SeongJae Park
2025-07-19mm/damon/core: destroy targets when kdamond_fn() finishSeongJae Park
2025-07-19mm/damon/sysfs: remove damon_sysfs_destroy_targets()SeongJae Park
2025-07-19mm/damon/vaddr: put pid in cleanup_target()SeongJae Park
2025-07-19mm/damon/core: add cleanup_target() ops callbackSeongJae Park
2025-07-19mm/damon/core: do not call ops.cleanup() when destroying targetsSeongJae Park
2025-07-19mm/damon/lru_sort: use damon_call() repeat mode instead of damon_callbackSeongJae Park
2025-07-19mm/damon/reclaim: use damon_call() repeat mode instead of damon_callbackSeongJae Park
2025-07-19mm/damon/stat: use damon_call() repeat mode instead of damon_callbackSeongJae Park
2025-07-19mm/damon/core: introduce repeat mode damon_call()SeongJae Park
2025-07-19mm/damon: accept parallel damon_call() requestsSeongJae Park
2025-07-19mm/damon/vaddr: apply filters in migrate_{hot/cold}Bijan Tabatabai
2025-07-19mm/damon: move folio filtering from paddr to ops-commonBijan Tabatabai
2025-07-19mm/damon/vaddr: use damos->migrate_dests in migrate_{hot,cold}Bijan Tabatabai
2025-07-19mm/damon/vaddr: add vaddr versions of migrate_{hot,cold}Bijan Tabatabai
2025-07-19mm/damon: move migration helpers from paddr to ops-commonBijan Tabatabai
2025-07-19mm/damon/core: commit damos->migrate_destsBijan Tabatabai
2025-07-19mm/damon/sysfs-schemes: set damos->migrate_destsSeongJae Park
2025-07-19mm/damon/sysfs-schemes: implement DAMOS action destinations directorySeongJae Park
2025-07-19mm/damon/core: add damos->migrate_dests fieldSeongJae Park
2025-07-19mm/damon/core: commit damos->target_nidBijan Tabatabai
2025-07-19mm/damon/sysfs: don't hold kdamond_lock in before_terminate()SeongJae Park
2025-07-19mm/damon/sysfs: use DAMON core API damon_is_running()SeongJae Park
2025-07-13mm/damon/reclaim: use parameter context correctlySeongJae Park
2025-07-13mm/damon/lru_sort: reset enabled when DAMON start failedSeongJae Park
2025-07-13mm/damon/reclaim: reset enabled when DAMON start failedSeongJae Park
2025-07-13mm/damon: add trace event for effective size quotaSeongJae Park
2025-07-13mm/damon: add trace event for auto-tuned monitoring intervalsSeongJae Park
2025-07-12Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton
2025-07-09mm/damon/sysfs: decouple from damon_ops_idSeongJae Park
2025-07-09mm/damon/sysfs-schemes: decouple from damos_filter_typeSeongJae Park
2025-07-09mm/damon/sysfs-schemes: decouple from damos_wmark_metricSeongJae Park
2025-07-09mm/damon/sysfs-schemes: decouple from damos_actionSeongJae Park
2025-07-09mm/damon/sysfs-schemes: decouple from damos_quota_goal_metricSeongJae Park
2025-07-09mm/damon/paddr: use alloc_migartion_target() with no migration fallback nodemaskSeongJae Park
2025-07-09mm/damon/stat: calculate and expose idle time percentilesSeongJae Park
2025-07-09mm/damon/stat: calculate and expose estimated memory bandwidthSeongJae Park
2025-07-09mm/damon: introduce DAMON_STAT moduleSeongJae 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