summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Maple Tree: add new data structureLiam R. Howlett2022-09-261-1/+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
|/
* Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-0/+1
|\
| * test_kprobes: Move it from kernel/ to lib/Tiezhu Yang2021-10-261-0/+1
* | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-0/+34
|\ \
| * | lib: Introduce CONFIG_MEMCPY_KUNIT_TESTKees Cook2021-10-181-0/+1
| * | fortify: Add compile-time FORTIFY_SOURCE testsKees Cook2021-10-181-0/+33
| |/
* / bitfield: build kunit tests without structleak pluginArnd Bergmann2021-10-061-1/+1
|/
* Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-091-0/+2
|\
| * lib: add iomem emulation (logic_iomem)Johannes Berg2021-06-171-0/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-0/+1
|\ \
| * | mm/slub, kunit: add a KUnit test for SLUB debugging functionalityOliver Glitta2021-06-291-0/+1
| |/
* | Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-06-291-0/+1
|\ \ | |/ |/|
| * lib: test_scanf: Add tests for sscanf number conversionRichard Fitzgerald2021-05-191-0/+1
* | lib: kunit: suppress a compilation warning of frame sizeZhen Lei2021-05-221-0/+1
|/
* lib: Add ASN.1 encoderJames Bottomley2021-04-141-0/+1
* kasan: rename CONFIG_TEST_KASAN_MODULEAndrey Konovalov2021-02-241-1/+1
* Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-02-211-3/+0
|\
| * random32: Re-enable KCSAN instrumentationMarco Elver2021-01-041-3/+0
* | bpf: Move stack_map_get_build_id into libJiri Olsa2021-01-141-1/+2
|/