summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-1/+1
|\
| * Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska2024-03-061-1/+1
* | Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-113-81/+1076
|\ \
| * | crypto: ccp - Have it depend on AMD_IOMMUBorislav Petkov (AMD)2024-02-131-1/+1
| * | crypto: ccp: Make snp_range_list staticBorislav Petkov (AMD)2024-02-031-1/+1
| * | crypto: ccp: Add the SNP_SET_CONFIG commandBrijesh Singh2024-01-291-0/+20
| * | crypto: ccp: Add the SNP_COMMIT commandTom Lendacky2024-01-291-0/+17
| * | crypto: ccp: Add the SNP_PLATFORM_STATUS commandBrijesh Singh2024-01-291-0/+52
| * | crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdumpAshish Kalra2024-01-291-30/+81
| * | iommu/amd: Clean up RMP entries for IOMMU pages during SNP shutdownAshish Kalra2024-01-291-0/+20
| * | crypto: ccp: Handle legacy SEV commands when SNP is enabledBrijesh Singh2024-01-292-10/+416
| * | crypto: ccp: Handle non-volatile INIT_EX data when SNP is enabledTom Lendacky2024-01-291-19/+48
| * | crypto: ccp: Handle the legacy TMR allocation when SNP is enabledBrijesh Singh2024-01-291-26/+167
| * | crypto: ccp: Provide an API to issue SEV and SNP commandsBrijesh Singh2024-01-291-1/+2
| * | crypto: ccp: Add support to initialize the AMD-SP for SEV-SNPBrijesh Singh2024-01-292-20/+262
| * | crypto: ccp: Define the SEV-SNP commandsBrijesh Singh2024-01-291-0/+16
* | | crypto: rk3288 - Fix use after free in unprepareHerbert Xu2024-03-011-2/+2
* | | crypto: sun8i-ce - Fix use after free in unprepareAndrey Skvortsov2024-02-281-17/+17
* | | crypto: virtio/akcipher - Fix stack overflow on memcpyzhenwei pi2024-02-091-2/+3
| |/ |/|
* | crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_lockedKim Phillips2024-02-021-2/+8
* | crypto: caam - fix asynchronous hashGaurav Jain2024-01-262-4/+10
* | crypto: qat - fix arbiter mapping generation algorithm for QAT 402xxDamian Muszynski2024-01-261-0/+1
|/
* Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-01-10119-3100/+7988
|\
| * crypto: iaa - Account for cpu-less numa nodesTom Zanussi2023-12-291-2/+13
| * crypto: sahara - add support for crypto_engineOvidiu Panait2023-12-292-178/+148
| * crypto: sahara - remove error message for bad aes request sizeOvidiu Panait2023-12-291-4/+1
| * crypto: sahara - remove unnecessary NULL assignmentsOvidiu Panait2023-12-291-3/+0
| * crypto: sahara - remove 'active' flag from sahara_aes_reqctx structOvidiu Panait2023-12-291-8/+1
| * crypto: sahara - use dev_err_probe()Ovidiu Panait2023-12-291-18/+9
| * crypto: sahara - use devm_clk_get_enabled()Ovidiu Panait2023-12-291-23/+8
| * crypto: sahara - use BIT() macroOvidiu Panait2023-12-291-38/+38
| * crypto: sahara - clean up macro indentationOvidiu Panait2023-12-291-91/+91
| * crypto: sahara - do not resize req->src when doing hash operationsOvidiu Panait2023-12-291-36/+2
| * crypto: sahara - fix processing hash requests with req->nbytes < sg->lengthOvidiu Panait2023-12-291-1/+4
| * crypto: sahara - improve error handling in sahara_sha_process()Ovidiu Panait2023-12-291-2/+8
| * crypto: sahara - fix wait_for_completion_timeout() error handlingOvidiu Panait2023-12-291-8/+10
| * crypto: sahara - fix ahash reqsizeOvidiu Panait2023-12-291-2/+1
| * crypto: sahara - handle zero-length aes requestsOvidiu Panait2023-12-291-0/+3
| * crypto: qat - generate dynamically arbiter mappingsDamian Muszynski2023-12-295-112/+235
| * crypto: qat - add support for ring pair level telemetryLucas Segarra Fernandez2023-12-2910-5/+324
| * crypto: qat - add support for device telemetryLucas Segarra Fernandez2023-12-2912-0/+1236
| * crypto: qat - add admin msgs for telemetryLucas Segarra Fernandez2023-12-293-0/+51
| * crypto: qat - include pci.h for GET_DEV()Lucas Segarra Fernandez2023-12-291-0/+1
| * crypto: iaa - remove unneeded semicolonJiapeng Chong2023-12-291-1/+1
| * crypto: iaa - Remove unneeded newline in update_max_adecomp_delay_ns()Tom Zanussi2023-12-291-1/+0
| * crypto: iaa - Change desc->priv to 0Tom Zanussi2023-12-291-4/+4
| * crypto: sun8i-ss - Use helper to set reqsizeOvidiu Panait2023-12-291-3/+2
| * crypto: sun8i-ce - Use helper to set reqsizeOvidiu Panait2023-12-291-2/+2
| * crypto: sl3516 - Use helper to set reqsizeOvidiu Panait2023-12-291-2/+2
| * crypto: stm32/cryp - Use helper to set reqsizeOvidiu Panait2023-12-291-1/+1