index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
tests
Age
Commit message (
Expand
)
Author
Lines
2026-05-08
test_kprobes: clear kprobes between test runs
Martin Kaiser
-11
/
+18
2026-04-24
Merge tag 'riscv-for-linus-7.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-0
/
+274
2026-04-20
Merge tag 'printk-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
-0
/
+24
2026-04-20
Merge branch 'for-7.1-printf-kunit-build' into for-linus
Petr Mladek
-8
/
+689
2026-04-19
Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-18
/
+0
2026-04-18
liveupdate: remove liveupdate_test_unregister()
Pasha Tatashin
-18
/
+0
2026-04-16
Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-7
/
+217
2026-04-15
printf: Compile the kunit test with DISABLE_BRANCH_PROFILING DISABLE_BRANCH_P...
Petr Mladek
-0
/
+2
2026-04-07
lib/tests/slub_kunit: add a test case for {kmalloc,kfree}_nolock
Harry Yoo (Oracle)
-0
/
+92
2026-04-04
lib/string_kunit: extend benchmarks to strnlen() and chr searches
Feng Jiang
-0
/
+18
2026-04-04
lib/string_kunit: add performance benchmark for strlen()
Feng Jiang
-0
/
+160
2026-04-04
lib/string_kunit: add correctness test for strrchr()
Feng Jiang
-0
/
+31
2026-04-04
lib/string_kunit: add correctness test for strnlen()
Feng Jiang
-0
/
+35
2026-04-04
lib/string_kunit: add correctness test for strlen()
Feng Jiang
-0
/
+30
2026-04-02
lib: kunit_iov_iter: add tests for extract_iter_to_sg
Christian A. Ehrhardt
-0
/
+203
2026-04-02
lib: kunit_iov_iter: improve error detection
Christian A. Ehrhardt
-1
/
+6
2026-04-02
lib: kunit_iov_iter: fix memory leaks
Christian A. Ehrhardt
-6
/
+8
2026-03-24
printf: add IPv6 address format tests
Shuvam Pandey
-0
/
+22
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-8
/
+9
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-0
/
+679
2026-02-11
Merge tag 'printk-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
-9
/
+11
2026-02-11
Merge branch 'for-6.20' into for-linus
Petr Mladek
-9
/
+11
2026-02-10
Merge tag 'bitmap-for-6.20' of https://github.com/norov/linux
Linus Torvalds
-0
/
+206
2026-02-08
lib/tests: extend KUnit test for bitops with more cases
Ryota Sakamoto
-0
/
+63
2026-02-08
lib/tests: add KUnit test for bitops
Ryota Sakamoto
-0
/
+143
2026-02-08
tests/liveupdate: add in-kernel liveupdate test
Pasha Tatashin
-0
/
+159
2026-02-08
list: add kunit test for private list primitives
Pasha Tatashin
-0
/
+77
2026-01-28
printf: convert test_hashed into macro
Tamir Duberstein
-9
/
+11
2026-01-26
lib/glob: convert selftest to KUnit
Kir Chou
-0
/
+126
2026-01-26
lib/tests: convert test_min_heap module to KUnit
Ryota Sakamoto
-0
/
+210
2026-01-20
lib/tests: convert test_uuid module to KUnit
Ryota Sakamoto
-0
/
+107
2026-01-05
test_list_sort: fix up const mismatch
Greg Kroah-Hartman
-2
/
+2
2025-12-06
Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-0
/
+295
2025-12-05
Merge tag 'probes-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
-1
/
+98
2025-12-04
Merge tag 'sound-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-0
/
+13
2025-11-20
lib: add KUnit tests for base64 encoding/decoding
Guan-Chun Wu
-0
/
+295
2025-11-19
lib/vsprintf: Add specifier for printing struct timespec64
Andy Shevchenko
-0
/
+4
2025-11-17
string: provide strends()
Bartosz Golaszewski
-0
/
+13
2025-11-11
lib/test_fprobe: add testcase for mixed fprobe
Menglong Dong
-1
/
+98
2025-09-08
KUnit: ffs: Validate all the __attribute_const__ annotations
Kees Cook
-0
/
+40
2025-09-08
KUnit: Introduce ffs()-family tests
Kees Cook
-0
/
+527
2025-07-31
Merge tag 'bitmap-for-6.17' of https://github.com/norov/linux
Linus Torvalds
-0
/
+19
2025-07-31
test_bits: add tests for __GENMASK() and __GENMASK_ULL()
Vincent Mailhol
-0
/
+19
2025-07-29
Merge tag 'ratelimit.2025.07.23a' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-0
/
+145
2025-07-29
Merge tag 'linux_kselftest-kunit-6.17-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
-2
/
+1
2025-07-28
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
-490
/
+0
2025-07-19
seq_buf: Introduce KUnit tests
Kees Cook
-0
/
+209
2025-07-14
kunit/fortify: Add back "volatile" for sizeof() constants
Kees Cook
-2
/
+2
[next]