summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/intel
AgeCommit message (Expand)AuthorLines
2023-10-27crypto: qat - add handling of compression related errors for QAT GEN4Shashank Gupta-1/+151
2023-10-27crypto: qat - add handling of errors from ERRSOU2 for QAT GEN4Shashank Gupta-0/+1055
2023-10-27crypto: qat - add reporting of errors from ERRSOU1 for QAT GEN4Shashank Gupta-0/+493
2023-10-27crypto: qat - add reporting of correctable errors for QAT GEN4Shashank Gupta-1/+74
2023-10-27crypto: qat - add infrastructure for error reportingShashank Gupta-0/+71
2023-10-27crypto: intel/keembay-ocs-hcu - Convert to platform remove callback returning...Uwe Kleine-König-4/+2
2023-10-27crypto: intel/keembay-ocs-ecc - Convert to platform remove callback returning...Uwe Kleine-König-4/+2
2023-10-27crypto: intel/keembay-ocs-aes - Convert to platform remove callback returning...Uwe Kleine-König-4/+2
2023-10-27crypto: intel/ixp4xx-crypto - Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-10-20crypto: qat - fix double free during resetSvyatoslav Pankratov-1/+2
2023-10-13crypto: qat - add cnv_errors debugfs fileLucas Segarra Fernandez-0/+342
2023-10-13crypto: qat - add pm_status debugfs fileLucas Segarra Fernandez-5/+471
2023-10-13crypto: qat - refactor included headersLucas Segarra Fernandez-1/+5
2023-10-13crypto: qat - add namespace to driverGiovanni Cabiddu-0/+8
2023-10-12crypto: qat - Remove zlib-deflateHerbert Xu-128/+1
2023-10-01crypto: keembay - Don't pass errors to the caller in .remove()Uwe Kleine-König-8/+3
2023-10-01crypto: qat - Annotate struct adf_fw_counters with __counted_byKees Cook-1/+1
2023-10-01crypto: qat - increase size of buffersGiovanni Cabiddu-3/+3
2023-09-20crypto: qat - enable dc chaining serviceAdam Guerin-4/+69
2023-09-20crypto: qat - consolidate services structureGiovanni Cabiddu-67/+42
2023-09-20crypto: qat - fix unregistration of compression algorithmsGiovanni Cabiddu-1/+5
2023-09-20crypto: qat - fix unregistration of crypto algorithmsGiovanni Cabiddu-1/+5
2023-09-20crypto: qat - ignore subsequent state up commandsGiovanni Cabiddu-1/+3
2023-09-20crypto: qat - do not shadow error codeGiovanni Cabiddu-2/+2
2023-09-20crypto: qat - fix state machines cleanup pathsGiovanni Cabiddu-7/+7
2023-09-20crypto: qat - refactor deprecated strncpyJustin Stitt-1/+1
2023-09-15crypto: qat - Use list_for_each_entry() helperJinjie Ruan-18/+6
2023-08-25crypto: qat - fix crypto capability detection for 4xxxAdam Guerin-1/+13
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring-1/+2
2023-08-18crypto: keembay - Use new crypto_engine_op interfaceHerbert Xu-374/+364
2023-08-18crypto: keembay - Remove prepare/unprepare requestHerbert Xu-6/+0
2023-08-18crypto: qat - Remove unused function declarationsYue Haibing-8/+0
2023-08-11crypto: qat - use kfree_sensitive instead of memset/kfree()Yang Yingliang-2/+1
2023-07-20crypto: keembay - Convert to devm_platform_ioremap_resource()Yangtao Li-9/+1
2023-07-20crypto: qat - replace the if statement with min()You Kangren-5/+2
2023-07-20crypto: qat - add heartbeat counters checkDamian Muszynski-0/+81
2023-07-20crypto: qat - add heartbeat featureDamian Muszynski-2/+611
2023-07-20crypto: qat - add measure clock frequencyDamian Muszynski-0/+268
2023-07-20crypto: qat - drop obsolete heartbeat interfaceDamian Muszynski-15/+0
2023-07-20crypto: qat - add internal timer for qat 4xxxDamian Muszynski-0/+137
2023-07-20crypto: qat - add fw_counters debugfs fileLucas Segarra Fernandez-0/+303
2023-07-14crypto: qat - change value of default idle filterGiovanni Cabiddu-1/+1
2023-06-16crypto: qat - do not export adf_init_admin_pm()Giovanni Cabiddu-1/+0
2023-06-16crypto: qat - expose pm_idle_enabled through sysfsLucas Segarra Fernandez-1/+66
2023-06-16crypto: qat - extend configuration for 4xxxAdam Guerin-22/+152
2023-06-16crypto: qat - refactor fw config logic for 4xxxGiovanni Cabiddu-38/+58
2023-06-16crypto: qat - make fw images name constantGiovanni Cabiddu-10/+10
2023-06-16crypto: qat - move returns to default caseAdam Guerin-11/+10
2023-06-16crypto: qat - unmap buffers before free for RSAHareshx Sankar Raj-5/+4
2023-06-16crypto: qat - unmap buffer before free for DHHareshx Sankar Raj-3/+2