summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/sa2ul.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: sa2ul - Add support for AM64Peter Ujfalusi2021-04-221-39/+92
* crypto: sa2ul - Support for per channel coherencyPeter Ujfalusi2021-04-221-1/+1
* crypto: sa2ul - Fix PM reference leak in sa_ul_probe()Shixin Liu2021-04-161-1/+1
* crypto: sa2ul - Fix memory leak of rxdColin Ian King2021-04-091-2/+6
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* crypto: sa2ul - Reduce stack usageHerbert Xu2020-10-301-57/+61
* crypto: sa2ul - Fix DMA mapping API usagePeter Ujfalusi2020-10-021-98/+117
* crypto: sa2ul - Fix pm_runtime_get_sync() error checkingDan Carpenter2020-09-181-1/+1
* crypto: sa2ul - fix compiler warning produced by clangTero Kristo2020-09-111-4/+2
* crypto: sa2ul - Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-041-11/+7
* crypto: sa2ul - Fix pointer-to-int-cast warningYueHaibing2020-08-281-2/+2
* crypto: sa2ul - Fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva2020-07-311-1/+1
* crypto: sa2ul - add device links to child devicesTero Kristo2020-07-231-0/+11
* crypto: sa2ul - Add AEAD algorithm supportKeerthy2020-07-231-21/+517
* crypto: sa2ul - add sha1/sha256/sha512 supportKeerthy2020-07-231-12/+537
* crypto: sa2ul - Add crypto driverKeerthy2020-07-231-0/+1388