summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2024-05-30crypto: qat - specify firmware files for 402xxGiovanni Cabiddu
2024-05-30crypto: qat - validate slices count returned by FWLucas Segarra Fernandez
2024-05-30crypto: qat - improve error logging to be consistent across featuresAdam Guerin
2024-05-30crypto: qat - improve error message in adf_get_arbiter_mapping()Adam Guerin
2024-05-30crypto: octeontx2 - add missing check for dma_map_singleChen Ni
2024-05-30crypto: ccp - drop platform ifdef checksArnd Bergmann
2024-05-30crypto: bcm - Fix pointer arithmeticAleksandr Mishin
2024-04-13crypto: iaa - Fix async_disable descriptor leakTom Zanussi
2024-04-03crypto: iaa - Fix nr_cpus < nr_iaa caseTom Zanussi
2024-04-03crypto: qat - resolve race condition during AER recoveryDamian Muszynski
2024-04-03crypto: qat - change SLAs cleanup flow at shutdownDamian Muszynski
2024-03-26crypto: qat - fix ring to service map for dcc in 420xxDamian Muszynski
2024-03-26crypto: qat - fix ring to service map for dcc in 4xxxDamian Muszynski
2024-03-26crypto: qat - remove double initialization of valueAdam Guerin
2024-03-26crypto: qat - avoid division by zeroAdam Guerin
2024-03-26crypto: qat - removed unused macro in adf_cnv_dbgfs.cAdam Guerin
2024-03-26crypto: qat - remove unused macros in qat_comp_alg.cAdam Guerin
2024-03-26crypto: ccp - Avoid discarding errors in psp_send_platform_access_msg()Mario Limonciello
2024-03-26crypto: xilinx - call finalize with bh disabledQuanyang Wang
2024-03-26crypto: qat - avoid memcpy() overflow warningArnd Bergmann
2024-03-01crypto: rk3288 - Fix use after free in unprepareHerbert Xu
2024-02-28crypto: sun8i-ce - Fix use after free in unprepareAndrey Skvortsov
2024-02-09crypto: virtio/akcipher - Fix stack overflow on memcpyzhenwei pi
2024-02-02crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_lockedKim Phillips
2024-01-26crypto: caam - fix asynchronous hashGaurav Jain
2024-01-26crypto: qat - fix arbiter mapping generation algorithm for QAT 402xxDamian Muszynski
2024-01-10Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2023-12-29crypto: iaa - Account for cpu-less numa nodesTom Zanussi
2023-12-29crypto: sahara - add support for crypto_engineOvidiu Panait
2023-12-29crypto: sahara - remove error message for bad aes request sizeOvidiu Panait
2023-12-29crypto: sahara - remove unnecessary NULL assignmentsOvidiu Panait
2023-12-29crypto: sahara - remove 'active' flag from sahara_aes_reqctx structOvidiu Panait
2023-12-29crypto: sahara - use dev_err_probe()Ovidiu Panait
2023-12-29crypto: sahara - use devm_clk_get_enabled()Ovidiu Panait
2023-12-29crypto: sahara - use BIT() macroOvidiu Panait
2023-12-29crypto: sahara - clean up macro indentationOvidiu Panait
2023-12-29crypto: sahara - do not resize req->src when doing hash operationsOvidiu Panait
2023-12-29crypto: sahara - fix processing hash requests with req->nbytes < sg->lengthOvidiu Panait
2023-12-29crypto: sahara - improve error handling in sahara_sha_process()Ovidiu Panait
2023-12-29crypto: sahara - fix wait_for_completion_timeout() error handlingOvidiu Panait
2023-12-29crypto: sahara - fix ahash reqsizeOvidiu Panait
2023-12-29crypto: sahara - handle zero-length aes requestsOvidiu Panait
2023-12-29crypto: qat - generate dynamically arbiter mappingsDamian Muszynski
2023-12-29crypto: qat - add support for ring pair level telemetryLucas Segarra Fernandez
2023-12-29crypto: qat - add support for device telemetryLucas Segarra Fernandez
2023-12-29crypto: qat - add admin msgs for telemetryLucas Segarra Fernandez
2023-12-29crypto: qat - include pci.h for GET_DEV()Lucas Segarra Fernandez
2023-12-29crypto: iaa - remove unneeded semicolonJiapeng Chong
2023-12-29crypto: iaa - Remove unneeded newline in update_max_adecomp_delay_ns()Tom Zanussi