Age | Commit message (Expand) | Author | Files | Lines |
2019-08-15 | Documentation: crypto: crypto_engine: Fix Sphinx warning | Jonathan Neuschäfer | 1 | -0/+1 |
2019-08-15 | crypto: cavium/nitrox - Configure asymmetric queue manager Hardware unit | Phani Kiran Hemadri | 5 | -17/+265 |
2019-08-15 | crypto: cavium/nitrox - Allocate asymmetric crypto command queues | Phani Kiran Hemadri | 3 | -1/+99 |
2019-08-15 | crypto: cryptd - Use refcount_t for refcount | Chuhong Yuan | 1 | -22/+22 |
2019-08-15 | hwrng: core - Freeze khwrng thread during suspend | Stephen Boyd | 1 | -1/+4 |
2019-08-15 | crypto: caam/qi - execute library only on DPAA 1.x | Horia Geantă | 1 | -4/+3 |
2019-08-15 | crypto: hisilicon - fix error handle in hisi_zip_create_req_q | Zhou Wang | 1 | -2/+4 |
2019-08-15 | crypto: hisilicon - add missing single_release | Zhou Wang | 1 | -0/+1 |
2019-08-15 | crypto: hisilicon - init curr_sgl_dma to fix compile warning | Zhou Wang | 1 | -1/+1 |
2019-08-15 | crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP | Zhou Wang | 1 | -0/+1 |
2019-08-15 | crypto: hisilicon - fix kbuild warnings | Zhou Wang | 1 | -3/+3 |
2019-08-09 | padata: initialize pd->cpu with effective cpumask | Daniel Jordan | 1 | -1/+1 |
2019-08-09 | crypto: ccp - Remove unnecessary linux/pci.h include | Bjorn Helgaas | 7 | -7/+0 |
2019-08-09 | crypto: ccp - Include DMA declarations explicitly | Bjorn Helgaas | 2 | -0/+2 |
2019-08-09 | crypto: qcom-rng - use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
2019-08-09 | crypto: qce - use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
2019-08-09 | crypto: stm32 - use devm_platform_ioremap_resource() to simplify code | YueHaibing | 2 | -6/+2 |
2019-08-09 | crypto: rockchip - use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
2019-08-09 | crypto: sunxi-ss - use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
2019-08-09 | crypto: picoxcell - use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+2 |
2019-08-09 | crypto: mediatek - use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -2/+1 |
2019-08-09 | crypto: inside-secure - use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
2019-08-09 | crypto: img-hash - use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
2019-08-09 | crypto: exynos - use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
2019-08-09 | crypto: ccp - use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
2019-08-09 | crypto: artpec6 - use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
2019-08-09 | crypto: gcm - restrict assoclen for rfc4543 | Iuliana Prodan | 1 | -2/+4 |
2019-08-09 | MAINTAINERS: add maintainer for HiSilicon QM and ZIP controller driver | Zhou Wang | 1 | -0/+11 |
2019-08-09 | crypto: hisilicon - add debugfs for ZIP and QM | Zhou Wang | 3 | -1/+704 |
2019-08-09 | Documentation: Add debugfs doc for hisi_zip | Zhou Wang | 1 | -0/+50 |
2019-08-09 | crypto: hisilicon - add SRIOV support for ZIP | Zhou Wang | 3 | -25/+226 |
2019-08-09 | crypto: hisilicon - add HiSilicon ZIP accelerator support | Zhou Wang | 6 | -0/+1237 |
2019-08-09 | crypto: hisilicon - add hardware SGL support | Zhou Wang | 4 | -0/+247 |
2019-08-09 | crypto: hisilicon - add queue management driver for HiSilicon QM module | Zhou Wang | 4 | -0/+1740 |
2019-08-09 | crypto: engine - Reduce default RT priority | Peter Zijlstra | 1 | -1/+1 |
2019-08-09 | crypto: caam - change return value in case CAAM has no MDHA | Iuliana Prodan | 1 | -1/+1 |
2019-08-09 | crypto: caam - unregister algorithm only if the registration succeeded | Iuliana Prodan | 1 | -19/+30 |
2019-08-09 | crypto: caam - execute module exit point only if necessary | Iuliana Prodan | 2 | -1/+24 |
2019-08-09 | crypto: caam - free resources in case caam_rng registration failed | Iuliana Prodan | 1 | -1/+4 |
2019-08-09 | crypto: caam - fix MDHA key derivation for certain user key lengths | Horia Geantă | 6 | -105/+132 |
2019-08-09 | crypto: caam - keep both virtual and dma key addresses | Horia Geantă | 4 | -30/+24 |
2019-08-09 | crypto: caam - update rfc4106 sh desc to support zero length input | Iuliana Prodan | 2 | -16/+33 |
2019-08-09 | crypto: caam - check zero-length input | Iuliana Prodan | 3 | -0/+14 |
2019-08-09 | crypto: caam - check assoclen | Iuliana Prodan | 3 | -24/+8 |
2019-08-09 | crypto: caam - check authsize | Iuliana Prodan | 3 | -0/+39 |
2019-08-09 | crypto: caam - check key length | Iuliana Prodan | 5 | -100/+324 |
2019-08-09 | crypto: caam - update IV only when crypto operation succeeds | Horia Geantă | 3 | -6/+11 |
2019-08-09 | crypto: caam - fix return code in completion callbacks | Horia Geantă | 9 | -117/+104 |
2019-08-09 | crypto: caam/qi - fix error handling in ERN handler | Horia Geantă | 3 | -1/+6 |
2019-08-09 | crypto: aes - helper function to validate key length for AES algorithms | Iuliana Prodan | 2 | -4/+21 |