summaryrefslogtreecommitdiffstats
path: root/include/linux/damon.h
Commit message (Expand)AuthorAgeFilesLines
* mm/damon/core: implement target type damos filterSeongJae Park2023-08-211-0/+6
* mm/damon/core: introduce address range type damos filterSeongJae Park2023-08-211-6/+16
* mm/damon: update comments in damon.h for damon_attrsSeongJae Park2023-02-021-3/+3
* mm/damon/core: update kernel-doc comments for DAMOS filters supports of each ...SeongJae Park2023-02-021-0/+5
* mm/damon/core: update kernel-doc comments for DAMOS action supports of each D...SeongJae Park2023-02-021-0/+6
* mm/damon/core: implement damos filterSeongJae Park2023-01-181-0/+51
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-0/+5
|\
| * mm/damon/core: add a callback for scheme target regions checkSeongJae Park2022-11-301-0/+5
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/
* mm/damon: move sz_damon_region to damon_sz_regionXin Hao2022-10-121-0/+6
* mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia2022-10-031-1/+2
* mm/damon: return void from damon_set_schemes()Kaixu Xia2022-10-031-1/+1
* mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()Kaixu Xia2022-10-031-1/+1
* mm/damon/core: reduce parameters for damon_set_attrs()SeongJae Park2022-10-031-3/+1
* mm/damon/core: use a dedicated struct for monitoring attributesSeongJae Park2022-10-031-10/+20
* mm/damon: remove duplicate get_monitoring_region() definitionsXin Hao2022-10-031-0/+2
* mm/damon: introduce struct damos_access_patternYajun Deng2022-10-031-17/+20
* mm/damon/core: iterate the regions list from current point in damon_set_regio...Kaixu Xia2022-10-031-0/+8
* mm/damon/schemes: add 'LRU_DEPRIO' actionSeongJae Park2022-07-031-0/+2
* mm/damon/schemes: add 'LRU_PRIO' DAMOS actionSeongJae Park2022-07-031-0/+2
* mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.hSeongJae Park2022-07-031-0/+6
* mm/damon: remove obsolete comments of kdamond_stopChengming Zhou2022-06-161-9/+8
* mm/damon: add documentation for Enum valueGautam Menghani2022-05-131-0/+1
* mm/damon/vaddr: move 'damon_set_regions()' to coreSeongJae Park2022-05-131-0/+2
* mm/damon/core: add a new callback for watermarks checksSeongJae Park2022-05-131-0/+7
* mm/damon/vaddr: register a damon_operations for fixed virtual address ranges ...SeongJae Park2022-05-131-0/+3
* mm/damon/core: add a function for damon_operations registration checksSeongJae Park2022-05-131-0/+1
* mm/damon/core: add number of each enum type valuesSeongJae Park2022-03-221-0/+4
* mm/damon/core: allow non-exclusive DAMON start/stopSeongJae Park2022-03-221-1/+1
* mm/damon/paddr,vaddr: remove damon_{p,v}a_{target_valid,set_operations}()SeongJae Park2022-03-221-10/+0
* mm/damon: let monitoring operations can be registered and selectedSeongJae Park2022-03-221-0/+18
* mm/damon: rename damon_primitives to damon_operationsSeongJae Park2022-03-221-24/+24
* mm/damon: remove the target id conceptSeongJae Park2022-03-221-6/+5
* mm/damon/core: move damon_set_targets() into dbgfsSeongJae Park2022-03-221-2/+0
* mm/damon: move the implementation of damon_insert_region to damon.hGuoqing Jiang2022-01-151-2/+11
* mm/damon/schemes: account how many times quota limit has exceededSeongJae Park2022-01-151-0/+2
* mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park2022-01-151-7/+21
* mm/damon: remove a mistakenly added comment for a future featureSeongJae Park2022-01-151-1/+1
* mm/damon: convert macro functions to static inline functionsSeongJae Park2022-01-151-6/+12
* mm/damon: modify damon_rand() macro to static inline functionXin Hao2022-01-151-1/+4
* mm/damon: move damon_rand() definition into damon.hXin Hao2022-01-151-0/+4
* mm/damon: remove some unneeded function definitions in damon.hXin Hao2022-01-151-21/+0
* mm/damon: remove return value from before_terminate callbackChangbin Du2021-11-061-1/+1
* mm/damon: simplify stop mechanismChangbin Du2021-11-061-1/+0
* mm/damon/dbgfs: add adaptive_targets list check before enable monitor_onXin Hao2021-11-061-0/+1
* mm/damon/schemes: activate schemes based on a watermarks mechanismSeongJae Park2021-11-061-1/+51
* mm/damon/vaddr,paddr: support pageout prioritizationSeongJae Park2021-11-061-0/+4
* mm/damon/schemes: prioritize regions within the quotasSeongJae Park2021-11-061-0/+26
* mm/damon/schemes: implement time quotaSeongJae Park2021-11-061-5/+20
* mm/damon/schemes: skip already charged targets and regionsSeongJae Park2021-11-061-0/+5