summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2024-10-10crypto: octeontx* - Select CRYPTO_AUTHENCHerbert Xu1-0/+2
2024-10-10crypto: hisilicon - fix missed error branchYang Shen1-4/+10
2024-10-10crypto: octeontx2 - Fix authenc setkeyHerbert Xu1-164/+90
2024-10-10crypto: octeontx - Fix authenc setkeyHerbert Xu1-168/+93
2024-10-04crypto: ccp - Properly unregister /dev/sev on sev PLATFORM_STATUS failurePavan Kumar Paluri1-0/+2
2024-10-04crypto: qcom-rng - fix support for ACPI-based systemsBrian Masney1-2/+2
2024-10-04crypto: caam - Pad SG length when allocating hash edescHerbert Xu1-0/+1
2024-10-04crypto: n2 - Set err to EINVAL if snprintf fails for hmacHerbert Xu1-0/+1
2024-10-04crypto: hisilicon/qm - inject error before stopping queueWeili Qian1-23/+24
2024-10-04crypto: hisilicon/qm - reset device before enabling itWeili Qian4-64/+121
2024-10-04crypto: hisilicon/hpre - mask cluster timeout errorWeili Qian1-16/+6
2024-10-04crypto: ccp - do not request interrupt on cmd completion when irqs disabledAmit Shah1-1/+12
2024-10-04crypto: qat - fix "Full Going True" macro definitionSvyatoslav Pankratov1-1/+1
2024-10-04crypto: iaa - Fix potential use after free bugDan Carpenter1-2/+2
2024-10-04crypto: qat - ensure correct order in VF restarting handlerMichal Witwicki1-3/+6
2024-10-04crypto: qat - fix recovery flow for VFsMichal Witwicki3-0/+17
2024-10-04crypto: qat - disable IOV in adf_dev_stop()Michal Witwicki1-2/+2
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+36
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-19/+12
2024-07-19Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds36-251/+1003
2024-07-17crypto: ccp: Add the SNP_VLEK_LOAD commandMichael Roth1-0/+36
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko1-1/+1
2024-07-17virtio_crypto: convert to use virtio_find_vqs_info()Jiri Pirko1-19/+12
2024-07-13crypto: mxs-dcp - Ensure payload is zero when using key slotDavid Gstir1-1/+2
2024-07-06crypto: starfive - Fix nent assignment in rsa decJia Jie Ho2-3/+1
2024-07-06crypto: starfive - Align rsa input data to 32-bitJia Jie Ho2-5/+10
2024-07-06crypto: qat - fix unintentional re-enabling of error interruptsHareshx Sankar Raj2-3/+9
2024-07-06crypto: qat - extend scope of lock in adf_cfg_add_key_value_param()Nivas Varadharajan Mugunthakumar1-2/+4
2024-07-06crypto: sun8i-ce - add Allwinner H616 supportAndre Przywara1-0/+26
2024-07-06crypto: sun8i-ce - wrap accesses to descriptor address fieldsAndre Przywara6-12/+27
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2024-07-04crypto: caam: Unembed net_dev structure in dpaa2Breno Leitao2-4/+26
2024-07-04crypto: caam: Unembed net_dev structure from qiBreno Leitao1-8/+35
2024-07-04crypto: caam: Make CRYPTO_DEV_FSL_CAAM dependent of COMPILE_TESTBreno Leitao1-1/+1
2024-07-04crypto: caam: Avoid unused imx8m_machine_match variableBreno Leitao1-0/+2
2024-06-28crypto: qat - initialize user_input.lock for rate_limitingJiwei Sun1-0/+1
2024-06-27Merge tag 'v6.10-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+3
2024-06-21crypto: qat - make adf_ctl_class constantGreg Kroah-Hartman1-9/+12
2024-06-21crypto: qat - fix linking errors when PCI_IOV is disabledXin Zeng1-2/+3
2024-06-16crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_lockedKim Phillips1-1/+7
2024-06-07crypto: xilinx - add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-07crypto: sa2ul - add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-07crypto: keembay - add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-07crypto: atmel-sha204a - add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-07crypto: hisilicon/zip - optimize the address offset of the reg query functionChenghai Huang1-28/+20
2024-06-07crypto: hisilicon/qm - adjust the internal processing sequence of the vf enab...Chenghai Huang1-8/+3
2024-06-07crypto: ccp - Move message about TSME being enabled later in initMario Limonciello2-8/+15
2024-06-07crypto: ccp - Add support for getting security attributes on some older systemsMario Limonciello6-3/+67
2024-06-07crypto: ccp - Move security attributes to their own fileMario Limonciello5-56/+89
2024-06-07crypto: ccp - Represent capabilities register as a unionMario Limonciello5-42/+42