aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/tests
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 'slab-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-51/+139
11 daysMerge tag 'mm-nonmm-stable-2026-08-22-16-57' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-2/+183
13 daysMerge tag 'printk-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-10/+19
2026-08-04slub_kunit: extend the test for kfree_rcu_nolock()Harry Yoo (Oracle)1-17/+30
2026-08-03Revert "printf: Compile the kunit test with DISABLE_BRANCH_PROFILING DISABLE_BRANCH_PROFILING"Petr Mladek1-2/+0
2026-08-03lib/random32: convert selftest to KUnitKir Chou2-0/+183
2026-07-29mm/slab, slub_kunit: register kprobe to trigger _nolock APIsHarry Yoo (Oracle)1-46/+121
2026-07-22net: Use helpers to get/set UDP len tree-wideAlice Mikityanska1-1/+1
2026-07-01iov_iter: Remove unused variable in kunit_iov_iter.cDavid Howells1-3/+2
2026-06-25lib/tests: test_ratelimit: fix stress test thread lifecycle and leakJia He1-10/+19
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds6-4/+373
2026-06-21Merge tag 'liveupdate-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linuxLinus Torvalds1-0/+3
2026-06-19Merge tag 'strncpy-removal-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-60/+1
2026-06-18Merge tag 'trace-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+34
2026-06-18string: Remove strncpy() from the kernelKees Cook1-60/+1
2026-06-17Merge tag 'printk-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-1/+23
2026-06-17Merge branch 'for-7.2-vsprintf-pmM-uppercase' into for-linusPetr Mladek1-0/+2
2026-06-12vsprintf: Add upper case flavour to %p[mM]Andy Shevchenko1-0/+2
2026-06-04lib: kunit_iov_iter: repeatedly call alloc_pages_bulk()Thomas Weißschuh1-2/+10
2026-06-01liveupdate: Reference count incoming FLB dataDavid Matlack1-0/+3
2026-05-28lib/uuid_kunit: add tests for the four random UUID/GUID generatorsStepan Ionichev1-0/+56
2026-05-28lib: kunit: add tests for __ashldi3(), __ashrdi3(), and __lshrdi3()Dmitry Antipov2-0/+176
2026-05-28lib/cmdline_kunit: add test case for memparse()Dmitry Antipov1-0/+56
2026-05-28lib/tests: extend cmdline KUnit with next_arg() testsShuvam Pandey1-0/+62
2026-05-28lib/tests: string_helpers: don't use "proxy" headersAndy Shevchenko1-2/+7
2026-05-28lib/tests: string_helpers: decouple unescape and escape casesAndy Shevchenko1-0/+6
2026-05-28seq_buf: export seq_buf_putmem_hex() and add KUnit testsShuvam Pandey1-0/+34
2026-05-21seq_buf: Export seq_buf_putmem_hex() and add KUnit testsShuvam Pandey1-0/+34
2026-05-21vsprintf: Add test for restricted kernel pointersThomas Weißschuh1-1/+21
2026-05-19Merge tag 'mm-hotfixes-stable-2026-05-18-21-07' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-5/+5
2026-05-13lib: kunit_iov_iter: fix test fail on powerpcChristian A. Ehrhardt1-5/+5
2026-05-08test_kprobes: clear kprobes between test runsMartin Kaiser1-11/+18
2026-04-24Merge tag 'riscv-for-linus-7.1-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-0/+274
2026-04-20Merge tag 'printk-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds2-0/+24
2026-04-20Merge branch 'for-7.1-printf-kunit-build' into for-linusPetr Mladek9-8/+689
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-18/+0
2026-04-18liveupdate: remove liveupdate_test_unregister()Pasha Tatashin1-18/+0
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-7/+217
2026-04-15printf: Compile the kunit test with DISABLE_BRANCH_PROFILING DISABLE_BRANCH_PROFILINGPetr Mladek1-0/+2
2026-04-07lib/tests/slub_kunit: add a test case for {kmalloc,kfree}_nolockHarry Yoo (Oracle)1-0/+92
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
2026-04-02lib: kunit_iov_iter: add tests for extract_iter_to_sgChristian A. Ehrhardt1-0/+203
2026-04-02lib: kunit_iov_iter: improve error detectionChristian A. Ehrhardt1-1/+6
2026-04-02lib: kunit_iov_iter: fix memory leaksChristian A. Ehrhardt1-6/+8
2026-03-24printf: add IPv6 address format testsShuvam Pandey1-0/+22
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1