| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-07 | crypto: sa2ul - Use proper helpers to setup request | Herbert Xu | 1 | -47/+16 |
| 2024-10-19 | crypto: drivers - Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-10-05 | crypto: drivers - Correct multiple typos in comments | Shen Lichuan | 1 | -1/+1 |
| 2024-06-07 | crypto: sa2ul - add missing MODULE_DESCRIPTION() macro | Jeff Johnson | 1 | -0/+1 |
| 2023-12-01 | crypto: sa2ul - Return crypto_aead_setkey to transfer the error | Chen Ni | 1 | -2/+1 |
| 2023-10-27 | crypto: sa2ul - Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-08-23 | crypto: drivers - Explicitly include correct DT includes | Rob Herring | 1 | -1/+2 |
| 2023-03-24 | crypto: drivers - remove unnecessary (void*) conversions | Yu Zhe | 1 | -3/+3 |
| 2022-07-15 | crypto: sa2ul - Check engine status before enabling | Andrew Davis | 1 | -8/+7 |
| 2022-07-15 | crypto: sa2ul - Set the supported_algos bits individually | Andrew Davis | 1 | -1/+9 |
| 2022-04-21 | crypto: sa2ul - Add the new compatible for AM62 | Jayesh Choudhary | 1 | -0/+1 |
| 2021-12-03 | crypto: sa2ul - Use bitfield helpers | Geert Uytterhoeven | 1 | -9/+10 |
| 2021-10-29 | crypto: sa2ul - Use the defined variable to clean code | Tang Bin | 1 | -7/+6 |
| 2021-06-24 | crypto: sa2ul - Remove unused auth_len variable | Herbert Xu | 1 | -4/+0 |
| 2021-05-23 | crypto: sa2ul - Remove child devices in remove | Suman Anna | 1 | -0/+2 |
| 2021-05-23 | crypto: sa2ul - Use devm_platform_ioremap_resource() | Suman Anna | 1 | -5/+5 |
| 2021-05-23 | crypto: sa2ul - Use of_device_get_match_data() helper | Suman Anna | 1 | -8/+4 |
| 2021-05-23 | crypto: sa2ul - Fix pm_runtime enable in sa_ul_probe() | Suman Anna | 1 | -0/+1 |
| 2021-05-23 | crypto: sa2ul - Fix leaks on failure paths with sa_dma_init() | Suman Anna | 1 | -9/+12 |
| 2021-04-22 | crypto: sa2ul - Add support for AM64 | Peter Ujfalusi | 1 | -39/+92 |
| 2021-04-22 | crypto: sa2ul - Support for per channel coherency | Peter Ujfalusi | 1 | -1/+1 |
| 2021-04-16 | crypto: sa2ul - Fix PM reference leak in sa_ul_probe() | Shixin Liu | 1 | -1/+1 |
| 2021-04-09 | crypto: sa2ul - Fix memory leak of rxd | Colin Ian King | 1 | -2/+6 |
| 2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 1 | -1/+2 |
| 2020-10-30 | crypto: sa2ul - Reduce stack usage | Herbert Xu | 1 | -57/+61 |
| 2020-10-02 | crypto: sa2ul - Fix DMA mapping API usage | Peter Ujfalusi | 1 | -98/+117 |
| 2020-09-18 | crypto: sa2ul - Fix pm_runtime_get_sync() error checking | Dan Carpenter | 1 | -1/+1 |
| 2020-09-11 | crypto: sa2ul - fix compiler warning produced by clang | Tero Kristo | 1 | -4/+2 |
| 2020-09-04 | crypto: sa2ul - Simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -11/+7 |
| 2020-08-28 | crypto: sa2ul - Fix pointer-to-int-cast warning | YueHaibing | 1 | -2/+2 |
| 2020-07-31 | crypto: sa2ul - Fix inconsistent IS_ERR and PTR_ERR | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-07-23 | crypto: sa2ul - add device links to child devices | Tero Kristo | 1 | -0/+11 |
| 2020-07-23 | crypto: sa2ul - Add AEAD algorithm support | Keerthy | 1 | -21/+517 |
| 2020-07-23 | crypto: sa2ul - add sha1/sha256/sha512 support | Keerthy | 1 | -12/+537 |
| 2020-07-23 | crypto: sa2ul - Add crypto driver | Keerthy | 1 | -0/+1388 |