summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
| * crypto: artpec6 - Use helper to set reqsizeOvidiu Panait2023-12-291-4/+8
| * crypto: amlogic - Use helper to set reqsizeOvidiu Panait2023-12-291-2/+2
| * crypto: rk3288 - Use helper to set reqsizeOvidiu Panait2023-12-291-2/+2
| * crypto: octeontx2 - support setting ctx ilen for inline CPT LFNithin Dabilpuram2023-12-295-1/+61
| * crypto: octeontx2 - register error interrupts for inline cptlfNithin Dabilpuram2023-12-296-55/+155
| * crypto: octeontx2 - add ctx_val workaroundSrujana Challa2023-12-297-1/+137
| * crypto: octeontx2 - update CPT inbound inline IPsec mailboxSrujana Challa2023-12-293-1/+9
| * crypto: octeontx2 - add LF reset on queue disableSrujana Challa2023-12-295-29/+86
| * crypto: octeontx2 - remove errata workaround for CN10KB or CN10KA B0 chip.Srujana Challa2023-12-292-4/+13
| * crypto: octeontx2 - add devlink option to set t106 modeSrujana Challa2023-12-293-4/+52
| * crypto: octeontx2 - add SGv2 support for CN10KB or CN10KA B0Srujana Challa2023-12-2914-175/+436
| * crypto: octeontx2 - remove CPT block resetSrujana Challa2023-12-291-43/+0
| * crypto: stm32/crc32 - fix parsing list of devicesThomas Bourgoin2023-12-221-1/+1
| * crypto: qat - add support for 420xx devicesJie Wang2023-12-2213-5/+849
| * crypto: qat - move fw config related structuresJie Wang2023-12-222-12/+19
| * crypto: qat - relocate portions of qat_4xxx codeJie Wang2023-12-228-484/+552
| * crypto: qat - change signature of uof_get_num_objs()Jie Wang2023-12-223-3/+3
| * crypto: qat - relocate and rename get_service_enabled()Jie Wang2023-12-223-26/+34
| * crypto: virtio - Wait for tasklet to complete on device removewangyangxin2023-12-221-0/+3
| * crypto: octeontx2 - Fix cptvf driver cleanupBharat Bhushan2023-12-152-2/+7
| * crypto: hisilicon/sec2 - optimize the error return processChenghai Huang2023-12-151-2/+5
| * crypto: hisilicon/qm - delete a dbg functionChenghai Huang2023-12-151-3/+0