summaryrefslogtreecommitdiff
path: root/mm/damon/core.c
AgeCommit message (Expand)Author
2025-04-01mm/damon/core: simplify control flow in damon_register_ops()Taotao Chen
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/core: make damon_set_attrs() be safe to be called from damon_call()SeongJae Park
2025-03-17mm/damon/core: invoke kdamond_call() after merging is done if possibleSeongJae Park
2025-03-17mm/damon/core: expose damos_filter_for_ops() to DAMON kernel API callersSeongJae Park
2025-03-17mm/damon/core: set damos_filter default allowance behavior based on installed...SeongJae Park
2025-03-17mm/damon/core: put ops-handled filters to damos->ops_filtersSeongJae Park
2025-03-17mm/damon/core: support committing ops_filtersSeongJae 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: introduce DAMOS filter type hugepage_sizeUsama Arif
2025-03-16mm/damon/core: do damos walking in entire regions granularitySeongJae Park
2025-03-16mm/damon/core: do not call damos_walk_control->walk() if walk is completedSeongJae Park
2025-03-16mm/damon/core: unset damos->walk_completed after confimed setSeongJae Park
2025-03-16mm/damon: avoid applying DAMOS action to same entity multiple timesSeongJae Park
2025-03-16mm/damon/core: initialize damos->walk_completed in damon_new_scheme()SeongJae Park
2025-03-16mm/damon: respect core layer filters' allowance decision on ops layerSeongJae Park
2025-01-25mm/damon/core: use str_high_low() helper in damos_wmark_wait_us()Thorsten Blum
2025-01-25mm/damon: add 'allow' argument to damos_new_filter()SeongJae Park
2025-01-25mm/damon/core: support damos_filter->allowSeongJae Park
2025-01-25mm/damon/core: add damos_filter->allow fieldSeongJae 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/core: implement damos_walk()SeongJae Park
2025-01-25mm/damon/core: introduce damon_call()SeongJae Park
2025-01-13mm/damon/core: remove duplicate list_empty quota->goals checkHonggyu Kim
2024-12-30mm/damon/core: fix ignored quota goals and filters of newly committed schemesSeongJae Park
2024-12-30mm/damon/core: fix new damon_target objects leaks on damon_commit_targets()SeongJae Park
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-07mm/damon/core: avoid overflow in damon_feed_loop_next_input()SeongJae Park
2024-11-07mm/damon/core: handle zero schemes apply intervalSeongJae Park
2024-11-07mm/damon/core: handle zero {aggregation,ops_update} intervalsSeongJae Park
2024-10-16mm/damon/core: Use generic upper bound recommondation for usleep_range()Anna-Maria Behnsen
2024-10-16timers: Rename usleep_idle_range() to usleep_range_idle()Anna-Maria Behnsen
2024-09-09mm/damon/tests/core-kunit: skip damon_test_nr_accesses_to_accesses_bp() if ag...SeongJae Park
2024-09-09mm/damon/core: replace per-quota regions priority histogram buffer usage with...SeongJae Park
2024-09-09mm/damon/core: introduce per-context region priorities histogram bufferSeongJae Park
2024-09-03mm/damon: move kunit tests to tests/ subdirectory with _kunit suffixSeongJae Park
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton
2024-07-03mm/damon/core: merge regions aggressively when max_nr_regions is unmetSeongJae 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/sysfs-schemes: add target_nid on sysfs-schemesHyeongtak Ji
2024-05-11mm/damon/core: fix return value from damos_wmark_metric_valueAlex Rusuf
2024-05-11mm/damon/core: initialize ->esz_bp from damos_quota_init_priv()SeongJae Park