aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2026-08-13lib/xz: use size_t instead of uint32_t in a few placesLasse Collin2-21/+21
2026-08-13lib/xz: replace min_t with minThorsten Blum3-9/+8
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2026-08-10lib/crypto: aes-cmac: Use __cleanup() instead of memzero_explicit()Thomas Huth1-2/+1
2026-08-10lib/crypto: tests: Add KUnit test suite for AES-GCMEric Biggers4-0/+483
2026-08-10lib/crypto: tests: Add KUnit test suite for AES-CCMEric Biggers4-0/+367
2026-08-10lib/crypto: tests: Add aead-test-template.hEric Biggers1-0/+1039
2026-08-10lib/crypto: tests: Use per-test-case buffers in hash testsEric Biggers15-241/+193
2026-08-10lib/crypto: tests: Create test-utils.hEric Biggers6-99/+124
2026-08-10lib/crypto: aes: Add FIPS self-tests for GCM and CCMEric Biggers2-10/+90
2026-08-10lib/crypto: aes: Add FIPS self-tests for unauthenticated modesEric Biggers2-5/+210
2026-08-10lib/crypto: fips: Split fips.h into fips-aes.h and fips-sha.hEric Biggers7-10/+26
2026-08-10nmi: Export CPU backtrace APIs for loadable modulesMayank Rungta1-0/+7
2026-08-10Merge tag 'v7.2-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2026-08-10random: vDSO: Drop custom PAGE_SIZE definitionsThomas Weißschuh1-5/+1
2026-08-10preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITSBoqun Feng1-1/+1
2026-08-10Merge tag 'v7.2-rc7' into driver-core-nextDanilo Krummrich15-33/+84
2026-08-06block: rename bi_bvec_donePavel Begunkov1-1/+1
2026-08-05lib/test_hmm: remove dead NULL checks after GFP_NOFAIL allocationsGou Hao1-6/+0
2026-08-05kcov: fix data corruption and race conditions on PREEMPT_RTTetsuo Handa1-2/+3
2026-08-05lib/ucs2_string.c: fix indentationVincent Mailhol1-18/+18
2026-08-05lib/ucs2_string.c: fix out-of-bounds read in ucs2_strnlen()Vincent Mailhol1-1/+1
2026-08-05sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTLOleg Nesterov2-2/+2
2026-08-04selftests/mm: add HMM test for mmap lock-dropping faultsStanislav Kinsburskii2-1/+107
2026-08-04lib/maple_tree: add missing spaces after switch keywordWatson Wheeler1-4/+4
2026-08-04slub_kunit: extend the test for kfree_rcu_nolock()Harry Yoo (Oracle)1-17/+30
2026-08-03raid6/kunit: add a benchmarkChristoph Hellwig2-1/+71
2026-08-03raid6: improve the runtime selection benchmarkChristoph Hellwig1-42/+35
2026-08-03raid6: defer implementation selection when built-inChristoph Hellwig1-4/+21
2026-08-03raid6: enable lock context analysisChristoph Hellwig1-0/+2
2026-08-03xor/kunit: add a benchmarkChristoph Hellwig2-0/+68
2026-08-03xor/kunit: fix a spelling errorChristoph Hellwig1-1/+1
2026-08-03xor: improve the runtime selection benchmarkChristoph Hellwig1-29/+26
2026-08-03xor: enable lock context analysisChristoph Hellwig2-0/+4
2026-08-03Revert "printf: Compile the kunit test with DISABLE_BRANCH_PROFILING DISABLE_BRANCH_PROFILING"Petr Mladek1-2/+0
2026-08-03lib/random32: convert selftest to KUnitKir Chou5-180/+202
2026-08-03lib/math: add KUnit test suite for polynomial_calc()Adi Nata3-0/+288
2026-08-03lib/string: fix memchr_inv() for large rangesBradley Morgan1-1/+2
2026-07-31block: validate user space vectors during extractionKeith Busch1-1/+8
2026-07-31seq_file: rename mangle_path to seq_mangle_pathJohannes Berg1-1/+1
2026-07-31lockref: tidy up dead count handlingMateusz Guzik1-1/+1
2026-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-1/+2
2026-07-30lib/test_hmm: fail dmirror_fault() when the mirrored mm is goneStanislav Kinsburskii1-1/+1
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-2/+13
2026-07-30rhashtable: fix false-positive lockdep splat on rhltable destructionFlorian Westphal1-1/+1
2026-07-29mm/slab, slub_kunit: register kprobe to trigger _nolock APIsHarry Yoo (Oracle)1-46/+121
2026-07-28mm: move alloc tag to mmLorenzo Stoakes2-29/+0
2026-07-28percpu_ref: fix documentation of maximum valueMatthew Wilcox (Oracle)1-1/+1
2026-07-28lib: test bitmap vs IDA vs Maple Tree performance for region allocationsYury Norov3-0/+231
2026-07-28Merge tag 'hardening-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+1