summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - Move driver to drivers/crypto/intel/qatTom Zanussi2023-04-06106-23513/+0
* crypto: qat - drop redundant adf_enable_aer()Bjorn Helgaas2023-03-176-61/+4
* crypto: qat - fix apply custom thread-service mapping for dc serviceShashank Gupta2023-03-176-8/+21
* crypto: qat - add support for 402xx devicesDamian Muszynski2023-03-146-7/+52
* crypto: qat - make state machine functions staticShashank Gupta2023-03-142-15/+5
* crypto: qat - refactor device restart logicShashank Gupta2023-03-143-3/+20
* crypto: qat - replace state machine callsShashank Gupta2023-03-1410-114/+33
* crypto: qat - fix concurrency issue when device state changesShashank Gupta2023-03-145-20/+73
* crypto: qat - delay sysfs initializationShashank Gupta2023-03-141-4/+4
* crypto: qat - Include algapi.h for low-level Crypto APIHerbert Xu2023-03-141-1/+2
* crypto: qat - Use request_complete helpersHerbert Xu2023-02-133-5/+6
* crypto: qat - drop log level of msg in get_instance_node()Giovanni Cabiddu2023-02-102-2/+2
* crypto: qat - fix out-of-bounds readGiovanni Cabiddu2023-02-101-1/+1
* crypto: qat - add qat_zlib_deflateLucas Segarra Fernandez2023-02-031-12/+154
* crypto: qat - extend buffer list logic interfaceLucas Segarra Fernandez2023-02-033-5/+37
* crypto: qat - fix spelling mistakes from 'bufer' to 'buffer'Meadhbh Fitzpatrick2023-01-203-45/+45
* crypto: qat - add resubmit logic for decompressionGiovanni Cabiddu2022-12-094-0/+245
* crypto: qat - enable deflate for QAT GEN4Giovanni Cabiddu2022-12-098-14/+689
* crypto: qat - expose deflate through acomp api for QAT GEN2Giovanni Cabiddu2022-12-0924-12/+1447
* crypto: qat - rename and relocate GEN2 config functionGiovanni Cabiddu2022-12-0914-123/+158
* crypto: qat - relocate qat_algs_alloc_flags()Giovanni Cabiddu2022-12-092-5/+6
* crypto: qat - relocate backlog related structuresGiovanni Cabiddu2022-12-092-14/+16
* crypto: qat - extend buffer list interfaceGiovanni Cabiddu2022-12-093-18/+54
* crypto: qat - generalize crypto request buffersGiovanni Cabiddu2022-12-093-39/+39
* crypto: qat - change bufferlist logic interfaceGiovanni Cabiddu2022-12-093-45/+49
* crypto: qat - rename bufferlist functionsGiovanni Cabiddu2022-12-093-24/+24
* crypto: qat - relocate bufferlist logicGiovanni Cabiddu2022-12-094-184/+214
* crypto: qat - Use helper to set reqsizeHerbert Xu2022-12-021-2/+4
* crypto: qat - fix error return code in adf_probeWang Yufen2022-12-021-0/+1
* crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probeShashank Gupta2022-11-113-6/+0
* crypto: qat - add limit to linked list parsingAdam Guerin2022-09-301-2/+6
* crypto: qat - use reference to structure in dma_map_single()Damian Muszynski2022-09-161-6/+6
* Revert "crypto: qat - reduce size of mapped region"Giovanni Cabiddu2022-09-161-6/+6
* crypto: qat - fix DMA transfer directionDamian Muszynski2022-09-161-6/+12
* crypto: qat - fix default value of WDT timerLucas Segarra Fernandez2022-09-021-1/+1
* crypto: drivers - move from strlcpy with unused retval to strscpyWolfram Sang2022-08-263-5/+5
* crypto: qat - add check to validate firmware imagesSrinivas Kerekare2022-08-192-2/+57
* crypto: qat - expose device config through sysfs for 4xxxGiovanni Cabiddu2022-07-081-4/+76
* crypto: qat - relocate and rename adf_sriov_prepare_restart()Giovanni Cabiddu2022-07-083-27/+28
* crypto: qat - change behaviour of adf_cfg_add_key_value_param()Giovanni Cabiddu2022-07-081-1/+40
* crypto: qat - expose device state through sysfs for 4xxxGiovanni Cabiddu2022-07-087-1/+130
* crypto: qat - Removes the x86 dependency on the QAT driversYoan Picchi2022-06-241-7/+7
* crypto: qat - replace get_current_node() with numa_node_id()Andre Przywara2022-06-243-9/+4
* crypto: qat - add support for 401xx devicesGiovanni Cabiddu2022-05-204-0/+5
* crypto: qat - re-enable registration of algorithmsGiovanni Cabiddu2022-05-202-14/+0
* crypto: qat - honor CRYPTO_TFM_REQ_MAY_SLEEP flagGiovanni Cabiddu2022-05-203-14/+27
* crypto: qat - add param check for DHGiovanni Cabiddu2022-05-201-0/+4
* crypto: qat - add param check for RSAGiovanni Cabiddu2022-05-201-0/+8
* crypto: qat - remove dma_free_coherent() for DHGiovanni Cabiddu2022-05-201-49/+34
* crypto: qat - remove dma_free_coherent() for RSAGiovanni Cabiddu2022-05-201-77/+60