summaryrefslogtreecommitdiffstats
path: root/mm/damon
Commit message (Expand)AuthorAgeFilesLines
* mm/damon: use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-302-2/+4
* mm/damon/sysfs-schemes: implement DAMOS-tried regions clear commandSeongJae Park2022-11-303-1/+37
* mm/damon/sysfs: implement DAMOS tried regions update commandSeongJae Park2022-11-303-2/+141
* mm/damon/sysfs-schemes: implement scheme region directorySeongJae Park2022-11-301-1/+122
* mm/damon/sysfs-schemes: implement schemes/tried_regions directorySeongJae Park2022-11-301-0/+57
* mm/damon/core: add a callback for scheme target regions checkSeongJae Park2022-11-301-1/+5
* mm/damon/lru_sort: enable and disable synchronouslySeongJae Park2022-11-301-29/+22
* mm/damon/reclaim: enable and disable synchronouslySeongJae Park2022-11-301-30/+23
* mm/damon/{reclaim,lru_sort}: remove unnecessarily included headersSeongJae Park2022-11-302-4/+0
* mm/damon/modules: deduplicate init steps for DAMON context setupSeongJae Park2022-11-305-30/+53
* mm/damon/sysfs: split out schemes directory implementation to separate fileSeongJae Park2022-11-304-1065/+1091
* mm/damon/sysfs: split out kdamond-independent schemes stats update logic into...SeongJae Park2022-11-301-15/+22
* mm/damon/sysfs: move unsigned long range directory to common moduleSeongJae Park2022-11-303-100/+109
* mm/damon/sysfs: move sysfs_lock to common moduleSeongJae Park2022-11-304-4/+24
* mm/damon/sysfs: remove parameters of damon_sysfs_region_alloc()SeongJae Park2022-11-301-11/+3
* mm/damon/sysfs: use damon_addr_range for region's start and end valuesSeongJae Park2022-11-301-14/+11
* mm/damon/core: split out scheme quota adjustment logic into a new functionSeongJae Park2022-11-301-43/+48
* mm/damon/core: split out scheme stat update logic into a new functionSeongJae Park2022-11-301-5/+11
* mm/damon/core: split damos application logic into a new functionSeongJae Park2022-11-301-34/+39
* mm/damon/core: split out DAMOS-charged region skip logic into a new functionSeongJae Park2022-11-301-31/+65
* mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in dam...SeongJae Park2022-11-301-2/+44
* mm/damon/sysfs-schemes: skip stats update if the scheme directory is removedSeongJae Park2022-11-221-0/+4
* mm/damon/dbgfs: check if rm_contexts input is for a real contextSeongJae Park2022-11-081-0/+7
* Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-142-18/+12
|\
| * mm/damon: use damon_sz_region() in appropriate placeXin Hao2022-10-122-11/+10
| * mm/damon: move sz_damon_region to damon_sz_regionXin Hao2022-10-121-7/+2
* | Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-121-0/+1
|\ \
| * | mm/damon/core: initialize damon_target->list in damon_new_target()SeongJae Park2022-10-111-0/+1
* | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-1013-860/+596
|\ \ \ | |/ / |/| / | |/
| * mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia2022-10-033-21/+40
| * mm/damon/sysfs: return 'err' value when call kstrtoul() failedXin Hao2022-10-031-32/+14
| * mm/damon: rename damon_pageout_score() to damon_cold_score()Kaixu Xia2022-10-034-5/+5
| * mm/damon: return void from damon_set_schemes()Kaixu Xia2022-10-034-15/+6
| * mm/damon/lru_sort: change damon_lru_sort_wmarks to staticYang Yingliang2022-10-031-1/+1
| * mm/damon/reclaim: change damon_reclaim_wmarks to staticYang Yingliang2022-10-031-1/+1
| * mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()Kaixu Xia2022-10-031-2/+1
| * mm/damon: simplify scheme create in lru_sort.cXin Hao2022-10-031-22/+17
| * mm/damon/sysfs: avoid call damon_target_has_pid() repeatedlyXin Hao2022-10-031-1/+2
| * mm/damon/core: simplify the kdamond stop mechanism by removing 'done'Kaixu Xia2022-10-031-15/+9
| * mm/damon/sysfs: simplify the variable 'pid' assignment operationKaixu Xia2022-10-031-7/+4
| * mm/damon: simplify the parameter passing for 'prepare_access_checks'Kaixu Xia2022-10-032-6/+5
| * mm/damon/lru_sort: deduplicate hot/cold schemes generatorsSeongJae Park2022-10-031-24/+21
| * mm/damon/lru_sort: use quotas param generatorSeongJae Park2022-10-031-51/+19
| * mm/damon/reclaim: use the quota params generator macroSeongJae Park2022-10-031-52/+12
| * mm/damon/modules-common: implement damos time quota params generatorSeongJae Park2022-10-031-2/+5
| * mm/damon/modules-common: implement a damos quota params generatorSeongJae Park2022-10-031-1/+7
| * mm/damon/lru_sort: use stat generatorSeongJae Park2022-10-031-71/+12
| * mm/damon/reclaim: use stat parameters generatorSeongJae Park2022-10-031-36/+5
| * mm/damon/modules-common: implement a stats parameters generator macroSeongJae Park2022-10-031-0/+12
| * mm/damon/reclaim: use watermarks parameters generator macroSeongJae Park2022-10-031-47/+9