summaryrefslogtreecommitdiffstats
path: root/include/linux/damon.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+5
2022-11-30mm/damon/core: add a callback for scheme target regions checkSeongJae Park1-0/+5
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-10-12mm/damon: move sz_damon_region to damon_sz_regionXin Hao1-0/+6
2022-10-03mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia1-1/+2
2022-10-03mm/damon: return void from damon_set_schemes()Kaixu Xia1-1/+1
2022-10-03mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()Kaixu Xia1-1/+1
2022-10-03mm/damon/core: reduce parameters for damon_set_attrs()SeongJae Park1-3/+1
2022-10-03mm/damon/core: use a dedicated struct for monitoring attributesSeongJae Park1-10/+20
2022-10-03mm/damon: remove duplicate get_monitoring_region() definitionsXin Hao1-0/+2
2022-10-03mm/damon: introduce struct damos_access_patternYajun Deng1-17/+20
2022-10-03mm/damon/core: iterate the regions list from current point in damon_set_regio...Kaixu Xia1-0/+8
2022-07-03mm/damon/schemes: add 'LRU_DEPRIO' actionSeongJae Park1-0/+2
2022-07-03mm/damon/schemes: add 'LRU_PRIO' DAMOS actionSeongJae Park1-0/+2
2022-07-03mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.hSeongJae Park1-0/+6
2022-06-16mm/damon: remove obsolete comments of kdamond_stopChengming Zhou1-9/+8
2022-05-13mm/damon: add documentation for Enum valueGautam Menghani1-0/+1
2022-05-13mm/damon/vaddr: move 'damon_set_regions()' to coreSeongJae Park1-0/+2
2022-05-13mm/damon/core: add a new callback for watermarks checksSeongJae Park1-0/+7
2022-05-13mm/damon/vaddr: register a damon_operations for fixed virtual address ranges ...SeongJae Park1-0/+3
2022-05-13mm/damon/core: add a function for damon_operations registration checksSeongJae Park1-0/+1
2022-03-22mm/damon/core: add number of each enum type valuesSeongJae Park1-0/+4
2022-03-22mm/damon/core: allow non-exclusive DAMON start/stopSeongJae Park1-1/+1
2022-03-22mm/damon/paddr,vaddr: remove damon_{p,v}a_{target_valid,set_operations}()SeongJae Park1-10/+0
2022-03-22mm/damon: let monitoring operations can be registered and selectedSeongJae Park1-0/+18
2022-03-22mm/damon: rename damon_primitives to damon_operationsSeongJae Park1-24/+24
2022-03-22mm/damon: remove the target id conceptSeongJae Park1-6/+5
2022-03-22mm/damon/core: move damon_set_targets() into dbgfsSeongJae Park1-2/+0
2022-01-15mm/damon: move the implementation of damon_insert_region to damon.hGuoqing Jiang1-2/+11
2022-01-15mm/damon/schemes: account how many times quota limit has exceededSeongJae Park1-0/+2
2022-01-15mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park1-7/+21
2022-01-15mm/damon: remove a mistakenly added comment for a future featureSeongJae Park1-1/+1
2022-01-15mm/damon: convert macro functions to static inline functionsSeongJae Park1-6/+12
2022-01-15mm/damon: modify damon_rand() macro to static inline functionXin Hao1-1/+4
2022-01-15mm/damon: move damon_rand() definition into damon.hXin Hao1-0/+4
2022-01-15mm/damon: remove some unneeded function definitions in damon.hXin Hao1-21/+0
2021-11-06mm/damon: remove return value from before_terminate callbackChangbin Du1-1/+1
2021-11-06mm/damon: simplify stop mechanismChangbin Du1-1/+0
2021-11-06mm/damon/dbgfs: add adaptive_targets list check before enable monitor_onXin Hao1-0/+1
2021-11-06mm/damon/schemes: activate schemes based on a watermarks mechanismSeongJae Park1-1/+51
2021-11-06mm/damon/vaddr,paddr: support pageout prioritizationSeongJae Park1-0/+4
2021-11-06mm/damon/schemes: prioritize regions within the quotasSeongJae Park1-0/+26
2021-11-06mm/damon/schemes: implement time quotaSeongJae Park1-5/+20
2021-11-06mm/damon/schemes: skip already charged targets and regionsSeongJae Park1-0/+5
2021-11-06mm/damon/schemes: implement size quota for schemes application speed controlSeongJae Park1-4/+32
2021-11-06mm/damon/paddr: support the pageout schemeSeongJae Park1-0/+2
2021-11-06mm/damon: implement primitives for physical address space monitoringSeongJae Park1-0/+10
2021-11-06mm/damon/schemes: implement statistics featureSeongJae Park1-1/+9
2021-11-06mm/damon/vaddr: support DAMON-based Operation SchemesSeongJae Park1-0/+2
2021-11-06mm/damon/core: implement DAMON-based Operation Schemes (DAMOS)SeongJae Park1-0/+66