summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2025-07-09maple_tree: fix status setup on restore to activeLiam R. Howlett-7/+18
2025-07-09lib/test_vmalloc.c: restrict default test mask to avoid test warningsUladzislau Rezki (Sony)-1/+1
2025-07-09lib/test_vmalloc.c: use late_initcall() if built-in for init orderingUladzislau Rezki (Sony)-0/+4
2025-07-09maple tree: use goto label to simplify codeDev Jain-5/+2
2025-07-09mm/percpu: conditionally define _shared_alloc_tag via CONFIG_ARCH_MODULE_NEED...Hao Ge-0/+2
2025-07-09alloc_tag: keep codetag iterator active between read()David Wang-19/+10
2025-07-09alloc_tag: add sequence number for module and iteratorDavid Wang-3/+14
2025-07-09lib/test_hmm: reduce stack usageArnd Bergmann-7/+7
2025-07-09xarray: add a BUG_ON() to ensure caller is not siblingDev Jain-0/+3
2025-07-09maple_tree: fix mt_destroy_walk() on root leaf nodeWei Yang-0/+1
2025-07-09lib/alloc_tag: do not acquire non-existent lock in alloc_tag_top_users()Harry Yoo-0/+3
2025-07-09vdso/gettimeofday: Return bool from clock_getres() helpersThomas Weißschuh-11/+13
2025-07-08bitmap: generalize node_random()Yury Norov [NVIDIA]-0/+24
2025-07-08lib/crypto: hash_info: Move hash_info.c into lib/crypto/Eric Biggers-0/+68
2025-07-04lib/crypto: x86/sha256: Remove unnecessary checks for nblocks==0Eric Biggers-10/+0
2025-07-04lib/crypto: x86/sha256: Move static_call above kernel-mode FPU sectionEric Biggers-34/+25
2025-07-04lib/crypto: sha256: Sync sha256_update() with sha512_update()Eric Biggers-3/+25
2025-07-04lib/crypto: sha256: Consolidate into single moduleEric Biggers-390/+281
2025-07-04lib/crypto: sha256: Remove sha256_is_arch_optimized()Eric Biggers-44/+0
2025-07-04lib/crypto: sha256: Add HMAC-SHA224 and HMAC-SHA256 supportEric Biggers-5/+142
2025-07-04lib/crypto: sha256: Propagate sha256_block_state type to implementationsEric Biggers-34/+48
2025-07-04lib/crypto: sha256: Make library API use strongly-typed contextsEric Biggers-27/+73
2025-07-04lib/crypto: sha256: Add sha224() and sha224_update()Eric Biggers-0/+10
2025-07-04lib/crypto: sha256: Remove sha256_blocks_simd()Eric Biggers-58/+34
2025-07-04lib/crypto: sha256: Reorder some codeEric Biggers-6/+6
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-23/+46
2025-07-03Merge tag 'net-6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1/+3
2025-07-01lib: test_objagg: Set error message in check_expect_hints_stats()Dan Carpenter-1/+3
2025-07-01lib/group_cpus: Let group_cpu_evenly() return the number of initialized masksDaniel Wagner-8/+8
2025-06-30lib/crc: Explicitly include <linux/export.h>Eric Biggers-12/+22
2025-06-30lib/crc: Remove ARCH_HAS_* kconfig symbolsEric Biggers-9/+0
2025-06-30lib/crc: x86: Migrate optimized CRC code into lib/crc/Eric Biggers-0/+1389
2025-06-30lib/crc: sparc: Migrate optimized CRC code into lib/crc/Eric Biggers-0/+89
2025-06-30lib/crc: s390: Migrate optimized CRC code into lib/crc/Eric Biggers-0/+495
2025-06-30lib/crc: riscv: Migrate optimized CRC code into lib/crc/Eric Biggers-0/+595
2025-06-30lib/crc: powerpc: Migrate optimized CRC code into lib/crc/Eric Biggers-0/+2575
2025-06-30lib/crc: mips: Migrate optimized CRC code into lib/crc/Eric Biggers-0/+163
2025-06-30lib/crc: loongarch: Migrate optimized CRC code into lib/crc/Eric Biggers-0/+116
2025-06-30lib/crc: arm64: Migrate optimized CRC code into lib/crc/Eric Biggers-0/+980
2025-06-30lib/crc: arm: Migrate optimized CRC code into lib/crc/Eric Biggers-0/+934
2025-06-30lib/crc: Prepare for arch-optimized code in subdirs of lib/crc/Eric Biggers-34/+152
2025-06-30lib/crc: Move files into lib/crc/Eric Biggers-154/+156
2025-06-30lib/crc32: Remove unused combination supportEric Biggers-105/+1
2025-06-30lib/crypto: mips/chacha: Fix clang build and remove unneeded byteswapEric Biggers-13/+7
2025-06-30lib/crypto: x86: Move arch/x86/lib/crypto/ into lib/crypto/Eric Biggers-1/+9666
2025-06-30lib/crypto: sparc: Move arch/sparc/lib/crypto/ into lib/crypto/Eric Biggers-1/+156
2025-06-30lib/crypto: s390: Move arch/s390/lib/crypto/ into lib/crypto/Eric Biggers-1/+1047
2025-06-30lib/crypto: riscv: Move arch/riscv/lib/crypto/ into lib/crypto/Eric Biggers-1/+689
2025-06-30lib/crypto: powerpc: Move arch/powerpc/lib/crypto/ into lib/crypto/Eric Biggers-1/+2533
2025-06-30lib/crypto: mips: Move arch/mips/lib/crypto/ into lib/crypto/Eric Biggers-1/+1867