summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
| * kasan: move tests to mm/kasan/Andrey Konovalov2022-10-031-5/+0
| * Maple Tree: add new data structureLiam R. Howlett2022-09-261-1/+1
* | Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-10-101-1/+0
|\ \
| * | crypto: lib - create utils module and move __crypto_memneq into itEric Biggers2022-08-191-1/+0
* | | Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-071-0/+1
|\ \ \
| * \ \ Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman2022-09-121-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | dyndbg: add test_dynamic_debug moduleJim Cromie2022-09-071-0/+1
* | | | Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-031-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | fortify: Add KUnit test for FORTIFY_SOURCE internalsKees Cook2022-09-071-0/+1
| * | | testing/selftests: Add tests for the is_signed_type() macroBart Van Assche2022-08-311-0/+1
| |/ /
* / / lib/test_cpumask: follow KUnit style guidelinesSander Vanheule2022-08-241-1/+1
|/ /
* / lib/cpumask: add inline cpumask_next_wrap() for UPSander Vanheule2022-08-151-1/+2
|/
* Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-071-1/+1
|\
| * lib/nodemask: inline next_node_in() and node_random()Yury Norov2022-08-011-1/+1
* | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-2/+2
|\ \
| * | lib/test: introduce cpumask KUnit test suiteSander Vanheule2022-07-171-0/+1
| * | cpumask: Fix invalid uniprocessor mask assumptionSander Vanheule2022-07-171-2/+1
| |/
* | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-051-0/+2
|\ \
| * | lib: Add register read/write tracing supportPrasad Sodagudi2022-06-151-0/+2
* | | Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-041-1/+1
|\ \ \
| * | | lib/base64: RFC4648-compliant base64 encodingHannes Reinecke2022-08-021-1/+1
| | |/ | |/|
| * | crypto: memneq - move into lib/Jason A. Donenfeld2022-06-121-0/+1
| |/
* | crypto: lib - move lib/sha1.c into lib/crypto/Eric Biggers2022-07-151-1/+1
* | crypto: memneq - move into lib/Jason A. Donenfeld2022-06-101-0/+1
|/
* Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-05-291-1/+9
|\
| * bootconfig: Support embedding a bootconfig file in kernelMasami Hiramatsu2022-04-261-0/+8
| * bootconfig: Make the bootconfig.o as a normal object fileMasami Hiramatsu2022-04-261-1/+1
* | lib: add generic polynomial calculationMichael Walle2022-05-221-0/+2
|/
* Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-261-1/+2
|\
| * fortify: Detect struct member overflows in memcpy() at compile-timeKees Cook2022-02-131-1/+2
* | Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-0/+1
|\ \
| * | crypto: add rocksoft 64b crc guard tag frameworkKeith Busch2022-03-071-0/+1
| |/
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-0/+2
|\ \
| * | fprobe: Add a selftest for fprobeMasami Hiramatsu2022-03-171-0/+2
| |/
* | lib: stackinit: Convert to KUnitKees Cook2022-03-211-2/+2
* | lib: overflow: Convert to KunitKees Cook2022-02-271-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-1/+2
|\
| * test_hash.c: refactor into kunitIsabella Basso2022-01-201-1/+1
| * lib/Kconfig.debug: properly split hash test kernel entriesIsabella Basso2022-01-201-1/+2
* | lib: add tests for reference trackerEric Dumazet2021-12-061-1/+1
* | lib: add reference counting tracking infrastructureEric Dumazet2021-12-061-0/+2
|/