summaryrefslogtreecommitdiff
path: root/include/linux/damon.h
AgeCommit message (Expand)Author
2025-07-19mm/damon/core: remove damon_callbackSeongJae Park
2025-07-19mm/damon/core: add cleanup_target() ops callbackSeongJae Park
2025-07-19mm/damon/core: introduce repeat mode damon_call()SeongJae Park
2025-07-19mm/damon: accept parallel damon_call() requestsSeongJae Park
2025-07-19mm/damon/core: add damos->migrate_dests fieldSeongJae Park
2025-07-19mm/damon: add struct damos_migrate_destsSeongJae Park
2025-07-19mm/damon/sysfs: use DAMON core API damon_is_running()SeongJae Park
2025-07-09mm/damon: fix minor typos in damon headerNathan Gao
2025-05-12mm/damon/core: introduce damos quota goal metrics for memory node utilizationSeongJae Park
2025-03-21mm/damon: implement a new DAMOS filter type for active pagesNhat Pham
2025-03-17mm/damon: remove damon_operations->reset_aggregatedSeongJae Park
2025-03-17mm/damon: remove damon_callback->before_damos_applySeongJae Park
2025-03-17mm/damon: remove damon_callback->after_samplingSeongJae Park
2025-03-17mm/damon: remove ->before_start of damon_callbackSeongJae Park
2025-03-17mm/damon: remove damon_callback->privateSeongJae Park
2025-03-17mm/damon/core: expose damos_filter_for_ops() to DAMON kernel API callersSeongJae Park
2025-03-17mm/damon: add default allow/reject behavior fields to struct damosSeongJae Park
2025-03-17mm/damon/core: introduce damos->ops_filtersSeongJae Park
2025-03-17mm/damon/core: implement intervals auto-tuningSeongJae Park
2025-03-17mm/damon: add data structure for monitoring intervals auto-tuningSeongJae Park
2025-03-16mm/damon: implement a new DAMOS filter type for unmapped pagesSeongJae Park
2025-03-16mm/damon: introduce DAMOS filter type hugepage_sizeUsama Arif
2025-03-16mm/damon: avoid applying DAMOS action to same entity multiple timesSeongJae Park
2025-03-16mm/damon: respect core layer filters' allowance decision on ops layerSeongJae Park
2025-01-25mm/damon: explain "effective quota" on kernel-doc commentSeongJae Park
2025-01-25mm/damon: add 'allow' argument to damos_new_filter()SeongJae Park
2025-01-25mm/damon/core: add damos_filter->allow fieldSeongJae Park
2025-01-25mm/damon: fixup damos_filter kernel-docSeongJae Park
2025-01-25mm/damon/core: pass per-region filter-passed bytes to damos_walk_control->wal...SeongJae Park
2025-01-25mm/damon/core: implement per-scheme ops-handled filter-passed bytes statSeongJae Park
2025-01-25mm/damon: ask apply_scheme() to report filter-passed region-internal bytesSeongJae Park
2025-01-25mm/damon: clarify trying vs applying on damos_stat kernel-doc commentSeongJae Park
2025-01-25mm/damon/core: implement damos_walk()SeongJae Park
2025-01-25mm/damon/core: introduce damon_call()SeongJae Park
2024-09-09mm/damon/core: remove per-scheme region priority histogram bufferSeongJae Park
2024-09-09mm/damon/core: introduce per-context region priorities histogram bufferSeongJae Park
2024-07-03mm/damon/core: implement DAMON context commit functionSeongJae Park
2024-07-03mm/damon/core: implement DAMOS quota goals online commit functionSeongJae Park
2024-07-03mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotionHyeongtak Ji
2024-07-03mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotionHonggyu Kim
2024-07-03mm/damon/sysfs-schemes: add target_nid on sysfs-schemesHyeongtak Ji
2024-05-05mm/damon: add DAMOS filter type YOUNGSeongJae Park
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