aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-19panic: generalize panic_print's function to show sys infoFeng Tang2-1/+33
2025-07-18vdso/gettimeofday: Add support for auxiliary clocksThomas Weißschuh1-1/+48
2025-07-18vdso/gettimeofday: Introduce vdso_get_timestamp()Thomas Weißschuh1-19/+24
2025-07-18vdso/gettimeofday: Introduce vdso_set_timespec()Thomas Weißschuh1-18/+14
2025-07-18vdso/gettimeofday: Introduce vdso_clockid_valid()Thomas Weißschuh1-4/+8
2025-07-18vdso/gettimeofday: Return bool from clock_gettime() helpersThomas Weißschuh1-34/+36
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+4
2025-07-16kunit: test: Export kunit_attach_mm()Tiffany Yang1-2/+2
2025-07-14kunit/fortify: Add back "volatile" for sizeof() constantsKees Cook1-2/+2
2025-07-14lib/crypto: tests: Add KUnit tests for SHA-1 and HMAC-SHA1Eric Biggers4-0/+262
2025-07-14lib/crypto: tests: Add KUnit tests for Poly1305Eric Biggers4-0/+361
2025-07-14lib/crypto: tests: Add KUnit tests for SHA-384 and SHA-512Eric Biggers6-0/+723
2025-07-14lib/crypto: tests: Add KUnit tests for SHA-224 and SHA-256Eric Biggers8-0/+590
2025-07-14lib/crypto: tests: Add hash-test-template.h and gen-hash-testvecs.pyEric Biggers1-0/+683
2025-07-14lib/crypto: x86/sha1: Migrate optimized code into libraryEric Biggers6-0/+1625
2025-07-14lib/crypto: sparc/sha1: Migrate optimized code into libraryEric Biggers4-0/+117
2025-07-14lib/crypto: s390/sha1: Migrate optimized code into libraryEric Biggers2-0/+29
2025-07-14lib/crypto: powerpc/sha1: Migrate optimized code into libraryEric Biggers5-0/+554
2025-07-14lib/crypto: mips/sha1: Migrate optimized code into libraryEric Biggers2-0/+82
2025-07-14lib/crypto: arm64/sha1: Migrate optimized code into libraryEric Biggers4-0/+171
2025-07-14lib/crypto: arm/sha1: Migrate optimized code into libraryEric Biggers6-0/+1315
2025-07-14lib/crypto: sha1: Add HMAC supportEric Biggers1-3/+105
2025-07-14lib/crypto: sha1: Add SHA-1 library functionsEric Biggers3-7/+124
2025-07-14lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()Eric Biggers1-3/+3
2025-07-14lib/crypto: sha2: Add hmac_sha*_init_usingrawkey()Eric Biggers2-34/+74
2025-07-14lib/crypto: arm/poly1305: Remove unneeded empty weak functionEric Biggers2-6/+1
2025-07-14Merge branch 'tip/sched/urgent'Peter Zijlstra10-56/+90
2025-07-13lib/test_vmalloc.c: introduce xfail for failing testsRaghavendra K T1-15/+21
2025-07-13maple tree: add some commentsDev Jain1-1/+7
2025-07-12Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton2-0/+4
2025-07-11lib/crypto: x86/poly1305: Fix performance regression on short messagesEric Biggers1-0/+8
2025-07-11lib/crypto: x86/poly1305: Fix register corruption in no-SIMD contextsEric Biggers1-1/+39
2025-07-11lib/crypto: arm64/poly1305: Fix register corruption in no-SIMD contextsEric Biggers1-1/+2
2025-07-11lib/crypto: arm/poly1305: Fix register corruption in no-SIMD contextsEric Biggers1-1/+2
2025-07-10kunit: fix longest symbol length testSergio González Collado2-2/+2
2025-07-10lib/smp_processor_id: Make migration check unconditional of SMPSebastian Andrzej Siewior1-2/+0
2025-07-09lib: test_objagg: split test_hints_case() into two functionsArnd Bergmann1-32/+45
2025-07-09lib/raid6: replace custom zero page with ZERO_PAGEHerbert Xu8-27/+24
2025-07-09mul_u64_u64_div_u64: fix the division-by-zero behaviorNicolas Pitre1-6/+7
2025-07-09maple_tree: add testing for restoring maple state to activeLiam R. Howlett1-0/+32
2025-07-09maple_tree: fix status setup on restore to activeLiam R. Howlett1-7/+18
2025-07-09lib/test_vmalloc.c: restrict default test mask to avoid test warningsUladzislau Rezki (Sony)1-1/+1
2025-07-09lib/test_vmalloc.c: use late_initcall() if built-in for init orderingUladzislau Rezki (Sony)1-0/+4
2025-07-09maple tree: use goto label to simplify codeDev Jain1-5/+2
2025-07-09mm/percpu: conditionally define _shared_alloc_tag via CONFIG_ARCH_MODULE_NEEDS_WEAK_PER_CPUHao Ge1-0/+2
2025-07-09alloc_tag: keep codetag iterator active between read()David Wang1-19/+10
2025-07-09alloc_tag: add sequence number for module and iteratorDavid Wang1-3/+14
2025-07-09lib/test_hmm: reduce stack usageArnd Bergmann1-7/+7
2025-07-09xarray: add a BUG_ON() to ensure caller is not siblingDev Jain1-0/+3
2025-07-09maple_tree: fix mt_destroy_walk() on root leaf nodeWei Yang1-0/+1