summaryrefslogtreecommitdiff
path: root/include/linux/damon.h
AgeCommit message (Expand)AuthorFilesLines
2026-04-18mm/damon/core: fix damos_walk() vs kdamond_fn() exit raceSeongJae Park1-0/+1
2026-04-18mm/damon/core: fix damon_call() vs kdamond_fn() exit raceSeongJae Park1-0/+1
2026-04-05mm/damon/core: receive addr_unit on damon_set_region_biggest_system_ram_defau...SeongJae Park1-0/+1
2026-04-05mm/damon/core: introduce DAMOS_QUOTA_GOAL_TUNER_TEMPORALSeongJae Park1-0/+2
2026-04-05mm/damon/core: introduce damos_quota_goal_tunerSeongJae Park1-0/+10
2026-04-05mm/damon: document non-zero length damon_region assumptionSeongJae Park1-0/+2
2026-04-05mm/damon: remove unused target param of get_scheme_score()Asier Gutierrez1-2/+1
2026-03-22mm/damon/core: avoid use of half-online-committed contextSeongJae Park1-0/+6
2026-02-01mm/damon: rename min_sz_region of damon_ctx to min_region_szSeongJae Park1-4/+4
2026-02-01mm/damon: rename DAMON_MIN_REGION to DAMON_MIN_REGION_SZSeongJae Park1-1/+1
2026-02-01mm/damon: document damon_call_control->dealloc_on_cancel repeat behaviorSeongJae Park1-1/+1
2026-02-01mm/damon: remove damon_operations->cleanup()SeongJae Park1-3/+0
2026-01-27mm/damon: hide kdamond and kdamond_lock of damon_ctxSeongJae Park1-15/+14
2026-01-27mm/damon/core: implement damon_kdamond_pid()SeongJae Park1-0/+1
2026-01-27mm/damon/core: introduce [in]active memory ratio damos quota goal metricSeongJae Park1-0/+4
2026-01-27mm/damon: use cgroup ID instead of private memcg IDShakeel Butt1-2/+2
2026-01-21mm/damon/core: implement max_nr_snapshotsSeongJae Park1-0/+5
2026-01-21mm/damon: update damos kerneldoc for stat fieldSeongJae Park1-3/+1
2026-01-21mm/damon/core: introduce nr_snapshots damos statSeongJae Park1-0/+3
2025-11-21mm/damon: rename damos->filters to damos->core_filtersSeongJae Park1-5/+5
2025-11-21mm/damon: rename damos core filter helpers to have word coreSeongJae Park1-2/+2
2025-11-17mm/damon/core: add damon_target->obsolete for pin-point removalSeongJae Park1-0/+6
2025-11-17mm/damon: add a min_sz_region parameter to damon_set_region_biggest_system_ra...Quanmin Yan1-1/+2
2025-11-17mm/damon/core: add DAMOS quota gaol metric for per-memcg per-numa free memorySeongJae Park1-2/+4
2025-11-17mm/damon: add DAMOS quota goal type for per-memcg per-node memory usageSeongJae Park1-1/+10
2025-11-17mm/damon: document damos_quota_goal->nid use caseSeongJae Park1-0/+3
2025-09-22mm/damon/core: implement damon_initialized() functionSeongJae Park1-0/+1
2025-09-22Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton1-0/+2
2025-09-14mm/damon: add damon_ctx->min_sz_regionQuanmin Yan1-1/+3
2025-09-14mm/damon/core: add damon_ctx->addr_unitSeongJae Park1-1/+2
2025-09-14mm/damon: update expired description of damos_actionSang-Heon Jeon1-5/+5
2025-09-13mm/damon/core: introduce damon_call_control->dealloc_on_cancelSeongJae Park1-0/+2
2025-07-20mm/damon/core: remove damon_callbackSeongJae Park1-30/+1
2025-07-20mm/damon/core: add cleanup_target() ops callbackSeongJae Park1-2/+4
2025-07-20mm/damon/core: introduce repeat mode damon_call()SeongJae Park1-0/+2
2025-07-20mm/damon: accept parallel damon_call() requestsSeongJae Park1-2/+5
2025-07-20mm/damon/core: add damos->migrate_dests fieldSeongJae Park1-3/+10
2025-07-20mm/damon: add struct damos_migrate_destsSeongJae Park1-0/+16
2025-07-20mm/damon/sysfs: use DAMON core API damon_is_running()SeongJae Park1-0/+1
2025-07-10mm/damon: fix minor typos in damon headerNathan Gao1-2/+2
2025-05-13mm/damon/core: introduce damos quota goal metrics for memory node utilizationSeongJae Park1-0/+6
2025-03-22mm/damon: implement a new DAMOS filter type for active pagesNhat Pham1-0/+2
2025-03-18mm/damon: remove damon_operations->reset_aggregatedSeongJae Park1-6/+1
2025-03-18mm/damon: remove damon_callback->before_damos_applySeongJae Park1-5/+0
2025-03-18mm/damon: remove damon_callback->after_samplingSeongJae Park1-7/+4
2025-03-18mm/damon: remove ->before_start of damon_callbackSeongJae Park1-5/+2
2025-03-18mm/damon: remove damon_callback->privateSeongJae Park1-5/+1
2025-03-18mm/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