aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile
AgeCommit message (Expand)Author
2022-06-12crypto: memneq - move into lib/Jason A. Donenfeld
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-05-22lib: add generic polynomial calculationMichael Walle
2022-04-26bootconfig: Support embedding a bootconfig file in kernelMasami Hiramatsu
2022-04-26bootconfig: Make the bootconfig.o as a normal object fileMasami Hiramatsu
2022-03-26Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-21lib: stackinit: Convert to KUnitKees Cook
2022-03-17fprobe: Add a selftest for fprobeMasami Hiramatsu
2022-03-07crypto: add rocksoft 64b crc guard tag frameworkKeith Busch
2022-02-27lib: overflow: Convert to KunitKees Cook
2022-02-13fortify: Detect struct member overflows in memcpy() at compile-timeKees Cook
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20test_hash.c: refactor into kunitIsabella Basso
2022-01-20lib/Kconfig.debug: properly split hash test kernel entriesIsabella Basso
2021-12-06lib: add tests for reference trackerEric Dumazet
2021-12-06lib: add reference counting tracking infrastructureEric Dumazet
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-10-26test_kprobes: Move it from kernel/ to lib/Tiezhu Yang
2021-10-18lib: Introduce CONFIG_MEMCPY_KUNIT_TESTKees Cook
2021-10-18fortify: Add compile-time FORTIFY_SOURCE testsKees Cook
2021-10-06bitfield: build kunit tests without structleak pluginArnd Bergmann
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-06-29mm/slub, kunit: add a KUnit test for SLUB debugging functionalityOliver Glitta
2021-06-17lib: add iomem emulation (logic_iomem)Johannes Berg
2021-05-22lib: kunit: suppress a compilation warning of frame sizeZhen Lei
2021-05-19lib: test_scanf: Add tests for sscanf number conversionRichard Fitzgerald
2021-04-14lib: Add ASN.1 encoderJames Bottomley
2021-02-24kasan: rename CONFIG_TEST_KASAN_MODULEAndrey Konovalov
2021-02-21Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-01-14bpf: Move stack_map_get_build_id into libJiri Olsa
2021-01-04random32: Re-enable KCSAN instrumentationMarco Elver
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-12-15lib/cmdline_kunit: add a new test suite for cmdline APIAndy Shevchenko
2020-12-11selftest/fpu: avoid clang warningArnd Bergmann
2020-12-11Add and use a generic version of devmem_is_allowed()Palmer Dabbelt
2020-12-11lib: Add a generic version of devmem_is_allowed()Palmer Dabbelt
2020-10-18Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2020-10-16lib, include/linux: add usercopy failure capabilityAlbert van der Linde
2020-10-13mm/page_alloc.c: fix freeing non-compound pagesMatthew Wilcox (Oracle)
2020-10-13KASAN: port KASAN Tests to KUnitPatricia Alfonso
2020-10-13lib: kunit: add bitfield test conversion to KUnitVitor Massaru Iha
2020-08-19lib/string.c: Use freestanding environmentArvind Sankar
2020-08-12lib/test_bits.c: add tests of GENMASKRikard Falkeborn
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada