summaryrefslogtreecommitdiff
path: root/lib/Makefile
AgeCommit message (Expand)Author
2023-11-04Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2023-11-03Merge tag 'bitmap-for-6.7' of https://github.com/norov/linuxLinus Torvalds
2023-11-01Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2023-10-30Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-10-27acpi: Move common tables helper functions to common libDave Jiang
2023-10-19bcache: move closures to lib/Kent Overstreet
2023-10-18lib: objpool test module addedwuqiang.matt
2023-10-18lib: objpool added: ring-array based lockless MPMCwuqiang.matt
2023-10-16lib: add light-weight queuing mechanism.NeilBrown
2023-10-14lib/bitmap: split-out string-related operations to a separate filesYury Norov
2023-09-09iov_iter: Kunit tests for copying to/from an iteratorDavid Howells
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-15list: Introduce CONFIG_LIST_HARDENEDMarco Elver
2023-08-11crypto: lib - Move mpi into lib/cryptoHerbert Xu
2023-07-18lib/bitmap: workaround const_eval test build failureYury Norov
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-09mm: page_alloc: collect mem statistic into show_mem.cKefeng Wang
2023-05-25x86/csum: Improve performance of `csum_partial`Noah Goldstein
2023-05-16string: Add Kunit tests for strcat() familyKees Cook
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-03-28atomics: Provide rcuref - scalable reference countingThomas Gleixner
2023-03-19dyndbg: cleanup dynamic usage in ib_srp.cJason Baron
2023-02-27kunit: Fix 'hooks.o' build by recursing into kunitDavid Gow
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-02-23Merge tag 'linux-kselftest-kunit-6.3-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-08arm64: Support Clang UBSAN trap codes for better reportingKees Cook
2023-02-08lib/hashtable_test.c: add test for the hashtable structureRae Moar
2023-02-08kunit: Add "hooks" to call into KUnit when it's built as a moduleDavid Gow
2023-02-02lib: add Dhrystone benchmark testGeert Uytterhoeven
2023-01-17genirq/affinity: Move group_cpus_evenly() into lib/Ming Lei
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-02lib: fortify_kunit: build without structleak pluginAnders Roxell
2022-11-22kunit/fortify: Validate __alloc_size attribute resultsKees Cook
2022-11-08maple_tree: reorganize testing to restore module testingLiam Howlett
2022-11-02overflow: Introduce overflows_type() and castable_to_type()Kees Cook
2022-11-01siphash: Convert selftest to KUnitKees Cook
2022-11-01string: Convert strscpy() self-test to KUnitKees Cook
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-03kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko
2022-10-03kasan: move tests to mm/kasan/Andrey Konovalov
2022-09-26Maple Tree: add new data structureLiam R. Howlett
2022-09-12Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman
2022-09-07fortify: Add KUnit test for FORTIFY_SOURCE internalsKees Cook
2022-09-07dyndbg: add test_dynamic_debug moduleJim Cromie