summaryrefslogtreecommitdiffstats
path: root/mm/damon
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm/damon/sysfs: eliminate potential uninitialized variable warningDan Carpenter2023-11-151-1/+1
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-2/+1
|\
| * kthread: add kthread_stop_putAndreas Gruenbacher2023-10-041-2/+1
* | mm/damon/sysfs: update monitoring target regions for online input commitSeongJae Park2023-11-011-17/+30
* | mm/damon/sysfs: remove requested targets when online-commit inputsSeongJae Park2023-11-011-34/+36
* | mm/damon/sysfs-test: add a unit test for damon_sysfs_set_targets()SeongJae Park2023-10-253-0/+100
* | mm/damon/core: avoid divide-by-zero from pseudo-moving window length calculationSeongJae Park2023-10-251-1/+1
* | mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculationSeongJae Park2023-10-251-3/+1
* | mm/damon/ops-common: avoid divide-by-zero during region hotness calculationSeongJae Park2023-10-251-3/+2