summaryrefslogtreecommitdiff
path: root/lib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...akpm-baseakpmStephen Rothwell2022-06-281-1/+2
|\
| * Maple Tree: add new data structureLiam R. Howlett2022-06-271-1/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/a...Stephen Rothwell2022-06-281-0/+2
|\ \ | |/ |/|
| * lib: Add register read/write tracing supportPrasad Sodagudi2022-06-151-0/+2
* | crypto: memneq - move into lib/Jason A. Donenfeld2022-06-121-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
|/
* Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-181-0/+2
|\
| * Add and use a generic version of devmem_is_allowed()Palmer Dabbelt2020-12-111-0/+2
| |\
| | * lib: Add a generic version of devmem_is_allowed()Palmer Dabbelt2020-12-111-0/+2
* | | lib/cmdline_kunit: add a new test suite for cmdline APIAndy Shevchenko2020-12-151-0/+1
* | | selftest/fpu: avoid clang warningArnd Bergmann2020-12-111-1/+2
|/ /
* | Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-10-181-1/+1
|\ \
| * | lib: kunit: add bitfield test conversion to KUnitVitor Massaru Iha2020-10-131-1/+1
* | | lib, include/linux: add usercopy failure capabilityAlbert van der Linde2020-10-161-0/+1
* | | mm/page_alloc.c: fix freeing non-compound pagesMatthew Wilcox (Oracle)2020-10-131-0/+1
* | | KASAN: port KASAN Tests to KUnitPatricia Alfonso2020-10-131-1/+3
| |/ |/|