summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2025-03-01Merge tag 'locking-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+2
2025-02-28string: kunit: Mark nonstring test strings as __nonstringKees Cook1-2/+2
2025-02-28x86/cpufeatures: Rename X86_CMPXCHG64 to X86_CX8H. Peter Anvin (Intel)1-1/+1
2025-02-27mm, bpf: Introduce free_pages_nolock()Alexei Starovoitov1-1/+4
2025-02-27mm, bpf: Introduce try_alloc_pages() for opportunistic page allocationAlexei Starovoitov1-2/+3
2025-02-27net: move aRFS rmap management and CPU affinity to coreAhmed Zaki1-1/+1
2025-02-25cpumask: drop cpumask_next_wrap_old()Yury Norov1-32/+0
2025-02-25cpumask: use cpumask_next_wrap() where appropriateYury Norov1-3/+2
2025-02-25cpumask: deprecate cpumask_next_wrap()Yury Norov1-3/+3
2025-02-22crypto: lib/Kconfig - Fix lib built-in failure when arch is modularHerbert Xu1-8/+18
2025-02-21vfs: add initial support for CONFIG_DEBUG_VFSMateusz Guzik1-0/+9
2025-02-21vdso: Remove remnants of architecture-specific time storageThomas Weißschuh2-32/+29
2025-02-21vdso: Add generic architecture-specific data storageThomas Weißschuh1-0/+14
2025-02-21vdso: Add generic random data storageThomas Weißschuh2-2/+20
2025-02-21vdso: Add generic time data storageThomas Weißschuh5-7/+131
2025-02-21vdso: Rename included MakefileThomas Weißschuh1-0/+0
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+10
2025-02-20char: misc: improve testing Kconfig descriptionThadeu Lima de Souza Cascardo1-4/+11
2025-02-18bitmap: remove _check_eq_u32_arrayTamir Duberstein1-28/+0
2025-02-18lib: test_objpool: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-18test_xarray: fix failure in check_pause when CONFIG_XARRAY_MULTI is not definedKemeng Shi1-7/+8
2025-02-18lib/iov_iter: fix import_iovec_ubuf iovec managementPavel Begunkov1-1/+2
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2025-02-13lib/prime_numbers: convert self-test to KUnitTamir Duberstein5-72/+109
2025-02-13lib/math: Add Kunit test suite for gcd()Yu-Chun Lin3-0/+70
2025-02-12blackhole_dev: convert self-test to KUnitTamir Duberstein3-41/+28
2025-02-11lib/tests/kfifo_kunit.c: add tests for the kfifo structureDiego Vieira3-0/+239
2025-02-11lib: Move KUnit tests into tests/ subdirectoryKees Cook28-38/+41
2025-02-11lib/math: Add int_log test suiteBruno Sobreira França3-0/+86
2025-02-11lib: math: Move KUnit tests into tests/ subdirLuis Felipe Hernandez4-6/+6
2025-02-09lib: 842: Improve error handling in sw842_compress()Tanya Agarwal1-0/+2
2025-02-09lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers1-2/+2
2025-02-09lib/crc32: rename __crc32c_le_combine() to crc32c_combine()Eric Biggers2-4/+4
2025-02-09lib/crc32: don't bother with pure and const function attributesEric Biggers1-8/+7
2025-02-09lib/crc64: add support for arch-optimized implementationsEric Biggers2-28/+15
2025-02-09lib/crc_kunit.c: add test and benchmark for CRC64-NVMEEric Biggers1-1/+29
2025-02-09lib/crc64: rename CRC64-Rocksoft to CRC64-NVMEEric Biggers2-10/+10
2025-02-09lib/crc64-rocksoft: stop wrapping the crypto APIEric Biggers4-143/+0
2025-02-09Merge tag 'hardening-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+4
2025-02-06stackinit: Fix comment for test_small_endGeert Uytterhoeven1-1/+1
2025-02-06stackinit: Keep selftest union size small on m68kKees Cook1-1/+3
2025-02-01Merge tag 'mm-hotfixes-stable-2025-02-01-03-56' of git://git.kernel.org/pub/s...Linus Torvalds3-410/+281
2025-02-01revert "xarray: port tests to kunit"Andrew Morton3-410/+281
2025-02-01Merge tag 'hardening-v6.14-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+106
2025-01-30stackinit: Add union initialization to selftestsKees Cook1-0/+103
2025-01-30stackinit: Add old-style zero-init syntax to struct testsKees Cook1-0/+3
2025-01-29Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds4-462/+53
2025-01-29Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2025-01-29lib/crc32: remove other generic implementationsEric Biggers4-361/+40
2025-01-29lib/crc: simplify the kconfig options for CRC implementationsEric Biggers1-102/+14