summaryrefslogtreecommitdiff
path: root/include/linux/damon.h
AgeCommit message (Expand)Author
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
2021-11-06mm/damon: implement primitives for physical address space monitoringSeongJae Park
2021-11-06mm/damon/schemes: implement statistics featureSeongJae Park
2021-11-06mm/damon/vaddr: support DAMON-based Operation SchemesSeongJae Park
2021-11-06mm/damon/core: implement DAMON-based Operation Schemes (DAMOS)SeongJae Park
2021-11-06mm/damon/core: account age of target regionsSeongJae Park
2021-11-06include/linux/damon.h: fix kernel-doc comments for 'damon_callback'SeongJae Park
2021-09-08mm/damon: implement a debugfs-based user space interfaceSeongJae Park
2021-09-08mm/damon: implement primitives for the virtual memory address spacesSeongJae Park
2021-09-08mm/damon: adaptively adjust regionsSeongJae Park
2021-09-08mm/damon/core: implement region-based samplingSeongJae Park
2021-09-08mm: introduce Data Access MONitor (DAMON)SeongJae Park