summaryrefslogtreecommitdiff
path: root/mm/damon
AgeCommit message (Expand)Author
2024-09-09mm/damon/core: replace per-quota regions priority histogram buffer usage with...SeongJae Park
2024-09-09mm/damon/core: introduce per-context region priorities histogram bufferSeongJae Park
2024-09-09mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu r...Liam R. Howlett
2024-09-03mm/damon/tests: add .kunitconfig file for DAMON kunit testsSeongJae Park
2024-09-03mm/damon: move kunit tests to tests/ subdirectory with _kunit suffixSeongJae Park
2024-09-03mm/damon/dbgfs-test: skip dbgfs_set_init_regions() test if PADDR is not regis...SeongJae Park
2024-09-03mm/damon/dbgfs-test: skip dbgfs_set_targets() test if PADDR is not registeredSeongJae Park
2024-09-03mm/damon/core-test: fix damon_test_ops_registration() for DAMON_VADDR unset caseSeongJae Park
2024-09-03mm/damon/core-test: test only vaddr case on ops registration testSeongJae Park
2024-09-01mm/damon/lru_sort: adjust local variable to dynamic allocationPeng Hao
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton
2024-07-04mm/damon/paddr: initialize nr_succeeded in __damon_pa_migrate_folio_list()SeongJae Park
2024-07-03mm/damon/core: merge regions aggressively when max_nr_regions is unmetSeongJae Park
2024-07-03mm/damon/lru_sort: remove unnecessary online tuning handling codeSeongJae Park
2024-07-03mm/damon/lru_sort: use damon_commit_ctx()SeongJae Park
2024-07-03mm/damon/reclaim: remove unnecessary code for online tuningSeongJae Park
2024-07-03mm/damon/reclaim: use damon_commit_ctx()SeongJae Park
2024-07-03mm/damon/sysfs-schemes: rename *_set_{schemes,scheme_filters,quota_score,sche...SeongJae Park
2024-07-03mm/damon/sysfs-schemes: remove unnecessary online tuning handling codeSeongJae Park
2024-07-03mm/damon/sysfs: rename damon_sysfs_set_targets() to ...add_targets()SeongJae Park
2024-07-03mm/damon/sysfs: remove unnecessary online tuning handling codeSeongJae Park
2024-07-03mm/damon/sysfs-schemes: use damos_commit_quota_goals()SeongJae Park
2024-07-03mm/damon/sysfs: use damon_commit_ctx()SeongJae Park
2024-07-03mm/damon/core: implement DAMON context commit functionSeongJae Park
2024-07-03mm/damon/core: implement DAMOS quota goals online commit functionSeongJae Park
2024-07-03mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotionHyeongtak Ji
2024-07-03mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotionHonggyu Kim
2024-07-03mm/damon/sysfs-schemes: add target_nid on sysfs-schemesHyeongtak Ji
2024-05-11mm/damon/core: fix return value from damos_wmark_metric_valueAlex Rusuf
2024-05-11mm/damon/core: initialize ->esz_bp from damos_quota_init_priv()SeongJae Park
2024-05-07mm/vmscan: remove ignore_references argument of reclaim_pages()SeongJae Park
2024-05-07mm/damon/paddr: do page level access check for pageout DAMOS action on its ownSeongJae Park
2024-05-07mm/damon/paddr: avoid unnecessary page level access check for pageout DAMOS a...SeongJae Park
2024-05-05mm/damon/paddr: implement DAMOS filter type YOUNGSeongJae Park
2024-05-05mm/damon: add DAMOS filter type YOUNGSeongJae Park
2024-05-05mm/damon/paddr: implement damon_folio_mkold()SeongJae Park
2024-05-05mm/damon/paddr: implement damon_folio_young()SeongJae Park
2024-03-04mm: madvise: pageout: ignore references rather than clearing youngBarry Song
2024-02-23mm/damon/reclaim: implement memory PSI-driven quota self-tuningSeongJae Park
2024-02-23mm/damon/reclaim: implement user-feedback driven quota auto-tuningSeongJae Park
2024-02-23mm/damon/sysfs-schemes: support PSI-based quota auto-tuneSeongJae Park
2024-02-23mm/damon/core: implement PSI metric DAMOS quota goalSeongJae Park
2024-02-23mm/damon/core: support multiple metrics for quota goalSeongJae Park
2024-02-23mm/damon/core: let goal specified with only target and current valuesSeongJae Park
2024-02-23mm/damon/core: remove ->goal field of damos_quotaSeongJae Park
2024-02-23mm/damon/sysfs: use only quota->goalsSeongJae Park
2024-02-23mm/damon/core: add multiple goals per damos_quota and helpers for thoseSeongJae Park
2024-02-23mm/damon/core: split out quota goal related fields to a structSeongJae Park
2024-02-23mm/damon/sysfs: implement a kdamond command for updating schemes' effective q...SeongJae Park