summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2026-08-10nmi: Export CPU backtrace APIs for loadable modulesMayank Rungta
2026-08-10Merge tag 'v7.2-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-08-10random: vDSO: Drop custom PAGE_SIZE definitionsThomas Weißschuh
2026-08-10preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITSBoqun Feng
2026-08-10Merge tag 'v7.2-rc7' into driver-core-nextDanilo Krummrich
2026-08-06block: rename bi_bvec_donePavel Begunkov
2026-08-05lib/test_hmm: remove dead NULL checks after GFP_NOFAIL allocationsGou Hao
2026-08-05kcov: fix data corruption and race conditions on PREEMPT_RTTetsuo Handa
2026-08-05lib/ucs2_string.c: fix indentationVincent Mailhol
2026-08-05lib/ucs2_string.c: fix out-of-bounds read in ucs2_strnlen()Vincent Mailhol
2026-08-05sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTLOleg Nesterov
2026-08-04selftests/mm: add HMM test for mmap lock-dropping faultsStanislav Kinsburskii
2026-08-04lib/maple_tree: add missing spaces after switch keywordWatson Wheeler
2026-08-04slub_kunit: extend the test for kfree_rcu_nolock()Harry Yoo (Oracle)
2026-08-03raid6/kunit: add a benchmarkChristoph Hellwig
2026-08-03raid6: improve the runtime selection benchmarkChristoph Hellwig
2026-08-03raid6: defer implementation selection when built-inChristoph Hellwig
2026-08-03raid6: enable lock context analysisChristoph Hellwig
2026-08-03xor/kunit: add a benchmarkChristoph Hellwig
2026-08-03xor/kunit: fix a spelling errorChristoph Hellwig
2026-08-03xor: improve the runtime selection benchmarkChristoph Hellwig
2026-08-03xor: enable lock context analysisChristoph Hellwig
2026-08-03Revert "printf: Compile the kunit test with DISABLE_BRANCH_PROFILING DISABLE_...Petr Mladek
2026-08-03lib/random32: convert selftest to KUnitKir Chou
2026-08-03lib/math: add KUnit test suite for polynomial_calc()Adi Nata
2026-08-03lib/string: fix memchr_inv() for large rangesBradley Morgan
2026-07-31block: validate user space vectors during extractionKeith Busch
2026-07-31seq_file: rename mangle_path to seq_mangle_pathJohannes Berg
2026-07-31lockref: tidy up dead count handlingMateusz Guzik
2026-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2026-07-30lib/test_hmm: fail dmirror_fault() when the mirrored mm is goneStanislav Kinsburskii
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-07-30rhashtable: fix false-positive lockdep splat on rhltable destructionFlorian Westphal
2026-07-29mm/slab, slub_kunit: register kprobe to trigger _nolock APIsHarry Yoo (Oracle)
2026-07-28mm: move alloc tag to mmLorenzo Stoakes
2026-07-28percpu_ref: fix documentation of maximum valueMatthew Wilcox (Oracle)
2026-07-28lib: test bitmap vs IDA vs Maple Tree performance for region allocationsYury Norov
2026-07-28Merge tag 'hardening-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-07-27Merge tag 'mm-hotfixes-stable-2026-07-27-14-18' of git://git.kernel.org/pub/s...Linus Torvalds
2026-07-27Merge tag 'for-next-keys-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-07-24Merge tag 'slab-for-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-07-23lib/crypto: aesgcm: Remove old AES-GCM libraryEric Biggers
2026-07-23assoc_array: trim the final shortcut word using the current chunk endMichael Bommarito
2026-07-22bitmap: Return size when no zero area is foundYury Norov
2026-07-22bitmap: Properly initialise destination bitmap for scatter & gather testChristophe Leroy (CS GROUP)
2026-07-22lib/bitmap-str: get rid of cpumap_print_to_pagebuf()Yury Norov
2026-07-22lib: bitmap: optimize bitmap_find_next_zero_area_off()sunyi
2026-07-22lib: bitmap: add tests for bitmap_find_next_zero_area_off()sunyi
2026-07-22lib/crypto: aes: Add CCM supportEric Biggers