aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat/qat_dh895xcc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-31crypto: qat - Add MODULE_FIRMWARE for all qat driversConor McLoughlin1-0/+1
2016-12-30crypto: qat - modify format of dev top level debugfs entriesPablo Marcos Oltra1-1/+1
2016-07-05crypto: qat - Use alternative reset methods depending on the specific deviceConor McLoughlin1-0/+1
2016-04-05crypto: qat - changed adf_dev_stop to voidTadeusz Struk1-3/+1
2015-12-25crypto: qat - Rename dh895xcc mmp firmwareAhsan Atta1-1/+1
2015-12-09crypto: qat - move isr files to qat common so that they can be reusedTadeusz Struk6-490/+11
2015-11-17crypto: qat - remove superfluous check from adf_probeSalvatore Benedetto1-7/+1
2015-08-10crypto: qat - Add support for SRIOVTadeusz Struk4-67/+180
2015-08-10crypto: qat - Move adf admin and adf hw arbitrer to common codeTadeusz Struk8-435/+4
2015-07-28crypto: qat - remove redundant struct elemBruce Allan2-2/+1
2015-07-17crypto: qat - Add support for RSA algorithmTadeusz Struk1-12/+0
2015-07-17crypto: qat - add MMP FW support to accel engineTadeusz Struk2-0/+3
2015-07-17crypto: qat - add support for MMP FWPingchao Yang2-0/+7
2015-06-09crypto: qat - Set max request sizeTadeusz Struk1-0/+2
2015-05-11crypto: qat - add driver versionAllan, Bruce W1-0/+1
2015-04-28crypto: qat - do not duplicate string containing firmware nameAllan, Bruce W1-1/+1
2015-04-01crypto: qat - fix checkpatch CODE_INDENT issueAllan, Bruce W1-1/+1
2015-04-01crypto: qat - fix checkpatch BIT_MACRO issuesAllan, Bruce W1-3/+3
2015-03-23crypto: qat - make error and info log messages more descriptiveAllan, Bruce W3-8/+13
2015-03-12crypto: qat - remove incorrect __exit markupDmitry Torokhov1-1/+1
2015-01-13crypto: qat - fix device reset flowAllan, Bruce W2-31/+30
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-8/+6
2014-11-06crypto: qat - Move BAR definitions to device specific moduleTadeusz Struk1-0/+2
2014-10-24crypto: qat - cleanup coccicheck warning - NULL check before freeing functionsBruce Allan1-8/+4
2014-10-24crypto: qat - Enforce valid numa configurationTadeusz Struk3-22/+14
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-1/+1
2014-09-24crypto: qat - Fix typo in name of tasklet_structTadeusz Struk1-4/+4
2014-09-18crypto: qat - Enable all 32 IRQsTadeusz Struk1-1/+1
2014-08-29crypto: qat - Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-3/+3
2014-08-01crypto: qat - Fixed SKU1 dev issueTadeusz Struk1-1/+1
2014-06-26crypto: qat - Fixed new checkpatch warningsTadeusz Struk2-7/+7