summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2026-08-13lib/xz: use size_t instead of uint32_t in a few placesLasse Collin
2026-08-13lib/xz: replace min_t with minThorsten Blum
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-10lib/crypto: aes-cmac: Use __cleanup() instead of memzero_explicit()Thomas Huth
2026-08-10lib/crypto: tests: Add KUnit test suite for AES-GCMEric Biggers
2026-08-10lib/crypto: tests: Add KUnit test suite for AES-CCMEric Biggers
2026-08-10lib/crypto: tests: Add aead-test-template.hEric Biggers
2026-08-10lib/crypto: tests: Use per-test-case buffers in hash testsEric Biggers
2026-08-10lib/crypto: tests: Create test-utils.hEric Biggers
2026-08-10lib/crypto: aes: Add FIPS self-tests for GCM and CCMEric Biggers
2026-08-10lib/crypto: aes: Add FIPS self-tests for unauthenticated modesEric Biggers
2026-08-10lib/crypto: fips: Split fips.h into fips-aes.h and fips-sha.hEric Biggers
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