index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Lines
2025-08-29
lib/crypto: chacha: Consolidate into single module
Eric Biggers
-265
/
+122
2025-08-29
lib/crypto: chacha: Rename libchacha.c to chacha.c
Eric Biggers
-0
/
+1
2025-08-29
lib/crypto: chacha: Rename chacha.c to chacha-block-generic.c
Eric Biggers
-2
/
+2
2025-08-29
lib/crypto: chacha: Remove unused function chacha_is_arch_optimized()
Eric Biggers
-43
/
+0
2025-08-29
lib/crypto: riscv/poly1305: Import OpenSSL/CRYPTOGAMS implementation
Zhihang Shao
-1
/
+877
2025-08-29
lib/crypto: poly1305: Consolidate into single module
Eric Biggers
-415
/
+290
2025-08-29
lib/crypto: poly1305: Remove unused function poly1305_is_arch_optimized()
Eric Biggers
-32
/
+0
2025-08-28
KMSAN: Remove tautological checks
Nathan Chancellor
-10
/
+1
2025-08-28
objtool: Drop noinstr hack for KCSAN_WEAK_MEMORY
Nathan Chancellor
-6
/
+0
2025-08-28
lib/Kconfig.debug: Drop CLANG_VERSION check from DEBUG_INFO_DWARF_TOOLCHAIN_D...
Nathan Chancellor
-1
/
+1
2025-08-27
lib/crypto: Drop inline from all *_mod_init_arch() functions
Eric Biggers
-18
/
+18
2025-08-27
lib/crypto: tests: Add KUnit tests for MD5 and HMAC-MD5
Eric Biggers
-0
/
+236
2025-08-26
kunit: Add example parameterized test with direct dynamic parameter array setup
Marie Zhussupova
-0
/
+104
2025-08-26
kunit: Add example parameterized test with shared resource management using t...
Marie Zhussupova
-0
/
+113
2025-08-26
kunit: Enable direct registration of parameter arrays to a KUnit test
Marie Zhussupova
-0
/
+32
2025-08-26
kunit: Pass parameterized test context to generate_params()
Marie Zhussupova
-2
/
+3
2025-08-26
kunit: Introduce param_init/exit for parameterized test context management
Marie Zhussupova
-1
/
+26
2025-08-26
kunit: Add parent kunit for parameterized test context
Marie Zhussupova
-14
/
+20
2025-08-26
lib/crypto: sparc/md5: Migrate optimized code into library
Eric Biggers
-0
/
+120
2025-08-26
lib/crypto: powerpc/md5: Migrate optimized code into library
Eric Biggers
-0
/
+249
2025-08-26
lib/crypto: mips/md5: Migrate optimized code into library
Eric Biggers
-0
/
+66
2025-08-26
lib/crypto: md5: Add MD5 and HMAC-MD5 library functions
Eric Biggers
-0
/
+342
2025-08-26
lib/crypto: sha512: Use underlying functions instead of crypto_simd_usable()
Eric Biggers
-12
/
+6
2025-08-26
lib/crypto: sha256: Use underlying functions instead of crypto_simd_usable()
Eric Biggers
-16
/
+15
2025-08-25
ubsan: Fix incorrect hand-side used in handle
Junhui Pei
-3
/
+3
2025-08-21
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-9
/
+9
2025-08-16
lib/lzo: add unlikely hints to overrun checks
David Sterba
-4
/
+4
2025-08-15
lib/crc: Drop inline from all *_mod_init_arch() functions
Eric Biggers
-11
/
+11
2025-08-15
kunit: Always descend into kunit directory during build
Thomas Weißschuh
-5
/
+1
2025-08-14
lib/crypto: ensure generated *.S files are removed on make clean
Tal Zussman
-4
/
+4
2025-08-14
lib/crypto: sha: Update Kconfig help for SHA1 and SHA256
Eric Biggers
-5
/
+5
2025-08-14
Merge tag 'net-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-1
/
+1
2025-08-11
ref_tracker: use %p instead of %px in debugfs dentry name
Jeff Layton
-1
/
+1
2025-08-11
lib/crc: Use underlying functions instead of crypto_simd_usable()
Eric Biggers
-24
/
+20
2025-08-11
lib/crc: crc_kunit: Test CRC computation in interrupt contexts
Eric Biggers
-9
/
+53
2025-08-11
kunit, lib/crypto: Move run_irq_test() to common header
Eric Biggers
-119
/
+4
2025-08-09
Merge tag 'block-6.17-20250808' of git://git.kernel.dk/linux
Linus Torvalds
-29
/
+45
2025-08-07
lib/sbitmap: make sbitmap_get_shallow() internal
Yu Kuai
-2
/
+16
2025-08-07
lib/sbitmap: convert shallow_depth from one word to the whole sbitmap
Yu Kuai
-27
/
+29
2025-08-05
Merge commit 'linus' into core/bugs, to resolve conflicts
Ingo Molnar
-902
/
+42358
2025-08-04
Merge tag 'printk-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-9
/
+61
2025-08-04
Merge branch 'for-6.17-hash_pointers' into for-linus
Petr Mladek
-4
/
+57
2025-08-04
Merge branch 'for-6.15-printf-attribute' into for-linus
Petr Mladek
-5
/
+4
2025-08-03
Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-165
/
+556
2025-08-03
Merge tag 'modules-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-8
/
+0
2025-08-02
kho: add test for kexec handover
Mike Rapoport (Microsoft)
-0
/
+327
2025-08-02
stackdepot: make max number of pools boot-time configurable
Matt Fleming
-9
/
+58
2025-08-02
lib/xxhash: remove unused functions
Dr. David Alan Gilbert
-107
/
+0
2025-07-31
Merge tag 'bitmap-for-6.17' of https://github.com/norov/linux
Linus Torvalds
-0
/
+43
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-58
/
+121
[prev]
[next]