summaryrefslogtreecommitdiff
path: root/drivers/crypto/intel
AgeCommit message (Expand)AuthorFilesLines
2025-07-31Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds41-447/+1261
2025-07-27crypto: keembay - Use min() to simplify ocs_create_linked_list_from_sg()Thorsten Blum1-2/+2
2025-07-27crypto: qat - make adf_dev_autoreset() staticGiovanni Cabiddu2-2/+1
2025-07-27crypto: qat - refactor ring-related debug functionsGiovanni Cabiddu1-9/+14
2025-07-27crypto: qat - fix seq_file position update in adf_ring_next()Giovanni Cabiddu1-1/+3
2025-07-27crypto: qat - fix DMA direction for compression on GEN2 devicesGiovanni Cabiddu2-5/+5
2025-07-18crypto: qat - flush misc workqueue during device shutdownGiovanni Cabiddu3-0/+7
2025-07-18crypto: qat - enable rate limiting feature for GEN6 devicesSuman Kumar Chakraborty2-0/+91
2025-07-18crypto: qat - add compression slice count for rate limitingSuman Kumar Chakraborty2-0/+2
2025-07-18crypto: qat - add get_svc_slice_cnt() in device data structureSuman Kumar Chakraborty6-14/+26
2025-07-18crypto: qat - add adf_rl_get_num_svc_aes() in rate limitingSuman Kumar Chakraborty6-1/+40
2025-07-18crypto: qat - relocate service related functionsSuman Kumar Chakraborty5-36/+38
2025-07-18crypto: qat - consolidate service enumsSuman Kumar Chakraborty9-50/+47
2025-07-18crypto: qat - add decompression service for rate limitingSuman Kumar Chakraborty3-0/+4
2025-07-18crypto: qat - validate service in rate limiting sysfs apiSuman Kumar Chakraborty3-2/+10
2025-07-18crypto: qat - enable telemetry for GEN6 devicesVijay Sundar Selvamani4-0/+348
2025-07-18crypto: qat - add decompression service to telemetryVijay Sundar Selvamani1-0/+3
2025-07-18crypto: qat - enable power management debugfs for GEN6 devicesGeorge Abraham P4-1/+159
2025-07-18crypto: qat - relocate power management debugfs helper APIsGeorge Abraham P4-86/+108
2025-07-18crypto: qat - fix virtual channel configuration for GEN6 devicesSuman Kumar Chakraborty2-6/+6
2025-07-18crypto: qat - add live migration enablers for GEN6 devicesMałgorzata Mielnik3-0/+13
2025-07-18crypto: qat - relocate and rename bank state structure definitionSuman Kumar Chakraborty4-45/+47
2025-07-18crypto: qat - relocate bank state helper functionsMałgorzata Mielnik6-209/+258
2025-07-18crypto: qat - replace CHECK_STAT macro with static inline functionSuman Kumar Chakraborty1-14/+19
2025-07-18crypto: qat - use pr_fmt() in adf_gen4_hw_data.cSuman Kumar Chakraborty1-4/+6
2025-07-18crypto: qat - disable ZUC-256 capability for QAT GEN5Bairavi Alagappan1-8/+1
2025-07-18crypto: keembay - Fix dma_unmap_sg() nents valueThomas Fourier1-1/+7
2025-06-26crypto: qat - Use crypto_shash_export_coreHerbert Xu1-7/+7
2025-06-23crypto: qat - restore ASYM service support for GEN6 devicesSuman Kumar Chakraborty1-1/+9
2025-06-23crypto: qat - remove duplicate masking for GEN6 devicesSuman Kumar Chakraborty1-1/+0
2025-06-23crypto: qat - lower priority for skcipher and aead algorithmsGiovanni Cabiddu1-6/+6
2025-06-13crypto: qat - add support for decompression service to GEN6 devicesSuman Kumar Chakraborty7-1/+25
2025-06-13crypto: qat - fix state restore for banks with exceptionsSvyatoslav Pankratov1-7/+22
2025-06-13crypto: qat - allow enabling VFs in the absence of IOMMUAhsan Atta1-1/+0
2025-06-13crypto: qat - use unmanaged allocation for dc_dataSuman Kumar Chakraborty1-2/+2
2025-05-23crypto: qat - add missing header inclusionArnd Bergmann2-0/+2
2025-05-19crypto: qat - enable reporting of error counters for GEN6 devicesSuman Kumar Chakraborty1-0/+2
2025-05-19crypto: qat - enable RAS support for GEN6 devicesSuman Kumar Chakraborty4-0/+1325
2025-05-14crypto: iaa - Optimize rebalance_wq_table()Yury Norov1-21/+14
2025-05-14crypto: qat/qat_6xxx - Fix NULL vs IS_ERR() check in adf_probe()Dan Carpenter1-2/+2
2025-05-05crypto: qat - add qat_6xxx driverLaurent M Coquerel13-0/+1328
2025-05-05crypto: qat - add firmware headers for GEN6 devicesSuman Kumar Chakraborty2-0/+417
2025-05-05crypto: qat - update firmware apiSuman Kumar Chakraborty2-4/+22
2025-05-05crypto: qat - export adf_init_admin_pm()Suman Kumar Chakraborty1-0/+1
2025-05-05crypto: qat - expose configuration functionsSuman Kumar Chakraborty2-3/+6
2025-05-05crypto: qat - export adf_get_service_mask()Giovanni Cabiddu2-1/+3
2025-05-05crypto: qat - add GEN6 firmware loaderJack Xu5-7/+176
2025-05-05crypto: qat - refactor FW signing algorithmJack Xu1-70/+84
2025-05-05crypto: qat - use pr_fmt() in qat uclo.cSuman Kumar Chakraborty1-70/+65
2025-05-05crypto: qat - refactor compression template logicSuman Kumar Chakraborty22-146/+173