summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
AgeCommit message (Expand)AuthorLines
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds-3/+1
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+1
2026-04-05ubsan: turn off kmsan inside of ubsan instrumentationArnd Bergmann-0/+1
2026-04-02xor: move to lib/raid/Christoph Hellwig-1/+1
2026-04-01workqueue: add test_workqueue benchmark moduleBreno Leitao-0/+1
2026-03-27lib: polynomial: move to math/ subfolderAndy Shevchenko-2/+0
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-3/+0
2026-01-26lib/glob: convert selftest to KUnitKir Chou-1/+0
2026-01-26lib/tests: convert test_min_heap module to KUnitRyota Sakamoto-1/+0
2026-01-20lib/tests: convert test_uuid module to KUnitRyota Sakamoto-1/+0
2026-01-05rhashtable: Enable context analysisMarco Elver-0/+2
2026-01-05stackdepot: Enable context analysisMarco Elver-0/+1
2026-01-05compiler-context-analysis: Add test stubMarco Elver-0/+3
2025-11-27Merge tag 'cache-for-v6.19' of https://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann-0/+2
2025-11-21lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGIONYicong Yang-0/+2
2025-10-02Merge tag 'bitmap-for-6.18' of https://github.com/norov/linuxLinus Torvalds-0/+1
2025-09-22rust: add find_bit_benchmark_rust module.Burak Emir-0/+1
2025-08-15kunit: Always descend into kunit directory during buildThomas Weißschuh-4/+0
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+2
2025-08-02kho: add test for kexec handoverMike Rapoport (Microsoft)-0/+1
2025-07-28Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-31/+1
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook-1/+1
2025-07-19panic: generalize panic_print's function to show sys infoFeng Tang-1/+1
2025-06-30lib/crc: Move files into lib/crc/Eric Biggers-31/+1
2025-05-08kbuild: Switch from -Wvla to -Wvla-larger-than=1Kees Cook-1/+0
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+0
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-1/+0
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2025-03-24Merge tag 'objtool-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+5
2025-03-22tracing: Disable branch profiling in noinstr codeJosh Poimboeuf-0/+5
2025-03-14scanf: convert self-test to KUnitTamir Duberstein-1/+0
2025-03-13printf: convert self-test to KUnitTamir Duberstein-1/+0
2025-02-21vdso: Add generic time data storageThomas Weißschuh-1/+1
2025-02-11blackhole_dev: convert self-test to KUnitTamir Duberstein-1/+1
2025-02-10lib: Move KUnit tests into tests/ subdirectoryKees Cook-38/+1
2025-02-08lib/crc64-rocksoft: stop wrapping the crypto APIEric Biggers-1/+0
2025-02-01revert "xarray: port tests to kunit"Andrew Morton-1/+1
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2025-01-12xarray: port tests to kunitTamir Duberstein-1/+1
2024-12-09lib/crc32test: delete obsolete crc32test.cEric Biggers-1/+0
2024-12-01lib/crc16_kunit: delete obsolete crc16_kunit.cEric Biggers-1/+0
2024-12-01lib/crc_kunit.c: add KUnit test suite for CRC library functionsEric Biggers-0/+1
2024-12-01lib/crc32: make crc32c() go directly to libEric Biggers-1/+0
2024-11-27Merge tag 'modules-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+5
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-0/+1
2024-11-11lib: util_macros_kunit: add kunit test for util_macros.hAlexandru Ardelean-0/+1
2024-11-05lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu-0/+1
2024-11-05lib/Makefile: make union-find compilation conditional on CONFIG_CPUSETSKuan-Wei Chiu-1/+2
2024-11-05lib/crc16_kunit.c: add KUnit tests for crc16Vinicius Peixoto-0/+1