summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2026-04-14Merge tag 'locking-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+19
2026-04-14Merge tag 'timers-vdso-2026-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-118/+106
2026-04-14Merge tag 'timers-core-2026-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+31
2026-04-14Merge tag 'core-debugobjects-2026-04-12' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2026-04-14Merge tag 'bitmap-for-v7.1' of https://github.com/norov/linuxLinus Torvalds6-36/+144
2026-04-14Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds8-47/+169
2026-04-14Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds64-1502/+6778
2026-04-14Merge tag 'audit-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2026-04-13Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds1-0/+17
2026-04-13Merge branch 'nocache-cleanup'Linus Torvalds1-2/+2
2026-04-11Merge branch 'timers/urgent' into timers/coreThomas Gleixner4-6/+11
2026-04-09lib/prime_numbers: drop temporary buffer in dump_primes()Yury Norov1-4/+2
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner2-9/+12
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda2-4/+8
2026-04-03lib/crc: arm64: Simplify intrinsics implementationArd Biesheuvel1-45/+32
2026-04-03lib/crc: arm64: Use existing macros for kernel-mode FPU cflagsArd Biesheuvel1-3/+2
2026-04-03lib/crc: arm64: Drop unnecessary chunking logic from crc64Ard Biesheuvel1-7/+5
2026-04-03lib/crc: arm64: Assume a little-endian kernelEric Biggers2-35/+30
2026-04-02bitmap: introduce bitmap_weighted_xor()Yury Norov1-0/+7
2026-04-01lib/crypto: arm64: Assume a little-endian kernelEric Biggers7-65/+36
2026-04-01lib/crypto: arm64/sha3: Remove obsolete chunking logicEric Biggers2-16/+7
2026-04-01lib/crypto: arm64/sha512: Remove obsolete chunking logicEric Biggers2-18/+9
2026-04-01lib/crypto: arm64/sha256: Remove obsolete chunking logicEric Biggers2-30/+13
2026-04-01lib/crypto: arm64/sha1: Remove obsolete chunking logicEric Biggers2-20/+9
2026-04-01lib/crypto: arm64/poly1305: Remove obsolete chunking logicEric Biggers1-10/+4
2026-04-01lib/crypto: arm64/gf128hash: Remove obsolete chunking logicEric Biggers1-20/+4
2026-04-01lib/crypto: arm64/chacha: Remove obsolete chunking logicEric Biggers1-12/+4
2026-04-01lib/crypto: arm64/aes: Remove obsolete chunking logicEric Biggers2-27/+16
2026-04-01lib/crypto: Include <crypto/utils.h> instead of <crypto/algapi.h>Eric Biggers3-4/+4
2026-04-01lib/crypto: aesgcm: Don't disable IRQs during AES block encryptionEric Biggers1-22/+3
2026-04-01lib/crypto: aescfb: Don't disable IRQs during AES block encryptionEric Biggers1-22/+3
2026-03-31x86-64/arm64/powerpc: clean up and rename __copy_from_user_flushcacheLinus Torvalds1-1/+1
2026-03-31x86: rename and clean up __copy_from_user_inatomic_nocache()Linus Torvalds1-1/+1
2026-03-30Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+4
2026-03-30lib/crypto: tests: Migrate ChaCha20Poly1305 self-test to KUnitEric Biggers6-760/+760
2026-03-30lib/crypto: sparc: Drop optimized MD5 codeEric Biggers4-120/+0
2026-03-30lib/crypto: mips: Drop optimized MD5 codeEric Biggers2-66/+0
2026-03-30kbuild: rust: provide an option to inline C helpers into RustGary Guo1-0/+17
2026-03-29lib/crc: arm64: add NEON accelerated CRC64-NVMe implementationDemian Shulhan4-1/+116
2026-03-28bug: avoid format attribute warning for clang as wellArnd Bergmann1-5/+2
2026-03-27lib/crypto: chacha: Zeroize permuted_state before it leaves scopeEric Biggers1-0/+4
2026-03-26vdso/timens: Move functions to new fileThomas Weißschuh1-25/+0
2026-03-25debugobjects: Drop likely() around !IS_ERR_OR_NULL()Philipp Hahn1-1/+1
2026-03-24bitmap: add test_zero_nbits()Yury Norov2-0/+59
2026-03-24compiler: Simplify generic RELOC_HIDE()Marco Elver1-0/+11
2026-03-24lib: Move crypto library tests to Runtime Testing menuEric Biggers2-6/+2
2026-03-24crypto: sm3 - Remove the original "sm3_block_generic()"Eric Biggers1-16/+3
2026-03-24lib/crypto: x86/sm3: Migrate optimized code into libraryEric Biggers4-0/+557
2026-03-24lib/crypto: riscv/sm3: Migrate optimized code into libraryEric Biggers4-0/+166
2026-03-24lib/crypto: arm64/sm3: Migrate optimized code into libraryEric Biggers5-3/+790