aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+5
2024-03-05string: Convert helpers selftest to KUnitKees Cook1-1/+1
2024-03-05string: Convert selftest to KUnitKees Cook1-1/+1
2024-02-29fortify: Add KUnit tests for runtime overflowsKees Cook1-0/+2
2024-02-12PCI: Move pci_iomap.c to drivers/pci/Philipp Stanner1-1/+0
2024-02-06ubsan: Silence W=1 warnings in self-testKees Cook1-0/+1
2024-01-22livepatch: Move tests from lib/livepatch to selftests/livepatchMarcos Paulo de Souza1-2/+0
2023-11-04Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+2
2023-11-03Merge tag 'bitmap-for-6.7' of https://github.com/norov/linuxLinus Torvalds1-1/+1
2023-11-01Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-1/+3
2023-10-30Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+2
2023-10-27acpi: Move common tables helper functions to common libDave Jiang1-0/+2
2023-10-19bcache: move closures to lib/Kent Overstreet1-0/+2
2023-10-18lib: objpool test module addedwuqiang.matt1-0/+2
2023-10-18lib: objpool added: ring-array based lockless MPMCwuqiang.matt1-1/+1
2023-10-16lib: add light-weight queuing mechanism.NeilBrown1-1/+1
2023-10-14lib/bitmap: split-out string-related operations to a separate filesYury Norov1-1/+1
2023-09-09iov_iter: Kunit tests for copying to/from an iteratorDavid Howells1-0/+1
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+0
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-08-15list: Introduce CONFIG_LIST_HARDENEDMarco Elver1-1/+1
2023-08-11crypto: lib - Move mpi into lib/cryptoHerbert Xu1-1/+0
2023-07-18lib/bitmap: workaround const_eval test build failureYury Norov1-0/+6
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2023-06-09mm: page_alloc: collect mem statistic into show_mem.cKefeng Wang1-1/+1
2023-05-25x86/csum: Improve performance of `csum_partial`Noah Goldstein1-0/+1
2023-05-16string: Add Kunit tests for strcat() familyKees Cook1-0/+1
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2023-03-28atomics: Provide rcuref - scalable reference countingThomas Gleixner1-1/+1
2023-03-19dyndbg: cleanup dynamic usage in ib_srp.cJason Baron1-0/+3
2023-02-27kunit: Fix 'hooks.o' build by recursing into kunitDavid Gow1-8/+4
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+2
2023-02-23Merge tag 'linux-kselftest-kunit-6.3-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+9
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+0
2023-02-08arm64: Support Clang UBSAN trap codes for better reportingKees Cook1-2/+0
2023-02-08lib/hashtable_test.c: add test for the hashtable structureRae Moar1-0/+1
2023-02-08kunit: Add "hooks" to call into KUnit when it's built as a moduleDavid Gow1-0/+8
2023-02-02lib: add Dhrystone benchmark testGeert Uytterhoeven1-0/+2
2023-01-17genirq/affinity: Move group_cpus_evenly() into lib/Ming Lei1-0/+2
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+5
2022-12-02lib: fortify_kunit: build without structleak pluginAnders Roxell1-0/+1
2022-11-22kunit/fortify: Validate __alloc_size attribute resultsKees Cook1-0/+1
2022-11-08maple_tree: reorganize testing to restore module testingLiam Howlett1-0/+1
2022-11-02overflow: Introduce overflows_type() and castable_to_type()Kees Cook1-0/+1
2022-11-01siphash: Convert selftest to KUnitKees Cook1-1/+1
2022-11-01string: Convert strscpy() self-test to KUnitKees Cook1-1/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+4
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+0
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2022-10-03kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko1-0/+3
2022-10-03kasan: move tests to mm/kasan/Andrey Konovalov1-5/+0
2022-09-26Maple Tree: add new data structureLiam R. Howlett1-1/+1
2022-09-12Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman1-1/+1
2022-09-07fortify: Add KUnit test for FORTIFY_SOURCE internalsKees Cook1-0/+1
2022-09-07dyndbg: add test_dynamic_debug moduleJim Cromie1-0/+1
2022-08-31testing/selftests: Add tests for the is_signed_type() macroBart Van Assche1-0/+1
2022-08-24lib/test_cpumask: follow KUnit style guidelinesSander Vanheule1-1/+1
2022-08-19crypto: lib - create utils module and move __crypto_memneq into itEric Biggers1-1/+0
2022-08-15lib/cpumask: add inline cpumask_next_wrap() for UPSander Vanheule1-1/+2
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds1-1/+1
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+2
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2022-08-04Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2022-08-02lib/base64: RFC4648-compliant base64 encodingHannes Reinecke1-1/+1
2022-08-01lib/nodemask: inline next_node_in() and node_random()Yury Norov1-1/+1
2022-07-17lib/test: introduce cpumask KUnit test suiteSander Vanheule1-0/+1
2022-07-17cpumask: Fix invalid uniprocessor mask assumptionSander Vanheule1-2/+1
2022-07-15crypto: lib - move lib/sha1.c into lib/crypto/Eric Biggers1-1/+1
2022-06-15lib: Add register read/write tracing supportPrasad Sodagudi1-0/+2
2022-06-12crypto: memneq - move into lib/Jason A. Donenfeld1-0/+1
2022-06-10crypto: memneq - move into lib/Jason A. Donenfeld1-0/+1
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+9
2022-05-22lib: add generic polynomial calculationMichael Walle1-0/+2
2022-04-26bootconfig: Support embedding a bootconfig file in kernelMasami Hiramatsu1-0/+8
2022-04-26bootconfig: Make the bootconfig.o as a normal object fileMasami Hiramatsu1-1/+1
2022-03-26Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+2
2022-03-21lib: stackinit: Convert to KUnitKees Cook1-2/+2
2022-03-17fprobe: Add a selftest for fprobeMasami Hiramatsu1-0/+2
2022-03-07crypto: add rocksoft 64b crc guard tag frameworkKeith Busch1-0/+1
2022-02-27lib: overflow: Convert to KunitKees Cook1-1/+1
2022-02-13fortify: Detect struct member overflows in memcpy() at compile-timeKees Cook1-1/+2
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2022-01-20test_hash.c: refactor into kunitIsabella Basso1-1/+1
2022-01-20lib/Kconfig.debug: properly split hash test kernel entriesIsabella Basso1-1/+2
2021-12-06lib: add tests for reference trackerEric Dumazet1-1/+1
2021-12-06lib: add reference counting tracking infrastructureEric Dumazet1-0/+2
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-0/+1
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+34
2021-10-26test_kprobes: Move it from kernel/ to lib/Tiezhu Yang1-0/+1
2021-10-18lib: Introduce CONFIG_MEMCPY_KUNIT_TESTKees Cook1-0/+1
2021-10-18fortify: Add compile-time FORTIFY_SOURCE testsKees Cook1-0/+33
2021-10-06bitfield: build kunit tests without structleak pluginArnd Bergmann1-1/+1
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2021-06-29mm/slub, kunit: add a KUnit test for SLUB debugging functionalityOliver Glitta1-0/+1
2021-06-17lib: add iomem emulation (logic_iomem)Johannes Berg1-0/+2
2021-05-22lib: kunit: suppress a compilation warning of frame sizeZhen Lei1-0/+1
2021-05-19lib: test_scanf: Add tests for sscanf number conversionRichard Fitzgerald1-0/+1
2021-04-14lib: Add ASN.1 encoderJames Bottomley1-0/+1
2021-02-24kasan: rename CONFIG_TEST_KASAN_MODULEAndrey Konovalov1-1/+1
2021-02-21Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+0
2021-01-14bpf: Move stack_map_get_build_id into libJiri Olsa1-1/+2
2021-01-04random32: Re-enable KCSAN instrumentationMarco Elver1-3/+0
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2020-12-15lib/cmdline_kunit: add a new test suite for cmdline APIAndy Shevchenko1-0/+1
2020-12-11selftest/fpu: avoid clang warningArnd Bergmann1-1/+2
2020-12-11Add and use a generic version of devmem_is_allowed()Palmer Dabbelt1-0/+2
2020-12-11lib: Add a generic version of devmem_is_allowed()Palmer Dabbelt1-0/+2
2020-10-18Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+1
2020-10-16lib, include/linux: add usercopy failure capabilityAlbert van der Linde1-0/+1
2020-10-13mm/page_alloc.c: fix freeing non-compound pagesMatthew Wilcox (Oracle)1-0/+1
2020-10-13KASAN: port KASAN Tests to KUnitPatricia Alfonso1-1/+3
2020-10-13lib: kunit: add bitfield test conversion to KUnitVitor Massaru Iha1-1/+1
2020-08-19lib/string.c: Use freestanding environmentArvind Sankar1-1/+6
2020-08-12lib/test_bits.c: add tests of GENMASKRikard Falkeborn1-0/+1
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-6/+3
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada1-4/+1
2020-08-07mm: move lib/ioremap.c to mm/Mike Rapoport1-1/+0
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+3
2020-08-03Merge tag 'x86-fpu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+24
2020-07-31lib: Add zstd support to decompressNick Terrell1-0/+1
2020-07-28Add pldmfw library for PLDM firmware updateJacob Keller1-0/+3
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada1-2/+2
2020-06-29selftests/fpu: Add an FPU selftestPetteri Aimonen1-0/+24
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner1-0/+4
2020-06-08dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai1-1/+1
2020-06-04lib: make a test module with set/clear bitJesse Brandeburg1-0/+2
2020-06-02Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-0/+1
2020-05-19mm/hmm/test: add selftest driver for HMMRalph Campbell1-0/+1
2020-05-08lib/test_linear_ranges: add a test for the 'linear_ranges'Matti Vaittinen1-0/+1
2020-05-08lib: add linear ranges helpersMatti Vaittinen1-0/+1
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar1-0/+9
2020-04-07ubsan: add trap instrumentation optionKees Cook1-0/+2
2020-04-07lib/stackdepot.c: build with -fno-builtinAlexander Potapenko1-0/+4
2020-04-07lib: test_stackinit.c: XFAIL switch variable init testsKees Cook1-0/+1
2020-04-07lib/test_lockup: test module to generate lockupsKonstantin Khlebnikov1-0/+1
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar1-3/+7
2020-03-06lib: Introduce generic min-heapIan Rogers1-0/+1
2020-02-11Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+1
2020-02-10bootconfig: Remove unneeded CONFIG_LIBXBCMasami Hiramatsu1-1/+1
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-2/+2
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-0/+2
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-2/+2
2020-01-31kcov: ignore fault-inject and stacktraceDmitry Vyukov1-0/+1
2020-01-31lib/zlib: add s390 hardware support for kernel zlib_deflateMikhail Zaslonko1-0/+1
2020-01-24Merge branch 'kcsan.2020.01.07a' into locking/kcsanIngo Molnar1-0/+1
2020-01-13bootconfig: Add Extra Boot Config supportMasami Hiramatsu1-0/+2
2020-01-08libfdt: include fdt_addresses.cAKASHI Takahiro1-1/+1
2020-01-07kcsan, ubsan: Make KCSAN+UBSAN work togetherMarco Elver1-0/+1
2019-12-30Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar1-3/+9
2019-12-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-1/+1
2019-11-26Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+1
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+1
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+1
2019-11-17crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel1-2/+1
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver1-0/+3
2019-11-07lib: Uplevel the pmem "region" ida to a global allocatorDan Williams1-0/+1
2019-11-05logic_pio: Build into a libraryJohn Garry1-1/+1
2019-11-01lib/list-test: add a test for the 'list' doubly linked listDavid Gow1-0/+3
2019-10-17printf: add support for printing symbolic error namesRasmus Villemoes1-0/+1
2019-09-30lib: enable building KUnit in lib/Brendan Higgins1-0/+2
2019-09-06Merge branch 'x86/cleanups' into x86/cpu, to pick up dependent changesIngo Molnar1-4/+0
2019-08-14lib: Remove redundant ftrace flag removalMark Rutland1-4/+0
2019-08-03ubsan: build ubsan.c more conservativelyArnd Bergmann1-1/+2
2019-07-19Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-2/+0
2019-07-16lib: introduce test_meminit moduleAlexander Potapenko1-0/+1
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2019-07-01blackhole_dev: add a selftestMahesh Bandewar1-0/+1
2019-06-25linux/dim: Move implementation to .c filesTal Gilboa1-0/+1
2019-06-20crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel1-1/+1
2019-06-17memory: move jedec_ddr_data.c from lib/ to drivers/memory/Masahiro Yamada1-2/+0
2019-05-14lib: Move mathematic helpers to separate folderAndy Shevchenko1-9/+6
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2019-05-06Merge tag 'linux-kselftest-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2019-05-03lib: Add support for generic packing operationsVladimir Oltean1-0/+1
2019-04-30x86/mm/mem_encrypt: Disable all instrumentation for early SME setupGary Hook1-0/+11
2019-04-08lib: Add test module for strscpy_padTobin C. Harding1-0/+1
2019-04-03x86/uaccess, ubsan: Fix UBSAN vs. SMAPPeter Zijlstra1-0/+1
2019-03-14libfdt: prefix header search paths with $(srctree)/Masahiro Yamada1-1/+1
2019-03-12Drop flex_arraysKent Overstreet1-1/+1
2019-03-12generic radix treesKent Overstreet1-1/+2
2019-03-09Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2019-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds1-0/+2
2019-03-05vmalloc: add test driver to analyse vmalloc allocatorUladzislau Rezki (Sony)1-0/+1
2019-03-04lib: Introduce test_stackinit moduleKees Cook1-0/+1
2019-01-11selftests/livepatch: introduce testsJoe Lawrence1-0/+2
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers1-1/+1
2018-11-15lib: introduce initial implementation of object aggregation managerJiri Pirko1-0/+2
2018-10-31Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2018-10-31Revert "lib: Add umoddi3 and udivmoddi4 of GCC library routines"Palmer Dabbelt1-1/+0
2018-10-28Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-0/+2
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-1/+2