summaryrefslogtreecommitdiff
path: root/drivers/crypto/intel
AgeCommit message (Expand)Author
2023-10-27crypto: qat - fix deadlock in backlog processingGiovanni Cabiddu
2023-10-27crypto: qat - move adf_cfg_servicesGiovanni Cabiddu
2023-10-27crypto: qat - add num_rps sysfs attributeCiunas Bennett
2023-10-27crypto: qat - add rp2svc sysfs attributeCiunas Bennett
2023-10-27crypto: qat - add rate limiting sysfs interfaceCiunas Bennett
2023-10-27crypto: qat - add rate limiting feature to qat_4xxxDamian Muszynski
2023-10-27crypto: qat - add retrieval of fw capabilitiesDamian Muszynski
2023-10-27crypto: qat - add bits.h to icp_qat_hw.hDamian Muszynski
2023-10-27crypto: qat - move admin apiGiovanni Cabiddu
2023-10-27crypto: qat - fix ring to service map for QAT GEN4Giovanni Cabiddu
2023-10-27crypto: qat - use masks for AE groupsGiovanni Cabiddu
2023-10-27crypto: qat - refactor fw config related functionsGiovanni Cabiddu
2023-10-27crypto: qat - count QAT GEN4 errorsShashank Gupta
2023-10-27crypto: qat - add error countersShashank Gupta
2023-10-27crypto: qat - add handling of errors from ERRSOU3 for QAT GEN4Shashank Gupta
2023-10-27crypto: qat - add adf_get_aram_base() helper functionShashank Gupta
2023-10-27crypto: qat - add handling of compression related errors for QAT GEN4Shashank Gupta
2023-10-27crypto: qat - add handling of errors from ERRSOU2 for QAT GEN4Shashank Gupta
2023-10-27crypto: qat - add reporting of errors from ERRSOU1 for QAT GEN4Shashank Gupta
2023-10-27crypto: qat - add reporting of correctable errors for QAT GEN4Shashank Gupta
2023-10-27crypto: qat - add infrastructure for error reportingShashank Gupta
2023-10-27crypto: intel/keembay-ocs-hcu - Convert to platform remove callback returning...Uwe Kleine-König
2023-10-27crypto: intel/keembay-ocs-ecc - Convert to platform remove callback returning...Uwe Kleine-König
2023-10-27crypto: intel/keembay-ocs-aes - Convert to platform remove callback returning...Uwe Kleine-König
2023-10-27crypto: intel/ixp4xx-crypto - Convert to platform remove callback returning voidUwe Kleine-König
2023-10-20crypto: qat - fix double free during resetSvyatoslav Pankratov
2023-10-13crypto: qat - add cnv_errors debugfs fileLucas Segarra Fernandez
2023-10-13crypto: qat - add pm_status debugfs fileLucas Segarra Fernandez
2023-10-13crypto: qat - refactor included headersLucas Segarra Fernandez
2023-10-13crypto: qat - add namespace to driverGiovanni Cabiddu
2023-10-12crypto: qat - Remove zlib-deflateHerbert Xu
2023-10-01crypto: keembay - Don't pass errors to the caller in .remove()Uwe Kleine-König
2023-10-01crypto: qat - Annotate struct adf_fw_counters with __counted_byKees Cook
2023-10-01crypto: qat - increase size of buffersGiovanni Cabiddu
2023-09-20crypto: qat - enable dc chaining serviceAdam Guerin
2023-09-20crypto: qat - consolidate services structureGiovanni Cabiddu
2023-09-20crypto: qat - fix unregistration of compression algorithmsGiovanni Cabiddu
2023-09-20crypto: qat - fix unregistration of crypto algorithmsGiovanni Cabiddu
2023-09-20crypto: qat - ignore subsequent state up commandsGiovanni Cabiddu
2023-09-20crypto: qat - do not shadow error codeGiovanni Cabiddu
2023-09-20crypto: qat - fix state machines cleanup pathsGiovanni Cabiddu
2023-09-20crypto: qat - refactor deprecated strncpyJustin Stitt
2023-09-15crypto: qat - Use list_for_each_entry() helperJinjie Ruan
2023-08-25crypto: qat - fix crypto capability detection for 4xxxAdam Guerin
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring
2023-08-18crypto: keembay - Use new crypto_engine_op interfaceHerbert Xu
2023-08-18crypto: keembay - Remove prepare/unprepare requestHerbert Xu
2023-08-18crypto: qat - Remove unused function declarationsYue Haibing
2023-08-11crypto: qat - use kfree_sensitive instead of memset/kfree()Yang Yingliang
2023-07-20crypto: keembay - Convert to devm_platform_ioremap_resource()Yangtao Li