summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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-14lib/test_vmalloc.c: introduce xfail for failing testsRaghavendra K T1-15/+21
2025-07-14maple tree: add some commentsDev Jain1-1/+7
2025-07-13Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton2-0/+4
2025-07-12lib/crypto: x86/poly1305: Fix performance regression on short messagesEric Biggers1-0/+8
2025-07-12lib/crypto: x86/poly1305: Fix register corruption in no-SIMD contextsEric Biggers1-1/+39
2025-07-12lib/crypto: arm64/poly1305: Fix register corruption in no-SIMD contextsEric Biggers1-1/+2
2025-07-12lib/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-10lib: test_objagg: split test_hints_case() into two functionsArnd Bergmann1-32/+45
2025-07-10lib/raid6: replace custom zero page with ZERO_PAGEHerbert Xu8-27/+24
2025-07-10mul_u64_u64_div_u64: fix the division-by-zero behaviorNicolas Pitre1-6/+7
2025-07-10maple_tree: add testing for restoring maple state to activeLiam R. Howlett1-0/+32
2025-07-10maple_tree: fix status setup on restore to activeLiam R. Howlett1-7/+18
2025-07-10lib/test_vmalloc.c: restrict default test mask to avoid test warningsUladzislau Rezki (Sony)1-1/+1
2025-07-10lib/test_vmalloc.c: use late_initcall() if built-in for init orderingUladzislau Rezki (Sony)1-0/+4
2025-07-10maple tree: use goto label to simplify codeDev Jain1-5/+2
2025-07-10mm/percpu: conditionally define _shared_alloc_tag via CONFIG_ARCH_MODULE_NEED...Hao Ge1-0/+2
2025-07-10alloc_tag: keep codetag iterator active between read()David Wang1-19/+10
2025-07-10alloc_tag: add sequence number for module and iteratorDavid Wang1-3/+14
2025-07-10lib/test_hmm: reduce stack usageArnd Bergmann1-7/+7
2025-07-10xarray: add a BUG_ON() to ensure caller is not siblingDev Jain1-0/+3
2025-07-10maple_tree: fix mt_destroy_walk() on root leaf nodeWei Yang1-0/+1
2025-07-10lib/alloc_tag: do not acquire non-existent lock in alloc_tag_top_users()Harry Yoo1-0/+3
2025-07-09vdso/gettimeofday: Return bool from clock_getres() helpersThomas Weißschuh1-11/+13
2025-07-09bitmap: generalize node_random()Yury Norov [NVIDIA]1-0/+24
2025-07-08lib/crypto: hash_info: Move hash_info.c into lib/crypto/Eric Biggers3-0/+68
2025-07-04lib/crypto: x86/sha256: Remove unnecessary checks for nblocks==0Eric Biggers4-10/+0
2025-07-04lib/crypto: x86/sha256: Move static_call above kernel-mode FPU sectionEric Biggers5-34/+25
2025-07-04lib/crypto: sha256: Sync sha256_update() with sha512_update()Eric Biggers1-3/+25
2025-07-04lib/crypto: sha256: Consolidate into single moduleEric Biggers26-390/+281
2025-07-04lib/crypto: sha256: Remove sha256_is_arch_optimized()Eric Biggers7-44/+0
2025-07-04lib/crypto: sha256: Add HMAC-SHA224 and HMAC-SHA256 supportEric Biggers1-5/+142
2025-07-04lib/crypto: sha256: Propagate sha256_block_state type to implementationsEric Biggers15-34/+48
2025-07-04lib/crypto: sha256: Make library API use strongly-typed contextsEric Biggers1-27/+73
2025-07-04lib/crypto: sha256: Add sha224() and sha224_update()Eric Biggers1-0/+10
2025-07-04lib/crypto: sha256: Remove sha256_blocks_simd()Eric Biggers12-58/+34
2025-07-04lib/crypto: sha256: Reorder some codeEric Biggers1-6/+6
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni4-23/+46
2025-07-03Merge tag 'net-6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+3
2025-07-02lib: test_objagg: Set error message in check_expect_hints_stats()Dan Carpenter1-1/+3
2025-07-01lib/group_cpus: Let group_cpu_evenly() return the number of initialized masksDaniel Wagner1-8/+8
2025-06-30lib/crc: Explicitly include <linux/export.h>Eric Biggers9-12/+22