summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2026-05-24Merge tag 'core-urgent-2026-05-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
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)
2026-05-05rhashtable: Add bucket_table_free_atomic() helperUladzislau Rezki (Sony)
2026-05-05rhashtable: drop ht->mutex in rhashtable_free_and_destroy()Mikhail Gavrilov
2026-05-04objtool: Grow __cfi_* prefix symbols for all CFI+CALL_PADDINGJosh Poimboeuf
2026-05-04kunit: config: KUNIT_DEBUGFS should depend on DEBUG_FSDavid Gow
2026-05-04kunit: config: Enable KUNIT_DEBUGFS by defaultDavid Gow
2026-05-01Merge tag 'mm-hotfixes-stable-2026-04-30-15-39' of git://git.kernel.org/pub/s...Linus Torvalds
2026-04-28Merge tag 'sched_ext-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-04-28lib/fonts: Fix bit position when rotating by 180 degreesThomas Zimmermann
2026-04-27MAINTAINERS: update Liam's email addressLiam R. Howlett
2026-04-24Merge tag 'riscv-for-linus-7.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-24Merge tag 'loongarch-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2026-04-22LoongArch: Adjust build infrastructure for 32BIT/64BITHuacai Chen
2026-04-21Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-20rhashtable: Bounce deferred worker kick through irq_workTejun Heo
2026-04-20bpf: Exhaustive test coverage for signed division and moduloJie Meng
2026-04-20Merge tag 'printk-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2026-04-20Merge branch 'for-7.1-printf-kunit-build' into for-linusPetr Mladek
2026-04-19Merge tag 'usb-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2026-04-19rhashtable: Restore insecure_elasticity toggleHerbert Xu
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-18Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-18lib: test_hmm: implement a device release methodAlistair Popple
2026-04-18lib: test_hmm: evict device pages on file close to avoid use-after-freeAlistair Popple