summaryrefslogtreecommitdiffstats
path: root/mm/damon
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm/damon/core: check apply interval in damon_do_apply_schemes()SeongJae Park2024-02-201-4/+11
* mm/damon/sysfs-schemes: fix wrong DAMOS tried regions update timeout setupSeongJae Park2024-02-071-1/+1
* mm/damon/vaddr: change asm-generic/mman-common.h to linux/mman.hTanzir Hasan2023-12-291-1/+1
* mm/damon/core-test: test max_nr_accesses overflow caused divide-by-zeroSeongJae Park2023-12-201-0/+11
* mm/damon: update email of SeongJaeSeongJae Park2023-12-207-7/+7
* sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton2023-12-201-0/+6
|\
| * mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park2023-12-121-0/+6
* | mm/damon/core-test: add a unit test for the feedback loop algorithmSeongJae Park2023-12-121-0/+32
* | mm/damon/sysfs-schemes: implement a command for scheme quota goals only commitSeongJae Park2023-12-123-0/+46
* | mm/damon/sysfs-schemes: commit damos quota goals user input to DAMOSSeongJae Park2023-12-121-0/+32
* | mm/damon/sysfs-schemes: implement files for scheme quota goals setupSeongJae Park2023-12-121-3/+221
* | mm/damon/core: implement goal-oriented feedback-driven quota auto-tuningSeongJae Park2023-12-121-9/+59
* | mm/damon/core-test: test damon_split_region_at()'s access rate copyingSeongJae Park2023-12-101-4/+11
|/
* mm/damon/sysfs-schemes: add timeout for update_schemes_tried_regionsSeongJae Park2023-12-061-6/+43
* mm/damon/core: copy nr_accesses when splitting regionSeongJae Park2023-12-061-0/+1
* mm/damon/core.c: avoid unintentional filtering out of schemesHyeongtak Ji2023-11-151-1/+1
* mm/damon/sysfs-schemes: handle tried region directory allocation failureSeongJae Park2023-11-151-0/+2
* mm/damon/sysfs-schemes: handle tried regions sysfs directory allocation failureSeongJae Park2023-11-151-0/+3
* mm/damon/sysfs: check error from damon_sysfs_update_target()SeongJae Park2023-11-151-1/+3