aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-09-09iov_iter: Kunit tests for copying to/from an iteratorGravatar David Howells 1-0/+1
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 1-1/+0
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2023-08-15list: Introduce CONFIG_LIST_HARDENEDGravatar Marco Elver 1-1/+1
2023-08-11crypto: lib - Move mpi into lib/cryptoGravatar Herbert Xu 1-1/+0
2023-07-18lib/bitmap: workaround const_eval test build failureGravatar Yury Norov 1-0/+6
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2023-06-09mm: page_alloc: collect mem statistic into show_mem.cGravatar Kefeng Wang 1-1/+1
2023-05-25x86/csum: Improve performance of `csum_partial`Gravatar Noah Goldstein 1-0/+1
2023-05-16string: Add Kunit tests for strcat() familyGravatar Kees Cook 1-0/+1
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+3
2023-03-28atomics: Provide rcuref - scalable reference countingGravatar Thomas Gleixner 1-1/+1
2023-03-19dyndbg: cleanup dynamic usage in ib_srp.cGravatar Jason Baron 1-0/+3
2023-02-27kunit: Fix 'hooks.o' build by recursing into kunitGravatar David Gow 1-8/+4
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-0/+2
2023-02-23Merge tag 'linux-kselftest-kunit-6.3-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+9
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+0
2023-02-08arm64: Support Clang UBSAN trap codes for better reportingGravatar Kees Cook 1-2/+0
2023-02-08lib/hashtable_test.c: add test for the hashtable structureGravatar Rae Moar 1-0/+1
2023-02-08kunit: Add "hooks" to call into KUnit when it's built as a moduleGravatar David Gow 1-0/+8
2023-02-02lib: add Dhrystone benchmark testGravatar Geert Uytterhoeven 1-0/+2
2023-01-17genirq/affinity: Move group_cpus_evenly() into lib/Gravatar Ming Lei 1-0/+2
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+5
2022-12-02lib: fortify_kunit: build without structleak pluginGravatar Anders Roxell 1-0/+1
2022-11-22kunit/fortify: Validate __alloc_size attribute resultsGravatar Kees Cook 1-0/+1
2022-11-08maple_tree: reorganize testing to restore module testingGravatar Liam Howlett 1-0/+1
2022-11-02overflow: Introduce overflows_type() and castable_to_type()Gravatar Kees Cook 1-0/+1
2022-11-01siphash: Convert selftest to KUnitGravatar Kees Cook 1-1/+1
2022-11-01string: Convert strscpy() self-test to KUnitGravatar Kees Cook 1-1/+1
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