summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2023-10-27crypto: sun8i-ce - Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-10-27crypto: sun4i-ss - Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-10-27crypto: xilinx/zynqmp-sha - remove unnecessary alignmaskEric Biggers-1/+0
2023-10-27crypto: stm32 - remove unnecessary alignmaskEric Biggers-2/+0
2023-10-20crypto: qcom-rng - Add missing dependency on hw_randomAndré Apitzsch-0/+1
2023-10-20crypto: hisilicon/qm - fix EQ/AEQ interrupt issueLongfang Liu-65/+40
2023-10-20crypto: hifn_795x - Silence gcc format-truncation false positive warningsHerbert Xu-3/+8
2023-10-20crypto: ccp - Dump SEV command buffer registers on SEV command errorJohn Allen-0/+14
2023-10-20crypto: qat - fix double free during resetSvyatoslav Pankratov-1/+2
2023-10-20crypto: virtio - handle config changed by work queuezhenwei pi-1/+16
2023-10-14crypto: hisilicon/qm - alloc buffer to set and get xqcWeili Qian-234/+178
2023-10-13crypto: aspeed-hace - Use device_get_match_data()Rob Herring-7/+3
2023-10-13crypto: qat - add cnv_errors debugfs fileLucas Segarra Fernandez-0/+342
2023-10-13crypto: qat - add pm_status debugfs fileLucas Segarra Fernandez-5/+471
2023-10-13crypto: qat - refactor included headersLucas Segarra Fernandez-1/+5
2023-10-13crypto: qcom-rng - Add hw_random interface supportOm Prakash Singh-7/+58
2023-10-13crypto: qat - add namespace to driverGiovanni Cabiddu-0/+8
2023-10-12crypto: qat - Remove zlib-deflateHerbert Xu-128/+1
2023-10-05crypto: hisilicon/qm - check function qp num before alg registerWeili Qian-61/+118
2023-10-05crypto: hisilicon/qm - fix the type value of aeqWeili Qian-1/+3
2023-10-05crypto: hisilicon/qm - fix PF queue parameter issueLongfang Liu-7/+27
2023-10-01crypto: keembay - Don't pass errors to the caller in .remove()Uwe Kleine-König-8/+3
2023-10-01crypto: qat - Annotate struct adf_fw_counters with __counted_byKees Cook-1/+1
2023-10-01crypto: qat - increase size of buffersGiovanni Cabiddu-3/+3
2023-10-01crypto: caam/jr - fix Chacha20 + Poly1305 self test failureGaurav Jain-1/+2
2023-10-01crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failureGaurav Jain-1/+2
2023-09-20crypto: hisilicon/sec - fix for sgl unmmap problemWenkai Lin-0/+1
2023-09-20crypto: qat - enable dc chaining serviceAdam Guerin-4/+69
2023-09-20crypto: qat - consolidate services structureGiovanni Cabiddu-67/+42
2023-09-20crypto: qat - fix unregistration of compression algorithmsGiovanni Cabiddu-1/+5
2023-09-20crypto: qat - fix unregistration of crypto algorithmsGiovanni Cabiddu-1/+5
2023-09-20crypto: qat - ignore subsequent state up commandsGiovanni Cabiddu-1/+3
2023-09-20crypto: qat - do not shadow error codeGiovanni Cabiddu-2/+2
2023-09-20crypto: qat - fix state machines cleanup pathsGiovanni Cabiddu-7/+7
2023-09-20crypto: hisilicon/zip - remove zlib and gzipYang Shen-288/+22
2023-09-20crypto: hisilicon/zip - support deflate algorithmYang Shen-18/+72
2023-09-20crypto: qat - refactor deprecated strncpyJustin Stitt-1/+1
2023-09-20crypto: cavium/nitrox - refactor deprecated strncpyJustin Stitt-1/+1
2023-09-15crypto: ccp - Add support for DBC over PSP mailboxMario Limonciello-29/+64
2023-09-15crypto: ccp - Add a macro to check capabilities registerMario Limonciello-5/+6
2023-09-15crypto: ccp - Add a communication path abstraction for DBCMario Limonciello-38/+26
2023-09-15crypto: ccp - Add support for extended PSP mailbox commandsMario Limonciello-0/+45
2023-09-15crypto: ccp - Move direct access to some PSP registers out of TEETom Lendacky-58/+104
2023-09-15crypto: hisilicon/hpre - Fix a erroneous check after snprintf()Christophe JAILLET-1/+1
2023-09-15crypto: vmx - Improved AES/XTS performance of 6-way unrolling for ppcDanny Tsen-49/+92
2023-09-15crypto: qat - Use list_for_each_entry() helperJinjie Ruan-18/+6
2023-09-15crypto: ccp - Get a free page to use while fetching initial nonceMario Limonciello-1/+1
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-2478/+6352
2023-08-28Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-4/+3
2023-08-25crypto: chelsio - Remove unused declarationsYue Haibing-2/+0