summaryrefslogtreecommitdiff
path: root/drivers/crypto/qat
AgeCommit message (Expand)AuthorFilesLines
2023-04-06crypto: qat - Move driver to drivers/crypto/intel/qatTom Zanussi106-23513/+0
2023-03-17crypto: qat - drop redundant adf_enable_aer()Bjorn Helgaas6-61/+4
2023-03-17crypto: qat - fix apply custom thread-service mapping for dc serviceShashank Gupta6-8/+21
2023-03-14crypto: qat - add support for 402xx devicesDamian Muszynski6-7/+52
2023-03-14crypto: qat - make state machine functions staticShashank Gupta2-15/+5
2023-03-14crypto: qat - refactor device restart logicShashank Gupta3-3/+20
2023-03-14crypto: qat - replace state machine callsShashank Gupta10-114/+33
2023-03-14crypto: qat - fix concurrency issue when device state changesShashank Gupta5-20/+73
2023-03-14crypto: qat - delay sysfs initializationShashank Gupta1-4/+4
2023-03-14crypto: qat - Include algapi.h for low-level Crypto APIHerbert Xu1-1/+2
2023-02-13crypto: qat - Use request_complete helpersHerbert Xu3-5/+6
2023-02-10crypto: qat - drop log level of msg in get_instance_node()Giovanni Cabiddu2-2/+2
2023-02-10crypto: qat - fix out-of-bounds readGiovanni Cabiddu1-1/+1
2023-02-03crypto: qat - add qat_zlib_deflateLucas Segarra Fernandez1-12/+154
2023-02-03crypto: qat - extend buffer list logic interfaceLucas Segarra Fernandez3-5/+37
2023-01-20crypto: qat - fix spelling mistakes from 'bufer' to 'buffer'Meadhbh Fitzpatrick3-45/+45
2022-12-09crypto: qat - add resubmit logic for decompressionGiovanni Cabiddu4-0/+245
2022-12-09crypto: qat - enable deflate for QAT GEN4Giovanni Cabiddu8-14/+689
2022-12-09crypto: qat - expose deflate through acomp api for QAT GEN2Giovanni Cabiddu24-12/+1447
2022-12-09crypto: qat - rename and relocate GEN2 config functionGiovanni Cabiddu14-123/+158
2022-12-09crypto: qat - relocate qat_algs_alloc_flags()Giovanni Cabiddu2-5/+6
2022-12-09crypto: qat - relocate backlog related structuresGiovanni Cabiddu2-14/+16
2022-12-09crypto: qat - extend buffer list interfaceGiovanni Cabiddu3-18/+54
2022-12-09crypto: qat - generalize crypto request buffersGiovanni Cabiddu3-39/+39
2022-12-09crypto: qat - change bufferlist logic interfaceGiovanni Cabiddu3-45/+49
2022-12-09crypto: qat - rename bufferlist functionsGiovanni Cabiddu3-24/+24
2022-12-09crypto: qat - relocate bufferlist logicGiovanni Cabiddu4-184/+214
2022-12-02crypto: qat - Use helper to set reqsizeHerbert Xu1-2/+4
2022-12-02crypto: qat - fix error return code in adf_probeWang Yufen1-0/+1
2022-11-11crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probeShashank Gupta3-6/+0
2022-09-30crypto: qat - add limit to linked list parsingAdam Guerin1-2/+6
2022-09-16crypto: qat - use reference to structure in dma_map_single()Damian Muszynski1-6/+6
2022-09-16Revert "crypto: qat - reduce size of mapped region"Giovanni Cabiddu1-6/+6
2022-09-16crypto: qat - fix DMA transfer directionDamian Muszynski1-6/+12
2022-09-02crypto: qat - fix default value of WDT timerLucas Segarra Fernandez1-1/+1
2022-08-26crypto: drivers - move from strlcpy with unused retval to strscpyWolfram Sang3-5/+5
2022-08-19crypto: qat - add check to validate firmware imagesSrinivas Kerekare2-2/+57
2022-07-08crypto: qat - expose device config through sysfs for 4xxxGiovanni Cabiddu1-4/+76
2022-07-08crypto: qat - relocate and rename adf_sriov_prepare_restart()Giovanni Cabiddu3-27/+28
2022-07-08crypto: qat - change behaviour of adf_cfg_add_key_value_param()Giovanni Cabiddu1-1/+40
2022-07-08crypto: qat - expose device state through sysfs for 4xxxGiovanni Cabiddu7-1/+130
2022-06-24crypto: qat - Removes the x86 dependency on the QAT driversYoan Picchi1-7/+7
2022-06-24crypto: qat - replace get_current_node() with numa_node_id()Andre Przywara3-9/+4
2022-05-20crypto: qat - add support for 401xx devicesGiovanni Cabiddu4-0/+5
2022-05-20crypto: qat - re-enable registration of algorithmsGiovanni Cabiddu2-14/+0
2022-05-20crypto: qat - honor CRYPTO_TFM_REQ_MAY_SLEEP flagGiovanni Cabiddu3-14/+27
2022-05-20crypto: qat - add param check for DHGiovanni Cabiddu1-0/+4
2022-05-20crypto: qat - add param check for RSAGiovanni Cabiddu1-0/+8
2022-05-20crypto: qat - remove dma_free_coherent() for DHGiovanni Cabiddu1-49/+34
2022-05-20crypto: qat - remove dma_free_coherent() for RSAGiovanni Cabiddu1-77/+60