summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
19 hoursMerge branch 'kunit' of https://git.kernel.org/pub/scm/linux/kernel/git/shuah...Mark Brown
19 hoursMerge branch 'non-rcu/next' of https://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown
20 hoursMerge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/herb...Mark Brown
21 hoursMerge branch 'mm-nonmm-unstable' of https://git.kernel.org/pub/scm/linux/kern...Mark Brown
25 hoursMerge https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-unstable...David Hildenbrand (Arm)
25 hoursMerge https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-hotfixes...David Hildenbrand (Arm)
2 dayslib/plist: fix plist_requeue() corrupting order in the last bucketAdam Harshbarger
2 daysdyndbg: clean up dynamic_debug_init() to improve readabilityYuntao Wang
2 daysdyndbg: fix incorrect mod_ct value in dynamic_debug_init()Yuntao Wang
2 dayslib: decompress_unxz: make it obvious that there is no memory leakIvy Lopez
2 daysraid6: add missing vzeroupper to AVX-512 codeEric Biggers
2 daysraid6: add missing vzeroupper to AVX2 codeEric Biggers
2 daysxor: add missing vzeroupper to AVX codeEric Biggers
2 dayslib/tests: add KUnit tests for errseqThomas Maarseveen
2 dayslib: cleanup "fake" tristates in KconfigJulian Braha
2 dayslib/group_cpus: snapshot cluster masks to keep grouping hotplug invariantVishal Badole
2 daysklist: avoid accesses after waking klist_remove()Karl Mehltretter
2 daysraid/kunit: enable RAID6 PQ and XOR benchmarks if KUNIT_ALL_TESTS=mGeert Uytterhoeven
2 daysfault-inject: fix dentry leakMichael Liang
2 daysalloc_tag: skip percpu counter allocation when profiling is disabledHao Ge
2 daysxarray: fix index jumping backwards in xas_find()Krystian Kaniewski
3 daysremove old lib/alloc_tag.cAndrew Morton
3 daystreewide: refresh kmalloc_obj() conversionsKees Cook
4 daysrhashtable: use private lockdep class for all locks.NeilBrown
6 dayskunit: Return void from kunit_run_all_tests()Thomas Weißschuh
6 daysRevert "once: don't use a work queue to reset sleepable static key"Eric Dumazet
12 daysMerge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
14 daysMerge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
14 daysMerge tag 'bootconfig-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-08-24maple_tree: add helper mas_make_walkable()Liam R. Howlett (Oracle)
2026-08-24maple_tree: avoid extra gap calculationLiam R. Howlett (Oracle)
2026-08-24maple_tree: avoid mas_erase() and mtree_erase() failuresLiam R. Howlett (Oracle)
2026-08-24maple_tree: document that erase may use GFP_KERNEL for allocationsLiam R. Howlett (Oracle)
2026-08-24maple_tree: catch race in mas_alloc_cyclic()Liam R. Howlett (Oracle)
2026-08-24maple_tree: add bulk parent set helperLiam R. Howlett (Oracle)
2026-08-24maple_tree: micro optimisation of mas_wr_store_type()Liam R. Howlett (Oracle)
2026-08-24maple_tree: optimise mas_wr_node_store() when not in rcu modeLiam R. Howlett (Oracle)
2026-08-24maple_tree: use prefetched value in mas_wr_store_type()Liam R. Howlett (Oracle)
2026-08-24maple_tree: clarify comments on mas_nomem()Liam R. Howlett (Oracle)
2026-08-24maple_tree: drop dead code from mas_extend_spanning_null()Liam R. Howlett (Oracle)
2026-08-24maple_tree: add write lock checking with lockdep sequence numbersLiam R. Howlett (Oracle)
2026-08-24maple_tree: add rcu locking check when LOCKDEP is enabledLiam R. Howlett (Oracle)
2026-08-24lib/test_hmm: fix garbage pfn and wrong direction in devmem fault debugQiang Liu
2026-08-24percpu: drop CONFIG_DEBUG_FORCE_WEAK_PER_CPUTejun Heo
2026-08-24maple_tree: fix comment typoMark Sercombe
2026-08-24alloc_tag: add ioctl to /proc/allocinfoSuren Baghdasaryan
2026-08-24maple_tree: remove unused mas_is_root_limits()Zhan Xusheng
2026-08-24xarray: honor XA_FLAGS_ACCOUNT in xas_split_alloc()Zi Yan
2026-08-24Merge tag 'slab-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2026-08-23lib/test_csd_lock: Add a module to stall a CPU on a CSD lockBreno Leitao