summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2026-06-02lib/test_meminit: use && for boolsAlexander Potapenko
2026-06-02maple_tree: document that "last" in mtree_insert_range() is inclusiveSteven Rostedt
2026-06-02vdso/datastore: Mark vdso_k_*_data pointers as __ro_after_initThomas Weißschuh
2026-06-01liveupdate: Reference count incoming FLB dataDavid Matlack
2026-05-29Merge tag 'iommu-fixes-v7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-05-28lib/nmi_backtrace: print out the CPUs which fail to respond to NMIFeng Tang
2026-05-28string: use min in sized_strscpyThorsten Blum
2026-05-28lib/uuid_kunit: add tests for the four random UUID/GUID generatorsStepan Ionichev
2026-05-28error-inject: use IS_ERR() check for debugfs_create_file()Ingyu Jang
2026-05-28raid6_kunit: randomize buffer alignmentChristoph Hellwig
2026-05-28raid6_kunit: randomize parameters and increase limitsChristoph Hellwig
2026-05-28raid6_kunit: cleanup dataptr handlingChristoph Hellwig
2026-05-28raid6_kunit: dynamically allocate data buffers using vmallocChristoph Hellwig
2026-05-28raid6_kunit: use KUNIT_CASE_PARAMChristoph Hellwig
2026-05-28raid6: update top of file commentsChristoph Hellwig
2026-05-28raid6: use static_call for raid6_recov_2data and raid6_recov_datapChristoph Hellwig
2026-05-28raid6: use static_call for gen_syndrom and xor_syndromChristoph Hellwig
2026-05-28raid6: rework registration of optimized algorithmsChristoph Hellwig
2026-05-28raid6: hide internalsChristoph Hellwig
2026-05-28raid6: warn when using less than four devicesChristoph Hellwig
2026-05-28raid6: improve the public interfaceChristoph Hellwig
2026-05-28raid6: use named initializers for struct raid6_callsChristoph Hellwig
2026-05-28raid6: remove raid6_get_zero_pageChristoph Hellwig
2026-05-28raid6: move to lib/raid/Christoph Hellwig
2026-05-28raid6: remove __KERNEL__ ifdefsChristoph Hellwig
2026-05-28raid6: turn the userspace test harness into a kunit testChristoph Hellwig
2026-05-28lib: kunit: add tests for __ashldi3(), __ashrdi3(), and __lshrdi3()Dmitry Antipov
2026-05-28lib/cmdline: adjust a few comments to fix kernel-doc -Wreturn warningsDmitry Antipov
2026-05-28lib/cmdline_kunit: add test case for memparse()Dmitry Antipov
2026-05-28lib: add more string to 64-bit integer conversion overflow testsDmitry Antipov
2026-05-28lib: fix memparse() to handle overflowDmitry Antipov
2026-05-28lib: fix _parse_integer_limit() to handle overflowDmitry Antipov
2026-05-28lib/tests: extend cmdline KUnit with next_arg() testsShuvam Pandey
2026-05-28lib/bug: cleanup comment style, types and modernize loggingLucas Poupeau