aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds6-28/+13
2021-10-12crypto: qat - simplify adf_enable_aer()Uwe Kleine-König6-28/+13
2021-10-08crypto: qat - share adf_enable_pf2vf_comms() from adf_pf2vf_msg.cMarco Chiappero6-23/+26
2021-10-08crypto: qat - extract send and wait from adf_vf2pf_request_version()Marco Chiappero1-13/+37
2021-10-08crypto: qat - add VF and PF wrappers to common send functionMarco Chiappero3-8/+36
2021-10-08crypto: qat - rename pfvf collision constantsMarco Chiappero1-13/+13
2021-10-08crypto: qat - move pfvf collision detection valuesMarco Chiappero2-9/+9
2021-10-08crypto: qat - make pfvf send message direction agnosticMarco Chiappero1-7/+8
2021-10-08crypto: qat - use hweight for bit countingGiovanni Cabiddu1-14/+2
2021-10-08crypto: qat - remove duplicated logic across GEN2 driversMarco Chiappero8-245/+107
2021-10-08crypto: qat - fix handling of VF to PF interruptsMarco Chiappero9-76/+133
2021-10-08crypto: qat - remove unnecessary collision prevention step in PFVFMarco Chiappero1-19/+1
2021-10-08crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu2-0/+12
2021-10-08crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu1-0/+7
2021-09-24crypto: qat - power up 4xxx deviceGiovanni Cabiddu4-0/+47
2021-09-17crypto: qat - remove unneeded packed attributeGiovanni Cabiddu1-6/+6
2021-09-17crypto: qat - free irq in case of failureWojciech Ziemba1-29/+34
2021-09-17crypto: qat - free irqs only if allocatedMaksim Lukoshkov3-37/+35
2021-09-17crypto: qat - remove unmatched CPU affinity to cluster IRQWojciech Ziemba1-1/+0
2021-09-17crypto: qat - replace deprecated MSI APIWojciech Ziemba3-60/+55
2021-08-21crypto: qat - store vf.compatible flagGiovanni Cabiddu1-1/+3
2021-08-21crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu1-1/+0
2021-08-21crypto: qat - flush vf workqueue at driver removalAhsan Atta5-0/+33
2021-08-21crypto: qat - remove the unnecessary get_vintmsk_offset()Marco Chiappero14-44/+2
2021-08-21crypto: qat - fix naming of PF/VF enable functionsMarco Chiappero9-13/+13
2021-08-21crypto: qat - complete all the init steps before service notificationMarco Chiappero1-4/+6
2021-08-21crypto: qat - move IO virtualization functionsGiovanni Cabiddu4-15/+17
2021-08-21crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero5-16/+16
2021-08-21crypto: qat - protect interrupt mask CSRs with a spinlockKanchana Velusamy7-4/+41
2021-08-21crypto: qat - move pf2vf interrupt [en|dis]able to adf_vf_isr.cMarco Chiappero2-20/+20
2021-08-21crypto: qat - fix reuse of completion variableMarco Chiappero1-0/+2
2021-08-21crypto: qat - remove intermediate tasklet for vf2pfSvyatoslav Pankratov4-13/+5
2021-08-21crypto: qat - rename compatibility version definitionMarco Chiappero9-17/+17
2021-08-21crypto: qat - prevent spurious MSI interrupt in PFMarco Chiappero2-7/+20
2021-08-21crypto: qat - prevent spurious MSI interrupt in VFGiovanni Cabiddu1-1/+11
2021-08-21crypto: qat - handle both source of interrupt in VF ISRGiovanni Cabiddu1-3/+4
2021-08-21crypto: qat - do not ignore errors from enable_vf2pf_comms()Giovanni Cabiddu1-2/+3
2021-08-21crypto: qat - enable interrupts only after ISR allocationMarco Chiappero1-2/+2
2021-08-21crypto: qat - remove empty sriov_configure()Marco Chiappero1-4/+1
2021-08-21crypto: qat - use proper type for vf_maskGiovanni Cabiddu1-3/+4
2021-08-21crypto: qat - fix a typo in a commentChristophe JAILLET1-1/+1
2021-08-21crypto: qat - disable AER if an error occurs in probe functionsChristophe JAILLET3-6/+12
2021-08-21crypto: qat - set DMA mask to 48 bits for Gen2Giovanni Cabiddu6-6/+6
2021-08-21crypto: qat - simplify code and axe the use of a deprecated APIChristophe JAILLET7-76/+28
2021-06-28crypto: qat - ratelimit invalid ioctl message and print the invalid cmdColin Ian King1-1/+1
2021-05-28crypto: qat - remove unused macro in FW loaderJack Xu1-1/+0
2021-05-28crypto: qat - check return code of qat_hal_rd_rel_reg()Jack Xu1-1/+5
2021-05-28crypto: qat - report an error if MMP file size is too largeJack Xu1-4/+2
2021-05-28crypto: qat - check MMP size before writing to the SRAMJack Xu3-6/+6
2021-05-28crypto: qat - return error when failing to map FWJack Xu1-1/+2