summaryrefslogtreecommitdiff
path: root/mm/damon/tests
AgeCommit message (Expand)Author
2025-12-09mm/damon/tests/core-kunit: avoid damos_test_commit stack warningArnd Bergmann
2025-11-24mm/damon/tests/sysfs-kunit: fix use after free on error pathDan Carpenter
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/tests/core-kunit: add damon_commit_target_regions() testSeongJae Park
2025-11-20mm/damon/tests/core-kunit: add damos_commit() testSeongJae Park
2025-11-20mm/damon/tests/core-kunit: add damos_commit_dests() testSeongJae Park
2025-11-20mm/damon/tests/core-kunit: add damos_commit_quota() testSeongJae Park
2025-11-20mm/damon/tests/core-kunit: add damos_commit_quota_goals() testSeongJae Park
2025-11-20mm/damon/tests/core-kunit: add damos_commit_quota_goal() testSeongJae Park
2025-11-20mm/damon/tests/core-kunit: add test cases to damos_test_commit_filter()SeongJae Park
2025-11-20mm/damon/tests/core-kunit: extend damos_test_commit_filter_for() for union fi...SeongJae Park
2025-11-20mm/damon/tests/core-kunit: split out damos_test_commit_filter() core logicSeongJae Park
2025-11-20mm/damon/tests/core-kunit: remove dynamic allocs on damos_test_commit_filter()SeongJae Park
2025-11-16mm/damon/tests/core-kunit: remove unused ctx in damon_test_split_regions_of()SeongJae Park
2025-11-16mm/damon/tests/core-kunit: remove unnecessary damon_ctx variable on damon_tes...SeongJae Park
2025-11-16mm/damon/tests/sysfs-kunit: handle alloc failures on damon_sysfs_test_add_tar...SeongJae Park
2025-11-16mm/damon/tests/vaddr-kunit: handle alloc failures on damon_test_split_evenly_...SeongJae Park
2025-11-16mm/damon/tests/vaddr-kunit: handle alloc failures in damon_test_split_evenly_...SeongJae Park
2025-11-16mm/damon/tests/vaddr-kunit: handle alloc failures on damon_do_test_apply_thre...SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failures on damon_test_set_filters_de...SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failures on damos_test_filter_out()SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failure on damos_test_commit_filter()SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failres in damon_test_new_filter()SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failure on damon_test_set_attrs()SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failures in damon_test_update_monitor...SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failures in damon_test_set_regions()SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failures in damon_test_ops_registrati...SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_regions_...SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failures on dasmon_test_merge_regions...SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failures on damon_test_merge_two()SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_at()SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle memory alloc failure from damon_test_aggreg...SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle memory failure from damon_test_target()SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle allocation failures in damon_test_regions()SeongJae Park
2025-11-16mm/damon/tests/core-kunit: fix memory leak in damon_test_set_filters_default_...SeongJae Park
2025-09-13mm/damon: add damon_ctx->min_sz_regionQuanmin Yan
2025-09-13mm/damon/tests/core-kunit: add damos_commit_filter testSang-Heon Jeon
2025-07-19mm/damon/core: add cleanup_target() ops callbackSeongJae Park
2025-05-22mm/damon/tests/core-kunit: add a test for damos_set_filters_default_reject()SeongJae Park
2025-03-17mm/damon/core: make damon_set_attrs() be safe to be called from damon_call()SeongJae Park
2025-01-25mm/damon: add 'allow' argument to damos_new_filter()SeongJae Park
2025-01-25mm/damon/core: support damos_filter->allowSeongJae Park
2025-01-25mm/damon: remove DAMON debugfs interface kunit testsSeongJae Park
2025-01-13mm/damon/tests/vaddr-kunit.h: reduce stack consumptionAndrew Morton
2024-11-07mm/damon/tests/dbgfs-kunit: fix the header double inclusion guarding ifdef co...SeongJae Park
2024-11-06mm/damon/vaddr: add 'nr_piece == 1' check in damon_va_evenly_split_region()Zheng Yejian
2024-11-06mm/damon/vaddr: fix issue in damon_va_evenly_split_region()Zheng Yejian
2024-11-05mm/damon: fix sparse warning for zero initializerLeo Stone
2024-10-17mm/damon/tests/sysfs-kunit.h: fix memory leak in damon_sysfs_test_add_targets()Jinjie Ruan