aboutsummaryrefslogtreecommitdiff
path: root/lib/tests/string_kunit.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-04lib/string_kunit: extend benchmarks to strnlen() and chr searchesFeng Jiang1-0/+18
2026-04-04lib/string_kunit: add performance benchmark for strlen()Feng Jiang1-0/+160
2026-04-04lib/string_kunit: add correctness test for strrchr()Feng Jiang1-0/+31
2026-04-04lib/string_kunit: add correctness test for strnlen()Feng Jiang1-0/+35
2026-04-04lib/string_kunit: add correctness test for strlen()Feng Jiang1-0/+30
2025-11-17string: provide strends()Bartosz Golaszewski1-0/+13
2025-03-24Merge tag 'hardening-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2025-02-10lib: Move KUnit tests into tests/ subdirectoryKees Cook1-0/+637