summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2026-06-16Merge tag 'bootconfig-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+56
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-12vsprintf: Add upper case flavour to %p[mM]Andy Shevchenko2-6/+18
2026-06-11lib/crypto: gf128hash: mark clmul32() as noinline_for_stackArnd Bergmann1-1/+1
2026-06-11lib/test_firmware: allocate the configured into_buf sizeSamuel Moelius1-1/+1
2026-06-09fbdev/arm: Export acorndata_8x8 font symbol for bootloaderHelge Deller1-0/+5
2026-06-09lib/test_hmm: check alloc_page_vma() return value and handle OOMQiang Liu1-2/+27
2026-06-09lib/test_hmm: fix memory leak in dmirror_migrate_to_system()Hao Ge1-3/+3
2026-06-07rhashtable: Fix rhashtable_next_key() build warningsMykyta Yatsenko1-1/+34
2026-06-06debugobjects: Don't call fill_pool() in early boot hardirq contextWaiman Long1-9/+37
2026-06-05rhashtable: Add selftest for rhashtable_next_key()Mykyta Yatsenko1-0/+75
2026-06-05rhashtable: Add rhashtable_next_key() APIMykyta Yatsenko1-0/+69
2026-06-05raid6: use kmalloc() in raid6_select_algo()Mike Rapoport (Microsoft)1-3/+3
2026-06-05xor: use kmalloc() in calibrate_xor_blocks()Mike Rapoport (Microsoft)1-2/+3
2026-06-05lib: kunit_iov_iter: repeatedly call alloc_pages_bulk()Thomas Weißschuh1-2/+10
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-03lib/vsprintf: replace min_t/max_t with min/maxThorsten Blum1-3/+3
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-03lib/test_vmalloc: add vrealloc test caseShivam Kalra1-0/+62
2026-06-03lib/test_hmm: fix error path in dmirror_devmem_fault()Qiang Liu1-2/+8
2026-06-03lib/test_hmm: use kvfree() to free kvcalloc() allocationsHao Ge1-2/+2
2026-06-03lib/test_meminit: use && for boolsAlexander Potapenko1-1/+1
2026-06-03maple_tree: document that "last" in mtree_insert_range() is inclusiveSteven Rostedt1-2/+5
2026-06-02vdso/datastore: Mark vdso_k_*_data pointers as __ro_after_initThomas Weißschuh1-3/+3
2026-06-01liveupdate: Reference count incoming FLB dataDavid Matlack1-0/+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-29lib/nmi_backtrace: print out the CPUs which fail to respond to NMIFeng Tang1-3/+12
2026-05-29string: use min in sized_strscpyThorsten Blum1-5/+3
2026-05-29lib/uuid_kunit: add tests for the four random UUID/GUID generatorsStepan Ionichev1-0/+56
2026-05-29error-inject: use IS_ERR() check for debugfs_create_file()Ingyu Jang1-2/+2
2026-05-29raid6_kunit: randomize buffer alignmentChristoph Hellwig1-6/+35
2026-05-29raid6_kunit: randomize parameters and increase limitsChristoph Hellwig1-58/+131
2026-05-29raid6_kunit: cleanup dataptr handlingChristoph Hellwig1-12/+7
2026-05-29raid6_kunit: dynamically allocate data buffers using vmallocChristoph Hellwig1-15/+62
2026-05-29raid6_kunit: use KUNIT_CASE_PARAMChristoph Hellwig1-52/+68
2026-05-29raid6: update top of file commentsChristoph Hellwig10-78/+28