summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: qat - fix memory leak in RSAGiovanni Cabiddu2022-05-201-11/+1
* crypto: qat - add backlog mechanismGiovanni Cabiddu2022-05-209-18/+123
* crypto: qat - refactor submission logicGiovanni Cabiddu2022-05-206-54/+101
* crypto: qat - use pre-allocated buffers in datapathGiovanni Cabiddu2022-05-202-27/+61
* crypto: qat - set to zero DH parameters before freeGiovanni Cabiddu2022-05-201-0/+3
* crypto: qat - Fix unsigned function returning negative constantHaowen Bai2022-04-291-1/+1
* crypto: qat - remove line wrapping for pfvf_ops functionsMarco Chiappero2022-04-153-6/+3
* crypto: qat - use u32 variables in all GEN4 pfvf_opsMarco Chiappero2022-04-151-1/+1
* crypto: qat - replace disable_vf2pf_interrupts()Marco Chiappero2022-04-157-34/+23
* crypto: qat - leverage the GEN2 VF mask definitonMarco Chiappero2022-04-151-3/+3
* crypto: qat - rework the VF2PF interrupt handling logicMarco Chiappero2022-04-155-65/+132
* crypto: qat - fix off-by-one error in PFVF debug printMarco Chiappero2022-04-151-1/+1
* crypto: qat - fix wording and formatting in code commentMarco Chiappero2022-04-151-2/+2
* crypto: qat - test PFVF registers for spurious interrupts on GEN4Marco Chiappero2022-04-151-0/+6
* crypto: qat - add check for invalid PFVF protocol version 0Wojciech Ziemba2022-04-151-1/+3
* crypto: qat - add missing restarting event notification in VFsMarco Chiappero2022-04-151-0/+1
* crypto: qat - remove unnecessary tests to detect PFVF supportMarco Chiappero2022-04-151-7/+3
* crypto: qat - remove unused PFVF stubsGiovanni Cabiddu2022-04-151-12/+0
* crypto: qat - remove unneeded bracesMarco Chiappero2022-04-151-2/+1
* crypto: qat - fix ETR sources enabled by default on GEN2 devicesMarco Chiappero2022-04-158-55/+22
* crypto: qat - set COMPRESSION capability for DH895XCCGiovanni Cabiddu2022-04-151-1/+2
* crypto: qat - set CIPHER capability for DH895XCCGiovanni Cabiddu2022-04-151-3/+9
* crypto: qat - stop using iommu_present()Robin Murphy2022-04-151-2/+1
* crypto: qat - fix initialization of pfvf rts_map_msg structuresGiovanni Cabiddu2022-03-091-1/+1
* crypto: qat - fix initialization of pfvf cap_msg structuresGiovanni Cabiddu2022-03-091-1/+1
* crypto: qat - remove unneeded assignmentGiovanni Cabiddu2022-03-091-1/+1
* crypto: qat - disable registration of algorithmsGiovanni Cabiddu2022-03-092-0/+14
* crypto: qat - enable power management for QAT GEN4Wojciech Ziemba2022-02-1811-16/+252
* crypto: qat - move and rename GEN4 error register definitionsWojciech Ziemba2022-02-183-17/+17
* crypto: qat - add misc workqueueWojciech Ziemba2022-02-183-0/+37
* crypto: qat - don't cast parameter in bit operationsAndy Shevchenko2022-02-181-3/+6
* crypto: qat - fix access to PFVF interrupt registers for GEN4Giovanni Cabiddu2022-01-311-33/+9
* crypto: qat - fix a signedness bug in get_service_enabled()Dan Carpenter2022-01-281-1/+1
* crypto: qat - fix definition of ring reset resultsGiovanni Cabiddu2021-12-311-4/+4
* crypto: qat - add support for compression for 4xxxTomasz Kowalik2021-12-248-13/+147
* crypto: qat - allow detection of dc capabilities for 4xxxGiovanni Cabiddu2021-12-242-26/+44
* crypto: qat - add PFVF support to enable the reset of ring pairsMarco Chiappero2021-12-243-0/+67