summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-07-201-0/+36
|\
| * crypto: ccp: Add the SNP_VLEK_LOAD commandMichael Roth2024-07-171-0/+36
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-07-191-19/+12
|\ \
| * | virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko2024-07-171-1/+1
| * | virtio_crypto: convert to use virtio_find_vqs_info()Jiri Pirko2024-07-171-19/+12
| |/
* | Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-07-1936-251/+1003
|\ \
| * | crypto: mxs-dcp - Ensure payload is zero when using key slotDavid Gstir2024-07-131-1/+2
| * | crypto: starfive - Fix nent assignment in rsa decJia Jie Ho2024-07-062-3/+1
| * | crypto: starfive - Align rsa input data to 32-bitJia Jie Ho2024-07-062-5/+10
| * | crypto: qat - fix unintentional re-enabling of error interruptsHareshx Sankar Raj2024-07-062-3/+9
| * | crypto: qat - extend scope of lock in adf_cfg_add_key_value_param()Nivas Varadharajan Mugunthakumar2024-07-061-2/+4
| * | crypto: sun8i-ce - add Allwinner H616 supportAndre Przywara2024-07-061-0/+26
| * | crypto: sun8i-ce - wrap accesses to descriptor address fieldsAndre Przywara2024-07-066-12/+27
| * | crypto: qat - initialize user_input.lock for rate_limitingJiwei Sun2024-06-281-0/+1
| * | crypto: qat - make adf_ctl_class constantGreg Kroah-Hartman2024-06-211-9/+12
| * | crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_lockedKim Phillips2024-06-161-1/+7
| * | crypto: xilinx - add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-071-0/+1
| * | crypto: sa2ul - add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-071-0/+1
| * | crypto: keembay - add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-071-0/+1
| * | crypto: atmel-sha204a - add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-071-0/+1
| * | crypto: hisilicon/zip - optimize the address offset of the reg query functionChenghai Huang2024-06-071-28/+20
| * | crypto: hisilicon/qm - adjust the internal processing sequence of the vf enab...Chenghai Huang2024-06-071-8/+3
| * | crypto: ccp - Move message about TSME being enabled later in initMario Limonciello2024-06-072-8/+15
| * | crypto: ccp - Add support for getting security attributes on some older systemsMario Limonciello2024-06-076-3/+67
| * | crypto: ccp - Move security attributes to their own fileMario Limonciello2024-06-075-56/+89
| * | crypto: ccp - Represent capabilities register as a unionMario Limonciello2024-06-075-42/+42
| * | crypto: stm32/cryp - call finalize with bh disabledMaxime Méré2024-06-071-1/+5
| * | crypto: stm32/cryp - add CRYPTO_ALG_KERN_DRIVER_ONLY flagMaxime Méré2024-06-071-9/+9
| * | crypto: stm32/cryp - increase priorityMaxime Méré2024-06-071-9/+9
| * | crypto: stm32/cryp - use dma when possibleMaxime Méré2024-06-071-26/+651
| * | crypto: atmel-sha204a - fix negated return valueLothar Rubusch2024-05-311-1/+1
| * | crypto: tegra - Remove an incorrect iommu_fwspec_free() call in tegra_se_remo...Christophe JAILLET2024-05-311-1/+0
| * | crypto: qat - Fix typoDeming Wang2024-05-311-1/+1
| * | crypto: n2 - Remove unused struct 'n2_skcipher_request_context'Dr. David Alan Gilbert2024-05-311-4/+0
| * | crypto: hifn_795x - Remove unused hifn_*_command structsDr. David Alan Gilbert2024-05-311-17/+0
| * | crypto: ccree - Remove unused struct 'tdes_keys'Dr. David Alan Gilbert2024-05-311-6/+0
| * | crypto: axis - Remove unused struct 'dbgfs_u32'Dr. David Alan Gilbert2024-05-311-7/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-041-2/+3
|\ \ \ | | |/ | |/|
| * | Merge tag 'v6.10-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-06-271-2/+3
| |\ \ | | |/ | |/|
| | * crypto: qat - fix linking errors when PCI_IOV is disabledXin Zeng2024-06-211-2/+3
* | | crypto: caam: Unembed net_dev structure in dpaa2Breno Leitao2024-07-042-4/+26
* | | crypto: caam: Unembed net_dev structure from qiBreno Leitao2024-07-041-8/+35
* | | crypto: caam: Make CRYPTO_DEV_FSL_CAAM dependent of COMPILE_TESTBreno Leitao2024-07-041-1/+1
* | | crypto: caam: Avoid unused imx8m_machine_match variableBreno Leitao2024-07-041-0/+2
|/ /
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-05-231-1/+0
|\ \
| * | crypto: virtio - drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
* | | Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-05-201-14/+5
|\ \ \ | | |/ | |/|
| * | crypto: qat - Fix ADF_DEV_RESET_SYNC memory leakHerbert Xu2024-05-171-14/+5
* | | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-188-8/+8
|\ \ \
| * | | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-108-8/+8
| | |/ | |/|