summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2026-05-28string: use min in sized_strscpyThorsten Blum
2026-05-28lib/uuid_kunit: add tests for the four random UUID/GUID generatorsStepan Ionichev
2026-05-28error-inject: use IS_ERR() check for debugfs_create_file()Ingyu Jang
2026-05-28raid6_kunit: randomize buffer alignmentChristoph Hellwig
2026-05-28raid6_kunit: randomize parameters and increase limitsChristoph Hellwig
2026-05-28raid6_kunit: cleanup dataptr handlingChristoph Hellwig
2026-05-28raid6_kunit: dynamically allocate data buffers using vmallocChristoph Hellwig
2026-05-28raid6_kunit: use KUNIT_CASE_PARAMChristoph Hellwig
2026-05-28raid6: update top of file commentsChristoph Hellwig
2026-05-28raid6: use static_call for raid6_recov_2data and raid6_recov_datapChristoph Hellwig
2026-05-28raid6: use static_call for gen_syndrom and xor_syndromChristoph Hellwig
2026-05-28raid6: rework registration of optimized algorithmsChristoph Hellwig
2026-05-28raid6: hide internalsChristoph Hellwig
2026-05-28raid6: warn when using less than four devicesChristoph Hellwig
2026-05-28raid6: improve the public interfaceChristoph Hellwig
2026-05-28raid6: use named initializers for struct raid6_callsChristoph Hellwig
2026-05-28raid6: remove raid6_get_zero_pageChristoph Hellwig
2026-05-28raid6: move to lib/raid/Christoph Hellwig
2026-05-28raid6: remove __KERNEL__ ifdefsChristoph Hellwig
2026-05-28raid6: turn the userspace test harness into a kunit testChristoph Hellwig
2026-05-28lib: kunit: add tests for __ashldi3(), __ashrdi3(), and __lshrdi3()Dmitry Antipov
2026-05-28lib/cmdline: adjust a few comments to fix kernel-doc -Wreturn warningsDmitry Antipov
2026-05-28lib/cmdline_kunit: add test case for memparse()Dmitry Antipov
2026-05-28lib: add more string to 64-bit integer conversion overflow testsDmitry Antipov
2026-05-28lib: fix memparse() to handle overflowDmitry Antipov
2026-05-28lib: fix _parse_integer_limit() to handle overflowDmitry Antipov
2026-05-28lib/tests: extend cmdline KUnit with next_arg() testsShuvam Pandey
2026-05-28lib/bug: cleanup comment style, types and modernize loggingLucas Poupeau
2026-05-28uaccess: unify inline vs outline copy_{from,to}_user() selectionYury Norov
2026-05-28lib/base64: fix copy-pasted @padding doc in base64_decode()Josh Law
2026-05-28lib/base64: validate before writing in decode tail pathJosh Law
2026-05-28lib/tests: string_helpers: don't use "proxy" headersAndy Shevchenko
2026-05-28lib/tests: string_helpers: decouple unescape and escape casesAndy Shevchenko
2026-05-28treewide: fix indentation and whitespace in Kconfig filesAnand Moon
2026-05-28seq_buf: export seq_buf_putmem_hex() and add KUnit testsShuvam Pandey
2026-05-28lib/crc: arm: Enable arm64's NEON intrinsics implementation of crc64Ard Biesheuvel
2026-05-28lib/crc: Turn NEON intrinsics crc64 implementation into common codeArd Biesheuvel
2026-05-28xor/arm64: Use shared NEON intrinsics implementation from 32-bit ARMArd Biesheuvel
2026-05-28xor/arm: Replace vectorized implementation with arm64's intrinsicsArd Biesheuvel
2026-05-28lib/bitrev: Introduce GENERIC_BITREVERSEYury Norov
2026-05-28arch: select HAVE_ARCH_BITREVERSE conditionally on BITREVERSEYury Norov
2026-05-28bitmap: drop bitmap_print_to_pagebuf()Yury Norov
2026-05-28compiler-context-analysis: Bump required Clang version to 23Marco Elver
2026-05-28iommu, debugobjects: avoid gcc-16.1 section mismatch warningsArnd Bergmann
2026-05-26audit: use 'unsigned int' instead of 'unsigned'Ricardo Robaina
2026-05-26Merge tag 'linux_kselftest-kunit-fixes-7.1-rc6' of git://git.kernel.org/pub/s...Linus Torvalds
2026-05-26kunit: provide kunit_platform_device_unregister()Bartosz Golaszewski
2026-05-26kunit: provide kunit_platform_device_register_full()Bartosz Golaszewski
2026-05-26lib/vsprintf: Require exact hash_pointers mode matchesKaitao Cheng
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov