summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-07-14Merge branch 'tip/sched/urgent'Peter Zijlstra
2025-07-13lib/test_vmalloc.c: introduce xfail for failing testsRaghavendra K T
2025-07-13maple tree: add some commentsDev Jain
2025-07-12Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton
2025-07-11lib/crypto: x86/poly1305: Fix performance regression on short messagesEric Biggers
2025-07-11lib/crypto: x86/poly1305: Fix register corruption in no-SIMD contextsEric Biggers
2025-07-11lib/crypto: arm64/poly1305: Fix register corruption in no-SIMD contextsEric Biggers
2025-07-11lib/crypto: arm/poly1305: Fix register corruption in no-SIMD contextsEric Biggers
2025-07-10kunit: fix longest symbol length testSergio González Collado
2025-07-10lib/smp_processor_id: Make migration check unconditional of SMPSebastian Andrzej Siewior
2025-07-09maple_tree: add testing for restoring maple state to activeLiam R. Howlett
2025-07-09maple_tree: fix status setup on restore to activeLiam R. Howlett
2025-07-09lib/test_vmalloc.c: restrict default test mask to avoid test warningsUladzislau Rezki (Sony)
2025-07-09lib/test_vmalloc.c: use late_initcall() if built-in for init orderingUladzislau Rezki (Sony)
2025-07-09maple tree: use goto label to simplify codeDev Jain
2025-07-09mm/percpu: conditionally define _shared_alloc_tag via CONFIG_ARCH_MODULE_NEED...Hao Ge
2025-07-09alloc_tag: keep codetag iterator active between read()David Wang
2025-07-09alloc_tag: add sequence number for module and iteratorDavid Wang
2025-07-09lib/test_hmm: reduce stack usageArnd Bergmann
2025-07-09xarray: add a BUG_ON() to ensure caller is not siblingDev Jain
2025-07-09maple_tree: fix mt_destroy_walk() on root leaf nodeWei Yang
2025-07-09lib/alloc_tag: do not acquire non-existent lock in alloc_tag_top_users()Harry Yoo
2025-07-09vdso/gettimeofday: Return bool from clock_getres() helpersThomas Weißschuh
2025-07-08bitmap: generalize node_random()Yury Norov [NVIDIA]
2025-07-08lib/crypto: hash_info: Move hash_info.c into lib/crypto/Eric Biggers
2025-07-04lib/crypto: x86/sha256: Remove unnecessary checks for nblocks==0Eric Biggers
2025-07-04lib/crypto: x86/sha256: Move static_call above kernel-mode FPU sectionEric Biggers
2025-07-04lib/crypto: sha256: Sync sha256_update() with sha512_update()Eric Biggers
2025-07-04lib/crypto: sha256: Consolidate into single moduleEric Biggers
2025-07-04lib/crypto: sha256: Remove sha256_is_arch_optimized()Eric Biggers
2025-07-04lib/crypto: sha256: Add HMAC-SHA224 and HMAC-SHA256 supportEric Biggers
2025-07-04lib/crypto: sha256: Propagate sha256_block_state type to implementationsEric Biggers
2025-07-04lib/crypto: sha256: Make library API use strongly-typed contextsEric Biggers
2025-07-04lib/crypto: sha256: Add sha224() and sha224_update()Eric Biggers
2025-07-04lib/crypto: sha256: Remove sha256_blocks_simd()Eric Biggers
2025-07-04lib/crypto: sha256: Reorder some codeEric Biggers
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-07-03Merge tag 'net-6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-07-01lib: test_objagg: Set error message in check_expect_hints_stats()Dan Carpenter
2025-07-01lib/group_cpus: Let group_cpu_evenly() return the number of initialized masksDaniel Wagner
2025-06-30lib/crc: Explicitly include <linux/export.h>Eric Biggers
2025-06-30lib/crc: Remove ARCH_HAS_* kconfig symbolsEric Biggers
2025-06-30lib/crc: x86: Migrate optimized CRC code into lib/crc/Eric Biggers
2025-06-30lib/crc: sparc: Migrate optimized CRC code into lib/crc/Eric Biggers
2025-06-30lib/crc: s390: Migrate optimized CRC code into lib/crc/Eric Biggers
2025-06-30lib/crc: riscv: Migrate optimized CRC code into lib/crc/Eric Biggers
2025-06-30lib/crc: powerpc: Migrate optimized CRC code into lib/crc/Eric Biggers
2025-06-30lib/crc: mips: Migrate optimized CRC code into lib/crc/Eric Biggers
2025-06-30lib/crc: loongarch: Migrate optimized CRC code into lib/crc/Eric Biggers
2025-06-30lib/crc: arm64: Migrate optimized CRC code into lib/crc/Eric Biggers