summaryrefslogtreecommitdiff
path: root/include/linux/damon.h
AgeCommit message (Expand)Author
2023-10-25mm/damon: implement a function for max nr_accesses safe calculationSeongJae Park
2023-10-04mm/damon/core: implement scheme-specific apply intervalSeongJae Park
2023-10-04mm/damon/core: mark damon_moving_sum() as a static functionSeongJae Park
2023-10-04mm/damon/core: use pseudo-moving sum for nr_accesses_bpSeongJae Park
2023-10-04mm/damon/core: introduce nr_accesses_bpSeongJae Park
2023-10-04mm/damon/core: implement a pseudo-moving sum functionSeongJae Park
2023-10-04mm/damon/core: define and use a dedicated function for region access rate updateSeongJae Park
2023-10-04mm/damon/core: use number of passed access sampling as a timerSeongJae Park
2023-10-04mm/damon/core: remove duplicated comment for watermarks-based deactivationSeongJae Park
2023-10-04mm/damon/core: add more comments for nr_accessesSeongJae Park
2023-08-21mm/damon/core: implement target type damos filterSeongJae Park
2023-08-21mm/damon/core: introduce address range type damos filterSeongJae Park
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