summaryrefslogtreecommitdiffstats
path: root/mm/damon/tests
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-6/+6
2026-01-31mm/damon: rename DAMON_MIN_REGION to DAMON_MIN_REGION_SZSeongJae Park-1/+1
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-1/+1
2025-12-09mm/damon/tests/core-kunit: avoid damos_test_commit stack warningArnd Bergmann-2/+7
2025-11-24mm/damon/tests/sysfs-kunit: fix use after free on error pathDan Carpenter-1/+1
2025-11-20mm/damon/tests/core-kunit: remove DAMON_MIN_REGION redefinitionSeongJae Park-29/+26
2025-11-20mm/damon: rename damos->filters to damos->core_filtersSeongJae Park-2/+2
2025-11-20mm/damon/tests/core-kunit: add damon_commit_target_regions() testSeongJae Park-0/+65
2025-11-20mm/damon/tests/core-kunit: add damos_commit() testSeongJae Park-0/+92
2025-11-20mm/damon/tests/core-kunit: add damos_commit_dests() testSeongJae Park-0/+97
2025-11-20mm/damon/tests/core-kunit: add damos_commit_quota() testSeongJae Park-0/+33
2025-11-20mm/damon/tests/core-kunit: add damos_commit_quota_goals() testSeongJae Park-0/+81
2025-11-20mm/damon/tests/core-kunit: add damos_commit_quota_goal() testSeongJae Park-0/+84
2025-11-20mm/damon/tests/core-kunit: add test cases to damos_test_commit_filter()SeongJae Park-6/+47
2025-11-20mm/damon/tests/core-kunit: extend damos_test_commit_filter_for() for union fi...SeongJae Park-0/+20
2025-11-20mm/damon/tests/core-kunit: split out damos_test_commit_filter() core logicSeongJae Park-4/+10
2025-11-20mm/damon/tests/core-kunit: remove dynamic allocs on damos_test_commit_filter()SeongJae Park-16/+13
2025-11-16mm/damon/tests/core-kunit: remove unused ctx in damon_test_split_regions_of()SeongJae Park-12/+2
2025-11-16mm/damon/tests/core-kunit: remove unnecessary damon_ctx variable on damon_tes...SeongJae Park-8/+1
2025-11-16mm/damon/tests/sysfs-kunit: handle alloc failures on damon_sysfs_test_add_tar...SeongJae Park-0/+25
2025-11-16mm/damon/tests/vaddr-kunit: handle alloc failures on damon_test_split_evenly_...SeongJae Park-1/+8
2025-11-16mm/damon/tests/vaddr-kunit: handle alloc failures in damon_test_split_evenly_...SeongJae Park-1/+10
2025-11-16mm/damon/tests/vaddr-kunit: handle alloc failures on damon_do_test_apply_thre...SeongJae Park-0/+6
2025-11-16mm/damon/tests/core-kunit: handle alloc failures on damon_test_set_filters_de...SeongJae Park-0/+6
2025-11-16mm/damon/tests/core-kunit: handle alloc failures on damos_test_filter_out()SeongJae Park-0/+11
2025-11-16mm/damon/tests/core-kunit: handle alloc failure on damos_test_commit_filter()SeongJae Park-5/+10
2025-11-16mm/damon/tests/core-kunit: handle alloc failres in damon_test_new_filter()SeongJae Park-0/+2
2025-11-16mm/damon/tests/core-kunit: handle alloc failure on damon_test_set_attrs()SeongJae Park-0/+3
2025-11-16mm/damon/tests/core-kunit: handle alloc failures in damon_test_update_monitor...SeongJae Park-0/+3
2025-11-16mm/damon/tests/core-kunit: handle alloc failures in damon_test_set_regions()SeongJae Park-2/+15
2025-11-16mm/damon/tests/core-kunit: handle alloc failures in damon_test_ops_registrati...SeongJae Park-0/+3
2025-11-16mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_regions_...SeongJae Park-0/+20
2025-11-16mm/damon/tests/core-kunit: handle alloc failures on dasmon_test_merge_regions...SeongJae Park-0/+6
2025-11-16mm/damon/tests/core-kunit: handle alloc failures on damon_test_merge_two()SeongJae Park-0/+10
2025-11-16mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_at()SeongJae Park-0/+11
2025-11-16mm/damon/tests/core-kunit: handle memory alloc failure from damon_test_aggreg...SeongJae Park-0/+11
2025-11-16mm/damon/tests/core-kunit: handle memory failure from damon_test_target()SeongJae Park-0/+7
2025-11-16mm/damon/tests/core-kunit: handle allocation failures in damon_test_regions()SeongJae Park-0/+6
2025-11-16mm/damon/tests/core-kunit: fix memory leak in damon_test_set_filters_default_...SeongJae Park-0/+3
2025-09-13mm/damon: add damon_ctx->min_sz_regionQuanmin Yan-9/+14
2025-09-13mm/damon/tests/core-kunit: add damos_commit_filter testSang-Heon Jeon-0/+17
2025-07-19mm/damon/core: add cleanup_target() ops callbackSeongJae Park-3/+3
2025-05-22mm/damon/tests/core-kunit: add a test for damos_set_filters_default_reject()SeongJae Park-0/+70