aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/qat
AgeCommit message (Expand)AuthorFilesLines
2022-09-30crypto: qat - add limit to linked list parsingGravatar Adam Guerin 1-2/+6
2022-09-16crypto: qat - use reference to structure in dma_map_single()Gravatar Damian Muszynski 1-6/+6
2022-09-16Revert "crypto: qat - reduce size of mapped region"Gravatar Giovanni Cabiddu 1-6/+6
2022-09-16crypto: qat - fix DMA transfer directionGravatar Damian Muszynski 1-6/+12
2022-09-02crypto: qat - fix default value of WDT timerGravatar Lucas Segarra Fernandez 1-1/+1
2022-08-26crypto: drivers - move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 3-5/+5
2022-08-19crypto: qat - add check to validate firmware imagesGravatar Srinivas Kerekare 2-2/+57
2022-07-08crypto: qat - expose device config through sysfs for 4xxxGravatar Giovanni Cabiddu 1-4/+76
2022-07-08crypto: qat - relocate and rename adf_sriov_prepare_restart()Gravatar Giovanni Cabiddu 3-27/+28
2022-07-08crypto: qat - change behaviour of adf_cfg_add_key_value_param()Gravatar Giovanni Cabiddu 1-1/+40
2022-07-08crypto: qat - expose device state through sysfs for 4xxxGravatar Giovanni Cabiddu 7-1/+130
2022-06-24crypto: qat - Removes the x86 dependency on the QAT driversGravatar Yoan Picchi 1-7/+7
2022-06-24crypto: qat - replace get_current_node() with numa_node_id()Gravatar Andre Przywara 3-9/+4
2022-05-20crypto: qat - add support for 401xx devicesGravatar Giovanni Cabiddu 4-0/+5
2022-05-20crypto: qat - re-enable registration of algorithmsGravatar Giovanni Cabiddu 2-14/+0
2022-05-20crypto: qat - honor CRYPTO_TFM_REQ_MAY_SLEEP flagGravatar Giovanni Cabiddu 3-14/+27
2022-05-20crypto: qat - add param check for DHGravatar Giovanni Cabiddu 1-0/+4
2022-05-20crypto: qat - add param check for RSAGravatar Giovanni Cabiddu 1-0/+8
2022-05-20crypto: qat - remove dma_free_coherent() for DHGravatar Giovanni Cabiddu 1-49/+34
2022-05-20crypto: qat - remove dma_free_coherent() for RSAGravatar Giovanni Cabiddu 1-77/+60
2022-05-20crypto: qat - fix memory leak in RSAGravatar Giovanni Cabiddu 1-11/+1
2022-05-20crypto: qat - add backlog mechanismGravatar Giovanni Cabiddu 9-18/+123
2022-05-20crypto: qat - refactor submission logicGravatar Giovanni Cabiddu 6-54/+101
2022-05-20crypto: qat - use pre-allocated buffers in datapathGravatar Giovanni Cabiddu 2-27/+61
2022-05-20crypto: qat - set to zero DH parameters before freeGravatar Giovanni Cabiddu 1-0/+3
2022-04-29crypto: qat - Fix unsigned function returning negative constantGravatar Haowen Bai 1-1/+1
2022-04-15crypto: qat - remove line wrapping for pfvf_ops functionsGravatar Marco Chiappero 3-6/+3
2022-04-15crypto: qat - use u32 variables in all GEN4 pfvf_opsGravatar Marco Chiappero 1-1/+1
2022-04-15crypto: qat - replace disable_vf2pf_interrupts()Gravatar Marco Chiappero 7-34/+23
2022-04-15crypto: qat - leverage the GEN2 VF mask definitonGravatar Marco Chiappero 1-3/+3
2022-04-15crypto: qat - rework the VF2PF interrupt handling logicGravatar Marco Chiappero 5-65/+132
2022-04-15crypto: qat - fix off-by-one error in PFVF debug printGravatar Marco Chiappero 1-1/+1
2022-04-15crypto: qat - fix wording and formatting in code commentGravatar Marco Chiappero 1-2/+2
2022-04-15crypto: qat - test PFVF registers for spurious interrupts on GEN4Gravatar Marco Chiappero 1-0/+6
2022-04-15crypto: qat - add check for invalid PFVF protocol version 0Gravatar Wojciech Ziemba 1-1/+3
2022-04-15crypto: qat - add missing restarting event notification in VFsGravatar Marco Chiappero 1-0/+1
2022-04-15crypto: qat - remove unnecessary tests to detect PFVF supportGravatar Marco Chiappero 1-7/+3
2022-04-15crypto: qat - remove unused PFVF stubsGravatar Giovanni Cabiddu 1-12/+0
2022-04-15crypto: qat - remove unneeded bracesGravatar Marco Chiappero 1-2/+1
2022-04-15crypto: qat - fix ETR sources enabled by default on GEN2 devicesGravatar Marco Chiappero 8-55/+22
2022-04-15crypto: qat - set COMPRESSION capability for DH895XCCGravatar Giovanni Cabiddu 1-1/+2
2022-04-15crypto: qat - set CIPHER capability for DH895XCCGravatar Giovanni Cabiddu 1-3/+9
2022-04-15crypto: qat - stop using iommu_present()Gravatar Robin Murphy 1-2/+1
2022-03-09crypto: qat - fix initialization of pfvf rts_map_msg structuresGravatar Giovanni Cabiddu 1-1/+1
2022-03-09crypto: qat - fix initialization of pfvf cap_msg structuresGravatar Giovanni Cabiddu 1-1/+1
2022-03-09crypto: qat - remove unneeded assignmentGravatar Giovanni Cabiddu 1-1/+1
2022-03-09crypto: qat - disable registration of algorithmsGravatar Giovanni Cabiddu 2-0/+14
2022-02-18crypto: qat - enable power management for QAT GEN4Gravatar Wojciech Ziemba 11-16/+252
2022-02-18crypto: qat - move and rename GEN4 error register definitionsGravatar Wojciech Ziemba 3-17/+17
2022-02-18crypto: qat - add misc workqueueGravatar Wojciech Ziemba 3-0/+37