summaryrefslogtreecommitdiff
path: root/mm/damon/core.c
AgeCommit message (Expand)AuthorFilesLines
14 hoursmm/damon/core: commit damos->target_nidBijan Tabatabai1-0/+1
2025-07-25mm/damon/core: commit damos_quota_goal->nidSeongJae Park1-0/+15
2025-07-10mm/damon: fix divide by zero in damon_get_intervals_score()Honggyu Kim1-0/+1
2025-07-10mm/damon/core: handle damon_call_control as normal under kdmond deactivationSeongJae Park1-4/+3
2025-06-01mm/damon/core: avoid destroyed target reference from DAMOS quotaAkinobu Mita1-0/+8
2025-05-23mm/damon/core: warn and fix nr_accesses[_bp] corruptionSeongJae Park1-0/+14
2025-05-13mm/damon/core: introduce damos quota goal metrics for memory node utilizationSeongJae Park1-0/+27
2025-04-02mm/damon/core: simplify control flow in damon_register_ops()Taotao Chen1-5/+4
2025-03-18mm/damon: remove damon_operations->reset_aggregatedSeongJae Park1-2/+0
2025-03-18mm/damon: remove damon_callback->before_damos_applySeongJae Park1-9/+4
2025-03-18mm/damon: remove damon_callback->after_samplingSeongJae Park1-3/+0
2025-03-18mm/damon: remove ->before_start of damon_callbackSeongJae Park1-2/+0
2025-03-18mm/damon/core: make damon_set_attrs() be safe to be called from damon_call()SeongJae Park1-11/+45
2025-03-18mm/damon/core: invoke kdamond_call() after merging is done if possibleSeongJae Park1-3/+3
2025-03-18mm/damon/core: expose damos_filter_for_ops() to DAMON kernel API callersSeongJae Park1-1/+8
2025-03-17mm/damon/core: set damos_filter default allowance behavior based on installed...SeongJae Park1-5/+36
2025-03-17mm/damon/core: put ops-handled filters to damos->ops_filtersSeongJae Park1-1/+16
2025-03-17mm/damon/core: support committing ops_filtersSeongJae Park1-1/+39
2025-03-17mm/damon/core: introduce damos->ops_filtersSeongJae Park1-0/+1
2025-03-17mm/damon/core: implement intervals auto-tuningSeongJae Park1-0/+76
2025-03-17mm/damon: add data structure for monitoring intervals auto-tuningSeongJae Park1-0/+22
2025-03-17mm/damon: introduce DAMOS filter type hugepage_sizeUsama Arif1-0/+3
2025-03-17mm/damon/core: do damos walking in entire regions granularitySeongJae Park1-6/+3
2025-03-17mm/damon/core: do not call damos_walk_control->walk() if walk is completedSeongJae Park1-0/+3
2025-03-17mm/damon/core: unset damos->walk_completed after confimed setSeongJae Park1-0/+3
2025-03-17mm/damon: avoid applying DAMOS action to same entity multiple timesSeongJae Park1-0/+1
2025-03-17mm/damon/core: initialize damos->walk_completed in damon_new_scheme()SeongJae Park1-0/+1
2025-03-17mm/damon: respect core layer filters' allowance decision on ops layerSeongJae Park1-1/+5
2025-01-26mm/damon/core: use str_high_low() helper in damos_wmark_wait_us()Thorsten Blum1-3/+3
2025-01-26mm/damon: add 'allow' argument to damos_new_filter()SeongJae Park1-3/+4
2025-01-26mm/damon/core: support damos_filter->allowSeongJae Park1-3/+3
2025-01-26mm/damon/core: add damos_filter->allow fieldSeongJae Park1-0/+1
2025-01-26mm/damon/core: pass per-region filter-passed bytes to damos_walk_control->wal...SeongJae Park1-3/+4
2025-01-26mm/damon/core: implement per-scheme ops-handled filter-passed bytes statSeongJae Park1-2/+4
2025-01-26mm/damon: ask apply_scheme() to report filter-passed region-internal bytesSeongJae Park1-1/+3
2025-01-26mm/damon/core: implement damos_walk()SeongJae Park1-0/+132
2025-01-26mm/damon/core: introduce damon_call()SeongJae Park1-0/+86
2025-01-14mm/damon/core: remove duplicate list_empty quota->goals checkHonggyu Kim1-5/+2
2024-12-31mm/damon/core: fix ignored quota goals and filters of newly committed schemesSeongJae Park1-0/+5
2024-12-31mm/damon/core: fix new damon_target objects leaks on damon_commit_targets()SeongJae Park1-1/+4
2024-11-20Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+2
2024-11-08mm/damon/core: avoid overflow in damon_feed_loop_next_input()SeongJae Park1-7/+21
2024-11-08mm/damon/core: handle zero schemes apply intervalSeongJae Park1-4/+4
2024-11-08mm/damon/core: handle zero {aggregation,ops_update} intervalsSeongJae Park1-3/+3
2024-10-16mm/damon/core: Use generic upper bound recommondation for usleep_range()Anna-Maria Behnsen1-2/+1
2024-10-16timers: Rename usleep_idle_range() to usleep_range_idle()Anna-Maria Behnsen1-1/+1
2024-09-10mm/damon/tests/core-kunit: skip damon_test_nr_accesses_to_accesses_bp() if ag...SeongJae Park1-1/+7
2024-09-10mm/damon/core: replace per-quota regions priority histogram buffer usage with...SeongJae Park1-3/+6
2024-09-10mm/damon/core: introduce per-context region priorities histogram bufferSeongJae Park1-0/+5
2024-09-04mm/damon: move kunit tests to tests/ subdirectory with _kunit suffixSeongJae Park1-1/+1