summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat
Commit message (Expand)AuthorAgeFilesLines
...
* crypto: qat - handle retries due to collisions in adf_iov_putmsg()Marco Chiappero2021-11-261-33/+19
* crypto: qat - split PFVF message decoding from handlingMarco Chiappero2021-11-262-59/+71
* crypto: qat - re-enable interrupts for legacy PFVF messagesGiovanni Cabiddu2021-11-262-2/+2
* crypto: qat - change PFVF ACK behaviourGiovanni Cabiddu2021-11-262-7/+8
* crypto: qat - move interrupt code out of the PFVF handlerMarco Chiappero2021-11-263-11/+16
* crypto: qat - move VF message handler to adf_vf2pf_msg.cMarco Chiappero2021-11-263-66/+86
* crypto: qat - move vf2pf interrupt helpersGiovanni Cabiddu2021-11-263-41/+39
* crypto: qat - refactor PF top half for PFVFMarco Chiappero2021-11-261-40/+44
* crypto: qat - fix undetected PFVF timeout in ACK loopGiovanni Cabiddu2021-11-261-6/+6
* crypto: qat - do not handle PFVF sources for qat_4xxxGiovanni Cabiddu2021-11-261-0/+7
* Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-066-28/+13
|\
| * crypto: qat - simplify adf_enable_aer()Uwe Kleine-König2021-10-126-28/+13
* | crypto: qat - share adf_enable_pf2vf_comms() from adf_pf2vf_msg.cMarco Chiappero2021-10-086-23/+26
* | crypto: qat - extract send and wait from adf_vf2pf_request_version()Marco Chiappero2021-10-081-13/+37
* | crypto: qat - add VF and PF wrappers to common send functionMarco Chiappero2021-10-083-8/+36
* | crypto: qat - rename pfvf collision constantsMarco Chiappero2021-10-081-13/+13
* | crypto: qat - move pfvf collision detection valuesMarco Chiappero2021-10-082-9/+9
* | crypto: qat - make pfvf send message direction agnosticMarco Chiappero2021-10-081-7/+8
* | crypto: qat - use hweight for bit countingGiovanni Cabiddu2021-10-081-14/+2
* | crypto: qat - remove duplicated logic across GEN2 driversMarco Chiappero2021-10-088-245/+107
* | crypto: qat - fix handling of VF to PF interruptsMarco Chiappero2021-10-089-76/+133
* | crypto: qat - remove unnecessary collision prevention step in PFVFMarco Chiappero2021-10-081-19/+1
* | crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu2021-10-082-0/+12
* | crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu2021-10-081-0/+7
* | crypto: qat - power up 4xxx deviceGiovanni Cabiddu2021-09-244-0/+47
* | crypto: qat - remove unneeded packed attributeGiovanni Cabiddu2021-09-171-6/+6
* | crypto: qat - free irq in case of failureWojciech Ziemba2021-09-171-29/+34
* | crypto: qat - free irqs only if allocatedMaksim Lukoshkov2021-09-173-37/+35
* | crypto: qat - remove unmatched CPU affinity to cluster IRQWojciech Ziemba2021-09-171-1/+0
* | crypto: qat - replace deprecated MSI APIWojciech Ziemba2021-09-173-60/+55
|/
* crypto: qat - store vf.compatible flagGiovanni Cabiddu2021-08-211-1/+3
* crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu2021-08-211-1/+0
* crypto: qat - flush vf workqueue at driver removalAhsan Atta2021-08-215-0/+33
* crypto: qat - remove the unnecessary get_vintmsk_offset()Marco Chiappero2021-08-2114-44/+2
* crypto: qat - fix naming of PF/VF enable functionsMarco Chiappero2021-08-219-13/+13
* crypto: qat - complete all the init steps before service notificationMarco Chiappero2021-08-211-4/+6
* crypto: qat - move IO virtualization functionsGiovanni Cabiddu2021-08-214-15/+17
* crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero2021-08-215-16/+16
* crypto: qat - protect interrupt mask CSRs with a spinlockKanchana Velusamy2021-08-217-4/+41
* crypto: qat - move pf2vf interrupt [en|dis]able to adf_vf_isr.cMarco Chiappero2021-08-212-20/+20
* crypto: qat - fix reuse of completion variableMarco Chiappero2021-08-211-0/+2
* crypto: qat - remove intermediate tasklet for vf2pfSvyatoslav Pankratov2021-08-214-13/+5
* crypto: qat - rename compatibility version definitionMarco Chiappero2021-08-219-17/+17
* crypto: qat - prevent spurious MSI interrupt in PFMarco Chiappero2021-08-212-7/+20
* crypto: qat - prevent spurious MSI interrupt in VFGiovanni Cabiddu2021-08-211-1/+11
* crypto: qat - handle both source of interrupt in VF ISRGiovanni Cabiddu2021-08-211-3/+4
* crypto: qat - do not ignore errors from enable_vf2pf_comms()Giovanni Cabiddu2021-08-211-2/+3
* crypto: qat - enable interrupts only after ISR allocationMarco Chiappero2021-08-211-2/+2
* crypto: qat - remove empty sriov_configure()Marco Chiappero2021-08-211-4/+1
* crypto: qat - use proper type for vf_maskGiovanni Cabiddu2021-08-211-3/+4