summaryrefslogtreecommitdiff
path: root/mm/damon/core.c
AgeCommit message (Expand)Author
12 daysmm/damon/core: avoid use of half-online-committed contextSeongJae Park
2026-03-04mm/damon/core: clear walk_control on inactive context in damos_walk()Raul Pazemecxas De Andrade
2026-02-24mm/damon/core: disallow non-power of two min_region_szSeongJae Park
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-06mm/damon: unify address range representation with damon_addr_rangeEnze Li
2026-01-31mm/damon: rename min_sz_region of damon_ctx to min_region_szSeongJae Park
2026-01-31mm/damon: rename DAMON_MIN_REGION to DAMON_MIN_REGION_SZSeongJae Park
2026-01-31mm/damon/core: rename damos_filter_out() to damos_core_filter_out()SeongJae Park
2026-01-31mm/damon/core: process damon_call_control requests on a local listSeongJae Park
2026-01-31mm/damon/core: cancel damos_walk() before damon_ctx->kdamond resetSeongJae Park
2026-01-31mm/damon/core: cleanup targets and regions at once on kdamond terminationSeongJae Park
2026-01-31mm/damon: remove damon_operations->cleanup()SeongJae Park
2026-01-26mm/damon/core: implement damon_kdamond_pid()SeongJae Park
2026-01-26mm/damon/core: introduce [in]active memory ratio damos quota goal metricSeongJae Park
2026-01-26memcg: rename mem_cgroup_ino() to mem_cgroup_id()Shakeel Butt
2026-01-26mm/damon: use cgroup ID instead of private memcg IDShakeel Butt
2026-01-20mm/damon: fix typos in commentsKevin Lourenco
2026-01-20mm/damon/core: add trace point for damos stat per apply intervalSeongJae Park
2026-01-20mm/damon/core: implement max_nr_snapshotsSeongJae Park
2026-01-20mm/damon/core: introduce nr_snapshots damos statSeongJae Park
2026-01-20mm/damon/core: fix wasteful CPU calls by skipping non-existent targetsEnze Li
2026-01-20mm/damon/core: fix memory leak of repeat mode damon_call_control objectsEnze Li
2026-01-14mm/damon/core: remove call_control in inactive contextsSeongJae Park
2026-01-14mm/damon/core: get memcg reference before accessShakeel Butt
2025-11-20mm/damon/tests/core-kunit: remove DAMON_MIN_REGION redefinitionSeongJae Park
2025-11-20mm/damon: rename damos->filters to damos->core_filtersSeongJae Park
2025-11-20mm/damon: rename damos core filter helpers to have word coreSeongJae Park
2025-11-20mm/damon/core: pass migrate_dests to damos_commit_dests()SeongJae Park
2025-11-16mm/damon/core: add damon_target->obsolete for pin-point removalSeongJae Park
2025-11-16mm/damon/core: fix wrong comment of damon_call() return timingSeongJae Park
2025-11-16mm/damon: add a min_sz_region parameter to damon_set_region_biggest_system_ra...Quanmin Yan
2025-11-16mm/damon/core: add DAMOS quota gaol metric for per-memcg per-numa free memorySeongJae Park
2025-11-16mm/damon/core: implement DAMOS_QUOTA_NODE_MEMCG_USED_BPSeongJae Park
2025-10-21mm/damon/core: use damos_commit_quota_goal() for new goal commitSeongJae Park
2025-10-21mm/damon/core: fix potential memory leak by cleaning ops_filter in damon_dest...Enze Li
2025-10-21mm/damon/core: fix list_add_tail() call on damon_call()SeongJae Park
2025-09-21mm/damon/core: implement damon_initialized() functionSeongJae Park
2025-09-21mm/damon/core: set effective quota on first charge windowSeongJae Park
2025-09-21mm/damon/core: reset age if nr_accesses changes between non-zero and zeroSeongJae Park
2025-09-21Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton
2025-09-13mm/damon: add damon_ctx->min_sz_regionQuanmin Yan
2025-09-13mm/damon/core: add damon_ctx->addr_unitSeongJae Park
2025-09-13mm/damon/core: skip needless update of damon_attrs in damon_commit_ctx()Bijan Tabatabai
2025-09-13mm/damon/core: introduce damon_call_control->dealloc_on_cancelSeongJae Park
2025-09-03mm/damon/core: set quota->charged_from to jiffies at first charge windowSang-Heon Jeon
2025-08-27mm/damon/core: prevent unnecessary overflow in damos_set_effective_quota()Quanmin Yan
2025-08-19mm/damon/core: fix damos_commit_filter not changing allowSang-Heon Jeon
2025-08-19mm/damon/core: fix commit_ops_filters by using correct nth functionSang-Heon Jeon
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds