aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2026-05-28raid6: remove raid6_get_zero_pageChristoph Hellwig8-27/+27
2026-05-28raid6: move to lib/raid/Christoph Hellwig37-130/+148
2026-05-28raid6: remove __KERNEL__ ifdefsChristoph Hellwig19-186/+15
2026-05-28raid6: turn the userspace test harness into a kunit testChristoph Hellwig6-261/+98
2026-05-28lib: kunit: add tests for __ashldi3(), __ashrdi3(), and __lshrdi3()Dmitry Antipov3-0/+186
2026-05-28lib/cmdline: adjust a few comments to fix kernel-doc -Wreturn warningsDmitry Antipov1-2/+5
2026-05-28lib/cmdline_kunit: add test case for memparse()Dmitry Antipov1-0/+56
2026-05-28lib: add more string to 64-bit integer conversion overflow testsDmitry Antipov1-0/+6
2026-05-28lib: fix memparse() to handle overflowDmitry Antipov1-8/+15
2026-05-28lib: fix _parse_integer_limit() to handle overflowDmitry Antipov1-15/+22
2026-05-28lib/tests: extend cmdline KUnit with next_arg() testsShuvam Pandey1-0/+62
2026-05-28lib/bug: cleanup comment style, types and modernize loggingLucas Poupeau1-40/+40
2026-05-28uaccess: unify inline vs outline copy_{from,to}_user() selectionYury Norov1-3/+1
2026-05-28lib/base64: fix copy-pasted @padding doc in base64_decode()Josh Law1-1/+1
2026-05-28lib/base64: validate before writing in decode tail pathJosh Law1-1/+2
2026-05-28lib/tests: string_helpers: don't use "proxy" headersAndy Shevchenko1-2/+7
2026-05-28lib/tests: string_helpers: decouple unescape and escape casesAndy Shevchenko1-0/+6
2026-05-28treewide: fix indentation and whitespace in Kconfig filesAnand Moon1-1/+1
2026-05-28seq_buf: export seq_buf_putmem_hex() and add KUnit testsShuvam Pandey2-0/+35
2026-05-28lib/crc: arm: Enable arm64's NEON intrinsics implementation of crc64Ard Biesheuvel4-1/+75
2026-05-28lib/crc: Turn NEON intrinsics crc64 implementation into common codeArd Biesheuvel4-27/+30
2026-05-28xor/arm64: Use shared NEON intrinsics implementation from 32-bit ARMArd Biesheuvel4-315/+154
2026-05-28xor/arm: Replace vectorized implementation with arm64's intrinsicsArd Biesheuvel6-37/+186
2026-05-28lib/bitrev: Introduce GENERIC_BITREVERSEYury Norov3-4/+13
2026-05-28arch: select HAVE_ARCH_BITREVERSE conditionally on BITREVERSEYury Norov1-0/+1
2026-05-28bitmap: drop bitmap_print_to_pagebuf()Yury Norov1-37/+5
2026-05-28compiler-context-analysis: Bump required Clang version to 23Marco Elver2-2/+26
2026-05-28iommu, debugobjects: avoid gcc-16.1 section mismatch warningsArnd Bergmann1-1/+1
2026-05-26audit: use 'unsigned int' instead of 'unsigned'Ricardo Robaina1-6/+6
2026-05-26Merge tag 'linux_kselftest-kunit-fixes-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds2-3/+17
2026-05-26kunit: provide kunit_platform_device_unregister()Bartosz Golaszewski1-0/+33
2026-05-26kunit: provide kunit_platform_device_register_full()Bartosz Golaszewski1-0/+31
2026-05-26lib/vsprintf: Require exact hash_pointers mode matchesKaitao Cheng1-3/+3
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov6-32/+68
2026-05-24Merge tag 'core-urgent-2026-05-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+14
2026-05-21seq_buf: Export seq_buf_putmem_hex() and add KUnit testsShuvam Pandey2-0/+35
2026-05-21kunit: fix use-after-free in debugfs when using kunit.filterFlorian Schmaus2-3/+17
2026-05-21vsprintf: Add test for restricted kernel pointersThomas Weißschuh2-1/+22
2026-05-21vsprintf: Only export no_hash_pointers to test moduleThomas Weißschuh1-1/+1
2026-05-21iov_iter: use kmemdup_array for dup_iter to harden against overflowWang Haoran1-4/+4
2026-05-21vsprintf: Revert "add simple_strntoul"Andy Shevchenko1-7/+0
2026-05-19Merge tag 'mm-hotfixes-stable-2026-05-18-21-07' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-5/+5
2026-05-18debugobjects: Do not fill_pool() if pi_blocked_onHelen Koike1-4/+14
2026-05-17Merge tag 'timers-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2026-05-15Merge tag 'v7.1-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-7/+26
2026-05-14kunit: Add backtrace suppression self-testsGuenter Roeck2-0/+199
2026-05-14bug/kunit: Core support for suppressing warning backtracesAlessandro Carminati4-3/+136
2026-05-14vdso/gettimeofday: Reload sequence counter after switch to time page in do_aux()Thomas Weißschuh1-3/+2
2026-05-13lib: kunit_iov_iter: fix test fail on powerpcChristian A. Ehrhardt1-5/+5
2026-05-13lib/string_helpers: annotate struct strarray with __counted_by_ptrThorsten Blum1-2/+2