summaryrefslogtreecommitdiff
path: root/lib/tests
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
5 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-8/+9
14 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds6-0/+679
2026-02-12Merge tag 'printk-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-9/+11
2026-02-11Merge branch 'for-6.20' into for-linusPetr Mladek1-9/+11
2026-02-10Merge tag 'bitmap-for-6.20' of https://github.com/norov/linuxLinus Torvalds2-0/+206
2026-02-09lib/tests: extend KUnit test for bitops with more casesRyota Sakamoto1-0/+63
2026-02-09lib/tests: add KUnit test for bitopsRyota Sakamoto2-0/+143
2026-02-08tests/liveupdate: add in-kernel liveupdate testPasha Tatashin2-0/+159
2026-02-08list: add kunit test for private list primitivesPasha Tatashin2-0/+77
2026-01-28printf: convert test_hashed into macroTamir Duberstein1-9/+11
2026-01-27lib/glob: convert selftest to KUnitKir Chou2-0/+126
2026-01-27lib/tests: convert test_min_heap module to KUnitRyota Sakamoto2-0/+210
2026-01-21lib/tests: convert test_uuid module to KUnitRyota Sakamoto2-0/+107
2026-01-06test_list_sort: fix up const mismatchGreg Kroah-Hartman1-2/+2
2025-12-07Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds2-0/+295
2025-12-05Merge tag 'probes-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-1/+98
2025-12-04Merge tag 'sound-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+13
2025-11-21lib: add KUnit tests for base64 encoding/decodingGuan-Chun Wu2-0/+295
2025-11-19lib/vsprintf: Add specifier for printing struct timespec64Andy Shevchenko1-0/+4
2025-11-17string: provide strends()Bartosz Golaszewski1-0/+13
2025-11-11lib/test_fprobe: add testcase for mixed fprobeMenglong Dong1-1/+98
2025-09-09KUnit: ffs: Validate all the __attribute_const__ annotationsKees Cook1-0/+40
2025-09-09KUnit: Introduce ffs()-family testsKees Cook2-0/+527
2025-08-01Merge tag 'bitmap-for-6.17' of https://github.com/norov/linuxLinus Torvalds1-0/+19
2025-07-31test_bits: add tests for __GENMASK() and __GENMASK_ULL()Vincent Mailhol1-0/+19
2025-07-30Merge tag 'ratelimit.2025.07.23a' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+145
2025-07-29Merge tag 'linux_kselftest-kunit-6.17-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-2/+1
2025-07-29Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2-490/+0
2025-07-20seq_buf: Introduce KUnit testsKees Cook2-0/+209
2025-07-15kunit/fortify: Add back "volatile" for sizeof() constantsKees Cook1-2/+2
2025-07-10kunit: fix longest symbol length testSergio González Collado1-2/+1
2025-06-30lib/crc: Move files into lib/crc/Eric Biggers2-453/+0
2025-06-30lib/crc32: Remove unused combination supportEric Biggers1-38/+1
2025-06-24lib: Add stress test for ratelimitPaul E. McKenney1-2/+67
2025-06-24lib: Make the ratelimit test more reliablePetr Mladek1-4/+4
2025-06-24lib: Add trivial kunit test for ratelimitPaul E. McKenney2-0/+80
2025-06-03Merge tag 'bitmap-for-6.16-rc1' of https://github.com/norov/linuxLinus Torvalds1-0/+30
2025-05-31Merge tag 'gcc-minimum-version-6.16' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-9/+1
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-6/+0
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-7/+32
2025-05-22lib/crc32: remove unused support for CRC32C combinationEric Biggers1-6/+0
2025-05-08lib/tests: randstruct: Add deep function pointer layout testKees Cook1-14/+65
2025-05-08lib/tests: Add randstruct KUnit testKees Cook2-0/+284
2025-05-08kunit/overflow: Add tests for STACK_FLEX_ARRAY_SIZE() helperGustavo A. R. Silva1-0/+4
2025-05-06Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-0/+1
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie1-0/+1
2025-04-30Kbuild: remove structleak gcc pluginArnd Bergmann1-9/+1
2025-04-29test_bits: add tests for BIT_U*()Vincent Mailhol1-0/+10