aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-6/+4
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 1-1/+0
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2022-10-03kmsan: disable instrumentation of unsupported common kernel codeGravatar Alexander Potapenko 1-0/+3
2022-10-03kasan: move tests to mm/kasan/Gravatar Andrey Konovalov 1-5/+0
2022-09-26Maple Tree: add new data structureGravatar Liam R. Howlett 1-1/+1
2022-09-12Merge 6.0-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-1/+1
2022-09-07fortify: Add KUnit test for FORTIFY_SOURCE internalsGravatar Kees Cook 1-0/+1
2022-09-07dyndbg: add test_dynamic_debug moduleGravatar Jim Cromie 1-0/+1
2022-08-31testing/selftests: Add tests for the is_signed_type() macroGravatar Bart Van Assche 1-0/+1
2022-08-24lib/test_cpumask: follow KUnit style guidelinesGravatar Sander Vanheule 1-1/+1
2022-08-19crypto: lib - create utils module and move __crypto_memneq into itGravatar Eric Biggers 1-1/+0
2022-08-15lib/cpumask: add inline cpumask_next_wrap() for UPGravatar Sander Vanheule 1-1/+2
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxGravatar Linus Torvalds 1-1/+1
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-2/+2
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+2
2022-08-04Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2022-08-02lib/base64: RFC4648-compliant base64 encodingGravatar Hannes Reinecke 1-1/+1
2022-08-01lib/nodemask: inline next_node_in() and node_random()Gravatar Yury Norov 1-1/+1
2022-07-17lib/test: introduce cpumask KUnit test suiteGravatar Sander Vanheule 1-0/+1
2022-07-17cpumask: Fix invalid uniprocessor mask assumptionGravatar Sander Vanheule 1-2/+1
2022-07-15crypto: lib - move lib/sha1.c into lib/crypto/Gravatar Eric Biggers 1-1/+1
2022-06-15lib: Add register read/write tracing supportGravatar Prasad Sodagudi 1-0/+2
2022-06-12crypto: memneq - move into lib/Gravatar Jason A. Donenfeld 1-0/+1
2022-06-10crypto: memneq - move into lib/Gravatar Jason A. Donenfeld 1-0/+1
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