summaryrefslogtreecommitdiff
path: root/drivers/crypto/qat
AgeCommit message (Expand)Author
2022-05-20crypto: qat - fix memory leak in RSAGiovanni Cabiddu
2022-05-20crypto: qat - add backlog mechanismGiovanni Cabiddu
2022-05-20crypto: qat - refactor submission logicGiovanni Cabiddu
2022-05-20crypto: qat - use pre-allocated buffers in datapathGiovanni Cabiddu
2022-05-20crypto: qat - set to zero DH parameters before freeGiovanni Cabiddu
2022-04-29crypto: qat - Fix unsigned function returning negative constantHaowen Bai
2022-04-15crypto: qat - remove line wrapping for pfvf_ops functionsMarco Chiappero
2022-04-15crypto: qat - use u32 variables in all GEN4 pfvf_opsMarco Chiappero
2022-04-15crypto: qat - replace disable_vf2pf_interrupts()Marco Chiappero
2022-04-15crypto: qat - leverage the GEN2 VF mask definitonMarco Chiappero
2022-04-15crypto: qat - rework the VF2PF interrupt handling logicMarco Chiappero
2022-04-15crypto: qat - fix off-by-one error in PFVF debug printMarco Chiappero
2022-04-15crypto: qat - fix wording and formatting in code commentMarco Chiappero
2022-04-15crypto: qat - test PFVF registers for spurious interrupts on GEN4Marco Chiappero
2022-04-15crypto: qat - add check for invalid PFVF protocol version 0Wojciech Ziemba
2022-04-15crypto: qat - add missing restarting event notification in VFsMarco Chiappero
2022-04-15crypto: qat - remove unnecessary tests to detect PFVF supportMarco Chiappero
2022-04-15crypto: qat - remove unused PFVF stubsGiovanni Cabiddu
2022-04-15crypto: qat - remove unneeded bracesMarco Chiappero
2022-04-15crypto: qat - fix ETR sources enabled by default on GEN2 devicesMarco Chiappero
2022-04-15crypto: qat - set COMPRESSION capability for DH895XCCGiovanni Cabiddu
2022-04-15crypto: qat - set CIPHER capability for DH895XCCGiovanni Cabiddu
2022-04-15crypto: qat - stop using iommu_present()Robin Murphy
2022-03-09crypto: qat - fix initialization of pfvf rts_map_msg structuresGiovanni Cabiddu
2022-03-09crypto: qat - fix initialization of pfvf cap_msg structuresGiovanni Cabiddu
2022-03-09crypto: qat - remove unneeded assignmentGiovanni Cabiddu
2022-03-09crypto: qat - disable registration of algorithmsGiovanni Cabiddu
2022-02-18crypto: qat - enable power management for QAT GEN4Wojciech Ziemba
2022-02-18crypto: qat - move and rename GEN4 error register definitionsWojciech Ziemba
2022-02-18crypto: qat - add misc workqueueWojciech Ziemba
2022-02-18crypto: qat - don't cast parameter in bit operationsAndy Shevchenko
2022-01-31crypto: qat - fix access to PFVF interrupt registers for GEN4Giovanni Cabiddu
2022-01-28crypto: qat - fix a signedness bug in get_service_enabled()Dan Carpenter
2021-12-31crypto: qat - fix definition of ring reset resultsGiovanni Cabiddu
2021-12-24crypto: qat - add support for compression for 4xxxTomasz Kowalik
2021-12-24crypto: qat - allow detection of dc capabilities for 4xxxGiovanni Cabiddu
2021-12-24crypto: qat - add PFVF support to enable the reset of ring pairsMarco Chiappero
2021-12-24crypto: qat - add PFVF support to the GEN4 host driverMarco Chiappero
2021-12-24crypto: qat - config VFs based on ring-to-svc mappingMarco Chiappero
2021-12-24crypto: qat - exchange ring-to-service mappings over PFVFMarco Chiappero
2021-12-24crypto: qat - support fast ACKs in the PFVF protocolMarco Chiappero
2021-12-24crypto: qat - exchange device capabilities over PFVFMarco Chiappero
2021-12-24crypto: qat - introduce support for PFVF block messagesMarco Chiappero
2021-12-24crypto: qat - store the ring-to-service mappingMarco Chiappero
2021-12-24crypto: qat - store the PFVF protocol version of the endpointsMarco Chiappero
2021-12-24crypto: qat - improve the ACK timings in PFVF sendMarco Chiappero
2021-12-24crypto: qat - leverage read_poll_timeout in PFVF sendMarco Chiappero
2021-12-24crypto: qat - leverage bitfield.h utils for PFVF messagesMarco Chiappero
2021-12-24crypto: qat - abstract PFVF messages with struct pfvf_messageMarco Chiappero
2021-12-24crypto: qat - set PFVF_MSGORIGIN just before sendingMarco Chiappero