summaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: hisilicon/qm - change function type to voidWeili Qian2024-02-171-27/+11
* crypto: hisilicon/qm - obtain stop queue statusWeili Qian2024-02-172-26/+87
* crypto: hisilicon/qm - add stop function by hardwareWeili Qian2024-02-171-8/+32
* crypto: ccp - State in dmesg that TSME is enabledBorislav Petkov (AMD)2024-02-171-4/+7
* crypto: qat - improve aer error reset handlingMun Chun Yep2024-02-091-1/+25
* crypto: qat - limit heartbeat notificationsFurong Zhou2024-02-092-3/+17
* crypto: qat - add auto reset on errorDamian Muszynski2024-02-094-1/+49
* crypto: qat - add fatal error notificationMun Chun Yep2024-02-092-1/+9
* crypto: qat - re-enable sriov after pf resetMun Chun Yep2024-02-094-4/+79
* crypto: qat - update PFVF protocol for recoveryMun Chun Yep2024-02-098-2/+109
* crypto: qat - disable arbitration before resetFurong Zhou2024-02-091-0/+8
* crypto: qat - add fatal error notify methodFurong Zhou2024-02-093-0/+45
* crypto: qat - add heartbeat error simulatorDamian Muszynski2024-02-098-6/+188
* crypto: virtio - remove duplicate check if queue is brokenLi RongQing2024-02-091-2/+0
* crypto: xilinx - call finalize with bh disabledQuanyang Wang2024-02-091-0/+3
* crypto: hisilicon/sec - remove unused parameterWenkai Lin2024-02-021-10/+6
* crypto: hisilicon/sec2 - fix some cleanup issuesQi Tao2024-02-021-2/+2
* crypto: hisilicon/sec2 - modify nested macro callQi Tao2024-02-021-9/+4
* crypto: hisilicon/sec2 - updates the sec DFX function registerQi Tao2024-02-021-0/+5
* crypto: qat - use kcalloc_node() instead of kzalloc_node()Erick Archer2024-01-261-1/+1
* crypto: sun8i-ce - Use kcalloc() instead of kzalloc()Erick Archer2024-01-261-1/+1
* crypto: hisilicon - Fix smp_processor_id() warningsWenkai Lin2024-01-263-3/+3
* crypto: hisilicon/qm - dump important registers values before resettingWeili Qian2024-01-261-0/+24
* crypto: hisilicon/qm - support get device stateWeili Qian2024-01-261-0/+29
* crypto: iaa - Remove unnecessary debugfs_create_dir() error check in iaa_cryp...Minjie Du2024-01-261-2/+0
* crypto: iaa - Remove header table codeTom Zanussi2024-01-263-131/+3
* crypto: qat - avoid memcpy() overflow warningArnd Bergmann2024-01-261-0/+3
* crypto: vmx - Move to arch/powerpc/cryptoDanny Tsen2024-01-2615-5281/+8
* crypto: virtio - Less function calls in __virtio_crypto_akcipher_do_req() aft...Markus Elfring2024-01-261-6/+6
* 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