summaryrefslogtreecommitdiff
path: root/mm/damon/core.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-02mm/damon/core: avoid use of half-online-committed contextSeongJae Park1-1/+8
2026-03-19mm/damon/core: disallow non-power of two min_region_szSeongJae Park1-0/+3
2026-03-19mm/damon: rename min_sz_region of damon_ctx to min_region_szSeongJae Park1-34/+35
2026-03-19mm/damon: rename DAMON_MIN_REGION to DAMON_MIN_REGION_SZSeongJae Park1-1/+1
2026-03-19mm/damon/core: clear walk_control on inactive context in damos_walk()Raul Pazemecxas De Andrade1-1/+6
2026-01-15mm/damon/core: remove call_control in inactive contextsSeongJae Park1-2/+31
2026-01-15mm/damon/core: get memcg reference before accessShakeel Butt1-2/+6
2025-11-21mm/damon/tests/core-kunit: remove DAMON_MIN_REGION redefinitionSeongJae Park1-5/+0
2025-11-21mm/damon: rename damos->filters to damos->core_filtersSeongJae Park1-3/+3
2025-11-21mm/damon: rename damos core filter helpers to have word coreSeongJae Park1-7/+7
2025-11-21mm/damon/core: pass migrate_dests to damos_commit_dests()SeongJae Park1-21/+17
2025-11-17mm/damon/core: add damon_target->obsolete for pin-point removalSeongJae Park1-1/+9
2025-11-17mm/damon/core: fix wrong comment of damon_call() return timingSeongJae Park1-1/+1
2025-11-17mm/damon: add a min_sz_region parameter to damon_set_region_biggest_system_ra...Quanmin Yan1-2/+4
2025-11-17mm/damon/core: add DAMOS quota gaol metric for per-memcg per-numa free memorySeongJae Park1-2/+8
2025-11-17mm/damon/core: implement DAMOS_QUOTA_NODE_MEMCG_USED_BPSeongJae Park1-0/+42
2025-10-22mm/damon/core: use damos_commit_quota_goal() for new goal commitSeongJae Park1-1/+1
2025-10-22mm/damon/core: fix potential memory leak by cleaning ops_filter in damon_dest...Enze Li1-0/+3
2025-10-22mm/damon/core: fix list_add_tail() call on damon_call()SeongJae Park1-1/+1
2025-09-22mm/damon/core: implement damon_initialized() functionSeongJae Park1-0/+10
2025-09-22mm/damon/core: set effective quota on first charge windowSeongJae Park1-1/+3
2025-09-22mm/damon/core: reset age if nr_accesses changes between non-zero and zeroSeongJae Park1-0/+2
2025-09-22Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton1-2/+10
2025-09-14mm/damon: add damon_ctx->min_sz_regionQuanmin Yan1-29/+38
2025-09-14mm/damon/core: add damon_ctx->addr_unitSeongJae Park1-0/+3
2025-09-14mm/damon/core: skip needless update of damon_attrs in damon_commit_ctx()Bijan Tabatabai1-3/+22
2025-09-13mm/damon/core: introduce damon_call_control->dealloc_on_cancelSeongJae Park1-2/+6
2025-09-04mm/damon/core: set quota->charged_from to jiffies at first charge windowSang-Heon Jeon1-0/+4
2025-08-28mm/damon/core: prevent unnecessary overflow in damos_set_effective_quota()Quanmin Yan1-2/+2
2025-08-20mm/damon/core: fix damos_commit_filter not changing allowSang-Heon Jeon1-0/+1
2025-08-20mm/damon/core: fix commit_ops_filters by using correct nth functionSang-Heon Jeon1-1/+13
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-59/+130
2025-07-25mm/damon/core: commit damos_quota_goal->nidSeongJae Park1-0/+15
2025-07-20mm/damon/core: remove damon_callbackSeongJae Park1-19/+7
2025-07-20mm/damon/core: destroy targets when kdamond_fn() finishSeongJae Park1-0/+1
2025-07-20mm/damon/vaddr: put pid in cleanup_target()SeongJae Park1-2/+0
2025-07-20mm/damon/core: add cleanup_target() ops callbackSeongJae Park1-4/+8
2025-07-20mm/damon/core: do not call ops.cleanup() when destroying targetsSeongJae Park1-5/+0
2025-07-20mm/damon/core: introduce repeat mode damon_call()SeongJae Park1-5/+20
2025-07-20mm/damon: accept parallel damon_call() requestsSeongJae Park1-24/+25
2025-07-20mm/damon/core: commit damos->migrate_destsBijan Tabatabai1-0/+39
2025-07-20mm/damon/core: add damos->migrate_dests fieldSeongJae Park1-0/+4
2025-07-20mm/damon/core: commit damos->target_nidBijan Tabatabai1-0/+1
2025-07-20mm/damon/sysfs: use DAMON core API damon_is_running()SeongJae Park1-1/+7
2025-07-14mm/damon: add trace event for effective size quotaSeongJae Park1-1/+19
2025-07-14mm/damon: add trace event for auto-tuned monitoring intervalsSeongJae Park1-0/+1
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