aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
AgeCommit message (Expand)AuthorFilesLines
4 daysselftests/fpu: allow building on other architecturesGravatar Samuel Holland 1-23/+2
4 daysselftests/fpu: move FP code to a separate translation unitGravatar Samuel Holland 1-1/+2
4 daysMerge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+3
5 daysMerge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-3/+3
10 daysMerge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+0
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryGravatar Masahiro Yamada 1-3/+3
2024-04-25lib: add allocation tagging support for memory allocation profilingGravatar Suren Baghdasaryan 1-0/+2
2024-04-25lib: code tagging frameworkGravatar Suren Baghdasaryan 1-0/+1
2024-04-19string: Merge strcat KUnit tests into string_kunit.cGravatar Kees Cook 1-1/+0
2024-04-19string: Merge strscpy KUnit tests into string_kunit.cGravatar Kees Cook 1-1/+0
2024-04-09lib: Add one-byte emulation functionGravatar Paul E. McKenney 1-0/+1
2024-03-14Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+5
2024-03-05string: Convert helpers selftest to KUnitGravatar Kees Cook 1-1/+1
2024-03-05string: Convert selftest to KUnitGravatar Kees Cook 1-1/+1
2024-02-29fortify: Add KUnit tests for runtime overflowsGravatar Kees Cook 1-0/+2
2024-02-12PCI: Move pci_iomap.c to drivers/pci/Gravatar Philipp Stanner 1-1/+0
2024-02-06ubsan: Silence W=1 warnings in self-testGravatar Kees Cook 1-0/+1
2024-01-22livepatch: Move tests from lib/livepatch to selftests/livepatchGravatar Marcos Paulo de Souza 1-2/+0
2023-11-04Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlGravatar Linus Torvalds 1-0/+2
2023-11-03Merge tag 'bitmap-for-6.7' of https://github.com/norov/linuxGravatar Linus Torvalds 1-1/+1
2023-11-01Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Gravatar Linus Torvalds 1-1/+3
2023-10-30Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-0/+2
2023-10-27acpi: Move common tables helper functions to common libGravatar Dave Jiang 1-0/+2
2023-10-19bcache: move closures to lib/Gravatar Kent Overstreet 1-0/+2
2023-10-18lib: objpool test module addedGravatar wuqiang.matt 1-0/+2
2023-10-18lib: objpool added: ring-array based lockless MPMCGravatar wuqiang.matt 1-1/+1
2023-10-16lib: add light-weight queuing mechanism.Gravatar NeilBrown 1-1/+1
2023-10-14lib/bitmap: split-out string-related operations to a separate filesGravatar Yury Norov 1-1/+1
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