summaryrefslogtreecommitdiff
path: root/drivers/crypto/qat/qat_common
AgeCommit message (Expand)AuthorFilesLines
2022-03-28crypto: qat - disable registration of algorithmsGiovanni Cabiddu1-0/+7
2022-01-27crypto: qat - fix undetected PFVF timeout in ACK loopGiovanni Cabiddu1-6/+6
2022-01-27crypto: qat - make pfvf send message direction agnosticMarco Chiappero1-7/+8
2022-01-27crypto: qat - remove unnecessary collision prevention step in PFVFMarco Chiappero1-19/+1
2021-11-18crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu2-0/+12
2021-11-18crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu1-0/+7
2021-11-18crypto: qat - power up 4xxx deviceGiovanni Cabiddu2-0/+6
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 Atta2-0/+30
2021-08-21crypto: qat - remove the unnecessary get_vintmsk_offset()Marco Chiappero2-3/+2
2021-08-21crypto: qat - fix naming of PF/VF enable functionsMarco Chiappero2-2/+2
2021-08-21crypto: qat - complete all the init steps before service notificationMarco Chiappero1-4/+6
2021-08-21crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero2-10/+10
2021-08-21crypto: qat - protect interrupt mask CSRs with a spinlockKanchana Velusamy4-4/+35
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 Chiappero2-10/+10
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-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
2021-04-16crypto: qat - enable detection of accelerators hangWojciech Ziemba6-1/+96
2021-04-09crypto: qat - Fix a double free in adf_create_ringLv Yunlong1-0/+1
2021-04-02crypto: qat - fix error path in adf_isr_resource_alloc()Giovanni Cabiddu1-8/+21
2021-03-26crypto: qat - don't release uninitialized resourcesTong Zhang1-4/+13
2021-03-12crypto: qat - fix use of 'dma_map_single'Hui Tang1-13/+14
2021-03-12crypto: qat - fix unmap invalid dma addressHui Tang1-2/+9
2021-03-07crypto: qat - fix spelling mistake: "messge" -> "message"Bhaskar Chowdhury2-3/+3
2021-01-14crypto: qat - reduce size of mapped regionAdam Guerin1-6/+6
2021-01-14crypto: qat - change format string and cast ring sizeAdam Guerin1-2/+2
2021-01-14crypto: qat - fix potential spectre issueAdam Guerin1-0/+2
2021-01-14crypto: qat - configure arbiter mapping based on engines enabledWojciech Ziemba2-7/+4
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel2-0/+2
2020-12-11crypto: qat - add AES-XTS support for QAT GEN4 devicesMarco Chiappero1-7/+89
2020-12-11crypto: qat - add AES-CTR support for QAT GEN4 devicesMarco Chiappero3-2/+39
2020-11-27crypto: qat - fix excluded_middle.cocci warningskernel test robot1-3/+4
2020-11-20crypto: qat - add qat_4xxx driverGiovanni Cabiddu5-1/+204
2020-11-20crypto: qat - add hook to initialize vector routing tableGiovanni Cabiddu2-0/+4