aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/qat
AgeCommit message (Expand)AuthorFilesLines
2020-10-30crypto: qat - abstract writes to arbiter enableGiovanni Cabiddu4-10/+20
2020-10-30crypto: qat - use BIT_ULL() - 1 pattern for masksGiovanni Cabiddu2-2/+2
2020-10-30crypto: qat - replace constant masks with GENMASKGiovanni Cabiddu2-2/+2
2020-10-30crypto: qat - abstract build ring baseGiovanni Cabiddu5-3/+12
2020-10-30crypto: qat - enable ring after pair is programmedGiovanni Cabiddu1-1/+19
2020-10-30crypto: qat - register crypto instances based on capabilityGiovanni Cabiddu2-1/+21
2020-10-30crypto: qat - add support for capability detectionMarco Chiappero10-9/+93
2020-10-30crypto: qat - abstract arbiter accessGiovanni Cabiddu7-15/+50
2020-10-30crypto: qat - remove unused macros in arbiter moduleGiovanni Cabiddu1-3/+0
2020-10-30crypto: qat - remove writes into WQCFGGiovanni Cabiddu1-13/+0
2020-10-30crypto: qat - update constants tableGiovanni Cabiddu1-22/+22
2020-10-30crypto: qat - use admin mask to send fw constantsGiovanni Cabiddu2-1/+2
2020-10-30crypto: qat - change admin sequenceGiovanni Cabiddu1-2/+2
2020-10-30crypto: qat - rename ME in AEGiovanni Cabiddu2-4/+4
2020-10-30crypto: qat - add packed to init admin structuresGiovanni Cabiddu1-2/+2
2020-10-30crypto: qat - abstract admin interfaceGiovanni Cabiddu7-10/+39
2020-10-30crypto: qat - relocate GEN2 CSR access codeGiovanni Cabiddu3-65/+68
2020-10-30crypto: qat - split transport CSR access logicGiovanni Cabiddu13-41/+198
2020-10-30crypto: qat - fix configuration of iov threadsGiovanni Cabiddu11-59/+115
2020-10-30crypto: qat - num_rings_per_bank is device dependentAhsan Atta10-16/+47
2020-10-30crypto: qat - mask device capabilities with soft strapsGiovanni Cabiddu16-53/+109
2020-10-30crypto: qat - update IV in softwareMarco Chiappero2-58/+89
2020-10-30crypto: qat - remove unused functionGiovanni Cabiddu1-5/+0
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds17-147/+72
2020-10-08crypto: qat - drop input parameter from adf_enable_aer()Giovanni Cabiddu5-7/+7
2020-10-08crypto: qat - fix function parameters descriptionsGiovanni Cabiddu2-2/+6
2020-09-25crypto: qat - remove unnecessary mutex_init()Qinglang Miao1-2/+0
2020-09-25crypto: qat - convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2-56/+5
2020-09-18crypto: qat - use PCI_VDEVICEGiovanni Cabiddu6-30/+12
2020-09-18crypto: qat - replace device ids definesGiovanni Cabiddu9-31/+27
2020-09-11crypto: qat - include domain in top level debugfs pathGiovanni Cabiddu6-24/+12
2020-09-11crypto: qat - check cipher length for aead AES-CBC-HMAC-SHADominik Przychodni1-1/+9
2020-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-3/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-4/+4
2020-08-21crypto: qat - add delay before polling mailboxGiovanni Cabiddu1-3/+4
2020-07-23crypto: qat - fix double free in qat_uclo_create_batch_init_listTom Rix1-2/+7
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-6/+7
2020-07-09crypto: qat - fallback for xts with 192 bit keysGiovanni Cabiddu1-3/+65
2020-07-09crypto: qat - remove unused field in skcipher ctxGiovanni Cabiddu1-4/+0
2020-07-09crypto: qat - validate xts keyGiovanni Cabiddu1-0/+6
2020-07-09crypto: qat - allow xts requests not multiple of blockGiovanni Cabiddu1-2/+20
2020-06-18crypto: qat - update timeout logic in put admin msgWojciech Ziemba1-15/+19
2020-06-18crypto: qat - send admin messages to set of AEsWojciech Ziemba1-18/+46
2020-06-18crypto: qat - update fw init admin msgWojciech Ziemba2-27/+52
2020-06-18crypto: qat - remove packed attribute in etr structsGiovanni Cabiddu1-7/+6
2020-06-18crypto: qat - replace user types with kernel ABI __u typesWojciech Ziemba7-182/+182
2020-06-18crypto: qat - replace user types with kernel u typesWojciech Ziemba16-167/+167
2020-06-18crypto: qat - convert to SPDX License IdentifiersGiovanni Cabiddu57-2624/+114
2020-03-12crypto: qat - simplify the qat_crypto functionTianjia Zhang1-2/+1
2020-02-22crypto: qat - spelling s/Decrytp/Decrypt/Geert Uytterhoeven1-1/+1