aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2024-08-13crypto: spacc - Add ifndef around MINStephen Rothwell1-0/+3
2024-08-10crypto: caam/qi* - Use cpumask_var_t instead of cpumask_tHerbert Xu2-16/+32
2024-08-10crypto: spacc - Enable Driver compilation in crypto Kconfig and MakefilePavitrakumar M2-0/+2
2024-08-10crypto: spacc - Add SPAcc Kconfig and MakefilePavitrakumar M2-0/+111
2024-08-10crypto: spacc - Add SPAcc aead supportPavitrakumar M1-0/+1260
2024-08-10crypto: spacc - Add SPAcc ahash supportPavitrakumar M1-0/+914
2024-08-10crypto: spacc - Enable SPAcc AUTODETECTPavitrakumar M1-1/+1384
2024-08-10crypto: spacc - Add SPAcc Skcipher supportPavitrakumar M9-0/+4683
2024-08-02crypto: iaa - Fix potential use after free bugDan Carpenter1-2/+2
2024-08-02crypto: qat - allow disabling SR-IOV VFsMichal Witwicki1-66/+128
2024-08-02crypto: qat - ensure correct order in VF restarting handlerMichal Witwicki1-3/+6
2024-08-02crypto: qat - fix recovery flow for VFsMichal Witwicki3-0/+17
2024-08-02crypto: qat - disable IOV in adf_dev_stop()Michal Witwicki1-2/+2
2024-08-02crypto: qat - preserve ADF_GENERAL_SECAdam Guerin17-61/+60
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
2024-06-07crypto: stm32/cryp - call finalize with bh disabledMaxime Méré1-1/+5
2024-06-07crypto: stm32/cryp - add CRYPTO_ALG_KERN_DRIVER_ONLY flagMaxime Méré1-9/+9
2024-06-07crypto: stm32/cryp - increase priorityMaxime Méré1-9/+9