summaryrefslogtreecommitdiff
path: root/mm/damon
AgeCommit message (Expand)AuthorFilesLines
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy1-3/+3
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton1-3/+20
2024-07-04mm/damon/paddr: initialize nr_succeeded in __damon_pa_migrate_folio_list()SeongJae Park1-1/+1
2024-07-03mm/damon/core: merge regions aggressively when max_nr_regions is unmetSeongJae Park1-3/+20
2024-07-03mm/damon/lru_sort: remove unnecessary online tuning handling codeSeongJae Park1-27/+1
2024-07-03mm/damon/lru_sort: use damon_commit_ctx()SeongJae Park1-7/+20
2024-07-03mm/damon/reclaim: remove unnecessary code for online tuningSeongJae Park1-18/+1
2024-07-03mm/damon/reclaim: use damon_commit_ctx()SeongJae Park1-19/+24
2024-07-03mm/damon/sysfs-schemes: rename *_set_{schemes,scheme_filters,quota_score,sche...SeongJae Park3-8/+8
2024-07-03mm/damon/sysfs-schemes: remove unnecessary online tuning handling codeSeongJae Park1-65/+3
2024-07-03mm/damon/sysfs: rename damon_sysfs_set_targets() to ...add_targets()SeongJae Park2-6/+6
2024-07-03mm/damon/sysfs: remove unnecessary online tuning handling codeSeongJae Park2-59/+3
2024-07-03mm/damon/sysfs-schemes: use damos_commit_quota_goals()SeongJae Park1-2/+12
2024-07-03mm/damon/sysfs: use damon_commit_ctx()SeongJae Park1-2/+13
2024-07-03mm/damon/core: implement DAMON context commit functionSeongJae Park1-0/+274
2024-07-03mm/damon/core: implement DAMOS quota goals online commit functionSeongJae Park1-0/+59
2024-07-03mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotionHyeongtak Ji2-0/+4
2024-07-03mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotionHonggyu Kim2-0/+155
2024-07-03mm/damon/sysfs-schemes: add target_nid on sysfs-schemesHyeongtak Ji5-5/+41
2024-05-11mm/damon/core: fix return value from damos_wmark_metric_valueAlex Rusuf1-4/+5
2024-05-11mm/damon/core: initialize ->esz_bp from damos_quota_init_priv()SeongJae Park1-0/+1
2024-05-07mm/vmscan: remove ignore_references argument of reclaim_pages()SeongJae Park1-1/+1
2024-05-07mm/damon/paddr: do page level access check for pageout DAMOS action on its ownSeongJae Park1-4/+12
2024-05-07mm/damon/paddr: avoid unnecessary page level access check for pageout DAMOS a...SeongJae Park1-1/+11
2024-05-05mm/damon/paddr: implement DAMOS filter type YOUNGSeongJae Park1-0/+5
2024-05-05mm/damon: add DAMOS filter type YOUNGSeongJae Park1-0/+1
2024-05-05mm/damon/paddr: implement damon_folio_mkold()SeongJae Park1-11/+16
2024-05-05mm/damon/paddr: implement damon_folio_young()SeongJae Park1-13/+19
2024-03-04mm: madvise: pageout: ignore references rather than clearing youngBarry Song1-1/+1
2024-02-23mm/damon/reclaim: implement memory PSI-driven quota self-tuningSeongJae Park1-0/+25
2024-02-23mm/damon/reclaim: implement user-feedback driven quota auto-tuningSeongJae Park1-0/+28
2024-02-23mm/damon/sysfs-schemes: support PSI-based quota auto-tuneSeongJae Park1-2/+40
2024-02-23mm/damon/core: implement PSI metric DAMOS quota goalSeongJae Park1-0/+25
2024-02-23mm/damon/core: support multiple metrics for quota goalSeongJae Park2-5/+22
2024-02-23mm/damon/core: let goal specified with only target and current valuesSeongJae Park2-12/+7
2024-02-23mm/damon/core: remove ->goal field of damos_quotaSeongJae Park1-12/+5
2024-02-23mm/damon/sysfs: use only quota->goalsSeongJae Park3-19/+35
2024-02-23mm/damon/core: add multiple goals per damos_quota and helpers for thoseSeongJae Park1-7/+71
2024-02-23mm/damon/core: split out quota goal related fields to a structSeongJae Park2-11/+12
2024-02-23mm/damon/sysfs: implement a kdamond command for updating schemes' effective q...SeongJae Park3-0/+56
2024-02-23mm/damon/sysfs-schemes: implement quota effective_bytes fileSeongJae Park1-0/+14
2024-02-23mm/damon/core: set damos_quota->esz as public field and documentSeongJae Park1-4/+4
2024-02-22mm/damon/sysfs: handle 'state' file inputs for every sampling interval if pos...SeongJae Park3-16/+29
2024-02-22mm/damon/dbgfs: rename monitor_on file to monitor_on_DEPRECATEDSeongJae Park1-1/+1
2024-02-22mm/damon/dbgfs: make debugfs interface deprecation message a macroSeongJae Park1-8/+7
2024-02-22mm/damon/dbgfs: implement deprecation notice fileSeongJae Park1-2/+17
2024-02-22mm/damon: rename CONFIG_DAMON_DBGFS to DAMON_DBGFS_DEPRECATEDSeongJae Park1-1/+6
2024-02-20mm/damon/lru_sort: fix quota status loss due to online tuningsSeongJae Park1-7/+36
2024-02-20mm/damon/reclaim: fix quota stauts loss due to online tuningsSeongJae Park1-1/+17
2024-02-20mm/damon/sysfs-schemes: handle schemes sysfs dir removal before commit_scheme...SeongJae Park1-0/+4