summaryrefslogtreecommitdiff
path: root/lib/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-11-27Merge tag 'modules-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+5
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+1
2024-11-11lib: util_macros_kunit: add kunit test for util_macros.hAlexandru Ardelean1-0/+1
2024-11-05lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu1-0/+1
2024-11-05lib/Makefile: make union-find compilation conditional on CONFIG_CPUSETSKuan-Wei Chiu1-1/+2
2024-11-05lib/crc16_kunit.c: add KUnit tests for crc16Vinicius Peixoto1-0/+1
2024-10-28New implementation for IO memcpy and IO memsetJulian Vetter1-1/+1
2024-10-24selftests: add new kallsyms selftestsLuis Chamberlain1-0/+1
2024-10-03lib: packing: add KUnit tests adapted from selftestsJacob Keller1-0/+1
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2024-09-18Merge tag 'hardening-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-37/+1
2024-09-01kcov: don't instrument lib/find_bit.cAndrey Konovalov1-0/+1
2024-08-15fortify: refactor test_fortify Makefile to fix some build problemsMasahiro Yamada1-37/+1
2024-07-30Union-Find: add a new module in kernel libraryXavier1-1/+1
2024-07-16Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+1
2024-07-15fortify: fix warnings in fortify tests with KASANMasahiro Yamada1-0/+4
2024-06-14usercopy: Convert test_user_copy to KUnit testKees Cook1-1/+1
2024-05-19selftests/fpu: allow building on other architecturesSamuel Holland1-23/+2
2024-05-19selftests/fpu: move FP code to a separate translation unitSamuel Holland1-1/+2
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+3
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-3/+3
2024-05-13Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+0
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-3/+3
2024-04-25lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan1-0/+2
2024-04-25lib: code tagging frameworkSuren Baghdasaryan1-0/+1
2024-04-19string: Merge strcat KUnit tests into string_kunit.cKees Cook1-1/+0
2024-04-19string: Merge strscpy KUnit tests into string_kunit.cKees Cook1-1/+0
2024-04-09lib: Add one-byte emulation functionPaul E. McKenney1-0/+1
2024-03-14Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+5
2024-03-05string: Convert helpers selftest to KUnitKees Cook1-1/+1
2024-03-05string: Convert selftest to KUnitKees Cook1-1/+1
2024-02-29fortify: Add KUnit tests for runtime overflowsKees Cook1-0/+2
2024-02-12PCI: Move pci_iomap.c to drivers/pci/Philipp Stanner1-1/+0
2024-02-06ubsan: Silence W=1 warnings in self-testKees Cook1-0/+1
2024-01-22livepatch: Move tests from lib/livepatch to selftests/livepatchMarcos Paulo de Souza1-2/+0
2023-11-04Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+2
2023-11-03Merge tag 'bitmap-for-6.7' of https://github.com/norov/linuxLinus Torvalds1-1/+1
2023-11-01Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-1/+3
2023-10-30Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+2
2023-10-27acpi: Move common tables helper functions to common libDave Jiang1-0/+2
2023-10-19bcache: move closures to lib/Kent Overstreet1-0/+2
2023-10-18lib: objpool test module addedwuqiang.matt1-0/+2
2023-10-18lib: objpool added: ring-array based lockless MPMCwuqiang.matt1-1/+1
2023-10-16lib: add light-weight queuing mechanism.NeilBrown1-1/+1
2023-10-14lib/bitmap: split-out string-related operations to a separate filesYury Norov1-1/+1
2023-09-09iov_iter: Kunit tests for copying to/from an iteratorDavid Howells1-0/+1
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+0
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1