| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-22 | crypto: riscv/aes - replace min_t with min in riscv64_aes_ctr_crypt | Thorsten Blum | 1 | -2/+2 |
| 2026-03-23 | lib/crypto: riscv/sm3: Migrate optimized code into library | Eric Biggers | 4 | -236/+0 |
| 2026-03-23 | lib/crypto: riscv/ghash: Migrate optimized code into library | Eric Biggers | 4 | -232/+0 |
| 2026-01-12 | lib/crypto: riscv/aes: Migrate optimized code into library | Eric Biggers | 4 | -106/+16 |
| 2025-12-09 | lib/crypto: riscv: Depend on RISCV_EFFICIENT_VECTOR_UNALIGNED_ACCESS | Eric Biggers | 1 | -4/+8 |
| 2025-06-30 | lib/crypto: riscv/sha512: Migrate optimized SHA-512 code to library | Eric Biggers | 4 | -348/+0 |
| 2025-06-30 | crypto: riscv/sha512 - Stop depending on sha512_generic_block_fn | Eric Biggers | 2 | -1/+8 |
| 2025-05-05 | crypto: riscv/sha256 - implement library instead of shash | Eric Biggers | 4 | -364/+0 |
| 2025-04-28 | crypto: riscv - move library functions to arch/riscv/lib/crypto/ | Eric Biggers | 4 | -381/+0 |
| 2025-04-25 | crypto: riscv - Use SYM_FUNC_START for functions only called directly | Nathan Chancellor | 3 | -6/+6 |
| 2025-04-23 | crypto: riscv/sm3 - Use API partial block handling | Herbert Xu | 1 | -31/+16 |
| 2025-04-23 | crypto: riscv/sha512 - Use API partial block handling | Herbert Xu | 1 | -27/+18 |
| 2025-04-23 | crypto: riscv/sha256 - Use API partial block handling | Herbert Xu | 1 | -34/+22 |
| 2025-04-23 | crypto: riscv/ghash - Use API partial block handling | Herbert Xu | 1 | -40/+18 |
| 2025-04-19 | crypto: lib/chacha - restore ability to remove modules | Eric Biggers | 1 | -0/+5 |
| 2025-04-16 | crypto: lib/sm3 - Move sm3 library into lib/crypto | Herbert Xu | 1 | -1/+1 |
| 2025-04-07 | crypto: chacha - centralize the skcipher wrappers for arch code | Eric Biggers | 1 | -1/+7 |
| 2025-04-07 | crypto: riscv/chacha - implement library instead of skcipher | Eric Biggers | 3 | -113/+75 |
| 2025-03-02 | crypto: lib/Kconfig - Hide arch options from user | Herbert Xu | 1 | -1/+0 |
| 2024-03-20 | crypto: riscv - add vector crypto accelerated AES-CBC-CTS | Eric Biggers | 3 | -5/+245 |
| 2024-03-20 | crypto: riscv - parallelize AES-CBC decryption | Eric Biggers | 1 | -9/+15 |
| 2024-01-22 | crypto: riscv - add vector crypto accelerated SM4 | Jerry Shih | 4 | -0/+244 |
| 2024-01-22 | crypto: riscv - add vector crypto accelerated SM3 | Jerry Shih | 4 | -0/+250 |
| 2024-01-22 | crypto: riscv - add vector crypto accelerated SHA-{512,384} | Jerry Shih | 4 | -0/+350 |
| 2024-01-22 | crypto: riscv - add vector crypto accelerated SHA-{256,224} | Jerry Shih | 4 | -0/+376 |
| 2024-01-22 | crypto: riscv - add vector crypto accelerated GHASH | Jerry Shih | 4 | -0/+253 |
| 2024-01-22 | crypto: riscv - add vector crypto accelerated ChaCha20 | Jerry Shih | 4 | -0/+409 |
| 2024-01-22 | crypto: riscv - add vector crypto accelerated AES-{ECB,CBC,CTR,XTS} | Jerry Shih | 7 | -0/+1364 |
| 2024-01-22 | RISC-V: hook new crypto subdir into build-system | Heiko Stuebner | 2 | -0/+6 |