aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/damon.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-12mm/damon/core: introduce damos quota goal metrics for memory node utilizationSeongJae Park1-0/+6
2025-03-21mm/damon: implement a new DAMOS filter type for active pagesNhat Pham1-0/+2
2025-03-17mm/damon: remove damon_operations->reset_aggregatedSeongJae Park1-6/+1
2025-03-17mm/damon: remove damon_callback->before_damos_applySeongJae Park1-5/+0
2025-03-17mm/damon: remove damon_callback->after_samplingSeongJae Park1-7/+4
2025-03-17mm/damon: remove ->before_start of damon_callbackSeongJae Park1-5/+2
2025-03-17mm/damon: remove damon_callback->privateSeongJae Park1-5/+1
2025-03-17mm/damon/core: expose damos_filter_for_ops() to DAMON kernel API callersSeongJae Park1-0/+1
2025-03-17mm/damon: add default allow/reject behavior fields to struct damosSeongJae Park1-0/+3
2025-03-17mm/damon/core: introduce damos->ops_filtersSeongJae Park1-0/+8
2025-03-17mm/damon/core: implement intervals auto-tuningSeongJae Park1-0/+16
2025-03-17mm/damon: add data structure for monitoring intervals auto-tuningSeongJae Park1-0/+27
2025-03-16mm/damon: implement a new DAMOS filter type for unmapped pagesSeongJae Park1-0/+2
2025-03-16mm/damon: introduce DAMOS filter type hugepage_sizeUsama Arif1-0/+14
2025-03-16mm/damon: avoid applying DAMOS action to same entity multiple timesSeongJae Park1-0/+11
2025-03-16mm/damon: respect core layer filters' allowance decision on ops layerSeongJae Park1-0/+5
2025-01-25mm/damon: explain "effective quota" on kernel-doc commentSeongJae Park1-4/+9
2025-01-25mm/damon: add 'allow' argument to damos_new_filter()SeongJae Park1-1/+1
2025-01-25mm/damon/core: add damos_filter->allow fieldSeongJae Park1-1/+3
2025-01-25mm/damon: fixup damos_filter kernel-docSeongJae Park1-5/+6
2025-01-25mm/damon/core: pass per-region filter-passed bytes to damos_walk_control->walk_fn()SeongJae Park1-1/+1
2025-01-25mm/damon/core: implement per-scheme ops-handled filter-passed bytes statSeongJae Park1-0/+3
2025-01-25mm/damon: ask apply_scheme() to report filter-passed region-internal bytesSeongJae Park1-2/+3
2025-01-25mm/damon: clarify trying vs applying on damos_stat kernel-doc commentSeongJae Park1-0/+17
2025-01-25mm/damon/core: implement damos_walk()SeongJae Park1-2/+31
2025-01-25mm/damon/core: introduce damon_call()SeongJae Park1-0/+26
2024-09-09mm/damon/core: remove per-scheme region priority histogram bufferSeongJae Park1-1/+0
2024-09-09mm/damon/core: introduce per-context region priorities histogram bufferSeongJae Park1-0/+2
2024-07-03mm/damon/core: implement DAMON context commit functionSeongJae Park1-0/+1
2024-07-03mm/damon/core: implement DAMOS quota goals online commit functionSeongJae Park1-0/+1
2024-07-03mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotionHyeongtak Ji1-0/+2
2024-07-03mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotionHonggyu Kim1-0/+2
2024-07-03mm/damon/sysfs-schemes: add target_nid on sysfs-schemesHyeongtak Ji1-1/+10
2024-05-05mm/damon: add DAMOS filter type YOUNGSeongJae Park1-0/+2
2024-02-23mm/damon/core: implement PSI metric DAMOS quota goalSeongJae Park1-0/+7
2024-02-23mm/damon/core: support multiple metrics for quota goalSeongJae Park1-3/+23
2024-02-23mm/damon/core: let goal specified with only target and current valuesSeongJae Park1-10/+9
2024-02-23mm/damon/core: remove ->goal field of damos_quotaSeongJae Park1-8/+4
2024-02-23mm/damon/core: add multiple goals per damos_quota and helpers for thoseSeongJae Park1-0/+17
2024-02-23mm/damon/core: split out quota goal related fields to a structSeongJae Park1-14/+22
2024-02-23mm/damon: move comments and fields for damos-quota-prioritization to the endSeongJae Park1-16/+14
2024-02-23mm/damon/core: set damos_quota->esz as public field and documentSeongJae Park1-2/+4
2023-12-20mm/damon: update email of SeongJaeSeongJae Park1-1/+1
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton1-0/+2
2023-12-12mm/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-25mm/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