| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-23 | crypto: aspeed - fix double free caused by devm | Haotian Zhang | 1 | -2/+0 |
| 2025-09-20 | crypto: aspeed - Fix dma_unmap_sg() direction | Thomas Fourier | 1 | -1/+1 |
| 2025-06-26 | crypto: aspeed - Fix hash fallback path typo | Herbert Xu | 1 | -1/+1 |
| 2025-06-13 | crypto: aspeed/hash - Fix potential overflow in dma_prepare_sg | Herbert Xu | 1 | -41/+43 |
| 2025-06-13 | crypto: aspeed/hash - Iterate on large hashes in dma_prepare | Herbert Xu | 1 | -14/+22 |
| 2025-06-13 | crypto: aspeed/hash - Add fallback | Herbert Xu | 1 | -1/+27 |
| 2025-06-13 | crypto: aspeed/hash - Use API partial block handling | Herbert Xu | 2 | -206/+104 |
| 2025-06-13 | crypto: aspeed/hash - Remove sha_iv | Herbert Xu | 2 | -6/+0 |
| 2025-06-13 | crypto: aspeed/hash - Move final padding into dma_prepare | Herbert Xu | 1 | -12/+17 |
| 2025-06-13 | crypto: aspeed/hash - Move sham_final call into sham_update | Herbert Xu | 1 | -27/+17 |
| 2025-06-13 | crypto: aspeed/hash - Provide rctx->buffer as argument to fill padding | Herbert Xu | 1 | -14/+13 |
| 2025-06-13 | crypto: aspeed/hash - Use init_tfm instead of cra_init | Herbert Xu | 1 | -11/+13 |
| 2025-06-13 | crypto: aspeed/hash - Reorganise struct aspeed_sham_reqctx | Herbert Xu | 1 | -4/+9 |
| 2025-06-13 | crypto: aspeed/hash - Remove purely software hmac implementation | Herbert Xu | 2 | -345/+0 |
| 2024-10-19 | crypto: drivers - Switch back to struct platform_driver::remove() | Uwe Kleine-König | 2 | -2/+2 |
| 2024-10-05 | crypto: drivers - Drop sign/verify operations | Lukas Wunner | 1 | -2/+0 |
| 2023-12-08 | crypto: aspeed - Remove cfb and ofb | Herbert Xu | 2 | -233/+1 |
| 2023-10-27 | crypto: aspeed-hace - Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-10-27 | crypto: aspeed-acry - Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-10-13 | crypto: aspeed-hace - Use device_get_match_data() | Rob Herring | 1 | -7/+3 |
| 2023-08-23 | crypto: drivers - Explicitly include correct DT includes | Rob Herring | 1 | -3/+0 |
| 2023-08-18 | crypto: aspeed - Remove non-standard sha512 algorithms | Herbert Xu | 1 | -212/+0 |
| 2023-08-18 | crypto: aspeed - Use new crypto_engine_op interface | Herbert Xu | 5 | -105/+202 |
| 2023-08-18 | crypto: aspeed - Remove prepare/unprepare request | Herbert Xu | 3 | -10/+8 |
| 2023-03-14 | crypto: aspeed - fix uninitialized symbol 'idx' warning | Neal Liu | 1 | -1/+1 |
| 2023-03-14 | crypto: aspeed - add error handling if dmam_alloc_coherent() failed | Neal Liu | 1 | -1/+4 |
| 2023-03-14 | crypto: aspeed - Use devm_platform_ioremap_resource() | Yang Li | 1 | -5/+2 |
| 2023-02-14 | crypto: aspeed - Fix modular aspeed-acry | Herbert Xu | 1 | -1/+3 |
| 2023-02-10 | crypto: aspeed - fix type warnings | Neal Liu | 1 | -4/+4 |
| 2023-01-27 | crypto: aspeed - Use devm_platform_get_and_ioremap_resource() | ye xingchen | 1 | -4/+1 |
| 2023-01-27 | crypto: aspeed - change aspeed_acry_akcipher_algs to static | Yang Yingliang | 1 | -1/+1 |
| 2023-01-20 | crypto: aspeed - Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2023-01-13 | crypto: aspeed - Add ACRY RSA driver | Neal Liu | 3 | -0/+841 |
| 2022-09-30 | crypto: aspeed - Remove redundant dev_err call | Shang XiaoJing | 1 | -3/+1 |
| 2022-09-30 | crypto: aspeed - Fix check for platform_get_irq() errors | YueHaibing | 1 | -3/+1 |
| 2022-09-30 | crypto: aspeed - fix build error when only CRYPTO_DEV_ASPEED is enabled | Neal Liu | 2 | -5/+5 |
| 2022-09-09 | crypto: aspeed - fix return value check in aspeed_hace_probe() | Sun Ke | 1 | -2/+2 |
| 2022-09-07 | crypto: aspeed - Fix sparse warnings | Herbert Xu | 2 | -40/+40 |
| 2022-09-07 | crypto: aspeed: fix format unexpected build warning | Neal Liu | 1 | -3/+3 |
| 2022-09-06 | crypto: aspeed - fix build module error | Neal Liu | 1 | -7/+4 |
| 2022-09-02 | crypto: aspeed - Enable compile testing | Herbert Xu | 1 | -1/+1 |
| 2022-08-26 | crypto: aspeed - add HACE crypto driver | Neal Liu | 5 | -3/+1352 |
| 2022-08-26 | crypto: aspeed - Add HACE hash driver | Neal Liu | 5 | -0/+1819 |