aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
AgeCommit message (Expand)AuthorFilesLines
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-1/+9
2022-05-22lib: add generic polynomial calculationGravatar Michael Walle 1-0/+2
2022-04-26bootconfig: Support embedding a bootconfig file in kernelGravatar Masami Hiramatsu 1-0/+8
2022-04-26bootconfig: Make the bootconfig.o as a normal object fileGravatar Masami Hiramatsu 1-1/+1
2022-03-26Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+2
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-0/+2
2022-03-21lib: stackinit: Convert to KUnitGravatar Kees Cook 1-2/+2
2022-03-17fprobe: Add a selftest for fprobeGravatar Masami Hiramatsu 1-0/+2
2022-03-07crypto: add rocksoft 64b crc guard tag frameworkGravatar Keith Busch 1-0/+1
2022-02-27lib: overflow: Convert to KunitGravatar Kees Cook 1-1/+1
2022-02-13fortify: Detect struct member overflows in memcpy() at compile-timeGravatar Kees Cook 1-1/+2
2022-01-20Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+2
2022-01-20test_hash.c: refactor into kunitGravatar Isabella Basso 1-1/+1
2022-01-20lib/Kconfig.debug: properly split hash test kernel entriesGravatar Isabella Basso 1-1/+2
2021-12-06lib: add tests for reference trackerGravatar Eric Dumazet 1-1/+1
2021-12-06lib: add reference counting tracking infrastructureGravatar Eric Dumazet 1-0/+2
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-0/+1
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+34
2021-10-26test_kprobes: Move it from kernel/ to lib/Gravatar Tiezhu Yang 1-0/+1
2021-10-18lib: Introduce CONFIG_MEMCPY_KUNIT_TESTGravatar Kees Cook 1-0/+1
2021-10-18fortify: Add compile-time FORTIFY_SOURCE testsGravatar Kees Cook 1-0/+33
2021-10-06bitfield: build kunit tests without structleak pluginGravatar Arnd Bergmann 1-1/+1
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2021-06-29Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+1
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2021-06-29mm/slub, kunit: add a KUnit test for SLUB debugging functionalityGravatar Oliver Glitta 1-0/+1
2021-06-17lib: add iomem emulation (logic_iomem)Gravatar Johannes Berg 1-0/+2
2021-05-22lib: kunit: suppress a compilation warning of frame sizeGravatar Zhen Lei 1-0/+1
2021-05-19lib: test_scanf: Add tests for sscanf number conversionGravatar Richard Fitzgerald 1-0/+1
2021-04-14lib: Add ASN.1 encoderGravatar James Bottomley 1-0/+1
2021-02-24kasan: rename CONFIG_TEST_KASAN_MODULEGravatar Andrey Konovalov 1-1/+1
2021-02-21Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+0
2021-01-14bpf: Move stack_map_get_build_id into libGravatar Jiri Olsa 1-1/+2
2021-01-04random32: Re-enable KCSAN instrumentationGravatar Marco Elver 1-3/+0
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2020-12-15lib/cmdline_kunit: add a new test suite for cmdline APIGravatar Andy Shevchenko 1-0/+1
2020-12-11selftest/fpu: avoid clang warningGravatar Arnd Bergmann 1-1/+2
2020-12-11Add and use a generic version of devmem_is_allowed()Gravatar Palmer Dabbelt 1-0/+2
2020-12-11lib: Add a generic version of devmem_is_allowed()Gravatar Palmer Dabbelt 1-0/+2
2020-10-18Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-1/+1
2020-10-16lib, include/linux: add usercopy failure capabilityGravatar Albert van der Linde 1-0/+1
2020-10-13mm/page_alloc.c: fix freeing non-compound pagesGravatar Matthew Wilcox (Oracle) 1-0/+1
2020-10-13KASAN: port KASAN Tests to KUnitGravatar Patricia Alfonso 1-1/+3
2020-10-13lib: kunit: add bitfield test conversion to KUnitGravatar Vitor Massaru Iha 1-1/+1
2020-08-19lib/string.c: Use freestanding environmentGravatar Arvind Sankar 1-1/+6
2020-08-12lib/test_bits.c: add tests of GENMASKGravatar Rikard Falkeborn 1-0/+1
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-6/+3
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yGravatar Masahiro Yamada 1-4/+1
2020-08-07mm: move lib/ioremap.c to mm/Gravatar Mike Rapoport 1-1/+0