index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2025-07-14
Merge branch 'tip/sched/urgent'
Peter Zijlstra
2025-07-13
lib/test_vmalloc.c: introduce xfail for failing tests
Raghavendra K T
2025-07-13
maple tree: add some comments
Dev Jain
2025-07-12
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes which
Andrew Morton
2025-07-11
lib/crypto: x86/poly1305: Fix performance regression on short messages
Eric Biggers
2025-07-11
lib/crypto: x86/poly1305: Fix register corruption in no-SIMD contexts
Eric Biggers
2025-07-11
lib/crypto: arm64/poly1305: Fix register corruption in no-SIMD contexts
Eric Biggers
2025-07-11
lib/crypto: arm/poly1305: Fix register corruption in no-SIMD contexts
Eric Biggers
2025-07-10
kunit: fix longest symbol length test
Sergio González Collado
2025-07-10
lib/smp_processor_id: Make migration check unconditional of SMP
Sebastian Andrzej Siewior
2025-07-09
maple_tree: add testing for restoring maple state to active
Liam R. Howlett
2025-07-09
maple_tree: fix status setup on restore to active
Liam R. Howlett
2025-07-09
lib/test_vmalloc.c: restrict default test mask to avoid test warnings
Uladzislau Rezki (Sony)
2025-07-09
lib/test_vmalloc.c: use late_initcall() if built-in for init ordering
Uladzislau Rezki (Sony)
2025-07-09
maple tree: use goto label to simplify code
Dev Jain
2025-07-09
mm/percpu: conditionally define _shared_alloc_tag via CONFIG_ARCH_MODULE_NEED...
Hao Ge
2025-07-09
alloc_tag: keep codetag iterator active between read()
David Wang
2025-07-09
alloc_tag: add sequence number for module and iterator
David Wang
2025-07-09
lib/test_hmm: reduce stack usage
Arnd Bergmann
2025-07-09
xarray: add a BUG_ON() to ensure caller is not sibling
Dev Jain
2025-07-09
maple_tree: fix mt_destroy_walk() on root leaf node
Wei Yang
2025-07-09
lib/alloc_tag: do not acquire non-existent lock in alloc_tag_top_users()
Harry Yoo
2025-07-09
vdso/gettimeofday: Return bool from clock_getres() helpers
Thomas Weißschuh
2025-07-08
bitmap: generalize node_random()
Yury Norov [NVIDIA]
2025-07-08
lib/crypto: hash_info: Move hash_info.c into lib/crypto/
Eric Biggers
2025-07-04
lib/crypto: x86/sha256: Remove unnecessary checks for nblocks==0
Eric Biggers
2025-07-04
lib/crypto: x86/sha256: Move static_call above kernel-mode FPU section
Eric Biggers
2025-07-04
lib/crypto: sha256: Sync sha256_update() with sha512_update()
Eric Biggers
2025-07-04
lib/crypto: sha256: Consolidate into single module
Eric Biggers
2025-07-04
lib/crypto: sha256: Remove sha256_is_arch_optimized()
Eric Biggers
2025-07-04
lib/crypto: sha256: Add HMAC-SHA224 and HMAC-SHA256 support
Eric Biggers
2025-07-04
lib/crypto: sha256: Propagate sha256_block_state type to implementations
Eric Biggers
2025-07-04
lib/crypto: sha256: Make library API use strongly-typed contexts
Eric Biggers
2025-07-04
lib/crypto: sha256: Add sha224() and sha224_update()
Eric Biggers
2025-07-04
lib/crypto: sha256: Remove sha256_blocks_simd()
Eric Biggers
2025-07-04
lib/crypto: sha256: Reorder some code
Eric Biggers
2025-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2025-07-03
Merge tag 'net-6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2025-07-01
lib: test_objagg: Set error message in check_expect_hints_stats()
Dan Carpenter
2025-07-01
lib/group_cpus: Let group_cpu_evenly() return the number of initialized masks
Daniel Wagner
2025-06-30
lib/crc: Explicitly include <linux/export.h>
Eric Biggers
2025-06-30
lib/crc: Remove ARCH_HAS_* kconfig symbols
Eric Biggers
2025-06-30
lib/crc: x86: Migrate optimized CRC code into lib/crc/
Eric Biggers
2025-06-30
lib/crc: sparc: Migrate optimized CRC code into lib/crc/
Eric Biggers
2025-06-30
lib/crc: s390: Migrate optimized CRC code into lib/crc/
Eric Biggers
2025-06-30
lib/crc: riscv: Migrate optimized CRC code into lib/crc/
Eric Biggers
2025-06-30
lib/crc: powerpc: Migrate optimized CRC code into lib/crc/
Eric Biggers
2025-06-30
lib/crc: mips: Migrate optimized CRC code into lib/crc/
Eric Biggers
2025-06-30
lib/crc: loongarch: Migrate optimized CRC code into lib/crc/
Eric Biggers
2025-06-30
lib/crc: arm64: Migrate optimized CRC code into lib/crc/
Eric Biggers
[prev]
[next]