summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2026-07-27Merge branch 'mm-nonmm-unstable' of https://git.kernel.org/pub/scm/linux/kern...Mark Brown
2026-07-26lib/test_hmm: remove dead NULL checks after GFP_NOFAIL allocationsGou Hao
2026-07-26kcov: fix data corruption and race conditions on PREEMPT_RTTetsuo Handa
2026-07-26lib/ucs2_string.c: fix indentationVincent Mailhol
2026-07-26lib/ucs2_string.c: fix out-of-bounds read in ucs2_strnlen()Vincent Mailhol
2026-07-26raid6/kunit: add a benchmarkChristoph Hellwig
2026-07-26raid6: improve the runtime selection benchmarkChristoph Hellwig
2026-07-26raid6: defer implementation selection when built-inChristoph Hellwig
2026-07-26raid6: enable lock context analysisChristoph Hellwig
2026-07-26xor/kunit: add a benchmarkChristoph Hellwig
2026-07-26xor/kunit: fix a spelling errorChristoph Hellwig
2026-07-26xor: improve the runtime selection benchmarkChristoph Hellwig
2026-07-26xor: enable lock context analysisChristoph Hellwig
2026-07-26Revert "printf: Compile the kunit test with DISABLE_BRANCH_PROFILING DISABLE_...Petr Mladek
2026-07-26lib/random32: convert selftest to KUnitKir Chou
2026-07-26lib/math: add KUnit test suite for polynomial_calc()Adi Nata
2026-07-26lib/xz: fix commentsLasse Collin
2026-07-26lib/xz: use size_t instead of uint32_t in a few placesLasse Collin
2026-07-26lib/string: fix memchr_inv() for large rangesBradley Morgan
2026-07-26lib/idr: fix ida_find_first_range() missing IDs across chunk boundariesJosh Law
2026-07-26lib/xz: replace min_t with minThorsten Blum
2026-07-26selftests/mm: add HMM test for mmap lock-dropping faultsStanislav Kinsburskii
2026-07-26alloc_tag: add ioctl to /proc/allocinfoSuren Baghdasaryan
2026-07-26lib/maple_tree: add missing spaces after switch keywordWatson Wheeler
2026-07-26radix-tree: fix kmemleak false positives on tree head reassignmentBreno Leitao
2026-07-26lib/test_hmm: fail dmirror_fault() when the mirrored mm is goneStanislav Kinsburskii
2026-07-26maple_tree: add helper mas_make_walkable()Liam R. Howlett (Oracle)
2026-07-26maple_tree: avoid extra gap calculationLiam R. Howlett (Oracle)
2026-07-26maple_tree: WARN_ON_ONCE when allocations failLiam R. Howlett (Oracle)
2026-07-26maple_tree: document that erase may use GFP_KERNEL for allocationsLiam R. Howlett (Oracle)
2026-07-26maple_tree: catch race in mas_alloc_cyclic()Liam R. Howlett (Oracle)
2026-07-26maple_tree: add bulk parent set helperLiam R. Howlett (Oracle)
2026-07-26maple_tree: micro optimisation of mas_wr_store_type()Liam R. Howlett (Oracle)
2026-07-26maple_tree: optimise mas_wr_node_store() when not in rcu modeLiam R. Howlett (Oracle)
2026-07-26maple_tree: use prefetched value in mas_wr_store_type()Liam R. Howlett (Oracle)
2026-07-26maple_tree: clarify comments on mas_nomem()Liam R. Howlett (Oracle)
2026-07-26maple_tree: drop dead code from mas_extend_spanning_null()Liam R. Howlett (Oracle)
2026-07-26maple_tree: add write lock checking with lockdep sequence numbersLiam R. Howlett (Oracle)
2026-07-26maple_tree: add rcu locking check when LOCKDEP is enabledLiam R. Howlett (Oracle)
2026-07-26mm: move alloc tag to mmLorenzo Stoakes
2026-07-26percpu_ref: fix documentation of maximum valueMatthew Wilcox (Oracle)
2026-07-20lib: test_hmm: use device devt for coherent device range selectionStanislav Kinsburskii
2026-07-20Merge tag 'v7.2-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-07-17Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-07-17rhashtable: clear stale iter->p on table restartCen Zhang (Microsoft)
2026-07-15Merge tag 'linux_kselftest-kunit-fixes-7.2-rc4' of git://git.kernel.org/pub/s...Linus Torvalds
2026-07-10bug: fix warning suppressions with kunit built as moduleBartosz Golaszewski
2026-07-09crypto: aes - Fix conditions for selecting MAC dependenciesEric Biggers
2026-07-07tracing: Prevent out-of-bounds read in glob matchingHuihui Huang
2026-07-05lib/crypto: md5: Remove support for md5_mod_init_arch()Eric Biggers