summaryrefslogtreecommitdiffstats
path: root/lib/tests
AgeCommit message (Expand)AuthorLines
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+295
2025-12-05Merge tag 'probes-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-1/+98
2025-12-04Merge tag 'sound-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+13
2025-11-20lib: add KUnit tests for base64 encoding/decodingGuan-Chun Wu-0/+295
2025-11-19lib/vsprintf: Add specifier for printing struct timespec64Andy Shevchenko-0/+4
2025-11-17string: provide strends()Bartosz Golaszewski-0/+13
2025-11-11lib/test_fprobe: add testcase for mixed fprobeMenglong Dong-1/+98
2025-09-08KUnit: ffs: Validate all the __attribute_const__ annotationsKees Cook-0/+40
2025-09-08KUnit: Introduce ffs()-family testsKees Cook-0/+527
2025-07-31Merge tag 'bitmap-for-6.17' of https://github.com/norov/linuxLinus Torvalds-0/+19
2025-07-31test_bits: add tests for __GENMASK() and __GENMASK_ULL()Vincent Mailhol-0/+19
2025-07-29Merge tag 'ratelimit.2025.07.23a' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+145
2025-07-29Merge tag 'linux_kselftest-kunit-6.17-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-2/+1
2025-07-28Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-490/+0
2025-07-19seq_buf: Introduce KUnit testsKees Cook-0/+209
2025-07-14kunit/fortify: Add back "volatile" for sizeof() constantsKees Cook-2/+2
2025-07-10kunit: fix longest symbol length testSergio González Collado-2/+1
2025-06-30lib/crc: Move files into lib/crc/Eric Biggers-453/+0
2025-06-30lib/crc32: Remove unused combination supportEric Biggers-38/+1
2025-06-24lib: Add stress test for ratelimitPaul E. McKenney-2/+67
2025-06-24lib: Make the ratelimit test more reliablePetr Mladek-4/+4
2025-06-24lib: Add trivial kunit test for ratelimitPaul E. McKenney-0/+80
2025-06-03Merge tag 'bitmap-for-6.16-rc1' of https://github.com/norov/linuxLinus Torvalds-0/+30
2025-05-31Merge tag 'gcc-minimum-version-6.16' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-9/+1
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-6/+0
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-7/+32
2025-05-21lib/crc32: remove unused support for CRC32C combinationEric Biggers-6/+0
2025-05-08lib/tests: randstruct: Add deep function pointer layout testKees Cook-14/+65
2025-05-08lib/tests: Add randstruct KUnit testKees Cook-0/+284
2025-05-08kunit/overflow: Add tests for STACK_FLEX_ARRAY_SIZE() helperGustavo A. R. Silva-0/+4
2025-05-06Merge drm/drm-next into drm-misc-nextThomas Zimmermann-0/+1
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie-0/+1
2025-04-30Kbuild: remove structleak gcc pluginArnd Bergmann-9/+1
2025-04-29test_bits: add tests for BIT_U*()Vincent Mailhol-0/+10
2025-04-29test_bits: add tests for GENMASK_U*()Lucas De Marchi-0/+20
2025-04-29vsprintf: Use %p4chR instead of %p4cn for reading data in reversed host orderingPetr Mladek-2/+2
2025-04-28kunit/usercopy: Disable u64 test on 32-bit SPARCThomas Weißschuh-0/+1
2025-04-21printf: add tests for generic FourCCsAditya Garg-7/+32
2025-04-11kunit: slub: add module descriptionArnd Bergmann-0/+1
2025-03-30Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2025-03-27Merge tag 'linux_kselftest-kunit-6.15-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-0/+86
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-0/+86
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-4/+64
2025-03-24Merge tag 'slab-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds-0/+59
2025-03-24Merge tag 'hardening-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2025-03-14scanf: break kunit into test casesTamir Duberstein-35/+47
2025-03-14scanf: convert self-test to KUnitTamir Duberstein-0/+804
2025-03-13printf: implicate test line in failure messagesTamir Duberstein-27/+33
2025-03-13printf: break kunit into test casesTamir Duberstein-193/+102
2025-03-13printf: convert self-test to KUnitTamir Duberstein-0/+889