summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-09-07crypto: testmgr - Remove curve25519 kpp testsEric Biggers2-1231/+0
2025-09-07crypto: x86/curve25519 - Remove unused kpp supportEric Biggers2-98/+1
2025-09-07crypto: powerpc/curve25519 - Remove unused kpp supportEric Biggers2-106/+0
2025-09-07crypto: arm/curve25519 - Remove unused kpp supportEric Biggers2-77/+1
2025-09-07crypto: hisilicon/hpre - Remove unused curve25519 kpp supportEric Biggers2-400/+4
2025-08-29lib/crypto: tests: Add KUnit tests for BLAKE2sEric Biggers5-3/+407
2025-08-29lib/crypto: blake2s: Consolidate into single C translation unitEric Biggers12-111/+47
2025-08-29lib/crypto: blake2s: Move generic code into blake2s.cEric Biggers3-112/+94
2025-08-29lib/crypto: blake2s: Always enable arch-optimized BLAKE2s codeEric Biggers2-2/+2
2025-08-29lib/crypto: blake2s: Remove obsolete self-testEric Biggers4-664/+0
2025-08-29lib/crypto: x86/blake2s: Reduce size of BLAKE2S_SIGMA2Eric Biggers1-14/+14
2025-08-29lib/crypto: chacha: Consolidate into single moduleEric Biggers25-289/+126
2025-08-29lib/crypto: chacha: Rename libchacha.c to chacha.cEric Biggers2-0/+1
2025-08-29lib/crypto: chacha: Rename chacha.c to chacha-block-generic.cEric Biggers2-2/+2
2025-08-29lib/crypto: chacha: Remove unused function chacha_is_arch_optimized()Eric Biggers8-52/+0
2025-08-29crypto: chacha - register only "-lib" driversEric Biggers3-110/+29
2025-08-29arm: configs: Remove obsolete assignments to CRYPTO_CHACHA20_NEONEric Biggers4-4/+0
2025-08-29lib/crypto: riscv/poly1305: Import OpenSSL/CRYPTOGAMS implementationZhihang Shao4-1/+877
2025-08-29lib/crypto: poly1305: Consolidate into single moduleEric Biggers28-424/+299
2025-08-29lib/crypto: poly1305: Remove unused function poly1305_is_arch_optimized()Eric Biggers6-41/+0
2025-08-27lib/crypto: Drop inline from all *_mod_init_arch() functionsEric Biggers18-18/+18
2025-08-27lib/crypto: tests: Add KUnit tests for MD5 and HMAC-MD5Eric Biggers4-0/+236
2025-08-26crypto: md5 - Wrap library and add HMAC supportEric Biggers4-195/+172
2025-08-26lib/crypto: sparc/md5: Migrate optimized code into libraryEric Biggers7-188/+50
2025-08-26lib/crypto: powerpc/md5: Migrate optimized code into libraryEric Biggers9-111/+14
2025-08-26mips: cavium-octeon: Move octeon-crypto.c into parent dirEric Biggers3-7/+1
2025-08-26lib/crypto: mips/md5: Migrate optimized code into libraryEric Biggers6-227/+66
2025-08-26lib/crypto: md5: Add MD5 and HMAC-MD5 library functionsEric Biggers4-1/+522
2025-08-26lib/crypto: sha512: Use underlying functions instead of crypto_simd_usable()Eric Biggers4-12/+6
2025-08-26lib/crypto: sha256: Use underlying functions instead of crypto_simd_usable()Eric Biggers4-16/+15
2025-08-24Linux 6.17-rc3v6.17-rc3Linus Torvalds1-1/+1
2025-08-24Merge tag 'i2c-for-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-9/+13
2025-08-24Merge tag 'perf_urgent_for_v6.17_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+6
2025-08-24Merge tag 'x86_urgent_for_v6.17_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-5/+10
2025-08-24Merge tag 'mips-fixes_6.17_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+9
2025-08-24Merge tag 'modules-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+4
2025-08-23Merge tag 'char-misc-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-84/+158
2025-08-23Merge tag 'usb-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds20-97/+224
2025-08-23Merge tag 'trace-v6.17-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-25/+65
2025-08-23Merge tag 'driver-core-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-48/+318
2025-08-23Merge tag 'i2c-host-fixes-6.17-rc3' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang2-9/+13
2025-08-23ftrace: Also allocate and copy hash for reading of filter filesSteven Rostedt1-9/+10
2025-08-23Merge tag 'drm-fixes-2025-08-23-1' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds46-239/+382
2025-08-23ftrace: Fix potential warning in trace_printk_seq during ftrace_dumpTengda Wu1-2/+2
2025-08-23fgraph: Copy args in intermediate storage with entrySteven Rostedt1-6/+16
2025-08-23Merge tag 'drm-xe-fixes-2025-08-21-1' of https://gitlab.freedesktop.org/drm/x...Dave Airlie4-28/+26
2025-08-23Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+4
2025-08-22Merge tag 'drm-misc-fixes-2025-08-21' of https://gitlab.freedesktop.org/drm/m...Dave Airlie24-59/+154
2025-08-22mips: lantiq: xway: sysctrl: rename the etop nodeAleksander Jan Bajkowski2-6/+6
2025-08-22mips: dts: lantiq: danube: add missing burst length propertyAleksander Jan Bajkowski1-0/+3