aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat/qat_c3xxxvf (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-24crypto: qat - config VFs based on ring-to-svc mappingMarco Chiappero1-4/+0
2021-12-24crypto: qat - store the ring-to-service mappingMarco Chiappero1-0/+1
2021-11-26crypto: qat - do not rely on min versionMarco Chiappero1-2/+0
2021-11-26crypto: qat - pass the PF2VF responses back to the callersMarco Chiappero1-1/+1
2021-11-26crypto: qat - reorganize PFVF codeMarco Chiappero1-2/+3
2021-11-26crypto: qat - add pfvf_opsMarco Chiappero1-2/+1
2021-11-26crypto: qat - relocate PFVF VF related logicMarco Chiappero2-7/+2
2021-08-21crypto: qat - flush vf workqueue at driver removalAhsan Atta1-0/+1
2021-08-21crypto: qat - remove the unnecessary get_vintmsk_offset()Marco Chiappero2-7/+0
2021-08-21crypto: qat - fix naming of PF/VF enable functionsMarco Chiappero1-1/+1
2021-08-21crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero1-2/+2
2021-08-21crypto: qat - rename compatibility version definitionMarco Chiappero1-1/+1
2021-08-21crypto: qat - set DMA mask to 48 bits for Gen2Giovanni Cabiddu1-1/+1
2021-08-21crypto: qat - simplify code and axe the use of a deprecated APIChristophe JAILLET1-11/+4
2021-03-26crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_initTong Zhang1-2/+2
2020-10-30crypto: qat - split transport CSR access logicGiovanni Cabiddu1-0/+2
2020-10-30crypto: qat - num_rings_per_bank is device dependentAhsan Atta1-0/+1
2020-10-30crypto: qat - mask device capabilities with soft strapsGiovanni Cabiddu2-4/+4
2020-09-18crypto: qat - use PCI_VDEVICEGiovanni Cabiddu1-5/+2
2020-09-18crypto: qat - replace device ids definesGiovanni Cabiddu1-3/+3
2020-09-11crypto: qat - include domain in top level debugfs pathGiovanni Cabiddu1-4/+2
2020-06-18crypto: qat - convert to SPDX License IdentifiersGiovanni Cabiddu3-138/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-01crypto: prefix header search paths with $(srctree)/Masahiro Yamada1-1/+1
2019-02-01crypto: qat - no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-5/+0
2018-09-28crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe()Waiman Long1-3/+3
2016-12-30crypto: qat - modify format of dev top level debugfs entriesPablo Marcos Oltra1-1/+1
2016-04-18crypto: qat - check if PF is runningTadeusz Struk1-0/+2
2016-04-18crypto: qat - move vf2pf_init and vf2pf_exit to commonTadeusz Struk1-23/+0
2016-04-05crypto: qat - changed adf_dev_stop to voidTadeusz Struk1-3/+1
2015-12-09crypto: qat - add support for c3xxxvf accel typeTadeusz Struk4-0/+545