aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2026-06-16Merge tag 'linux_kselftest-kunit-7.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds5-3/+335
2026-06-16Merge tag 'hardening-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2026-06-16Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-270/+8
2026-06-16Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds14-205/+270
2026-06-16Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-12/+11
2026-06-16Merge tag 'fbdev-for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+5
2026-06-16Merge tag 'gpio-updates-for-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+64
2026-06-15Merge tag 'objtool-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds1-1/+1
2026-06-15Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds3-6/+29
2026-06-15Merge tag 'timers-vdso-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds1-7/+7
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-11/+4
2026-06-15Merge tag 'kernel-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+10
2026-06-13Merge tag 'core-urgent-2026-06-13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-9/+37
2026-06-11lib/crypto: gf128hash: mark clmul32() as noinline_for_stackArnd Bergmann1-1/+1
2026-06-09fbdev/arm: Export acorndata_8x8 font symbol for bootloaderHelge Deller1-0/+5
2026-06-06debugobjects: Don't call fill_pool() in early boot hardirq contextWaiman Long1-9/+37
2026-06-04vdso/gettimeofday: Rename __arch_get_vdso_u_timens_data()Thomas Weißschuh1-7/+7
2026-06-03mm/slab: improve kmem_cache_alloc_bulkChristoph Hellwig1-12/+11
2026-06-03lockdep/selftests: Restore sched_rt_mutex state on PREEMPT_RTKarl Mehltretter1-0/+3
2026-06-03lockdep/selftests: Restore migrate_disable() state on PREEMPT_RTKarl Mehltretter1-4/+0
2026-06-02vdso/datastore: Mark vdso_k_*_data pointers as __ro_after_initThomas Weißschuh1-3/+3
2026-05-29Merge tag 'iommu-fixes-v7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
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-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-26Merge tag 'linux_kselftest-kunit-fixes-7.1-rc6' of git://git.kernel.org/pub/s...Linus 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-24Merge tag 'core-urgent-2026-05-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+14
2026-05-21kunit: fix use-after-free in debugfs when using kunit.filterFlorian Schmaus2-3/+17
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/s...Linus 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/ke...Linus Torvalds1-3/+2
2026-05-15Merge tag 'v7.1-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus 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
2026-05-13lib/string_helpers: drop redundant allocation in kasprintf_strarrayThorsten Blum1-2/+2
2026-05-12Merge tag 'probes-fixes-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-11/+18
2026-05-12rhashtable: give each instance its own lockdep classChristian Brauner1-7/+10
2026-05-11Merge tag 'linux_kselftest-kunit-fixes-7.1-rc4' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+3
2026-05-09lib/crypto: powerpc/md5: Drop powerpc optimized MD5 codeEric Biggers5-269/+7
2026-05-08test_kprobes: clear kprobes between test runsMartin Kaiser1-11/+18