summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2025-02-18lib: test_objpool: Switch to use hrtimer_setup()Nam Cao-2/+1
2025-02-17test_xarray: fix failure in check_pause when CONFIG_XARRAY_MULTI is not definedKemeng Shi-7/+8
2025-02-17lib/iov_iter: fix import_iovec_ubuf iovec managementPavel Begunkov-1/+2
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+4
2025-02-12lib/prime_numbers: convert self-test to KUnitTamir Duberstein-72/+109
2025-02-12lib/math: Add Kunit test suite for gcd()Yu-Chun Lin-0/+70
2025-02-11blackhole_dev: convert self-test to KUnitTamir Duberstein-41/+28
2025-02-10lib/tests/kfifo_kunit.c: add tests for the kfifo structureDiego Vieira-0/+239
2025-02-10lib: Move KUnit tests into tests/ subdirectoryKees Cook-38/+41
2025-02-10lib/math: Add int_log test suiteBruno Sobreira França-0/+86
2025-02-10lib: math: Move KUnit tests into tests/ subdirLuis Felipe Hernandez-6/+6
2025-02-09lib: 842: Improve error handling in sw842_compress()Tanya Agarwal-0/+2
2025-02-08lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers-2/+2
2025-02-08lib/crc32: rename __crc32c_le_combine() to crc32c_combine()Eric Biggers-4/+4
2025-02-08lib/crc32: don't bother with pure and const function attributesEric Biggers-8/+7
2025-02-08lib/crc64: add support for arch-optimized implementationsEric Biggers-28/+15
2025-02-08lib/crc_kunit.c: add test and benchmark for CRC64-NVMEEric Biggers-1/+29
2025-02-08lib/crc64: rename CRC64-Rocksoft to CRC64-NVMEEric Biggers-10/+10
2025-02-08lib/crc64-rocksoft: stop wrapping the crypto APIEric Biggers-143/+0
2025-02-08Merge tag 'hardening-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+4
2025-02-06stackinit: Fix comment for test_small_endGeert Uytterhoeven-1/+1
2025-02-06stackinit: Keep selftest union size small on m68kKees Cook-1/+3
2025-02-01Merge tag 'mm-hotfixes-stable-2025-02-01-03-56' of git://git.kernel.org/pub/s...Linus Torvalds-410/+281
2025-02-01revert "xarray: port tests to kunit"Andrew Morton-410/+281
2025-01-31Merge tag 'hardening-v6.14-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+106
2025-01-30stackinit: Add union initialization to selftestsKees Cook-0/+103
2025-01-30stackinit: Add old-style zero-init syntax to struct testsKees Cook-0/+3
2025-01-29Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-462/+53
2025-01-29Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+3
2025-01-29lib/crc32: remove other generic implementationsEric Biggers-361/+40
2025-01-29lib/crc: simplify the kconfig options for CRC implementationsEric Biggers-102/+14
2025-01-29rcuref: Plug slowpath race in rcuref_put()Thomas Gleixner-3/+2
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-24/+0
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados-3/+3
2025-01-27Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+11
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-76/+90
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds-347/+627
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang-4/+1
2025-01-25alloc_tag: avoid current->alloc_tag manipulations when profiling is disabledSuren Baghdasaryan-0/+2
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino-4/+4
2025-01-25lib/list_debug.c: add object information in case of invalid objectManinder Singh-11/+11
2025-01-25test_maple_tree: test exhausted upper limit of mtree_alloc_cyclic()Liam R. Howlett-0/+28
2025-01-24include/linux/lz4.h: add some missing macrosGao Xiang-5/+2
2025-01-24Xarray: use xa_mark_t in xas_squash_marks() to keep code consistentKemeng Shi-8/+12
2025-01-24Xarray: remove repeat check in xas_squash_marks()Kemeng Shi-3/+0
2025-01-24Xarray: distinguish large entries correctly in xas_split_alloc()Kemeng Shi-1/+1
2025-01-24Xarray: move forward index correctly in xas_pause()Kemeng Shi-0/+36
2025-01-24Xarray: do not return sibling entries from xas_find_marked()Kemeng Shi-0/+2
2025-01-24lib/list_sort: clarify comparison function requirements in list_sort()Kuan-Wei Chiu-0/+7
2025-01-24lib/sort: clarify comparison function requirements in sort_r()Kuan-Wei Chiu-0/+7