summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2024-04-13crypto: iaa - Fix async_disable descriptor leakTom Zanussi1-2/+2
2024-04-03crypto: iaa - Fix nr_cpus < nr_iaa caseTom Zanussi1-3/+7
2024-04-03crypto: qat - resolve race condition during AER recoveryDamian Muszynski1-6/+16
2024-04-03crypto: qat - change SLAs cleanup flow at shutdownDamian Muszynski1-1/+19
2024-03-27crypto: qat - fix ring to service map for dcc in 420xxDamian Muszynski1-0/+8
2024-03-27crypto: qat - fix ring to service map for dcc in 4xxxDamian Muszynski1-0/+8
2024-03-27crypto: qat - remove double initialization of valueAdam Guerin1-4/+2
2024-03-27crypto: qat - avoid division by zeroAdam Guerin1-0/+3
2024-03-27crypto: qat - removed unused macro in adf_cnv_dbgfs.cAdam Guerin1-1/+0
2024-03-27crypto: qat - remove unused macros in qat_comp_alg.cAdam Guerin1-9/+0
2024-03-27crypto: ccp - Avoid discarding errors in psp_send_platform_access_msg()Mario Limonciello1-2/+9
2024-03-27crypto: xilinx - call finalize with bh disabledQuanyang Wang1-0/+3
2024-03-27crypto: qat - avoid memcpy() overflow warningArnd Bergmann1-0/+3
2024-03-01crypto: rk3288 - Fix use after free in unprepareHerbert Xu1-2/+2
2024-02-28crypto: sun8i-ce - Fix use after free in unprepareAndrey Skvortsov1-17/+17
2024-02-09crypto: virtio/akcipher - Fix stack overflow on memcpyzhenwei pi1-2/+3
2024-02-02crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_lockedKim Phillips1-2/+8
2024-01-26crypto: caam - fix asynchronous hashGaurav Jain2-4/+10
2024-01-26crypto: qat - fix arbiter mapping generation algorithm for QAT 402xxDamian Muszynski1-0/+1
2024-01-10Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds119-3100/+7988
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2-4/+4
2023-12-29crypto: iaa - Account for cpu-less numa nodesTom Zanussi1-2/+13
2023-12-29crypto: sahara - add support for crypto_engineOvidiu Panait2-178/+148
2023-12-29crypto: sahara - remove error message for bad aes request sizeOvidiu Panait1-4/+1
2023-12-29crypto: sahara - remove unnecessary NULL assignmentsOvidiu Panait1-3/+0
2023-12-29crypto: sahara - remove 'active' flag from sahara_aes_reqctx structOvidiu Panait1-8/+1
2023-12-29crypto: sahara - use dev_err_probe()Ovidiu Panait1-18/+9
2023-12-29crypto: sahara - use devm_clk_get_enabled()Ovidiu Panait1-23/+8
2023-12-29crypto: sahara - use BIT() macroOvidiu Panait1-38/+38
2023-12-29crypto: sahara - clean up macro indentationOvidiu Panait1-91/+91
2023-12-29crypto: sahara - do not resize req->src when doing hash operationsOvidiu Panait1-36/+2
2023-12-29crypto: sahara - fix processing hash requests with req->nbytes < sg->lengthOvidiu Panait1-1/+4
2023-12-29crypto: sahara - improve error handling in sahara_sha_process()Ovidiu Panait1-2/+8
2023-12-29crypto: sahara - fix wait_for_completion_timeout() error handlingOvidiu Panait1-8/+10
2023-12-29crypto: sahara - fix ahash reqsizeOvidiu Panait1-2/+1
2023-12-29crypto: sahara - handle zero-length aes requestsOvidiu Panait1-0/+3
2023-12-29crypto: qat - generate dynamically arbiter mappingsDamian Muszynski5-112/+235
2023-12-29crypto: qat - add support for ring pair level telemetryLucas Segarra Fernandez10-5/+324
2023-12-29crypto: qat - add support for device telemetryLucas Segarra Fernandez12-0/+1236
2023-12-29crypto: qat - add admin msgs for telemetryLucas Segarra Fernandez3-0/+51
2023-12-29crypto: qat - include pci.h for GET_DEV()Lucas Segarra Fernandez1-0/+1
2023-12-29crypto: iaa - remove unneeded semicolonJiapeng Chong1-1/+1
2023-12-29crypto: iaa - Remove unneeded newline in update_max_adecomp_delay_ns()Tom Zanussi1-1/+0
2023-12-29crypto: iaa - Change desc->priv to 0Tom Zanussi1-4/+4
2023-12-29crypto: sun8i-ss - Use helper to set reqsizeOvidiu Panait1-3/+2
2023-12-29crypto: sun8i-ce - Use helper to set reqsizeOvidiu Panait1-2/+2
2023-12-29crypto: sl3516 - Use helper to set reqsizeOvidiu Panait1-2/+2
2023-12-29crypto: stm32/cryp - Use helper to set reqsizeOvidiu Panait1-1/+1
2023-12-29crypto: artpec6 - Use helper to set reqsizeOvidiu Panait1-4/+8
2023-12-29crypto: amlogic - Use helper to set reqsizeOvidiu Panait1-2/+2