Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto updates from Herbert Xu: "API: - Add incremental lskcipher/skcipher processing Algorithms: - Remove SHA1 from drbg - Remove CFB and OFB Drivers: - Add comp high perf mode configuration in hisilicon/zip - Add support for 420xx devices in qat - Add IAA Compression Accelerator driver" * tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: (172 commits) crypto: iaa - Account for cpu-less numa nodes crypto: scomp - fix req->dst buffer overflow crypto: sahara - add support for crypto_engine crypto: sahara - remove error message for bad aes request size crypto: sahara - remove unnecessary NULL assignments crypto: sahara - remove 'active' flag from sahara_aes_reqctx struct crypto: sahara - use dev_err_probe() crypto: sahara - use devm_clk_get_enabled() crypto: sahara - use BIT() macro crypto: sahara - clean up macro indentation crypto: sahara - do not resize req->src when doing hash operations crypto: sahara - fix processing hash requests with req->nbytes < sg->length crypto: sahara - improve error handling in sahara_sha_process() crypto: sahara - fix wait_for_completion_timeout() error handling crypto: sahara - fix ahash reqsize crypto: sahara - handle zero-length aes requests crypto: skcipher - remove excess kerneldoc members crypto: shash - remove excess kerneldoc members crypto: qat - generate dynamically arbiter mappings crypto: qat - add support for ring pair level telemetry ...
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/debugfs-driver-qat_telemetry 228 additions, 0 deletionsDocumentation/ABI/testing/debugfs-driver-qat_telemetry
- Documentation/ABI/testing/debugfs-hisi-hpre 1 addition, 1 deletionDocumentation/ABI/testing/debugfs-hisi-hpre
- Documentation/ABI/testing/debugfs-hisi-sec 1 addition, 1 deletionDocumentation/ABI/testing/debugfs-hisi-sec
- Documentation/ABI/testing/debugfs-hisi-zip 1 addition, 1 deletionDocumentation/ABI/testing/debugfs-hisi-zip
- Documentation/crypto/device_drivers/index.rst 9 additions, 0 deletionsDocumentation/crypto/device_drivers/index.rst
- Documentation/crypto/device_drivers/octeontx2.rst 25 additions, 0 deletionsDocumentation/crypto/device_drivers/octeontx2.rst
- Documentation/crypto/index.rst 1 addition, 0 deletionsDocumentation/crypto/index.rst
- Documentation/devicetree/bindings/crypto/inside-secure,safexcel.yaml 86 additions, 0 deletions...on/devicetree/bindings/crypto/inside-secure,safexcel.yaml
- Documentation/devicetree/bindings/crypto/inside-secure-safexcel.txt 0 additions, 40 deletions...ion/devicetree/bindings/crypto/inside-secure-safexcel.txt
- Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml 1 addition, 0 deletions...devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml
- Documentation/devicetree/bindings/crypto/qcom,prng.yaml 1 addition, 0 deletionsDocumentation/devicetree/bindings/crypto/qcom,prng.yaml
- Documentation/devicetree/bindings/crypto/qcom-qce.yaml 14 additions, 0 deletionsDocumentation/devicetree/bindings/crypto/qcom-qce.yaml
- Documentation/devicetree/bindings/rng/starfive,jh7110-trng.yaml 5 additions, 1 deletion...ntation/devicetree/bindings/rng/starfive,jh7110-trng.yaml
- Documentation/driver-api/crypto/iaa/iaa-crypto.rst 824 additions, 0 deletionsDocumentation/driver-api/crypto/iaa/iaa-crypto.rst
- Documentation/driver-api/crypto/iaa/index.rst 20 additions, 0 deletionsDocumentation/driver-api/crypto/iaa/index.rst
- Documentation/driver-api/crypto/index.rst 20 additions, 0 deletionsDocumentation/driver-api/crypto/index.rst
- Documentation/driver-api/index.rst 1 addition, 0 deletionsDocumentation/driver-api/index.rst
- MAINTAINERS 14 additions, 1 deletionMAINTAINERS
- arch/arm64/crypto/Kconfig 2 additions, 4 deletionsarch/arm64/crypto/Kconfig
- arch/arm64/crypto/sm4-ce-core.S 0 additions, 158 deletionsarch/arm64/crypto/sm4-ce-core.S
This diff is collapsed.
Documentation/driver-api/crypto/index.rst
0 → 100644
Please register or sign in to comment