summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2026-07-26Merge branch 'driver-core-next' of https://git.kernel.org/pub/scm/linux/kerne...Mark Brown
2026-07-26Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/tr...Mark Brown
2026-07-26Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/tip/...Mark Brown
2026-07-26Merge branch 'for-next-tpm' of https://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown
2026-07-26Merge branch 'drm-next' of https://gitlab.freedesktop.org/drm/kernel.gitMark Brown
2026-07-26Merge branch 'libcrypto-next' of https://git.kernel.org/pub/scm/linux/kernel/...Mark Brown
2026-07-26Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/herb...Mark Brown
2026-07-26Merge branch 'main' of https://git.kernel.org/pub/scm/linux/kernel/git/netdev...Mark Brown
2026-07-26Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/pr...Mark Brown
2026-07-26Merge branch 'mm-nonmm-unstable' of https://git.kernel.org/pub/scm/linux/kern...Mark Brown
2026-07-26Merge branch into tip/master: 'timers/vdso'Ingo Molnar
2026-07-25lib/test_hmm: remove dead NULL checks after GFP_NOFAIL allocationsGou Hao
2026-07-25kcov: fix data corruption and race conditions on PREEMPT_RTTetsuo Handa
2026-07-25lib/ucs2_string.c: fix indentationVincent Mailhol
2026-07-25lib/ucs2_string.c: fix out-of-bounds read in ucs2_strnlen()Vincent Mailhol
2026-07-25raid6/kunit: add a benchmarkChristoph Hellwig
2026-07-25raid6: improve the runtime selection benchmarkChristoph Hellwig
2026-07-25raid6: defer implementation selection when built-inChristoph Hellwig
2026-07-25raid6: enable lock context analysisChristoph Hellwig
2026-07-25xor/kunit: add a benchmarkChristoph Hellwig
2026-07-25xor/kunit: fix a spelling errorChristoph Hellwig
2026-07-25xor: improve the runtime selection benchmarkChristoph Hellwig
2026-07-25xor: enable lock context analysisChristoph Hellwig
2026-07-25Revert "printf: Compile the kunit test with DISABLE_BRANCH_PROFILING DISABLE_...Petr Mladek
2026-07-25lib/random32: convert selftest to KUnitKir Chou
2026-07-25lib/math: add KUnit test suite for polynomial_calc()Adi Nata
2026-07-25lib/xz: fix commentsLasse Collin
2026-07-25lib/xz: use size_t instead of uint32_t in a few placesLasse Collin
2026-07-25lib/string: fix memchr_inv() for large rangesBradley Morgan
2026-07-25lib/idr: fix ida_find_first_range() missing IDs across chunk boundariesJosh Law
2026-07-25lib/xz: replace min_t with minThorsten Blum
2026-07-25selftests/mm: add HMM test for mmap lock-dropping faultsStanislav Kinsburskii
2026-07-25alloc_tag: add ioctl to /proc/allocinfoSuren Baghdasaryan
2026-07-25lib/maple_tree: add missing spaces after switch keywordWatson Wheeler
2026-07-25radix-tree: fix kmemleak false positives on tree head reassignmentBreno Leitao
2026-07-25lib/test_hmm: fail dmirror_fault() when the mirrored mm is goneStanislav Kinsburskii
2026-07-25maple_tree: add helper mas_make_walkable()Liam R. Howlett (Oracle)
2026-07-25maple_tree: avoid extra gap calculationLiam R. Howlett (Oracle)
2026-07-25maple_tree: WARN_ON_ONCE when allocations failLiam R. Howlett (Oracle)
2026-07-25maple_tree: document that erase may use GFP_KERNEL for allocationsLiam R. Howlett (Oracle)
2026-07-25maple_tree: catch race in mas_alloc_cyclic()Liam R. Howlett (Oracle)
2026-07-25maple_tree: add bulk parent set helperLiam R. Howlett (Oracle)
2026-07-25maple_tree: micro optimisation of mas_wr_store_type()Liam R. Howlett (Oracle)
2026-07-25maple_tree: optimise mas_wr_node_store() when not in rcu modeLiam R. Howlett (Oracle)
2026-07-25maple_tree: use prefetched value in mas_wr_store_type()Liam R. Howlett (Oracle)
2026-07-25maple_tree: clarify comments on mas_nomem()Liam R. Howlett (Oracle)
2026-07-25maple_tree: drop dead code from mas_extend_spanning_null()Liam R. Howlett (Oracle)
2026-07-25maple_tree: add write lock checking with lockdep sequence numbersLiam R. Howlett (Oracle)
2026-07-25maple_tree: add rcu locking check when LOCKDEP is enabledLiam R. Howlett (Oracle)
2026-07-25mm: move alloc tag to mmLorenzo Stoakes