summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2023-10-20crypto: ccp - Dump SEV command buffer registers on SEV command errorJohn Allen1-0/+14
2023-10-20crypto: qat - fix double free during resetSvyatoslav Pankratov1-1/+2
2023-10-20crypto: virtio - handle config changed by work queuezhenwei pi2-1/+16
2023-10-14crypto: hisilicon/qm - alloc buffer to set and get xqcWeili Qian3-234/+178
2023-10-13crypto: aspeed-hace - Use device_get_match_data()Rob Herring1-7/+3
2023-10-13crypto: qat - add cnv_errors debugfs fileLucas Segarra Fernandez8-0/+342
2023-10-13crypto: qat - add pm_status debugfs fileLucas Segarra Fernandez11-5/+471
2023-10-13crypto: qat - refactor included headersLucas Segarra Fernandez2-1/+5
2023-10-13crypto: qcom-rng - Add hw_random interface supportOm Prakash Singh1-7/+58
2023-10-13crypto: qat - add namespace to driverGiovanni Cabiddu8-0/+8
2023-10-12crypto: qat - Remove zlib-deflateHerbert Xu1-128/+1
2023-10-05crypto: hisilicon/qm - check function qp num before alg registerWeili Qian7-61/+118
2023-10-05crypto: hisilicon/qm - fix the type value of aeqWeili Qian1-1/+3
2023-10-05crypto: hisilicon/qm - fix PF queue parameter issueLongfang Liu5-7/+27
2023-10-01crypto: keembay - Don't pass errors to the caller in .remove()Uwe Kleine-König1-8/+3
2023-10-01crypto: qat - Annotate struct adf_fw_counters with __counted_byKees Cook1-1/+1
2023-10-01crypto: qat - increase size of buffersGiovanni Cabiddu2-3/+3
2023-10-01crypto: caam/jr - fix Chacha20 + Poly1305 self test failureGaurav Jain1-1/+2
2023-10-01crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failureGaurav Jain1-1/+2
2023-09-20crypto: hisilicon/sec - fix for sgl unmmap problemWenkai Lin1-0/+1
2023-09-20crypto: qat - enable dc chaining serviceAdam Guerin6-4/+69
2023-09-20crypto: qat - consolidate services structureGiovanni Cabiddu4-67/+42
2023-09-20crypto: qat - fix unregistration of compression algorithmsGiovanni Cabiddu2-1/+5
2023-09-20crypto: qat - fix unregistration of crypto algorithmsGiovanni Cabiddu2-1/+5
2023-09-20crypto: qat - ignore subsequent state up commandsGiovanni Cabiddu1-1/+3
2023-09-20crypto: qat - do not shadow error codeGiovanni Cabiddu1-2/+2
2023-09-20crypto: qat - fix state machines cleanup pathsGiovanni Cabiddu2-7/+7
2023-09-20crypto: hisilicon/zip - remove zlib and gzipYang Shen2-288/+22
2023-09-20crypto: hisilicon/zip - support deflate algorithmYang Shen2-18/+72
2023-09-20crypto: qat - refactor deprecated strncpyJustin Stitt1-1/+1
2023-09-20crypto: cavium/nitrox - refactor deprecated strncpyJustin Stitt1-1/+1
2023-09-15crypto: ccp - Add support for DBC over PSP mailboxMario Limonciello4-29/+64
2023-09-15crypto: ccp - Add a macro to check capabilities registerMario Limonciello3-5/+6
2023-09-15crypto: ccp - Add a communication path abstraction for DBCMario Limonciello2-38/+26
2023-09-15crypto: ccp - Add support for extended PSP mailbox commandsMario Limonciello2-0/+45
2023-09-15crypto: ccp - Move direct access to some PSP registers out of TEETom Lendacky6-58/+104
2023-09-15crypto: hisilicon/hpre - Fix a erroneous check after snprintf()Christophe JAILLET1-1/+1
2023-09-15crypto: vmx - Improved AES/XTS performance of 6-way unrolling for ppcDanny Tsen1-49/+92
2023-09-15crypto: qat - Use list_for_each_entry() helperJinjie Ruan1-18/+6
2023-09-15crypto: ccp - Get a free page to use while fetching initial nonceMario Limonciello1-1/+1
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds117-2478/+6352
2023-08-29Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-4/+3
2023-08-25crypto: chelsio - Remove unused declarationsYue Haibing2-2/+0
2023-08-25crypto: qat - fix crypto capability detection for 4xxxAdam Guerin2-1/+13
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring33-45/+25
2023-08-18crypto: zynqmp - Use new crypto_engine_op interfaceHerbert Xu1-17/+18
2023-08-18crypto: virtio - Use new crypto_engine_op interfaceHerbert Xu2-26/+30
2023-08-18crypto: stm32 - Use new crypto_engine_op interfaceHerbert Xu2-362/+452
2023-08-18crypto: jh7110 - Use new crypto_engine_op interfaceHerbert Xu4-205/+252
2023-08-18crypto: rk3288 - Use new crypto_engine_op interfaceHerbert Xu4-83/+123