summaryrefslogtreecommitdiffstats
path: root/lib/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: packing: add KUnit tests adapted from selftestsJacob Keller2024-10-041-0/+1
* Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-09-211-0/+1
|\
| * kcov: don't instrument lib/find_bit.cAndrey Konovalov2024-09-021-0/+1
* | Merge tag 'hardening-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-181-37/+1
|\ \
| * | fortify: refactor test_fortify Makefile to fix some build problemsMasahiro Yamada2024-08-151-37/+1
| |/
* / Union-Find: add a new module in kernel libraryXavier2024-07-311-1/+1
|/
* Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-07-171-1/+1
|\
| * usercopy: Convert test_user_copy to KUnit testKees Cook2024-06-151-1/+1
* | fortify: fix warnings in fortify tests with KASANMasahiro Yamada2024-07-141-0/+4
|/
* selftests/fpu: allow building on other architecturesSamuel Holland2024-05-191-23/+2
* selftests/fpu: move FP code to a separate translation unitSamuel Holland2024-05-191-1/+2
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-0/+3
|\
| * lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan2024-04-261-0/+2
| * lib: code tagging frameworkSuren Baghdasaryan2024-04-261-0/+1
* | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-3/+3
|\ \
| * | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-091-3/+3
| |/
* | Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-131-2/+0
|\ \
| * | string: Merge strcat KUnit tests into string_kunit.cKees Cook2024-04-191-1/+0
| * | string: Merge strscpy KUnit tests into string_kunit.cKees Cook2024-04-191-1/+0
| |/
* / lib: Add one-byte emulation functionPaul E. McKenney2024-04-101-0/+1
|/
* Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-141-1/+0
|\
| * PCI: Move pci_iomap.c to drivers/pci/Philipp Stanner2024-02-121-1/+0
* | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-121-2/+5
|\ \
| * | string: Convert helpers selftest to KUnitKees Cook2024-03-051-1/+1
| * | string: Convert selftest to KUnitKees Cook2024-03-051-1/+1
| * | fortify: Add KUnit tests for runtime overflowsKees Cook2024-02-291-0/+2
| * | ubsan: Silence W=1 warnings in self-testKees Cook2024-02-061-0/+1
| |/
* / livepatch: Move tests from lib/livepatch to selftests/livepatchMarcos Paulo de Souza2024-01-221-2/+0
|/
* Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-11-051-0/+2
|\
| * acpi: Move common tables helper functions to common libDave Jiang2023-10-281-0/+2
* | Merge tag 'bitmap-for-6.7' of https://github.com/norov/linuxLinus Torvalds2023-11-031-1/+1
|\ \
| * | lib/bitmap: split-out string-related operations to a separate filesYury Norov2023-10-151-1/+1
| |/
* | Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-11-021-1/+3
|\ \
| * | lib: objpool test module addedwuqiang.matt2023-10-181-0/+2
| * | lib: objpool added: ring-array based lockless MPMCwuqiang.matt2023-10-181-1/+1
| |/
* | Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-10-301-0/+2
|\ \
| * | bcache: move closures to lib/Kent Overstreet2023-10-191-0/+2
| |/
* / lib: add light-weight queuing mechanism.NeilBrown2023-10-161-1/+1
|/
* iov_iter: Kunit tests for copying to/from an iteratorDavid Howells2023-09-101-0/+1
* Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-08-291-1/+0
|\
| * crypto: lib - Move mpi into lib/cryptoHerbert Xu2023-08-111-1/+0
* | Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-281-1/+1
|\ \
| * | list: Introduce CONFIG_LIST_HARDENEDMarco Elver2023-08-151-1/+1
| |/
* / lib/bitmap: workaround const_eval test build failureYury Norov2023-07-181-0/+6
|/
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+1
|\
| * mm: page_alloc: collect mem statistic into show_mem.cKefeng Wang2023-06-101-1/+1
* | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-281-0/+1
|\ \
| * | string: Add Kunit tests for strcat() familyKees Cook2023-05-161-0/+1
| |/
* / x86/csum: Improve performance of `csum_partial`Noah Goldstein2023-05-251-0/+1
|/
* Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-281-0/+3
|\