summaryrefslogtreecommitdiff
path: root/include/linux/damon.h
AgeCommit message (Expand)Author
2023-02-02mm/damon: update comments in damon.h for damon_attrsSeongJae Park
2023-02-02mm/damon/core: update kernel-doc comments for DAMOS filters supports of each ...SeongJae Park
2023-02-02mm/damon/core: update kernel-doc comments for DAMOS action supports of each D...SeongJae Park
2023-01-18mm/damon/core: implement damos filterSeongJae Park
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-11-30mm/damon/core: add a callback for scheme target regions checkSeongJae Park
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-12mm/damon: move sz_damon_region to damon_sz_regionXin Hao
2022-10-03mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia
2022-10-03mm/damon: return void from damon_set_schemes()Kaixu Xia
2022-10-03mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()Kaixu Xia
2022-10-03mm/damon/core: reduce parameters for damon_set_attrs()SeongJae Park
2022-10-03mm/damon/core: use a dedicated struct for monitoring attributesSeongJae Park
2022-10-03mm/damon: remove duplicate get_monitoring_region() definitionsXin Hao
2022-10-03mm/damon: introduce struct damos_access_patternYajun Deng
2022-10-03mm/damon/core: iterate the regions list from current point in damon_set_regio...Kaixu Xia
2022-07-03mm/damon/schemes: add 'LRU_DEPRIO' actionSeongJae Park
2022-07-03mm/damon/schemes: add 'LRU_PRIO' DAMOS actionSeongJae Park
2022-07-03mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.hSeongJae Park
2022-06-16mm/damon: remove obsolete comments of kdamond_stopChengming Zhou
2022-05-13mm/damon: add documentation for Enum valueGautam Menghani
2022-05-13mm/damon/vaddr: move 'damon_set_regions()' to coreSeongJae Park
2022-05-13mm/damon/core: add a new callback for watermarks checksSeongJae Park
2022-05-13mm/damon/vaddr: register a damon_operations for fixed virtual address ranges ...SeongJae Park
2022-05-13mm/damon/core: add a function for damon_operations registration checksSeongJae Park
2022-03-22mm/damon/core: add number of each enum type valuesSeongJae Park
2022-03-22mm/damon/core: allow non-exclusive DAMON start/stopSeongJae Park
2022-03-22mm/damon/paddr,vaddr: remove damon_{p,v}a_{target_valid,set_operations}()SeongJae Park
2022-03-22mm/damon: let monitoring operations can be registered and selectedSeongJae Park
2022-03-22mm/damon: rename damon_primitives to damon_operationsSeongJae Park
2022-03-22mm/damon: remove the target id conceptSeongJae Park
2022-03-22mm/damon/core: move damon_set_targets() into dbgfsSeongJae Park
2022-01-15mm/damon: move the implementation of damon_insert_region to damon.hGuoqing Jiang
2022-01-15mm/damon/schemes: account how many times quota limit has exceededSeongJae Park
2022-01-15mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park
2022-01-15mm/damon: remove a mistakenly added comment for a future featureSeongJae Park
2022-01-15mm/damon: convert macro functions to static inline functionsSeongJae Park
2022-01-15mm/damon: modify damon_rand() macro to static inline functionXin Hao
2022-01-15mm/damon: move damon_rand() definition into damon.hXin Hao
2022-01-15mm/damon: remove some unneeded function definitions in damon.hXin Hao
2021-11-06mm/damon: remove return value from before_terminate callbackChangbin Du
2021-11-06mm/damon: simplify stop mechanismChangbin Du
2021-11-06mm/damon/dbgfs: add adaptive_targets list check before enable monitor_onXin Hao
2021-11-06mm/damon/schemes: activate schemes based on a watermarks mechanismSeongJae Park
2021-11-06mm/damon/vaddr,paddr: support pageout prioritizationSeongJae Park
2021-11-06mm/damon/schemes: prioritize regions within the quotasSeongJae Park
2021-11-06mm/damon/schemes: implement time quotaSeongJae Park
2021-11-06mm/damon/schemes: skip already charged targets and regionsSeongJae Park
2021-11-06mm/damon/schemes: implement size quota for schemes application speed controlSeongJae Park
2021-11-06mm/damon/paddr: support the pageout schemeSeongJae Park