summaryrefslogtreecommitdiff
path: root/drivers/crypto/qat/qat_dh895xcc
AgeCommit message (Expand)AuthorFilesLines
2023-04-06crypto: qat - Move driver to drivers/crypto/intel/qatTom Zanussi4-553/+0
2023-03-17crypto: qat - drop redundant adf_enable_aer()Bjorn Helgaas1-6/+1
2023-03-17crypto: qat - fix apply custom thread-service mapping for dc serviceShashank Gupta1-1/+1
2023-03-14crypto: qat - replace state machine callsShashank Gupta1-14/+3
2022-12-09crypto: qat - expose deflate through acomp api for QAT GEN2Giovanni Cabiddu1-0/+2
2022-12-09crypto: qat - rename and relocate GEN2 config functionGiovanni Cabiddu2-1/+3
2022-04-15crypto: qat - replace disable_vf2pf_interrupts()Marco Chiappero1-13/+10
2022-04-15crypto: qat - rework the VF2PF interrupt handling logicMarco Chiappero1-25/+51
2022-04-15crypto: qat - fix ETR sources enabled by default on GEN2 devicesMarco Chiappero2-19/+1
2022-04-15crypto: qat - set COMPRESSION capability for DH895XCCGiovanni Cabiddu1-1/+2
2022-04-15crypto: qat - set CIPHER capability for DH895XCCGiovanni Cabiddu1-3/+9
2021-12-24crypto: qat - store the ring-to-service mappingMarco Chiappero1-0/+1
2021-12-24crypto: qat - set COMPRESSION capability for QAT GEN2Giovanni Cabiddu1-0/+2
2021-11-26crypto: qat - do not rely on min versionMarco Chiappero1-2/+0
2021-11-26crypto: qat - reorganize PFVF codeMarco Chiappero1-2/+2
2021-11-26crypto: qat - add pfvf_opsMarco Chiappero1-5/+4
2021-11-26crypto: qat - relocate PFVF VF related logicMarco Chiappero1-1/+1
2021-11-26crypto: qat - relocate PFVF PF related logicMarco Chiappero2-7/+23
2021-11-07Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+2
2021-10-13crypto: qat - simplify adf_enable_aer()Uwe Kleine-König1-5/+2
2021-10-08crypto: qat - share adf_enable_pf2vf_comms() from adf_pf2vf_msg.cMarco Chiappero1-7/+0
2021-10-08crypto: qat - remove duplicated logic across GEN2 driversMarco Chiappero2-80/+6
2021-10-08crypto: qat - fix handling of VF to PF interruptsMarco Chiappero2-1/+53
2021-08-21crypto: qat - remove the unnecessary get_vintmsk_offset()Marco Chiappero2-7/+0
2021-08-21crypto: qat - fix naming of PF/VF enable functionsMarco Chiappero1-2/+2
2021-08-21crypto: qat - move IO virtualization functionsGiovanni Cabiddu1-3/+4
2021-08-21crypto: qat - protect interrupt mask CSRs with a spinlockKanchana Velusamy1-0/+2
2021-08-21crypto: qat - rename compatibility version definitionMarco Chiappero1-1/+1
2021-08-21crypto: qat - disable AER if an error occurs in probe functionsChristophe JAILLET1-2/+4
2021-08-21crypto: qat - set DMA mask to 48 bits for Gen2Giovanni Cabiddu1-1/+1
2021-08-21crypto: qat - simplify code and axe the use of a deprecated APIChristophe JAILLET1-11/+4
2021-01-14crypto: qat - configure arbiter mapping based on engines enabledWojciech Ziemba1-24/+4
2020-10-30crypto: qat - use BIT_ULL() - 1 pattern for masksGiovanni Cabiddu1-1/+1
2020-10-30crypto: qat - add support for capability detectionMarco Chiappero2-3/+27
2020-10-30crypto: qat - abstract arbiter accessGiovanni Cabiddu1-0/+1
2020-10-30crypto: qat - abstract admin interfaceGiovanni Cabiddu1-0/+1
2020-10-30crypto: qat - split transport CSR access logicGiovanni Cabiddu1-0/+1
2020-10-30crypto: qat - fix configuration of iov threadsGiovanni Cabiddu2-0/+14
2020-10-30crypto: qat - num_rings_per_bank is device dependentAhsan Atta1-0/+1
2020-10-30crypto: qat - mask device capabilities with soft strapsGiovanni Cabiddu2-9/+15
2020-10-08crypto: qat - drop input parameter from adf_enable_aer()Giovanni Cabiddu1-1/+1
2020-09-18crypto: qat - use PCI_VDEVICEGiovanni Cabiddu1-5/+2
2020-09-18crypto: qat - replace device ids definesGiovanni Cabiddu1-3/+3
2020-09-11crypto: qat - include domain in top level debugfs pathGiovanni Cabiddu1-4/+2
2020-06-18crypto: qat - replace user types with kernel u typesWojciech Ziemba1-13/+13
2020-06-18crypto: qat - convert to SPDX License IdentifiersGiovanni Cabiddu3-138/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-01crypto: prefix header search paths with $(srctree)/Masahiro Yamada1-1/+1
2019-02-01crypto: qat - no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-5/+0
2018-09-28crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe()Waiman Long1-3/+3