aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat/qat_common (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Cabiddu4-0/+123
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 Cabiddu3-0/+4
2022-05-20crypto: qat - re-enable registration of algorithmsGiovanni Cabiddu1-7/+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
2022-05-20crypto: qat - fix memory leak in RSAGiovanni Cabiddu1-11/+1
2022-05-20crypto: qat - add backlog mechanismGiovanni Cabiddu9-18/+123
2022-05-20crypto: qat - refactor submission logicGiovanni Cabiddu6-54/+101
2022-05-20crypto: qat - use pre-allocated buffers in datapathGiovanni Cabiddu2-27/+61
2022-05-20crypto: qat - set to zero DH parameters before freeGiovanni Cabiddu1-0/+3
2022-04-29crypto: qat - Fix unsigned function returning negative constantHaowen Bai1-1/+1
2022-04-15crypto: qat - remove line wrapping for pfvf_ops functionsMarco Chiappero3-6/+3
2022-04-15crypto: qat - use u32 variables in all GEN4 pfvf_opsMarco Chiappero1-1/+1
2022-04-15crypto: qat - replace disable_vf2pf_interrupts()Marco Chiappero6-21/+13
2022-04-15crypto: qat - leverage the GEN2 VF mask definitonMarco Chiappero1-3/+3
2022-04-15crypto: qat - rework the VF2PF interrupt handling logicMarco Chiappero4-40/+81
2022-04-15crypto: qat - fix off-by-one error in PFVF debug printMarco Chiappero1-1/+1
2022-04-15crypto: qat - fix wording and formatting in code commentMarco Chiappero1-2/+2
2022-04-15crypto: qat - test PFVF registers for spurious interrupts on GEN4Marco Chiappero1-0/+6
2022-04-15crypto: qat - add check for invalid PFVF protocol version 0Wojciech Ziemba1-1/+3
2022-04-15crypto: qat - add missing restarting event notification in VFsMarco Chiappero1-0/+1
2022-04-15crypto: qat - remove unnecessary tests to detect PFVF supportMarco Chiappero1-7/+3
2022-04-15crypto: qat - remove unused PFVF stubsGiovanni Cabiddu1-12/+0
2022-04-15crypto: qat - remove unneeded bracesMarco Chiappero1-2/+1
2022-04-15crypto: qat - fix ETR sources enabled by default on GEN2 devicesMarco Chiappero2-0/+19
2022-04-15crypto: qat - stop using iommu_present()Robin Murphy1-2/+1
2022-03-09crypto: qat - fix initialization of pfvf rts_map_msg structuresGiovanni Cabiddu1-1/+1
2022-03-09crypto: qat - fix initialization of pfvf cap_msg structuresGiovanni Cabiddu1-1/+1
2022-03-09crypto: qat - remove unneeded assignmentGiovanni Cabiddu1-1/+1
2022-03-09crypto: qat - disable registration of algorithmsGiovanni Cabiddu1-0/+7
2022-02-18crypto: qat - enable power management for QAT GEN4Wojciech Ziemba9-0/+243
2022-02-18crypto: qat - move and rename GEN4 error register definitionsWojciech Ziemba1-0/+14
2022-02-18crypto: qat - add misc workqueueWojciech Ziemba3-0/+37
2022-02-18crypto: qat - don't cast parameter in bit operationsAndy Shevchenko1-3/+6
2022-01-31crypto: qat - fix access to PFVF interrupt registers for GEN4Giovanni Cabiddu1-33/+9
2021-12-31crypto: qat - fix definition of ring reset resultsGiovanni Cabiddu1-4/+4