index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2026-06-08
lib/test_hmm: fix memory leak in dmirror_migrate_to_system()
Hao Ge
2026-06-07
rhashtable: Fix rhashtable_next_key() build warnings
Mykyta Yatsenko
2026-06-06
debugobjects: Don't call fill_pool() in early boot hardirq context
Waiman Long
2026-06-05
rhashtable: Add selftest for rhashtable_next_key()
Mykyta Yatsenko
2026-06-05
rhashtable: Add rhashtable_next_key() API
Mykyta Yatsenko
2026-06-04
raid6: use kmalloc() in raid6_select_algo()
Mike Rapoport (Microsoft)
2026-06-04
xor: use kmalloc() in calibrate_xor_blocks()
Mike Rapoport (Microsoft)
2026-06-04
lib: kunit_iov_iter: repeatedly call alloc_pages_bulk()
Thomas Weißschuh
2026-06-04
vdso/gettimeofday: Rename __arch_get_vdso_u_timens_data()
Thomas Weißschuh
2026-06-03
mm/slab: improve kmem_cache_alloc_bulk
Christoph Hellwig
2026-06-03
lib/vsprintf: replace min_t/max_t with min/max
Thorsten Blum
2026-06-03
lockdep/selftests: Restore sched_rt_mutex state on PREEMPT_RT
Karl Mehltretter
2026-06-03
lockdep/selftests: Restore migrate_disable() state on PREEMPT_RT
Karl Mehltretter
2026-06-02
lib/test_vmalloc: add vrealloc test case
Shivam Kalra
2026-06-02
lib/test_hmm: fix error path in dmirror_devmem_fault()
Qiang Liu
2026-06-02
lib/test_hmm: use kvfree() to free kvcalloc() allocations
Hao Ge
2026-06-02
lib/test_meminit: use && for bools
Alexander Potapenko
2026-06-02
maple_tree: document that "last" in mtree_insert_range() is inclusive
Steven Rostedt
2026-06-02
vdso/datastore: Mark vdso_k_*_data pointers as __ro_after_init
Thomas Weißschuh
2026-06-01
liveupdate: Reference count incoming FLB data
David Matlack
2026-05-29
Merge tag 'iommu-fixes-v7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2026-05-28
lib/nmi_backtrace: print out the CPUs which fail to respond to NMI
Feng Tang
2026-05-28
string: use min in sized_strscpy
Thorsten Blum
2026-05-28
lib/uuid_kunit: add tests for the four random UUID/GUID generators
Stepan Ionichev
2026-05-28
error-inject: use IS_ERR() check for debugfs_create_file()
Ingyu Jang
2026-05-28
raid6_kunit: randomize buffer alignment
Christoph Hellwig
2026-05-28
raid6_kunit: randomize parameters and increase limits
Christoph Hellwig
2026-05-28
raid6_kunit: cleanup dataptr handling
Christoph Hellwig
2026-05-28
raid6_kunit: dynamically allocate data buffers using vmalloc
Christoph Hellwig
2026-05-28
raid6_kunit: use KUNIT_CASE_PARAM
Christoph Hellwig
2026-05-28
raid6: update top of file comments
Christoph Hellwig
2026-05-28
raid6: use static_call for raid6_recov_2data and raid6_recov_datap
Christoph Hellwig
2026-05-28
raid6: use static_call for gen_syndrom and xor_syndrom
Christoph Hellwig
2026-05-28
raid6: rework registration of optimized algorithms
Christoph Hellwig
2026-05-28
raid6: hide internals
Christoph Hellwig
2026-05-28
raid6: warn when using less than four devices
Christoph Hellwig
2026-05-28
raid6: improve the public interface
Christoph Hellwig
2026-05-28
raid6: use named initializers for struct raid6_calls
Christoph Hellwig
2026-05-28
raid6: remove raid6_get_zero_page
Christoph Hellwig
2026-05-28
raid6: move to lib/raid/
Christoph Hellwig
2026-05-28
raid6: remove __KERNEL__ ifdefs
Christoph Hellwig
2026-05-28
raid6: turn the userspace test harness into a kunit test
Christoph Hellwig
2026-05-28
lib: kunit: add tests for __ashldi3(), __ashrdi3(), and __lshrdi3()
Dmitry Antipov
2026-05-28
lib/cmdline: adjust a few comments to fix kernel-doc -Wreturn warnings
Dmitry Antipov
2026-05-28
lib/cmdline_kunit: add test case for memparse()
Dmitry Antipov
2026-05-28
lib: add more string to 64-bit integer conversion overflow tests
Dmitry Antipov
2026-05-28
lib: fix memparse() to handle overflow
Dmitry Antipov
2026-05-28
lib: fix _parse_integer_limit() to handle overflow
Dmitry Antipov
2026-05-28
lib/tests: extend cmdline KUnit with next_arg() tests
Shuvam Pandey
2026-05-28
lib/bug: cleanup comment style, types and modernize logging
Lucas Poupeau
[prev]
[next]