summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2026-05-24Merge tag 'core-urgent-2026-05-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-05-21seq_buf: Export seq_buf_putmem_hex() and add KUnit testsShuvam Pandey
2026-05-21kunit: fix use-after-free in debugfs when using kunit.filterFlorian Schmaus
2026-05-21vsprintf: Add test for restricted kernel pointersThomas Weißschuh
2026-05-21vsprintf: Only export no_hash_pointers to test moduleThomas Weißschuh
2026-05-21iov_iter: use kmemdup_array for dup_iter to harden against overflowWang Haoran
2026-05-21vsprintf: Revert "add simple_strntoul"Andy Shevchenko
2026-05-19Merge tag 'mm-hotfixes-stable-2026-05-18-21-07' of git://git.kernel.org/pub/s...Linus Torvalds
2026-05-18debugobjects: Do not fill_pool() if pi_blocked_onHelen Koike
2026-05-17Merge tag 'timers-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-05-15Merge tag 'v7.1-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-05-14kunit: Add backtrace suppression self-testsGuenter Roeck
2026-05-14bug/kunit: Core support for suppressing warning backtracesAlessandro Carminati
2026-05-14vdso/gettimeofday: Reload sequence counter after switch to time page in do_aux()Thomas Weißschuh
2026-05-13lib: kunit_iov_iter: fix test fail on powerpcChristian A. Ehrhardt
2026-05-13lib/string_helpers: annotate struct strarray with __counted_by_ptrThorsten Blum
2026-05-13lib/string_helpers: drop redundant allocation in kasprintf_strarrayThorsten Blum
2026-05-12Merge tag 'probes-fixes-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-12rhashtable: give each instance its own lockdep classChristian Brauner
2026-05-12bootconfig: move xbc_snprint_cmdline() to lib/bootconfig.cBreno Leitao
2026-05-11Merge tag 'linux_kselftest-kunit-fixes-7.1-rc4' of git://git.kernel.org/pub/s...Linus Torvalds
2026-05-11workqueue: forbid TEST_WORKQUEUE from being built-inBreno Leitao
2026-05-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc3Alexei Starovoitov
2026-05-09lib/crypto: powerpc/md5: Drop powerpc optimized MD5 codeEric Biggers
2026-05-08test_kprobes: clear kprobes between test runsMartin Kaiser
2026-05-05Merge tag 'fbdev-for-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-05-05lib/vsprintf: Limit the returning size to INT_MAXMasami Hiramatsu (Google)
2026-05-05lib/vsprintf: Fix to check field_width and precisionMasami Hiramatsu (Google)