summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: qat - fix a typo in a commentChristophe JAILLET2021-08-211-1/+1
* crypto: qat - disable AER if an error occurs in probe functionsChristophe JAILLET2021-08-213-6/+12
* crypto: qat - set DMA mask to 48 bits for Gen2Giovanni Cabiddu2021-08-216-6/+6
* crypto: qat - simplify code and axe the use of a deprecated APIChristophe JAILLET2021-08-217-76/+28
* crypto: qat - ratelimit invalid ioctl message and print the invalid cmdColin Ian King2021-06-281-1/+1
* crypto: qat - remove unused macro in FW loaderJack Xu2021-05-281-1/+0
* crypto: qat - check return code of qat_hal_rd_rel_reg()Jack Xu2021-05-281-1/+5
* crypto: qat - report an error if MMP file size is too largeJack Xu2021-05-281-4/+2
* crypto: qat - check MMP size before writing to the SRAMJack Xu2021-05-283-6/+6
* crypto: qat - return error when failing to map FWJack Xu2021-05-281-1/+2
* crypto: qat - enable detection of accelerators hangWojciech Ziemba2021-04-169-1/+99
* crypto: qat - Fix a double free in adf_create_ringLv Yunlong2021-04-091-0/+1
* crypto: qat - fix error path in adf_isr_resource_alloc()Giovanni Cabiddu2021-04-021-8/+21
* crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_initTong Zhang2021-03-263-6/+6
* crypto: qat - don't release uninitialized resourcesTong Zhang2021-03-261-4/+13
* crypto: qat - fix use of 'dma_map_single'Hui Tang2021-03-131-13/+14
* crypto: qat - fix unmap invalid dma addressHui Tang2021-03-131-2/+9
* crypto: qat - fix spelling mistake: "messge" -> "message"Bhaskar Chowdhury2021-03-072-3/+3
* crypto: qat - reduce size of mapped regionAdam Guerin2021-01-141-6/+6
* crypto: qat - change format string and cast ring sizeAdam Guerin2021-01-141-2/+2
* crypto: qat - fix potential spectre issueAdam Guerin2021-01-141-0/+2
* crypto: qat - configure arbiter mapping based on engines enabledWojciech Ziemba2021-01-146-77/+20
* crypto: qat - replace CRYPTO_AES with CRYPTO_LIB_AES in KconfigMarco Chiappero2021-01-141-1/+1
* crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-032-0/+2
* crypto: qat - add CRYPTO_AES to Kconfig dependenciesMarco Chiappero2020-12-231-0/+1
* crypto: qat - add capability detection logic in qat_4xxxMarco Chiappero2020-12-113-0/+38
* crypto: qat - add AES-XTS support for QAT GEN4 devicesMarco Chiappero2020-12-111-7/+89
* crypto: qat - add AES-CTR support for QAT GEN4 devicesMarco Chiappero2020-12-113-2/+39
* crypto: qat - fix excluded_middle.cocci warningskernel test robot2020-11-271-3/+4
* crypto: qat - add qat_4xxx driverGiovanni Cabiddu2020-11-2011-1/+833