summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-17crypto: stm32 - Remove unused hdev->err fieldHerbert Xu1-3/+0
2023-03-17crypto: stm32 - Simplify finupHerbert Xu1-22/+19
2023-03-17crypto: stm32 - Move polling into do_one_requestHerbert Xu1-17/+12
2023-03-17crypto: stm32 - Save 54 CSR registersHerbert Xu1-1/+1
2023-03-17crypto: fips - simplify one-level sysctl registration for crypto_sysctl_tableLuis Chamberlain1-10/+1
2023-03-17crypto: atmel-sha204a - Mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-03-17crypto: ccp - Add support for ringing a platform doorbellMario Limonciello6-0/+90
2023-03-17crypto: ccp - Enable platform access interface on client PSP partsMario Limonciello1-0/+7
2023-03-17crypto: ccp - Add support for an interface for platform featuresMario Limonciello7-1/+276
2023-03-17crypto: ccp - Move some PSP mailbox bit definitions into common headerMario Limonciello6-30/+33
2023-03-17crypto: ccp - Add a header for multiple drivers to use `__psp_pa`Mario Limonciello8-12/+20
2023-03-17crypto: ccp - Drop TEE support for IRQ handlerMario Limonciello2-22/+0
2023-03-17crypto: hisilicon/zip - remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-03-17crypto: hisilicon/sec - remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-03-17crypto: hisilicon/qm - remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-03-17crypto: hisilicon/hpre - remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-03-17crypto: cavium/nitrox - remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-03-17crypto: qat - drop redundant adf_enable_aer()Bjorn Helgaas6-61/+4
2023-03-17crypto: qat - fix apply custom thread-service mapping for dc serviceShashank Gupta6-8/+21
2023-03-14crypto: qat - add support for 402xx devicesDamian Muszynski6-7/+52
2023-03-14crypto: aspeed - fix uninitialized symbol 'idx' warningNeal Liu1-1/+1
2023-03-14drivers: crypto: caam/jr - Allow quiesce when quiescedHoria Geanta1-10/+45
2023-03-14crypto: safexcel - Cleanup ring IRQ workqueues on load failureJonathan McDowell1-10/+27
2023-03-14crypto: safexcel - Raise firmware load failure message to errorJonathan McDowell1-1/+1
2023-03-14crypto: qat - make state machine functions staticShashank Gupta2-15/+5
2023-03-14crypto: qat - refactor device restart logicShashank Gupta3-3/+20
2023-03-14crypto: qat - replace state machine callsShashank Gupta10-114/+33
2023-03-14crypto: qat - fix concurrency issue when device state changesShashank Gupta5-20/+73
2023-03-14crypto: qat - delay sysfs initializationShashank Gupta1-4/+4
2023-03-14crypto: testmgr - fix RNG performance in fuzz testsEric Biggers1-97/+169
2023-03-14crypto: arm64/aes-neonbs - fix crash with CFI enabledEric Biggers1-4/+5
2023-03-14crypto: aspeed - add error handling if dmam_alloc_coherent() failedNeal Liu1-1/+4
2023-03-14padata: use alignment when calculating the number of worker threadsAnthony Yznaga1-1/+1
2023-03-14crypto: qce - Add a QCE IP family compatible 'qcom,qce'Vladimir Zapolskiy1-0/+1
2023-03-14crypto: qce - Make clocks optionalThara Gopinath1-3/+3
2023-03-14crypto: qce - Add support to initialize interconnect pathThara Gopinath2-1/+16
2023-03-14arm64: dts: qcom: sm8550: add QCE IP family compatible valuesVladimir Zapolskiy1-1/+1
2023-03-14dt-bindings: qcom-qce: document optional clocks and clock-names propertiesVladimir Zapolskiy1-2/+15
2023-03-14dt-bindings: qcom-qce: Add new SoC compatible strings for Qualcomm QCE IPVladimir Zapolskiy1-2/+27
2023-03-14dt-bindings: qcom-qce: Add 'iommus' to optional propertiesBhupesh Sharma1-0/+10
2023-03-14dt-bindings: qcom-qce: Add 'interconnects' and 'interconnect-names'Bhupesh Sharma1-0/+8
2023-03-14MAINTAINERS: Add qcom-qce dt-binding file to QUALCOMM CRYPTO DRIVERS sectionBhupesh Sharma1-0/+1
2023-03-14dt-bindings: qcom-qce: Convert bindings to yamlBhupesh Sharma2-25/+67
2023-03-14crypto: p10-aes-gcm - Update Kconfig and MakefileDanny Tsen2-0/+30
2023-03-14crypto: p10-aes-gcm - A perl script to process PowerPC assembler source.Danny Tsen1-0/+229
2023-03-14crypto: p10-aes-gcm - Supporting functions for ghashDanny Tsen1-0/+370
2023-03-14crypto: p10-aes-gcm - Supporting functions for AESDanny Tsen1-0/+585
2023-03-14crypto: p10-aes-gcm - An accelerated AES/GCM stitched implementationDanny Tsen1-0/+1521
2023-03-14crypto: p10-aes-gcm - Glue code for AES/GCM stitched implementationDanny Tsen1-0/+345
2023-03-14crypto: ccree - Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+2