summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2026-04-14Merge tag 'locking-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-14Merge tag 'timers-vdso-2026-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-14Merge tag 'timers-core-2026-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-14Merge tag 'core-debugobjects-2026-04-12' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2026-04-14Merge tag 'bitmap-for-v7.1' of https://github.com/norov/linuxLinus Torvalds
2026-04-13Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2026-04-13Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-13Merge tag 'audit-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-13Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds
2026-04-13Merge branch 'nocache-cleanup'Linus Torvalds
2026-04-11Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2026-04-09lib/prime_numbers: drop temporary buffer in dump_primes()Yury Norov
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda
2026-04-02lib/crc: arm64: Simplify intrinsics implementationArd Biesheuvel
2026-04-02lib/crc: arm64: Use existing macros for kernel-mode FPU cflagsArd Biesheuvel
2026-04-02lib/crc: arm64: Drop unnecessary chunking logic from crc64Ard Biesheuvel
2026-04-02lib/crc: arm64: Assume a little-endian kernelEric Biggers
2026-04-01bitmap: introduce bitmap_weighted_xor()Yury Norov
2026-04-01lib/crypto: arm64: Assume a little-endian kernelEric Biggers
2026-04-01lib/crypto: arm64/sha3: Remove obsolete chunking logicEric Biggers
2026-04-01lib/crypto: arm64/sha512: Remove obsolete chunking logicEric Biggers
2026-04-01lib/crypto: arm64/sha256: Remove obsolete chunking logicEric Biggers
2026-04-01lib/crypto: arm64/sha1: Remove obsolete chunking logicEric Biggers
2026-04-01lib/crypto: arm64/poly1305: Remove obsolete chunking logicEric Biggers
2026-04-01lib/crypto: arm64/gf128hash: Remove obsolete chunking logicEric Biggers
2026-04-01lib/crypto: arm64/chacha: Remove obsolete chunking logicEric Biggers
2026-04-01lib/crypto: arm64/aes: Remove obsolete chunking logicEric Biggers
2026-03-31lib/crypto: Include <crypto/utils.h> instead of <crypto/algapi.h>Eric Biggers
2026-03-31lib/crypto: aesgcm: Don't disable IRQs during AES block encryptionEric Biggers
2026-03-31lib/crypto: aescfb: Don't disable IRQs during AES block encryptionEric Biggers
2026-03-30x86-64/arm64/powerpc: clean up and rename __copy_from_user_flushcacheLinus Torvalds
2026-03-30x86: rename and clean up __copy_from_user_inatomic_nocache()Linus Torvalds
2026-03-30Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-03-30lib/crypto: tests: Migrate ChaCha20Poly1305 self-test to KUnitEric Biggers
2026-03-30lib/crypto: sparc: Drop optimized MD5 codeEric Biggers
2026-03-30lib/crypto: mips: Drop optimized MD5 codeEric Biggers
2026-03-30kbuild: rust: provide an option to inline C helpers into RustGary Guo
2026-03-29lib/crc: arm64: add NEON accelerated CRC64-NVMe implementationDemian Shulhan
2026-03-27bug: avoid format attribute warning for clang as wellArnd Bergmann
2026-03-27lib/crypto: chacha: Zeroize permuted_state before it leaves scopeEric Biggers
2026-03-26vdso/timens: Move functions to new fileThomas Weißschuh
2026-03-25debugobjects: Drop likely() around !IS_ERR_OR_NULL()Philipp Hahn
2026-03-24bitmap: add test_zero_nbits()Yury Norov
2026-03-24compiler: Simplify generic RELOC_HIDE()Marco Elver
2026-03-23lib: Move crypto library tests to Runtime Testing menuEric Biggers
2026-03-23crypto: sm3 - Remove the original "sm3_block_generic()"Eric Biggers
2026-03-23lib/crypto: x86/sm3: Migrate optimized code into libraryEric Biggers
2026-03-23lib/crypto: riscv/sm3: Migrate optimized code into libraryEric Biggers
2026-03-23lib/crypto: arm64/sm3: Migrate optimized code into libraryEric Biggers