summaryrefslogtreecommitdiff
path: root/lib/Makefile
AgeCommit message (Expand)Author
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-24Merge tag 'objtool-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-22tracing: Disable branch profiling in noinstr codeJosh Poimboeuf
2025-03-14scanf: convert self-test to KUnitTamir Duberstein
2025-03-13printf: convert self-test to KUnitTamir Duberstein
2025-02-21vdso: Add generic time data storageThomas Weißschuh
2025-02-11blackhole_dev: convert self-test to KUnitTamir Duberstein
2025-02-10lib: Move KUnit tests into tests/ subdirectoryKees Cook
2025-02-08lib/crc64-rocksoft: stop wrapping the crypto APIEric Biggers
2025-02-01revert "xarray: port tests to kunit"Andrew Morton
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-01-12xarray: port tests to kunitTamir Duberstein
2024-12-09lib/crc32test: delete obsolete crc32test.cEric Biggers
2024-12-01lib/crc16_kunit: delete obsolete crc16_kunit.cEric Biggers
2024-12-01lib/crc_kunit.c: add KUnit test suite for CRC library functionsEric Biggers
2024-12-01lib/crc32: make crc32c() go directly to libEric Biggers
2024-11-27Merge tag 'modules-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-11-11lib: util_macros_kunit: add kunit test for util_macros.hAlexandru Ardelean
2024-11-05lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu
2024-11-05lib/Makefile: make union-find compilation conditional on CONFIG_CPUSETSKuan-Wei Chiu
2024-11-05lib/crc16_kunit.c: add KUnit tests for crc16Vinicius Peixoto
2024-10-28New implementation for IO memcpy and IO memsetJulian Vetter
2024-10-24selftests: add new kallsyms selftestsLuis Chamberlain
2024-10-03lib: packing: add KUnit tests adapted from selftestsJacob Keller
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-09-18Merge tag 'hardening-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-09-01kcov: don't instrument lib/find_bit.cAndrey Konovalov
2024-08-15fortify: refactor test_fortify Makefile to fix some build problemsMasahiro Yamada
2024-07-30Union-Find: add a new module in kernel libraryXavier
2024-07-16Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2024-07-15fortify: fix warnings in fortify tests with KASANMasahiro Yamada
2024-06-14usercopy: Convert test_user_copy to KUnit testKees Cook
2024-05-19selftests/fpu: allow building on other architecturesSamuel Holland
2024-05-19selftests/fpu: move FP code to a separate translation unitSamuel Holland
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-05-13Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2024-04-25lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan
2024-04-25lib: code tagging frameworkSuren Baghdasaryan
2024-04-19string: Merge strcat KUnit tests into string_kunit.cKees Cook
2024-04-19string: Merge strscpy KUnit tests into string_kunit.cKees Cook
2024-04-09lib: Add one-byte emulation functionPaul E. McKenney
2024-03-14Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-05string: Convert helpers selftest to KUnitKees Cook