summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2024-01-29crypto: ccp: Add support to initialize the AMD-SP for SEV-SNPBrijesh Singh-20/+262
2024-01-29crypto: ccp: Define the SEV-SNP commandsBrijesh Singh-0/+16
2024-01-26crypto: qat - use kcalloc_node() instead of kzalloc_node()Erick Archer-1/+1
2024-01-26crypto: sun8i-ce - Use kcalloc() instead of kzalloc()Erick Archer-1/+1
2024-01-26crypto: hisilicon - Fix smp_processor_id() warningsWenkai Lin-3/+3
2024-01-26crypto: hisilicon/qm - dump important registers values before resettingWeili Qian-0/+24
2024-01-26crypto: hisilicon/qm - support get device stateWeili Qian-0/+29
2024-01-26crypto: iaa - Remove unnecessary debugfs_create_dir() error check in iaa_cryp...Minjie Du-2/+0
2024-01-26crypto: iaa - Remove header table codeTom Zanussi-131/+3
2024-01-26crypto: qat - avoid memcpy() overflow warningArnd Bergmann-0/+3
2024-01-26crypto: vmx - Move to arch/powerpc/cryptoDanny Tsen-5281/+8
2024-01-26crypto: virtio - Less function calls in __virtio_crypto_akcipher_do_req() aft...Markus Elfring-6/+6
2024-01-26crypto: caam - fix asynchronous hashGaurav Jain-4/+10
2024-01-26crypto: qat - fix arbiter mapping generation algorithm for QAT 402xxDamian Muszynski-0/+1
2024-01-10Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-3100/+7988
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov-4/+4
2023-12-29crypto: iaa - Account for cpu-less numa nodesTom Zanussi-2/+13
2023-12-29crypto: sahara - add support for crypto_engineOvidiu Panait-178/+148
2023-12-29crypto: sahara - remove error message for bad aes request sizeOvidiu Panait-4/+1
2023-12-29crypto: sahara - remove unnecessary NULL assignmentsOvidiu Panait-3/+0
2023-12-29crypto: sahara - remove 'active' flag from sahara_aes_reqctx structOvidiu Panait-8/+1
2023-12-29crypto: sahara - use dev_err_probe()Ovidiu Panait-18/+9
2023-12-29crypto: sahara - use devm_clk_get_enabled()Ovidiu Panait-23/+8
2023-12-29crypto: sahara - use BIT() macroOvidiu Panait-38/+38
2023-12-29crypto: sahara - clean up macro indentationOvidiu Panait-91/+91
2023-12-29crypto: sahara - do not resize req->src when doing hash operationsOvidiu Panait-36/+2
2023-12-29crypto: sahara - fix processing hash requests with req->nbytes < sg->lengthOvidiu Panait-1/+4
2023-12-29crypto: sahara - improve error handling in sahara_sha_process()Ovidiu Panait-2/+8
2023-12-29crypto: sahara - fix wait_for_completion_timeout() error handlingOvidiu Panait-8/+10
2023-12-29crypto: sahara - fix ahash reqsizeOvidiu Panait-2/+1
2023-12-29crypto: sahara - handle zero-length aes requestsOvidiu Panait-0/+3
2023-12-29crypto: qat - generate dynamically arbiter mappingsDamian Muszynski-112/+235
2023-12-29crypto: qat - add support for ring pair level telemetryLucas Segarra Fernandez-5/+324
2023-12-29crypto: qat - add support for device telemetryLucas Segarra Fernandez-0/+1236
2023-12-29crypto: qat - add admin msgs for telemetryLucas Segarra Fernandez-0/+51
2023-12-29crypto: qat - include pci.h for GET_DEV()Lucas Segarra Fernandez-0/+1
2023-12-29crypto: iaa - remove unneeded semicolonJiapeng Chong-1/+1
2023-12-29crypto: iaa - Remove unneeded newline in update_max_adecomp_delay_ns()Tom Zanussi-1/+0
2023-12-29crypto: iaa - Change desc->priv to 0Tom Zanussi-4/+4
2023-12-29crypto: sun8i-ss - Use helper to set reqsizeOvidiu Panait-3/+2
2023-12-29crypto: sun8i-ce - Use helper to set reqsizeOvidiu Panait-2/+2
2023-12-29crypto: sl3516 - Use helper to set reqsizeOvidiu Panait-2/+2
2023-12-29crypto: stm32/cryp - Use helper to set reqsizeOvidiu Panait-1/+1
2023-12-29crypto: artpec6 - Use helper to set reqsizeOvidiu Panait-4/+8
2023-12-29crypto: amlogic - Use helper to set reqsizeOvidiu Panait-2/+2
2023-12-29crypto: rk3288 - Use helper to set reqsizeOvidiu Panait-2/+2
2023-12-29crypto: octeontx2 - support setting ctx ilen for inline CPT LFNithin Dabilpuram-1/+61
2023-12-29crypto: octeontx2 - register error interrupts for inline cptlfNithin Dabilpuram-55/+155
2023-12-29crypto: octeontx2 - add ctx_val workaroundSrujana Challa-1/+137
2023-12-29crypto: octeontx2 - update CPT inbound inline IPsec mailboxSrujana Challa-1/+9