summaryrefslogtreecommitdiff
path: root/mm/damon
AgeCommit message (Expand)AuthorFilesLines
11 daysmm/damon/core: disallow time-quota setting zero eszSeongJae Park1-3/+5
11 daysmm/damon/reclaim: detect and use fresh enabled and kdamond_pid valuesSeongJae Park1-28/+55
11 daysmm/damon/lru_sort: detect and use fresh enabled and kdamond_pid valuesSeongJae Park1-28/+55
11 daysmm/damon/core: implement damon_kdamond_pid()SeongJae Park1-0/+17
14 daysmm/damon/core: disallow non-power of two min_region_sz on damon_start()SeongJae Park1-0/+5
14 daysmm/damon/sysfs-schemes: protect memcg_path kfree() with damon_sysfs_lockSeongJae Park1-1/+11
14 daysmm/damon/stat: detect and use fresh enabled valueSeongJae Park1-10/+20
2026-05-07mm/damon/core: use time_in_range_open() for damos quota window startSeongJae Park1-1/+2
2026-05-07mm/damon/core: validate damos_quota_goal->nid for node_mem_{used,free}_bpSeongJae Park1-0/+12
2026-05-07mm/damon/stat: fix memory leak on damon_start() failure in damon_stat_start()Jackie Liu1-1/+4
2026-05-07mm/damon/core: fix damon_call() vs kdamond_fn() exit raceSeongJae Park1-31/+14
2026-04-18mm/damon/stat: deallocate damon_call() failure leaking damon_ctxSeongJae Park1-0/+7
2026-04-18mm/damon/sysfs: dealloc repeat_call_control if damon_call() failsSeongJae Park1-1/+2
2026-04-02mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failureJosh Law1-1/+3
2026-04-02mm/damon/core: avoid use of half-online-committed contextSeongJae Park1-0/+8
2026-04-02mm/damon/stat: monitor all System RAM resourcesSeongJae Park1-2/+34
2026-04-02mm/damon/sysfs: check contexts->nr in repeat_call_fnJosh Law1-0/+3
2026-04-02mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]Josh Law1-0/+3
2026-03-19mm/damon/core: disallow non-power of two min_region_szSeongJae Park1-0/+3
2026-03-19mm/damon/core: clear walk_control on inactive context in damos_walk()Raul Pazemecxas De Andrade1-1/+6
2026-01-30mm: fix some typos in mm modulejianyun.gao1-1/+1
2026-01-23mm/damon/sysfs: cleanup attrs subdirs on context dir setup failureSeongJae Park1-2/+3
2026-01-23mm/damon/sysfs: cleanup intervals subdirs on attrs dir setup failureSeongJae Park1-1/+3
2026-01-23mm/damon/sysfs-scheme: cleanup access_pattern subdirs on scheme dir setup fai...SeongJae Park1-2/+3
2026-01-23mm/damon/sysfs-scheme: cleanup quotas subdirs on scheme dir setup failureSeongJae Park1-2/+3
2026-01-23mm/damon/core: remove call_control in inactive contextsSeongJae Park1-2/+31
2026-01-08mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_regions_...SeongJae Park1-0/+20
2026-01-08mm/damon/tests/core-kunit: handle alloc failure on damos_test_commit_filter()SeongJae Park1-5/+10
2026-01-08mm/damon/tests/core-kunit: handle alloc failure on damon_test_set_attrs()SeongJae Park1-0/+3
2026-01-08mm/damon/tests/core-kunit: handle alloc failures in damon_test_ops_registrati...SeongJae Park1-0/+3
2026-01-08mm/damon/tests/core-kunit: handle alloc failures on damos_test_filter_out()SeongJae Park1-0/+11
2026-01-08mm/damon/tests/core-kunit: handle alloc failures on damon_test_set_filters_de...SeongJae Park1-0/+6
2026-01-08mm/damon/tests/core-kunit: handle alloc failures in damon_test_update_monitor...SeongJae Park1-0/+3
2026-01-08mm/damon/tests/core-kunit: handle alloc failures in damon_test_set_regions()SeongJae Park1-2/+15
2026-01-08mm/damon/tests/core-kunit: handle alloc failures on damon_test_merge_two()SeongJae Park1-0/+10
2026-01-08mm/damon/tests/core-kunit: handle alloc failures on dasmon_test_merge_regions...SeongJae Park1-0/+6
2026-01-08mm/damon/tests/core-kunit: handle memory alloc failure from damon_test_aggreg...SeongJae Park1-0/+11
2026-01-08mm/damon/tests/core-kunit: handle memory failure from damon_test_target()SeongJae Park1-0/+7
2026-01-08mm/damon/tests/core-kunit: handle allocation failures in damon_test_regions()SeongJae Park1-0/+6
2026-01-08mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_at()SeongJae Park1-0/+11
2026-01-08mm/damon/tests/core-kunit: handle alloc failres in damon_test_new_filter()SeongJae Park1-0/+2
2026-01-08mm/damon/tests/core-kunit: fix memory leak in damon_test_set_filters_default_...SeongJae Park1-0/+3
2026-01-08mm/damon/tests/vaddr-kunit: handle alloc failures on damon_test_split_evenly_...SeongJae Park1-1/+8
2026-01-08mm/damon/tests/vaddr-kunit: handle alloc failures in damon_test_split_evenly_...SeongJae Park1-1/+10
2026-01-08mm/damon/tests/vaddr-kunit: handle alloc failures on damon_do_test_apply_thre...SeongJae Park1-0/+6
2026-01-08mm/damon/tests/sysfs-kunit: handle alloc failures on damon_sysfs_test_add_tar...SeongJae Park1-0/+25
2025-11-10mm/damon/sysfs: change next_update_jiffies to a global variableQuanmin Yan1-3/+7
2025-11-10mm/damon/stat: change last_refresh_jiffies to a global variableQuanmin Yan1-3/+6
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