summaryrefslogtreecommitdiff
path: root/include/linux/damon.h
AgeCommit message (Expand)Author
2024-02-23mm/damon/core: implement PSI metric DAMOS quota goalSeongJae Park
2024-02-23mm/damon/core: support multiple metrics for quota goalSeongJae Park
2024-02-23mm/damon/core: let goal specified with only target and current valuesSeongJae Park
2024-02-23mm/damon/core: remove ->goal field of damos_quotaSeongJae Park
2024-02-23mm/damon/core: add multiple goals per damos_quota and helpers for thoseSeongJae Park
2024-02-23mm/damon/core: split out quota goal related fields to a structSeongJae Park
2024-02-23mm/damon: move comments and fields for damos-quota-prioritization to the endSeongJae Park
2024-02-23mm/damon/core: set damos_quota->esz as public field and documentSeongJae Park
2023-12-20mm/damon: update email of SeongJaeSeongJae Park
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton
2023-12-12mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park
2023-12-12mm/damon/core: implement goal-oriented feedback-driven quota auto-tuningSeongJae Park
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