summaryrefslogtreecommitdiff
path: root/mm/damon
AgeCommit message (Expand)Author
2022-11-30mm/damon: use kstrtobool() instead of strtobool()Christophe JAILLET
2022-11-30mm/damon/sysfs-schemes: implement DAMOS-tried regions clear commandSeongJae Park
2022-11-30mm/damon/sysfs: implement DAMOS tried regions update commandSeongJae Park
2022-11-30mm/damon/sysfs-schemes: implement scheme region directorySeongJae Park
2022-11-30mm/damon/sysfs-schemes: implement schemes/tried_regions directorySeongJae Park
2022-11-30mm/damon/core: add a callback for scheme target regions checkSeongJae Park
2022-11-30mm/damon/lru_sort: enable and disable synchronouslySeongJae Park
2022-11-30mm/damon/reclaim: enable and disable synchronouslySeongJae Park
2022-11-30mm/damon/{reclaim,lru_sort}: remove unnecessarily included headersSeongJae Park
2022-11-30mm/damon/modules: deduplicate init steps for DAMON context setupSeongJae Park
2022-11-30mm/damon/sysfs: split out schemes directory implementation to separate fileSeongJae Park
2022-11-30mm/damon/sysfs: split out kdamond-independent schemes stats update logic into...SeongJae Park
2022-11-30mm/damon/sysfs: move unsigned long range directory to common moduleSeongJae Park
2022-11-30mm/damon/sysfs: move sysfs_lock to common moduleSeongJae Park
2022-11-30mm/damon/sysfs: remove parameters of damon_sysfs_region_alloc()SeongJae Park
2022-11-30mm/damon/sysfs: use damon_addr_range for region's start and end valuesSeongJae Park
2022-11-30mm/damon/core: split out scheme quota adjustment logic into a new functionSeongJae Park
2022-11-30mm/damon/core: split out scheme stat update logic into a new functionSeongJae Park
2022-11-30mm/damon/core: split damos application logic into a new functionSeongJae Park
2022-11-30mm/damon/core: split out DAMOS-charged region skip logic into a new functionSeongJae Park
2022-11-30mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in dam...SeongJae Park
2022-11-22mm/damon/sysfs-schemes: skip stats update if the scheme directory is removedSeongJae Park
2022-11-08mm/damon/dbgfs: check if rm_contexts input is for a real contextSeongJae Park
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-12mm/damon: use damon_sz_region() in appropriate placeXin Hao
2022-10-12mm/damon: move sz_damon_region to damon_sz_regionXin Hao
2022-10-12Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-10-11mm/damon/core: initialize damon_target->list in damon_new_target()SeongJae Park
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia
2022-10-03mm/damon/sysfs: return 'err' value when call kstrtoul() failedXin Hao
2022-10-03mm/damon: rename damon_pageout_score() to damon_cold_score()Kaixu Xia
2022-10-03mm/damon: return void from damon_set_schemes()Kaixu Xia
2022-10-03mm/damon/lru_sort: change damon_lru_sort_wmarks to staticYang Yingliang
2022-10-03mm/damon/reclaim: change damon_reclaim_wmarks to staticYang Yingliang
2022-10-03mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()Kaixu Xia
2022-10-03mm/damon: simplify scheme create in lru_sort.cXin Hao
2022-10-03mm/damon/sysfs: avoid call damon_target_has_pid() repeatedlyXin Hao
2022-10-03mm/damon/core: simplify the kdamond stop mechanism by removing 'done'Kaixu Xia
2022-10-03mm/damon/sysfs: simplify the variable 'pid' assignment operationKaixu Xia
2022-10-03mm/damon: simplify the parameter passing for 'prepare_access_checks'Kaixu Xia
2022-10-03mm/damon/lru_sort: deduplicate hot/cold schemes generatorsSeongJae Park
2022-10-03mm/damon/lru_sort: use quotas param generatorSeongJae Park
2022-10-03mm/damon/reclaim: use the quota params generator macroSeongJae Park
2022-10-03mm/damon/modules-common: implement damos time quota params generatorSeongJae Park
2022-10-03mm/damon/modules-common: implement a damos quota params generatorSeongJae Park
2022-10-03mm/damon/lru_sort: use stat generatorSeongJae Park
2022-10-03mm/damon/reclaim: use stat parameters generatorSeongJae Park
2022-10-03mm/damon/modules-common: implement a stats parameters generator macroSeongJae Park
2022-10-03mm/damon/reclaim: use watermarks parameters generator macroSeongJae Park