summaryrefslogtreecommitdiff
path: root/drivers/crypto/intel
AgeCommit message (Expand)AuthorFilesLines
2023-08-25crypto: qat - fix crypto capability detection for 4xxxAdam Guerin2-1/+13
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring1-1/+2
2023-08-18crypto: keembay - Use new crypto_engine_op interfaceHerbert Xu3-374/+364
2023-08-18crypto: keembay - Remove prepare/unprepare requestHerbert Xu2-6/+0
2023-08-18crypto: qat - Remove unused function declarationsYue Haibing1-8/+0
2023-08-11crypto: qat - use kfree_sensitive instead of memset/kfree()Yang Yingliang1-2/+1
2023-07-20crypto: keembay - Convert to devm_platform_ioremap_resource()Yangtao Li1-9/+1
2023-07-20crypto: qat - replace the if statement with min()You Kangren1-5/+2
2023-07-20crypto: qat - add heartbeat counters checkDamian Muszynski6-0/+81
2023-07-20crypto: qat - add heartbeat featureDamian Muszynski20-2/+611
2023-07-20crypto: qat - add measure clock frequencyDamian Muszynski16-0/+268
2023-07-20crypto: qat - drop obsolete heartbeat interfaceDamian Muszynski1-15/+0
2023-07-20crypto: qat - add internal timer for qat 4xxxDamian Muszynski10-0/+137
2023-07-20crypto: qat - add fw_counters debugfs fileLucas Segarra Fernandez7-0/+303
2023-07-14crypto: qat - change value of default idle filterGiovanni Cabiddu1-1/+1
2023-06-16crypto: qat - do not export adf_init_admin_pm()Giovanni Cabiddu1-1/+0
2023-06-16crypto: qat - expose pm_idle_enabled through sysfsLucas Segarra Fernandez4-1/+66
2023-06-16crypto: qat - extend configuration for 4xxxAdam Guerin4-22/+152
2023-06-16crypto: qat - refactor fw config logic for 4xxxGiovanni Cabiddu1-38/+58
2023-06-16crypto: qat - make fw images name constantGiovanni Cabiddu5-10/+10
2023-06-16crypto: qat - move returns to default caseAdam Guerin2-11/+10
2023-06-16crypto: qat - unmap buffers before free for RSAHareshx Sankar Raj1-5/+4
2023-06-16crypto: qat - unmap buffer before free for DHHareshx Sankar Raj1-3/+2
2023-06-09crypto: qat - update slice mask for 4xxx devicesKarthikeyan Gopal1-1/+1
2023-06-09crypto: qat - set deprecated capabilities as reservedKarthikeyan Gopal1-2/+1
2023-06-06crypto: qat - add missing function declaration in adf_dbgfs.hGiovanni Cabiddu1-1/+1
2023-06-02crypto: qat - move dbgfs init to separate fileDamian Muszynski13-62/+156
2023-05-12crypto: ixp4xx - silence uninitialized variable warningDan Carpenter1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-14crypto: ixp4xx - fix building wiht 64-bit dma_addr_tArnd Bergmann1-6/+8
2023-04-11crypto: ixp4xx - Do not check word size when compile testingHerbert Xu1-1/+2
2023-04-06crypto: qat - Move driver to drivers/crypto/intel/qatTom Zanussi108-0/+23515
2023-04-06crypto: ixp4xx - Move driver to drivers/crypto/intel/ixp4xxTom Zanussi5-0/+1619
2023-04-06crypto: keembay - Move driver to drivers/crypto/intel/keembayTom Zanussi11-0/+6654