summaryrefslogtreecommitdiff
path: root/drivers/crypto/qat
AgeCommit message (Expand)Author
2021-08-21crypto: qat - store vf.compatible flagGiovanni Cabiddu
2021-08-21crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu
2021-08-21crypto: qat - flush vf workqueue at driver removalAhsan Atta
2021-08-21crypto: qat - remove the unnecessary get_vintmsk_offset()Marco Chiappero
2021-08-21crypto: qat - fix naming of PF/VF enable functionsMarco Chiappero
2021-08-21crypto: qat - complete all the init steps before service notificationMarco Chiappero
2021-08-21crypto: qat - move IO virtualization functionsGiovanni Cabiddu
2021-08-21crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero
2021-08-21crypto: qat - protect interrupt mask CSRs with a spinlockKanchana Velusamy
2021-08-21crypto: qat - move pf2vf interrupt [en|dis]able to adf_vf_isr.cMarco Chiappero
2021-08-21crypto: qat - fix reuse of completion variableMarco Chiappero
2021-08-21crypto: qat - remove intermediate tasklet for vf2pfSvyatoslav Pankratov
2021-08-21crypto: qat - rename compatibility version definitionMarco Chiappero
2021-08-21crypto: qat - prevent spurious MSI interrupt in PFMarco Chiappero
2021-08-21crypto: qat - prevent spurious MSI interrupt in VFGiovanni Cabiddu
2021-08-21crypto: qat - handle both source of interrupt in VF ISRGiovanni Cabiddu
2021-08-21crypto: qat - do not ignore errors from enable_vf2pf_comms()Giovanni Cabiddu
2021-08-21crypto: qat - enable interrupts only after ISR allocationMarco Chiappero
2021-08-21crypto: qat - remove empty sriov_configure()Marco Chiappero
2021-08-21crypto: qat - use proper type for vf_maskGiovanni Cabiddu
2021-08-21crypto: qat - fix a typo in a commentChristophe JAILLET
2021-08-21crypto: qat - disable AER if an error occurs in probe functionsChristophe JAILLET
2021-08-21crypto: qat - set DMA mask to 48 bits for Gen2Giovanni Cabiddu
2021-08-21crypto: qat - simplify code and axe the use of a deprecated APIChristophe JAILLET
2021-06-28crypto: qat - ratelimit invalid ioctl message and print the invalid cmdColin Ian King
2021-05-28crypto: qat - remove unused macro in FW loaderJack Xu
2021-05-28crypto: qat - check return code of qat_hal_rd_rel_reg()Jack Xu
2021-05-28crypto: qat - report an error if MMP file size is too largeJack Xu
2021-05-28crypto: qat - check MMP size before writing to the SRAMJack Xu
2021-05-28crypto: qat - return error when failing to map FWJack Xu
2021-04-16crypto: qat - enable detection of accelerators hangWojciech Ziemba
2021-04-09crypto: qat - Fix a double free in adf_create_ringLv Yunlong
2021-04-02crypto: qat - fix error path in adf_isr_resource_alloc()Giovanni Cabiddu
2021-03-26crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_initTong Zhang
2021-03-26crypto: qat - don't release uninitialized resourcesTong Zhang
2021-03-13crypto: qat - fix use of 'dma_map_single'Hui Tang
2021-03-13crypto: qat - fix unmap invalid dma addressHui Tang
2021-03-07crypto: qat - fix spelling mistake: "messge" -> "message"Bhaskar Chowdhury
2021-01-14crypto: qat - reduce size of mapped regionAdam Guerin
2021-01-14crypto: qat - change format string and cast ring sizeAdam Guerin
2021-01-14crypto: qat - fix potential spectre issueAdam Guerin
2021-01-14crypto: qat - configure arbiter mapping based on engines enabledWojciech Ziemba
2021-01-14crypto: qat - replace CRYPTO_AES with CRYPTO_LIB_AES in KconfigMarco Chiappero
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel
2020-12-23crypto: qat - add CRYPTO_AES to Kconfig dependenciesMarco Chiappero
2020-12-11crypto: qat - add capability detection logic in qat_4xxxMarco Chiappero
2020-12-11crypto: qat - add AES-XTS support for QAT GEN4 devicesMarco Chiappero
2020-12-11crypto: qat - add AES-CTR support for QAT GEN4 devicesMarco Chiappero
2020-11-27crypto: qat - fix excluded_middle.cocci warningskernel test robot
2020-11-20crypto: qat - add qat_4xxx driverGiovanni Cabiddu