summaryrefslogtreecommitdiffstats
path: root/mm/damon
AgeCommit message (Expand)AuthorLines
11 daysmm/damon/core: clear walk_control on inactive context in damos_walk()Raul Pazemecxas De Andrade-1/+6
2026-02-24mm/damon/core: disallow non-power of two min_region_szSeongJae Park-0/+3
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-20/+10
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-29/+29
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-78/+73
2026-02-06mm/damon/stat: remove __read_mostly from memory_idle_ms_percentilesLi RongQing-1/+1
2026-02-06mm/damon: unify address range representation with damon_addr_rangeEnze Li-13/+2
2026-01-31mm/damon: rename min_sz_region of damon_ctx to min_region_szSeongJae Park-43/+45
2026-01-31mm/damon: rename DAMON_MIN_REGION to DAMON_MIN_REGION_SZSeongJae Park-17/+17
2026-01-31mm/damon/core: rename damos_filter_out() to damos_core_filter_out()SeongJae Park-2/+2
2026-01-31mm/damon/core: process damon_call_control requests on a local listSeongJae Park-38/+21
2026-01-31mm/damon/core: cancel damos_walk() before damon_ctx->kdamond resetSeongJae Park-2/+1
2026-01-31mm/damon/core: cleanup targets and regions at once on kdamond terminationSeongJae Park-7/+1
2026-01-31mm/damon: remove damon_operations->cleanup()SeongJae Park-4/+0
2026-01-26mm/damon/reclaim: use damon_kdamond_pid()SeongJae Park-1/+3
2026-01-26mm/damon/lru_sort: use damon_kdamond_pid()SeongJae Park-1/+3
2026-01-26mm/damon/sysfs: use damon_kdamond_pid()SeongJae Park-4/+3
2026-01-26mm/damon/core: implement damon_kdamond_pid()SeongJae Park-0/+17
2026-01-26mm/damon/lru_sort: add monitoring intervals auto-tuning parameterSeongJae Park-3/+27
2026-01-26mm/damon/lru_sort: support active:inactive memory ratio based auto-tuningSeongJae Park-0/+37
2026-01-26mm/damon/lru_sort: support young page filtersSeongJae Park-0/+41
2026-01-26mm/damon/lru_sort: consider age for quota prioritizationSeongJae Park-1/+1
2026-01-26mm/damon/paddr: activate DAMOS_LRU_PRIO targets instead of marking accessedSeongJae Park-10/+8
2026-01-26mm/damon/sysfs-schemes: support DAMOS_QUOTA_[IN]ACTIVE_MEM_BPSeongJae Park-0/+8
2026-01-26mm/damon/core: introduce [in]active memory ratio damos quota goal metricSeongJae Park-0/+22
2026-01-26mm/damon/paddr: initialize 'folio' variables to NULL for clarityAaron Yang-4/+4
2026-01-26memcg: rename mem_cgroup_ino() to mem_cgroup_id()Shakeel Butt-3/+3
2026-01-26mm/damon: use cgroup ID instead of private memcg IDShakeel Butt-10/+7
2026-01-20mm/damon/tests/core-kunit: remove a redundant test case and add a new test ca...Shu Anzai-3/+4
2026-01-20mm/damon/tests/core-kunit: add test cases for multiple regions in damon_test_...Shu Anzai-0/+20
2026-01-20mm/damon/tests/core-kunit: add a test case for region merge size limit in dam...Shu Anzai-8/+8
2026-01-20mm/damon/tests/core-kunit: verify the 'age' and 'nr_accesses_bp' fields in da...Shu Anzai-0/+4
2026-01-20mm/damon/tests/core-kunit: verify the 'age' field in damon_test_split_at()Shu Anzai-0/+2
2026-01-20mm/damon: fix typos in commentsKevin Lourenco-7/+7
2026-01-20mm/damon/stat: deduplicate intervals_goal setup in damon_stat_build_ctx()JaeJoon Jung-8/+0
2026-01-20mm/damon/core: add trace point for damos stat per apply intervalSeongJae Park-0/+17
2026-01-20mm/damon/sysfs-schemes: implement max_nr_snapshots fileSeongJae Park-0/+28
2026-01-20mm/damon/core: implement max_nr_snapshotsSeongJae Park-1/+10
2026-01-20mm/damon/sysfs-schemes: introduce nr_snapshots damos stat fileSeongJae Park-0/+15
2026-01-20mm/damon/core: introduce nr_snapshots damos statSeongJae Park-3/+10
2026-01-20mm/damon/core: fix wasteful CPU calls by skipping non-existent targetsEnze Li-0/+3
2026-01-20mm/damon/sysfs-schemes: remove outdated TODO in target_nid_store()Swaraj Gaikwad-1/+0
2026-01-20mm/damon/core: fix memory leak of repeat mode damon_call_control objectsEnze Li-7/+13
2026-01-14mm/damon/sysfs-scheme: cleanup access_pattern subdirs on scheme dir setup fai...SeongJae Park-2/+3
2026-01-14mm/damon/sysfs-scheme: cleanup quotas subdirs on scheme dir setup failureSeongJae Park-2/+3
2026-01-14mm/damon/sysfs: cleanup attrs subdirs on context dir setup failureSeongJae Park-2/+3
2026-01-14mm/damon/sysfs: cleanup intervals subdirs on attrs dir setup failureSeongJae Park-1/+3
2026-01-14mm/damon/core: remove call_control in inactive contextsSeongJae Park-2/+31
2026-01-14mm/damon/core: get memcg reference before accessShakeel Butt-2/+6