summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-03-17crypto: stm32 - Fix empty message processingHerbert Xu-9/+13
2023-03-17crypto: stm32 - Remove unused HASH_FLAGS_ERRORSHerbert Xu-4/+0
2023-03-17crypto: stm32 - Move hash state into separate structureHerbert Xu-56/+71
2023-03-17crypto: stm32 - Remove unused hdev->err fieldHerbert Xu-3/+0
2023-03-17crypto: stm32 - Simplify finupHerbert Xu-22/+19
2023-03-17crypto: stm32 - Move polling into do_one_requestHerbert Xu-17/+12
2023-03-17crypto: stm32 - Save 54 CSR registersHerbert Xu-1/+1
2023-03-17crypto: fips - simplify one-level sysctl registration for crypto_sysctl_tableLuis Chamberlain-10/+1
2023-03-17crypto: atmel-sha204a - Mark OF related data as maybe unusedKrzysztof Kozlowski-1/+1
2023-03-17crypto: ccp - Add support for ringing a platform doorbellMario Limonciello-0/+90
2023-03-17crypto: ccp - Enable platform access interface on client PSP partsMario Limonciello-0/+7
2023-03-17crypto: ccp - Add support for an interface for platform featuresMario Limonciello-1/+276
2023-03-17crypto: ccp - Move some PSP mailbox bit definitions into common headerMario Limonciello-30/+33
2023-03-17crypto: ccp - Add a header for multiple drivers to use `__psp_pa`Mario Limonciello-12/+20
2023-03-17crypto: ccp - Drop TEE support for IRQ handlerMario Limonciello-22/+0
2023-03-17crypto: hisilicon/zip - remove unnecessary aer.h includeBjorn Helgaas-1/+0
2023-03-17crypto: hisilicon/sec - remove unnecessary aer.h includeBjorn Helgaas-1/+0
2023-03-17crypto: hisilicon/qm - remove unnecessary aer.h includeBjorn Helgaas-1/+0
2023-03-17crypto: hisilicon/hpre - remove unnecessary aer.h includeBjorn Helgaas-1/+0
2023-03-17crypto: cavium/nitrox - remove unnecessary aer.h includeBjorn Helgaas-1/+0
2023-03-17crypto: qat - drop redundant adf_enable_aer()Bjorn Helgaas-61/+4
2023-03-17crypto: qat - fix apply custom thread-service mapping for dc serviceShashank Gupta-8/+21
2023-03-14crypto: qat - add support for 402xx devicesDamian Muszynski-7/+52
2023-03-14crypto: aspeed - fix uninitialized symbol 'idx' warningNeal Liu-1/+1
2023-03-14drivers: crypto: caam/jr - Allow quiesce when quiescedHoria Geanta-10/+45
2023-03-14crypto: safexcel - Cleanup ring IRQ workqueues on load failureJonathan McDowell-10/+27
2023-03-14crypto: safexcel - Raise firmware load failure message to errorJonathan McDowell-1/+1
2023-03-14crypto: qat - make state machine functions staticShashank Gupta-15/+5
2023-03-14crypto: qat - refactor device restart logicShashank Gupta-3/+20
2023-03-14crypto: qat - replace state machine callsShashank Gupta-114/+33
2023-03-14crypto: qat - fix concurrency issue when device state changesShashank Gupta-20/+73
2023-03-14crypto: qat - delay sysfs initializationShashank Gupta-4/+4
2023-03-14crypto: testmgr - fix RNG performance in fuzz testsEric Biggers-97/+169
2023-03-14crypto: arm64/aes-neonbs - fix crash with CFI enabledEric Biggers-4/+5
2023-03-14crypto: aspeed - add error handling if dmam_alloc_coherent() failedNeal Liu-1/+4
2023-03-14padata: use alignment when calculating the number of worker threadsAnthony Yznaga-1/+1
2023-03-14crypto: qce - Add a QCE IP family compatible 'qcom,qce'Vladimir Zapolskiy-0/+1
2023-03-14crypto: qce - Make clocks optionalThara Gopinath-3/+3
2023-03-14crypto: qce - Add support to initialize interconnect pathThara Gopinath-1/+16
2023-03-14arm64: dts: qcom: sm8550: add QCE IP family compatible valuesVladimir Zapolskiy-1/+1
2023-03-14dt-bindings: qcom-qce: document optional clocks and clock-names propertiesVladimir Zapolskiy-2/+15
2023-03-14dt-bindings: qcom-qce: Add new SoC compatible strings for Qualcomm QCE IPVladimir Zapolskiy-2/+27
2023-03-14dt-bindings: qcom-qce: Add 'iommus' to optional propertiesBhupesh Sharma-0/+10
2023-03-14dt-bindings: qcom-qce: Add 'interconnects' and 'interconnect-names'Bhupesh Sharma-0/+8
2023-03-14MAINTAINERS: Add qcom-qce dt-binding file to QUALCOMM CRYPTO DRIVERS sectionBhupesh Sharma-0/+1
2023-03-14dt-bindings: qcom-qce: Convert bindings to yamlBhupesh Sharma-25/+67
2023-03-14crypto: p10-aes-gcm - Update Kconfig and MakefileDanny Tsen-0/+30
2023-03-14crypto: p10-aes-gcm - A perl script to process PowerPC assembler source.Danny Tsen-0/+229
2023-03-14crypto: p10-aes-gcm - Supporting functions for ghashDanny Tsen-0/+370
2023-03-14crypto: p10-aes-gcm - Supporting functions for AESDanny Tsen-0/+585