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