summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2025-03-08crypto: lib/chachapoly - Drop dependency on CRYPTO_ALGAPIArd Biesheuvel-6/+3
2025-03-08crypto: lzo - Fix compression buffer overrunHerbert Xu-26/+96
2025-03-07ubsan/overflow: Enable ignorelist parsing and add type filterKees Cook-0/+1
2025-03-07ubsan/overflow: Enable pattern exclusionsKees Cook-0/+1
2025-03-07ubsan/overflow: Rework integer overflow sanitizer option to turn on everythingKees Cook-18/+59
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+2
2025-03-05kunit/stackinit: Use fill byte different from Clang i386 patternKees Cook-10/+20
2025-03-05Documentation: fix doc link to fault-injection.rstUjwal Kundur-1/+1
2025-03-04kunit/overflow: Fix DEFINE_FLEX tests for counted_byKees Cook-10/+28
2025-03-04s390/vx: Convert cpu_has_vx() to cpu feature functionHeiko Carstens-0/+1
2025-03-04Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commitsIngo Molnar-11/+12
2025-03-04kunit, slub: Add test_kfree_rcu_wq_destroy use caseUladzislau Rezki (Sony)-0/+59
2025-03-02crypto: lib/Kconfig - Hide arch options from userHerbert Xu-20/+21
2025-03-01asm-generic/io.h: rework split ioread64/iowrite64 helpersArnd Bergmann-20/+20
2025-02-28Merge tag 'locking-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+2
2025-02-28string: kunit: Mark nonstring test strings as __nonstringKees Cook-2/+2
2025-02-28x86/cpufeatures: Rename X86_CMPXCHG64 to X86_CX8H. Peter Anvin (Intel)-1/+1
2025-02-27mm, bpf: Introduce free_pages_nolock()Alexei Starovoitov-1/+4
2025-02-27mm, bpf: Introduce try_alloc_pages() for opportunistic page allocationAlexei Starovoitov-2/+3
2025-02-26net: move aRFS rmap management and CPU affinity to coreAhmed Zaki-1/+1
2025-02-24cpumask: drop cpumask_next_wrap_old()Yury Norov-32/+0
2025-02-24cpumask: use cpumask_next_wrap() where appropriateYury Norov-3/+2
2025-02-24cpumask: deprecate cpumask_next_wrap()Yury Norov-3/+3
2025-02-22crypto: lib/Kconfig - Fix lib built-in failure when arch is modularHerbert Xu-8/+18
2025-02-21vfs: add initial support for CONFIG_DEBUG_VFSMateusz Guzik-0/+9
2025-02-21vdso: Remove remnants of architecture-specific time storageThomas Weißschuh-32/+29
2025-02-21vdso: Add generic architecture-specific data storageThomas Weißschuh-0/+14
2025-02-21vdso: Add generic random data storageThomas Weißschuh-2/+20
2025-02-21vdso: Add generic time data storageThomas Weißschuh-7/+131
2025-02-21vdso: Rename included MakefileThomas Weißschuh-0/+0
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+10
2025-02-20char: misc: improve testing Kconfig descriptionThadeu Lima de Souza Cascardo-4/+11
2025-02-18bitmap: remove _check_eq_u32_arrayTamir Duberstein-28/+0
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