index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
mm
/
damon
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-05
mm/damon/tests/core-kunit: test goal_tuner commit
SeongJae Park
1
-0
/
+3
2026-04-05
mm/damon/tests/core-kunit: add a test for damon_is_last_region()
SeongJae Park
1
-0
/
+23
2026-04-05
mm/damon/tests/core-kunit: add a test for damon_commit_ctx()
SeongJae Park
1
-0
/
+22
2026-04-05
mm/damon/tests/.kunitconifg: enable DAMON_DEBUG_SANITY
SeongJae Park
1
-0
/
+3
2026-04-05
mm/damon/test/core-kunit: add damon_apply_min_nr_regions() test
SeongJae Park
1
-0
/
+52
2026-04-05
mm/damon/vaddr: do not split regions for min_nr_regions
SeongJae Park
1
-76
/
+0
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-4
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2
-6
/
+6
2026-01-31
mm/damon: rename DAMON_MIN_REGION to DAMON_MIN_REGION_SZ
SeongJae Park
1
-1
/
+1
2026-01-20
mm/damon/tests/core-kunit: remove a redundant test case and add a new test case in damos_test_commit_quota_goal()
Shu Anzai
1
-3
/
+4
2026-01-20
mm/damon/tests/core-kunit: add test cases for multiple regions in damon_test_split_regions_of()
Shu Anzai
1
-0
/
+20
2026-01-20
mm/damon/tests/core-kunit: add a test case for region merge size limit in damon_test_merge_regions_of()
Shu Anzai
1
-8
/
+8
2026-01-20
mm/damon/tests/core-kunit: verify the 'age' and 'nr_accesses_bp' fields in damon_test_merge_two()
Shu Anzai
1
-0
/
+4
2026-01-20
mm/damon/tests/core-kunit: verify the 'age' field in damon_test_split_at()
Shu Anzai
1
-0
/
+2
2026-01-20
mm/damon: fix typos in comments
Kevin Lourenco
1
-1
/
+1
2025-12-09
mm/damon/tests/core-kunit: avoid damos_test_commit stack warning
Arnd Bergmann
1
-2
/
+7
2025-11-24
mm/damon/tests/sysfs-kunit: fix use after free on error path
Dan Carpenter
1
-1
/
+1
2025-11-20
mm/damon/tests/core-kunit: remove DAMON_MIN_REGION redefinition
SeongJae Park
1
-29
/
+26
2025-11-20
mm/damon: rename damos->filters to damos->core_filters
SeongJae Park
1
-2
/
+2
2025-11-20
mm/damon/tests/core-kunit: add damon_commit_target_regions() test
SeongJae Park
1
-0
/
+65
2025-11-20
mm/damon/tests/core-kunit: add damos_commit() test
SeongJae Park
1
-0
/
+92
2025-11-20
mm/damon/tests/core-kunit: add damos_commit_dests() test
SeongJae Park
1
-0
/
+97
2025-11-20
mm/damon/tests/core-kunit: add damos_commit_quota() test
SeongJae Park
1
-0
/
+33
2025-11-20
mm/damon/tests/core-kunit: add damos_commit_quota_goals() test
SeongJae Park
1
-0
/
+81
2025-11-20
mm/damon/tests/core-kunit: add damos_commit_quota_goal() test
SeongJae Park
1
-0
/
+84
2025-11-20
mm/damon/tests/core-kunit: add test cases to damos_test_commit_filter()
SeongJae Park
1
-6
/
+47
2025-11-20
mm/damon/tests/core-kunit: extend damos_test_commit_filter_for() for union fields
SeongJae Park
1
-0
/
+20
2025-11-20
mm/damon/tests/core-kunit: split out damos_test_commit_filter() core logic
SeongJae Park
1
-4
/
+10
2025-11-20
mm/damon/tests/core-kunit: remove dynamic allocs on damos_test_commit_filter()
SeongJae Park
1
-16
/
+13
2025-11-16
mm/damon/tests/core-kunit: remove unused ctx in damon_test_split_regions_of()
SeongJae Park
1
-12
/
+2
2025-11-16
mm/damon/tests/core-kunit: remove unnecessary damon_ctx variable on damon_test_split_at()
SeongJae Park
1
-8
/
+1
2025-11-16
mm/damon/tests/sysfs-kunit: handle alloc failures on damon_sysfs_test_add_targets()
SeongJae Park
1
-0
/
+25
2025-11-16
mm/damon/tests/vaddr-kunit: handle alloc failures on damon_test_split_evenly_succ()
SeongJae Park
1
-1
/
+8
2025-11-16
mm/damon/tests/vaddr-kunit: handle alloc failures in damon_test_split_evenly_fail()
SeongJae Park
1
-1
/
+10
2025-11-16
mm/damon/tests/vaddr-kunit: handle alloc failures on damon_do_test_apply_three_regions()
SeongJae Park
1
-0
/
+6
2025-11-16
mm/damon/tests/core-kunit: handle alloc failures on damon_test_set_filters_default_reject()
SeongJae Park
1
-0
/
+6
2025-11-16
mm/damon/tests/core-kunit: handle alloc failures on damos_test_filter_out()
SeongJae Park
1
-0
/
+11
2025-11-16
mm/damon/tests/core-kunit: handle alloc failure on damos_test_commit_filter()
SeongJae Park
1
-4
/
+9
2025-11-16
mm/damon/tests/core-kunit: handle alloc failres in damon_test_new_filter()
SeongJae Park
1
-0
/
+2
2025-11-16
mm/damon/tests/core-kunit: handle alloc failure on damon_test_set_attrs()
SeongJae Park
1
-0
/
+3
2025-11-16
mm/damon/tests/core-kunit: handle alloc failures in damon_test_update_monitoring_result()
SeongJae Park
1
-0
/
+3
2025-11-16
mm/damon/tests/core-kunit: handle alloc failures in damon_test_set_regions()
SeongJae Park
1
-2
/
+15
2025-11-16
mm/damon/tests/core-kunit: handle alloc failures in damon_test_ops_registration()
SeongJae Park
1
-0
/
+3
2025-11-16
mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_regions_of()
SeongJae Park
1
-0
/
+20
2025-11-16
mm/damon/tests/core-kunit: handle alloc failures on dasmon_test_merge_regions_of()
SeongJae Park
1
-0
/
+6
2025-11-16
mm/damon/tests/core-kunit: handle alloc failures on damon_test_merge_two()
SeongJae Park
1
-0
/
+10
2025-11-16
mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_at()
SeongJae Park
1
-0
/
+11
2025-11-16
mm/damon/tests/core-kunit: handle memory alloc failure from damon_test_aggregate()
SeongJae Park
1
-0
/
+11
2025-11-16
mm/damon/tests/core-kunit: handle memory failure from damon_test_target()
SeongJae Park
1
-0
/
+7
[next]