summaryrefslogtreecommitdiff
path: root/mm/damon
AgeCommit message (Expand)AuthorFilesLines
5 daysmm/damon/core: commit damos->target_nidBijan Tabatabai1-0/+1
2025-07-17mm/damon: fix divide by zero in damon_get_intervals_score()Honggyu Kim1-0/+1
2025-07-17mm/damon/core: handle damon_call_control as normal under kdmond deactivationSeongJae Park1-4/+3
2025-07-06mm/damon/sysfs-schemes: free old damon_sysfs_scheme_filter->memcg_path on writeSeongJae Park1-0/+1
2025-04-01mm/damon/core: simplify control flow in damon_register_ops()Taotao Chen1-5/+4
2025-03-21mm/damon: implement a new DAMOS filter type for active pagesNhat Pham2-0/+4
2025-03-17mm/damon/sysfs-schemes: avoid Wformat-security warning on damon_sysfs_access_...SeongJae Park1-1/+1
2025-03-17mm/damon: remove damon_operations->reset_aggregatedSeongJae Park3-4/+0
2025-03-17mm/damon: remove damon_callback->before_damos_applySeongJae Park1-9/+4
2025-03-17mm/damon: remove damon_callback->after_samplingSeongJae Park1-3/+0
2025-03-17mm/damon: remove ->before_start of damon_callbackSeongJae Park1-2/+0
2025-03-17mm/damon/sysfs-schemes: remove obsolete comment for damon_sysfs_schemes_clear...SeongJae Park1-1/+0
2025-03-17mm/damon/sysfs: remove damon_sysfs_cmd_request and its readersSeongJae Park1-23/+1
2025-03-17mm/damon/sysfs: remove damon_sysfs_cmd_request_callback() and its callersSeongJae Park1-62/+0
2025-03-17mm/damon/sysfs: remove damon_sysfs_cmd_request code from damon_sysfs_handle_c...SeongJae Park1-32/+0
2025-03-17mm/damon/sysfs: handle commit command using damon_call()SeongJae Park1-11/+6
2025-03-17mm/damon/core: make damon_set_attrs() be safe to be called from damon_call()SeongJae Park2-14/+48
2025-03-17mm/damon/core: invoke kdamond_call() after merging is done if possibleSeongJae Park1-3/+3
2025-03-17mm/damon/sysfs: validate user inputs from damon_sysfs_commit_input()SeongJae Park1-2/+10
2025-03-17mm/damon/sysfs-schemes: return error when for attempts to install filters on ...SeongJae Park1-0/+20
2025-03-17mm/damon/sysfs-schemes: record filters of which layer should be added to the ...SeongJae Park1-10/+36
2025-03-17mm/damon/core: expose damos_filter_for_ops() to DAMON kernel API callersSeongJae Park1-1/+8
2025-03-17mm/damon/sysfs-schemes: commit filters in {core,ops}_filters directoriesSeongJae Park1-3/+11
2025-03-17mm/damon/sysfs-schemes: implement core_filters and ops_filters directoriesSeongJae Park1-2/+38
2025-03-17mm/damon/sysfs-schemes: let damon_sysfs_scheme_set_filters() be used for diff...SeongJae Park1-4/+7
2025-03-17mm/damon/paddr: respect ops_filters_default_rejectSeongJae Park1-1/+1
2025-03-17mm/damon/core: set damos_filter default allowance behavior based on installed...SeongJae Park1-5/+36
2025-03-17mm/damon/paddr: support only damos->ops_filtersSeongJae Park1-12/+0
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/paddr: support ops_filtersSeongJae Park1-0/+12
2025-03-17mm/damon/core: introduce damos->ops_filtersSeongJae Park1-0/+1
2025-03-17mm/damon/sysfs: implement a command to update auto-tuned monitoring intervalsSeongJae Park1-0/+20
2025-03-17mm/damon/sysfs: commit intervals tuning goalSeongJae Park1-0/+7
2025-03-17mm/damon/sysfs: implement intervals tuning goal directorySeongJae Park1-0/+189
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-16mm/damon: implement a new DAMOS filter type for unmapped pagesSeongJae Park2-0/+4
2025-03-16mm/damon/sysfs-schemes: add files for setting damos_filter->sz_rangeUsama Arif1-0/+54
2025-03-16mm/damon: introduce DAMOS filter type hugepage_sizeUsama Arif3-0/+10
2025-03-16mm/damon/core: do damos walking in entire regions granularitySeongJae Park1-6/+3
2025-03-16mm/damon/core: do not call damos_walk_control->walk() if walk is completedSeongJae Park1-0/+3
2025-03-16mm/damon/core: unset damos->walk_completed after confimed setSeongJae Park1-0/+3
2025-03-16mm/damon: avoid applying DAMOS action to same entity multiple timesSeongJae Park2-12/+28
2025-03-16mm/damon/ops: have damon_get_folio return folio even for tail pagesUsama Arif2-7/+19
2025-03-16mm/damon: handle device-exclusive entries correctly in damon_folio_mkold_one()David Hildenbrand1-2/+21
2025-03-16mm/damon: handle device-exclusive entries correctly in damon_folio_young_one()David Hildenbrand1-1/+9
2025-03-16mm/damon/core: initialize damos->walk_completed in damon_new_scheme()SeongJae Park1-0/+1
2025-03-16mm/damon: respect core layer filters' allowance decision on ops layerSeongJae Park2-1/+8
2025-01-25mm/damon/core: use str_high_low() helper in damos_wmark_wait_us()Thorsten Blum1-3/+3