summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/intel
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - fix deadlock in backlog processingGiovanni Cabiddu2023-10-271-21/+25
* crypto: qat - move adf_cfg_servicesGiovanni Cabiddu2023-10-274-13/+24
* crypto: qat - add num_rps sysfs attributeCiunas Bennett2023-10-271-0/+14
* crypto: qat - add rp2svc sysfs attributeCiunas Bennett2023-10-272-0/+72
* crypto: qat - add rate limiting sysfs interfaceCiunas Bennett2023-10-275-0/+480
* crypto: qat - add rate limiting feature to qat_4xxxDamian Muszynski2023-10-2713-1/+1590
* crypto: qat - add retrieval of fw capabilitiesDamian Muszynski2023-10-273-0/+27
* crypto: qat - add bits.h to icp_qat_hw.hDamian Muszynski2023-10-271-0/+2
* crypto: qat - move admin apiGiovanni Cabiddu2023-10-2715-10/+32
* crypto: qat - fix ring to service map for QAT GEN4Giovanni Cabiddu2023-10-273-0/+58
* crypto: qat - use masks for AE groupsGiovanni Cabiddu2023-10-271-21/+25
* crypto: qat - refactor fw config related functionsGiovanni Cabiddu2023-10-271-41/+28
* crypto: qat - count QAT GEN4 errorsShashank Gupta2023-10-271-16/+166
* crypto: qat - add error countersShashank Gupta2023-10-276-0/+158
* crypto: qat - add handling of errors from ERRSOU3 for QAT GEN4Shashank Gupta2023-10-272-0/+474
* crypto: qat - add adf_get_aram_base() helper functionShashank Gupta2023-10-271-0/+10
* crypto: qat - add handling of compression related errors for QAT GEN4Shashank Gupta2023-10-272-1/+151
* crypto: qat - add handling of errors from ERRSOU2 for QAT GEN4Shashank Gupta2023-10-275-0/+1055
* crypto: qat - add reporting of errors from ERRSOU1 for QAT GEN4Shashank Gupta2023-10-275-0/+493
* crypto: qat - add reporting of correctable errors for QAT GEN4Shashank Gupta2023-10-272-1/+74
* crypto: qat - add infrastructure for error reportingShashank Gupta2023-10-277-0/+71
* crypto: intel/keembay-ocs-hcu - Convert to platform remove callback returning...Uwe Kleine-König2023-10-271-4/+2
* crypto: intel/keembay-ocs-ecc - Convert to platform remove callback returning...Uwe Kleine-König2023-10-271-4/+2
* crypto: intel/keembay-ocs-aes - Convert to platform remove callback returning...Uwe Kleine-König2023-10-271-4/+2
* crypto: intel/ixp4xx-crypto - Convert to platform remove callback returning voidUwe Kleine-König2023-10-271-4/+2
* crypto: qat - fix double free during resetSvyatoslav Pankratov2023-10-201-1/+2
* crypto: qat - add cnv_errors debugfs fileLucas Segarra Fernandez2023-10-138-0/+342
* crypto: qat - add pm_status debugfs fileLucas Segarra Fernandez2023-10-1311-5/+471
* crypto: qat - refactor included headersLucas Segarra Fernandez2023-10-132-1/+5
* crypto: qat - add namespace to driverGiovanni Cabiddu2023-10-138-0/+8
* crypto: qat - Remove zlib-deflateHerbert Xu2023-10-121-128/+1
* crypto: keembay - Don't pass errors to the caller in .remove()Uwe Kleine-König2023-10-011-8/+3
* crypto: qat - Annotate struct adf_fw_counters with __counted_byKees Cook2023-10-011-1/+1
* crypto: qat - increase size of buffersGiovanni Cabiddu2023-10-012-3/+3
* crypto: qat - enable dc chaining serviceAdam Guerin2023-09-206-4/+69
* crypto: qat - consolidate services structureGiovanni Cabiddu2023-09-204-67/+42
* crypto: qat - fix unregistration of compression algorithmsGiovanni Cabiddu2023-09-202-1/+5
* crypto: qat - fix unregistration of crypto algorithmsGiovanni Cabiddu2023-09-202-1/+5
* crypto: qat - ignore subsequent state up commandsGiovanni Cabiddu2023-09-201-1/+3
* crypto: qat - do not shadow error codeGiovanni Cabiddu2023-09-201-2/+2
* crypto: qat - fix state machines cleanup pathsGiovanni Cabiddu2023-09-202-7/+7
* crypto: qat - refactor deprecated strncpyJustin Stitt2023-09-201-1/+1
* crypto: qat - Use list_for_each_entry() helperJinjie Ruan2023-09-151-18/+6
* crypto: qat - fix crypto capability detection for 4xxxAdam Guerin2023-08-252-1/+13
* crypto: drivers - Explicitly include correct DT includesRob Herring2023-08-231-1/+2
* crypto: keembay - Use new crypto_engine_op interfaceHerbert Xu2023-08-183-374/+364
* crypto: keembay - Remove prepare/unprepare requestHerbert Xu2023-08-182-6/+0
* crypto: qat - Remove unused function declarationsYue Haibing2023-08-181-8/+0
* crypto: qat - use kfree_sensitive instead of memset/kfree()Yang Yingliang2023-08-111-2/+1
* crypto: keembay - Convert to devm_platform_ioremap_resource()Yangtao Li2023-07-201-9/+1