summaryrefslogtreecommitdiff
path: root/drivers/crypto/qat
AgeCommit message (Expand)Author
2023-04-06crypto: qat - Move driver to drivers/crypto/intel/qatTom Zanussi
2023-03-17crypto: qat - drop redundant adf_enable_aer()Bjorn Helgaas
2023-03-17crypto: qat - fix apply custom thread-service mapping for dc serviceShashank Gupta
2023-03-14crypto: qat - add support for 402xx devicesDamian Muszynski
2023-03-14crypto: qat - make state machine functions staticShashank Gupta
2023-03-14crypto: qat - refactor device restart logicShashank Gupta
2023-03-14crypto: qat - replace state machine callsShashank Gupta
2023-03-14crypto: qat - fix concurrency issue when device state changesShashank Gupta
2023-03-14crypto: qat - delay sysfs initializationShashank Gupta
2023-03-14crypto: qat - Include algapi.h for low-level Crypto APIHerbert Xu
2023-02-13crypto: qat - Use request_complete helpersHerbert Xu
2023-02-10crypto: qat - drop log level of msg in get_instance_node()Giovanni Cabiddu
2023-02-10crypto: qat - fix out-of-bounds readGiovanni Cabiddu
2023-02-03crypto: qat - add qat_zlib_deflateLucas Segarra Fernandez
2023-02-03crypto: qat - extend buffer list logic interfaceLucas Segarra Fernandez
2023-01-20crypto: qat - fix spelling mistakes from 'bufer' to 'buffer'Meadhbh Fitzpatrick
2022-12-09crypto: qat - add resubmit logic for decompressionGiovanni Cabiddu
2022-12-09crypto: qat - enable deflate for QAT GEN4Giovanni Cabiddu
2022-12-09crypto: qat - expose deflate through acomp api for QAT GEN2Giovanni Cabiddu
2022-12-09crypto: qat - rename and relocate GEN2 config functionGiovanni Cabiddu
2022-12-09crypto: qat - relocate qat_algs_alloc_flags()Giovanni Cabiddu
2022-12-09crypto: qat - relocate backlog related structuresGiovanni Cabiddu
2022-12-09crypto: qat - extend buffer list interfaceGiovanni Cabiddu
2022-12-09crypto: qat - generalize crypto request buffersGiovanni Cabiddu
2022-12-09crypto: qat - change bufferlist logic interfaceGiovanni Cabiddu
2022-12-09crypto: qat - rename bufferlist functionsGiovanni Cabiddu
2022-12-09crypto: qat - relocate bufferlist logicGiovanni Cabiddu
2022-12-02crypto: qat - Use helper to set reqsizeHerbert Xu
2022-12-02crypto: qat - fix error return code in adf_probeWang Yufen
2022-11-11crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probeShashank Gupta
2022-09-30crypto: qat - add limit to linked list parsingAdam Guerin
2022-09-16crypto: qat - use reference to structure in dma_map_single()Damian Muszynski
2022-09-16Revert "crypto: qat - reduce size of mapped region"Giovanni Cabiddu
2022-09-16crypto: qat - fix DMA transfer directionDamian Muszynski
2022-09-02crypto: qat - fix default value of WDT timerLucas Segarra Fernandez
2022-08-26crypto: drivers - move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-19crypto: qat - add check to validate firmware imagesSrinivas Kerekare
2022-07-08crypto: qat - expose device config through sysfs for 4xxxGiovanni Cabiddu
2022-07-08crypto: qat - relocate and rename adf_sriov_prepare_restart()Giovanni Cabiddu
2022-07-08crypto: qat - change behaviour of adf_cfg_add_key_value_param()Giovanni Cabiddu
2022-07-08crypto: qat - expose device state through sysfs for 4xxxGiovanni Cabiddu
2022-06-24crypto: qat - Removes the x86 dependency on the QAT driversYoan Picchi
2022-06-24crypto: qat - replace get_current_node() with numa_node_id()Andre Przywara
2022-05-20crypto: qat - add support for 401xx devicesGiovanni Cabiddu
2022-05-20crypto: qat - re-enable registration of algorithmsGiovanni Cabiddu
2022-05-20crypto: qat - honor CRYPTO_TFM_REQ_MAY_SLEEP flagGiovanni Cabiddu
2022-05-20crypto: qat - add param check for DHGiovanni Cabiddu
2022-05-20crypto: qat - add param check for RSAGiovanni Cabiddu
2022-05-20crypto: qat - remove dma_free_coherent() for DHGiovanni Cabiddu
2022-05-20crypto: qat - remove dma_free_coherent() for RSAGiovanni Cabiddu