index
:
pub/scm/linux/kernel/git/next/linux-next.git
master
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
damon
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
7 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
1
-1
/
+1
2026-08-06
mm/damon/core-kunit: skip wrong region walk in commit_target_regions()
SJ Park
1
-2
/
+7
2026-08-06
mm/damon/core-kunit: skip wrong quota goal walk in commit_quota_goals()
SJ Park
1
-0
/
+9
2026-08-06
mm/damon/core-kunit: skip wrong dest walk in commit_dests_for()
SJ Park
1
-0
/
+2
2026-08-06
mm/damon/core-kunit: handle region split failure in filter_out()
SJ Park
1
-0
/
+5
2026-08-06
mm/damon/vaddr-kunit: check region count in three_regions test
SJ Park
1
-0
/
+5
2026-08-06
mm/damon/core-kunit: check region count before testing in split_at()
SJ Park
1
-0
/
+5
2026-08-06
mm/damon/tests/core-kunit: catch test failure in test_merge_regions_of()
SJ Park
1
-0
/
+3
2026-08-06
mm/damon/core: skip aging from repeated aggressive merging
SJ Park
1
-1
/
+1
2026-08-06
mm/damon/tests/core-kunit: test damon_nr_accesses_mvsum()
Song Hu
1
-0
/
+49
2026-08-04
mm/damon/core: extend merge function to work with probe hits
SJ Park
1
-2
/
+11
2026-08-04
mm/damon/core: update probe hits for new parameter commit
SJ Park
1
-3
/
+10
2026-08-04
mm/damon/core: remove comment and test for nr_to_bp() divide-by-zero
SJ Park
1
-23
/
+0
2026-07-30
mm/damon/core: remove damon_moving_sum() and its unit test
SJ Park
1
-16
/
+0
2026-07-30
mm/damon/tests/core-kunit: remove nr_accesses_bp setup and tests
SJ Park
1
-8
/
+0
2026-07-30
mm/damon/tests/core-kunit: test damon_mvsum()
SJ Park
1
-0
/
+25
2026-07-30
mm/damon/tests/core-kunit: test damon_rand()
SJ Park
1
-0
/
+15
2026-07-30
mm/damon/tests/core-kunit: test split above max_nr_regions/2
Jiayuan Chen
1
-0
/
+64
2026-07-30
mm/damon/tests/core-kunit: add KUnit test for walk_control_obsolete behavior
Sailesh Nandanavanam
1
-0
/
+28
2026-07-09
MAINTAINERS: s/SeongJae/SJ/
SJ Park
3
-10
/
+0
2026-06-04
mm/damon/tests/core-kunit: add damon_set_regions() test cases
SeongJae Park
1
-22
/
+120
2026-06-04
mm/damon/tests/vaddr-kunit: replace damon_add_region() with damon_set_regions()
SeongJae Park
1
-7
/
+20
2026-06-02
mm/damon: replace damon_rand() with a per-ctx lockless PRNG
Jiayuan Chen
1
-6
/
+22
2026-05-28
mm/damon/tests/core-kunit: test pause commitment
SeongJae Park
1
-0
/
+4
2026-05-28
mm/damon/tests/core-kunit: test fail_charge_{num,denom} committing
SeongJae Park
1
-0
/
+6
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 ca...
Shu Anzai
1
-3
/
+4
2026-01-20
mm/damon/tests/core-kunit: add test cases for multiple regions in damon_test_...
Shu Anzai
1
-0
/
+20
2026-01-20
mm/damon/tests/core-kunit: add a test case for region merge size limit in dam...
Shu Anzai
1
-8
/
+8
2026-01-20
mm/damon/tests/core-kunit: verify the 'age' and 'nr_accesses_bp' fields in da...
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
[next]