summaryrefslogtreecommitdiff
path: root/mm/damon
AgeCommit message (Expand)AuthorFilesLines
2025-08-27mm/damon/core: prevent unnecessary overflow in damos_set_effective_quota()Quanmin Yan1-2/+2
2025-08-19mm/damon/sysfs-schemes: put damos dests dir after removing its filesSeongJae Park1-1/+1
2025-08-19mm/damon/core: fix damos_commit_filter not changing allowSang-Heon Jeon1-0/+1
2025-08-19mm/damon/core: fix commit_ops_filters by using correct nth functionSang-Heon Jeon1-1/+13
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+4
2025-08-02mm/damon/vaddr: skip isolating folios already in destination nidBijan Tabatabai1-0/+4
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds14-535/+1559
2025-07-24mm/damon/ops-common: ignore migration request to invalid nodesSeongJae Park1-0/+4
2025-07-24mm/damon/sysfs: implement refresh_ms file internal workSeongJae Park1-0/+29
2025-07-24mm/damon/sysfs: implement refresh_ms file under kdamond directorySeongJae Park1-0/+29
2025-07-24mm/damon/core: commit damos_quota_goal->nidSeongJae Park1-0/+15
2025-07-19mm/damon/core: remove damon_callbackSeongJae Park1-19/+7
2025-07-19mm/damon/sysfs: remove damon_sysfs_before_terminate()SeongJae Park1-12/+0
2025-07-19mm/damon/core: destroy targets when kdamond_fn() finishSeongJae Park1-0/+1
2025-07-19mm/damon/sysfs: remove damon_sysfs_destroy_targets()SeongJae Park1-20/+3
2025-07-19mm/damon/vaddr: put pid in cleanup_target()SeongJae Park3-10/+8
2025-07-19mm/damon/core: add cleanup_target() ops callbackSeongJae Park4-9/+13
2025-07-19mm/damon/core: do not call ops.cleanup() when destroying targetsSeongJae Park1-5/+0
2025-07-19mm/damon/lru_sort: use damon_call() repeat mode instead of damon_callbackSeongJae Park1-35/+35
2025-07-19mm/damon/reclaim: use damon_call() repeat mode instead of damon_callbackSeongJae Park1-31/+31
2025-07-19mm/damon/stat: use damon_call() repeat mode instead of damon_callbackSeongJae Park1-3/+14
2025-07-19mm/damon/core: introduce repeat mode damon_call()SeongJae Park1-5/+20
2025-07-19mm/damon: accept parallel damon_call() requestsSeongJae Park1-24/+25
2025-07-19mm/damon/vaddr: apply filters in migrate_{hot/cold}Bijan Tabatabai1-4/+65
2025-07-19mm/damon: move folio filtering from paddr to ops-commonBijan Tabatabai3-152/+154
2025-07-19mm/damon/vaddr: use damos->migrate_dests in migrate_{hot,cold}Bijan Tabatabai1-16/+92
2025-07-19mm/damon/vaddr: add vaddr versions of migrate_{hot,cold}Bijan Tabatabai1-0/+98
2025-07-19mm/damon: move migration helpers from paddr to ops-commonBijan Tabatabai3-121/+123
2025-07-19mm/damon/core: commit damos->migrate_destsBijan Tabatabai1-0/+39
2025-07-19mm/damon/sysfs-schemes: set damos->migrate_destsSeongJae Park1-0/+28
2025-07-19mm/damon/sysfs-schemes: implement DAMOS action destinations directorySeongJae Park1-1/+224
2025-07-19mm/damon/core: add damos->migrate_dests fieldSeongJae Park1-0/+4
2025-07-19mm/damon/core: commit damos->target_nidBijan Tabatabai1-0/+1
2025-07-19mm/damon/sysfs: don't hold kdamond_lock in before_terminate()SeongJae Park1-2/+0
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