summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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-041-0/+2
|\
| * acpi: Move common tables helper functions to common libDave Jiang2023-10-271-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-141-1/+1
| |/
* | Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-11-011-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-091-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-091-1/+1
* | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-271-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-271-0/+3
|\
| * dyndbg: cleanup dynamic usage in ib_srp.cJason Baron2023-03-191-0/+3
* | atomics: Provide rcuref - scalable reference countingThomas Gleixner2023-03-281-1/+1
|/
* kunit: Fix 'hooks.o' build by recursing into kunitDavid Gow2023-02-271-8/+4
* Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-02-231-0/+2
|\
| * lib: add Dhrystone benchmark testGeert Uytterhoeven2023-02-021-0/+2
* | Merge tag 'linux-kselftest-kunit-6.3-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-02-231-0/+9
|\ \
| * | lib/hashtable_test.c: add test for the hashtable structureRae Moar2023-02-081-0/+1
| * | kunit: Add "hooks" to call into KUnit when it's built as a moduleDavid Gow2023-02-081-0/+8
| |/
* | Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-211-2/+0
|\ \
| * | arm64: Support Clang UBSAN trap codes for better reportingKees Cook2023-02-081-2/+0
| |/
* / genirq/affinity: Move group_cpus_evenly() into lib/Ming Lei2023-01-171-0/+2
|/
* Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-2/+5
|\
| * lib: fortify_kunit: build without structleak pluginAnders Roxell2022-12-021-0/+1
| * kunit/fortify: Validate __alloc_size attribute resultsKees Cook2022-11-221-0/+1
| * overflow: Introduce overflows_type() and castable_to_type()Kees Cook2022-11-021-0/+1
| * siphash: Convert selftest to KUnitKees Cook2022-11-011-1/+1
| * string: Convert strscpy() self-test to KUnitKees Cook2022-11-011-1/+1
* | maple_tree: reorganize testing to restore module testingLiam Howlett2022-11-081-0/+1
|/
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-6/+4
|\
| * kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko2022-10-031-0/+3