summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2 dayslib: Add stale 'raid6' directory to .gitignore fileLinus Torvalds
2 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds
2 daysMerge tag 'liveupdate-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
4 daysMerge tag 'strncpy-removal-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
4 daysMerge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
5 daysMerge tag 'trace-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
5 daysstring: Remove strncpy() from the kernelKees Cook
6 dayslib: interval_tree_test: validate benchmark parametersSamuel Moelius
6 daysMerge tag 'printk-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
6 daysMerge tag 'audit-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
7 daysMerge tag 'wq-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
7 daysMerge tag 'bitmap-for-7.2' of https://github.com/norov/linuxLinus Torvalds
7 daysMerge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
7 daysMerge branch 'for-7.2-vsprintf-pmM-uppercase' into for-linusPetr Mladek
7 daysMerge branch 'for-7.2-vsprintf-size-checks' into for-linusPetr Mladek
7 daysMerge tag 'bootconfig-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
7 daysMerge tag 'linux_kselftest-kunit-7.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
8 daysMerge tag 'hardening-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
8 daysMerge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
8 daysMerge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
8 daysMerge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
8 daysMerge tag 'fbdev-for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
8 daysMerge tag 'gpio-updates-for-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
9 daysMerge tag 'objtool-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds
9 daysMerge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds
9 daysMerge tag 'timers-vdso-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds
9 daysMerge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
9 daysMerge tag 'kernel-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
10 daysMerge tag 'core-urgent-2026-06-13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
11 daysvsprintf: Add upper case flavour to %p[mM]Andy Shevchenko
12 dayslib/crypto: gf128hash: mark clmul32() as noinline_for_stackArnd Bergmann
12 dayslib/test_firmware: allocate the configured into_buf sizeSamuel Moelius
2026-06-09fbdev/arm: Export acorndata_8x8 font symbol for bootloaderHelge Deller
2026-06-08lib/test_hmm: check alloc_page_vma() return value and handle OOMQiang Liu
2026-06-08lib/test_hmm: fix memory leak in dmirror_migrate_to_system()Hao Ge
2026-06-07rhashtable: Fix rhashtable_next_key() build warningsMykyta Yatsenko
2026-06-06debugobjects: Don't call fill_pool() in early boot hardirq contextWaiman Long
2026-06-05rhashtable: Add selftest for rhashtable_next_key()Mykyta Yatsenko
2026-06-05rhashtable: Add rhashtable_next_key() APIMykyta Yatsenko
2026-06-04raid6: use kmalloc() in raid6_select_algo()Mike Rapoport (Microsoft)
2026-06-04xor: use kmalloc() in calibrate_xor_blocks()Mike Rapoport (Microsoft)
2026-06-04lib: kunit_iov_iter: repeatedly call alloc_pages_bulk()Thomas Weißschuh
2026-06-04vdso/gettimeofday: Rename __arch_get_vdso_u_timens_data()Thomas Weißschuh
2026-06-03mm/slab: improve kmem_cache_alloc_bulkChristoph Hellwig
2026-06-03lib/vsprintf: replace min_t/max_t with min/maxThorsten Blum
2026-06-03lockdep/selftests: Restore sched_rt_mutex state on PREEMPT_RTKarl Mehltretter
2026-06-03lockdep/selftests: Restore migrate_disable() state on PREEMPT_RTKarl Mehltretter
2026-06-02lib/test_vmalloc: add vrealloc test caseShivam Kalra
2026-06-02lib/test_hmm: fix error path in dmirror_devmem_fault()Qiang Liu
2026-06-02lib/test_hmm: use kvfree() to free kvcalloc() allocationsHao Ge