summaryrefslogtreecommitdiff
path: root/include/linux/damon.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-21mm/damon: update email of SeongJaeSeongJae Park1-1/+1
2023-12-21sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton1-0/+2
2023-12-13mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park1-0/+2
2023-12-12mm/damon/core: implement goal-oriented feedback-driven quota auto-tuningSeongJae Park1-0/+20
2023-10-26mm/damon: implement a function for max nr_accesses safe calculationSeongJae Park1-0/+7
2023-10-04mm/damon/core: implement scheme-specific apply intervalSeongJae Park1-2/+15
2023-10-04mm/damon/core: mark damon_moving_sum() as a static functionSeongJae Park1-2/+0
2023-10-04mm/damon/core: use pseudo-moving sum for nr_accesses_bpSeongJae Park1-3/+9
2023-10-04mm/damon/core: introduce nr_accesses_bpSeongJae Park1-0/+5
2023-10-04mm/damon/core: implement a pseudo-moving sum functionSeongJae Park1-0/+2
2023-10-04mm/damon/core: define and use a dedicated function for region access rate updateSeongJae Park1-1/+4
2023-10-04mm/damon/core: use number of passed access sampling as a timerSeongJae Park1-2/+12
2023-10-04mm/damon/core: remove duplicated comment for watermarks-based deactivationSeongJae Park1-3/+0
2023-10-04mm/damon/core: add more comments for nr_accessesSeongJae Park1-7/+12
2023-08-21mm/damon/core: implement target type damos filterSeongJae Park1-0/+6
2023-08-21mm/damon/core: introduce address range type damos filterSeongJae Park1-6/+16
2023-02-03mm/damon: update comments in damon.h for damon_attrsSeongJae Park1-3/+3
2023-02-03mm/damon/core: update kernel-doc comments for DAMOS filters supports of each ...SeongJae Park1-0/+5
2023-02-03mm/damon/core: update kernel-doc comments for DAMOS action supports of each D...SeongJae Park1-0/+6
2023-01-19mm/damon/core: implement damos filterSeongJae Park1-0/+51
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+5
2022-12-01mm/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-13mm/damon: move sz_damon_region to damon_sz_regionXin Hao1-0/+6
2022-10-04mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia1-1/+2
2022-10-04mm/damon: return void from damon_set_schemes()Kaixu Xia1-1/+1
2022-10-04mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()Kaixu Xia1-1/+1
2022-10-04mm/damon/core: reduce parameters for damon_set_attrs()SeongJae Park1-3/+1
2022-10-04mm/damon/core: use a dedicated struct for monitoring attributesSeongJae Park1-10/+20
2022-10-04mm/damon: remove duplicate get_monitoring_region() definitionsXin Hao1-0/+2
2022-10-04mm/damon: introduce struct damos_access_patternYajun Deng1-17/+20
2022-10-04mm/damon/core: iterate the regions list from current point in damon_set_regio...Kaixu Xia1-0/+8
2022-07-04mm/damon/schemes: add 'LRU_DEPRIO' actionSeongJae Park1-0/+2
2022-07-04mm/damon/schemes: add 'LRU_PRIO' DAMOS actionSeongJae Park1-0/+2
2022-07-04mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.hSeongJae Park1-0/+6
2022-06-17mm/damon: remove obsolete comments of kdamond_stopChengming Zhou1-9/+8
2022-05-14mm/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-23mm/damon/core: add number of each enum type valuesSeongJae Park1-0/+4
2022-03-23mm/damon/core: allow non-exclusive DAMON start/stopSeongJae Park1-1/+1
2022-03-23mm/damon/paddr,vaddr: remove damon_{p,v}a_{target_valid,set_operations}()SeongJae Park1-10/+0
2022-03-23mm/damon: let monitoring operations can be registered and selectedSeongJae Park1-0/+18
2022-03-23mm/damon: rename damon_primitives to damon_operationsSeongJae Park1-24/+24
2022-03-23mm/damon: remove the target id conceptSeongJae Park1-6/+5
2022-03-23mm/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