summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
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
2023-12-29crypto: iaa - Change desc->priv to 0Tom Zanussi
2023-12-29crypto: sun8i-ss - Use helper to set reqsizeOvidiu Panait
2023-12-29crypto: sun8i-ce - Use helper to set reqsizeOvidiu Panait
2023-12-29crypto: sl3516 - Use helper to set reqsizeOvidiu Panait
2023-12-29crypto: stm32/cryp - Use helper to set reqsizeOvidiu Panait
2023-12-29crypto: artpec6 - Use helper to set reqsizeOvidiu Panait
2023-12-29crypto: amlogic - Use helper to set reqsizeOvidiu Panait
2023-12-29crypto: rk3288 - Use helper to set reqsizeOvidiu Panait
2023-12-29crypto: octeontx2 - support setting ctx ilen for inline CPT LFNithin Dabilpuram
2023-12-29crypto: octeontx2 - register error interrupts for inline cptlfNithin Dabilpuram
2023-12-29crypto: octeontx2 - add ctx_val workaroundSrujana Challa
2023-12-29crypto: octeontx2 - update CPT inbound inline IPsec mailboxSrujana Challa
2023-12-29crypto: octeontx2 - add LF reset on queue disableSrujana Challa
2023-12-29crypto: octeontx2 - remove errata workaround for CN10KB or CN10KA B0 chip.Srujana Challa
2023-12-29crypto: octeontx2 - add devlink option to set t106 modeSrujana Challa
2023-12-29crypto: octeontx2 - add SGv2 support for CN10KB or CN10KA B0Srujana Challa
2023-12-29crypto: octeontx2 - remove CPT block resetSrujana Challa
2023-12-22crypto: stm32/crc32 - fix parsing list of devicesThomas Bourgoin
2023-12-22crypto: qat - add support for 420xx devicesJie Wang
2023-12-22crypto: qat - move fw config related structuresJie Wang