summaryrefslogtreecommitdiff
path: root/mm/damon
AgeCommit message (Expand)AuthorFilesLines
2024-03-01mm/damon/reclaim: fix quota stauts loss due to online tuningsSeongJae Park1-1/+17
2024-03-01mm/damon/lru_sort: fix quota status loss due to online tuningsSeongJae Park1-7/+36
2024-01-01mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park1-0/+7
2023-12-13mm/damon/sysfs: eliminate potential uninitialized variable warningDan Carpenter1-1/+1
2023-11-28mm/damon/sysfs: check error from damon_sysfs_update_target()SeongJae Park1-1/+3
2023-11-28mm/damon/ops-common: avoid divide-by-zero during region hotness calculationSeongJae Park1-3/+2
2023-11-28mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculationSeongJae Park1-3/+1
2023-11-28mm/damon/sysfs: update monitoring target regions for online input commitSeongJae Park1-17/+30
2023-11-28mm/damon/sysfs: remove requested targets when online-commit inputsSeongJae Park1-33/+35
2023-10-06mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()Jinjie Ruan1-0/+2
2023-07-19mm/damon/ops-common: atomically test and clear young on ptes and pmdsRyan Roberts4-16/+12
2023-03-10mm/damon/paddr: fix missing folio_put()andrew.yang1-4/+3
2022-12-01mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in dam...SeongJae Park1-2/+44
2022-11-23mm/damon/sysfs-schemes: skip stats update if the scheme directory is removedSeongJae Park1-0/+4
2022-11-09mm/damon/dbgfs: check if rm_contexts input is for a real contextSeongJae Park1-0/+7
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-18/+12
2022-10-13mm/damon: use damon_sz_region() in appropriate placeXin Hao2-11/+10
2022-10-13mm/damon: move sz_damon_region to damon_sz_regionXin Hao1-7/+2
2022-10-12Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2022-10-12mm/damon/core: initialize damon_target->list in damon_new_target()SeongJae Park1-0/+1
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds13-860/+596
2022-10-04mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia3-21/+40
2022-10-04mm/damon/sysfs: return 'err' value when call kstrtoul() failedXin Hao1-32/+14
2022-10-04mm/damon: rename damon_pageout_score() to damon_cold_score()Kaixu Xia4-5/+5
2022-10-04mm/damon: return void from damon_set_schemes()Kaixu Xia4-15/+6
2022-10-04mm/damon/lru_sort: change damon_lru_sort_wmarks to staticYang Yingliang1-1/+1
2022-10-04mm/damon/reclaim: change damon_reclaim_wmarks to staticYang Yingliang1-1/+1
2022-10-04mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()Kaixu Xia1-2/+1
2022-10-04mm/damon: simplify scheme create in lru_sort.cXin Hao1-22/+17
2022-10-04mm/damon/sysfs: avoid call damon_target_has_pid() repeatedlyXin Hao1-1/+2
2022-10-04mm/damon/core: simplify the kdamond stop mechanism by removing 'done'Kaixu Xia1-15/+9
2022-10-04mm/damon/sysfs: simplify the variable 'pid' assignment operationKaixu Xia1-7/+4
2022-10-04mm/damon: simplify the parameter passing for 'prepare_access_checks'Kaixu Xia2-6/+5
2022-10-04mm/damon/lru_sort: deduplicate hot/cold schemes generatorsSeongJae Park1-24/+21
2022-10-04mm/damon/lru_sort: use quotas param generatorSeongJae Park1-51/+19
2022-10-04mm/damon/reclaim: use the quota params generator macroSeongJae Park1-52/+12
2022-10-04mm/damon/modules-common: implement damos time quota params generatorSeongJae Park1-2/+5
2022-10-04mm/damon/modules-common: implement a damos quota params generatorSeongJae Park1-1/+7
2022-10-04mm/damon/lru_sort: use stat generatorSeongJae Park1-71/+12
2022-10-04mm/damon/reclaim: use stat parameters generatorSeongJae Park1-36/+5
2022-10-04mm/damon/modules-common: implement a stats parameters generator macroSeongJae Park1-0/+12
2022-10-04mm/damon/reclaim: use watermarks parameters generator macroSeongJae Park1-47/+9
2022-10-04mm/damon/lru_sort: use watermarks parameters generator macroSeongJae Park2-56/+12
2022-10-04mm/damon/modules-common: implement a watermarks module parameters generator m...SeongJae Park1-0/+7
2022-10-04mm/damon/reclaim: use monitoring attributes parameters generator macroSeongJae Park1-42/+5
2022-10-04mm/damon/lru_sort: use monitoring attributes parameters generaotr macroSeongJae Park1-42/+5
2022-10-04mm/damon: implement a monitoring attributes module parameters generator macroSeongJae Park1-0/+18
2022-10-04mm/damon/lru_sort: use 'struct damon_attrs' for storing parameters for itSeongJae Park1-19/+21
2022-10-04mm/damon/reclaim: use 'struct damon_attrs' for storing parameters for itSeongJae Park1-17/+19
2022-10-04mm/damon/core: reduce parameters for damon_set_attrs()SeongJae Park5-27/+35