aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-08-21crypto: qat - rename compatibility version definitionMarco Chiappero9-17/+17
2021-08-21crypto: qat - prevent spurious MSI interrupt in PFMarco Chiappero2-7/+20
2021-08-21crypto: qat - prevent spurious MSI interrupt in VFGiovanni Cabiddu1-1/+11
2021-08-21crypto: qat - handle both source of interrupt in VF ISRGiovanni Cabiddu1-3/+4
2021-08-21crypto: qat - do not ignore errors from enable_vf2pf_comms()Giovanni Cabiddu1-2/+3
2021-08-21crypto: qat - enable interrupts only after ISR allocationMarco Chiappero1-2/+2
2021-08-21crypto: qat - remove empty sriov_configure()Marco Chiappero1-4/+1
2021-08-21crypto: qat - use proper type for vf_maskGiovanni Cabiddu1-3/+4
2021-08-21crypto: qat - fix a typo in a commentChristophe JAILLET1-1/+1
2021-08-21crypto: qat - disable AER if an error occurs in probe functionsChristophe JAILLET3-6/+12
2021-08-21crypto: qat - set DMA mask to 48 bits for Gen2Giovanni Cabiddu6-6/+6
2021-08-21crypto: qat - simplify code and axe the use of a deprecated APIChristophe JAILLET7-76/+28
2021-08-21crypto: omap - Fix inconsistent locking of device listsBen Hutchings3-14/+14
2021-08-21crypto: omap - Avoid redundant copy when using truncated sg listBen Hutchings1-1/+1
2021-08-12crypto: wp512 - correct a non-kernel-doc commentRandy Dunlap1-1/+1
2021-08-12crypto: hisilicon - enable hpre device clock gatingWeili Qian1-0/+63
2021-08-12crypto: hisilicon - enable sec device clock gatingWeili Qian1-5/+41
2021-08-12crypto: hisilicon - enable zip device clock gatingWeili Qian1-0/+26
2021-08-12lib/mpi: use kcalloc in mpi_resizeHongbo Li1-1/+1
2021-08-12padata: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-7/+7
2021-08-12crypto: virtio - Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2
2021-08-12crypto: sun8i-ce - use kfree_sensitive to clear and free sensitive dataJason Wang2-8/+4
2021-08-06hwrng: Add Arm SMCCC TRNG based driverAndre Przywara3-0/+138
2021-08-06firmware: smccc: Register smccc_trng platform deviceAndre Przywara1-0/+17
2021-08-06crypto: ccp - shutdown SEV firmware on kexecBrijesh Singh2-26/+35
2021-08-06crypto: omap-sham - drop pm_runtime_irqsafe() usageTony Lindgren1-1/+0
2021-08-06crypto: omap-sham - drop suspend and resume functionsTony Lindgren1-21/+0
2021-08-06crypto: omap-sham - drop old hw_init and unused FLAGS_INITTony Lindgren1-21/+5
2021-08-06crypto: omap-sham - add missing pm_runtime_dontuse_autosuspend()Tony Lindgren1-0/+2
2021-08-06crypto: omap-sham - initialize req only after omap_sham_hw_init()Tony Lindgren1-2/+2
2021-08-06crypto: omap-sham - clear dma flags only after omap_sham_update_dma_stop()Tony Lindgren1-1/+1
2021-07-30crypto: atmel-aes - use swap()Salah Triki1-6/+2
2021-07-30crypto: ecc - handle unaligned input buffer in ecc_swap_digitsMian Yousaf Kaukab1-2/+3
2021-07-30padata: Convert from atomic_t to refcount_t on parallel_data->refcntXiyu Yang2-5/+6
2021-07-30crypto: sun8i-ss - Use kfree_sensitiveJason Wang1-6/+3
2021-07-30crypto: atmel-aes - Allocate aes dev at tfm init timeTudor Ambarus1-33/+43
2021-07-30crypto: atmel-aes - Add fallback to XTS software implementationTudor Ambarus1-4/+51
2021-07-30crypto: atmel - Set OFB's blocksize to 1Tudor Ambarus2-2/+2
2021-07-30crypto: atmel-tdes - Add FIPS81's zero length cryptlen constraintTudor Ambarus1-0/+3
2021-07-30crypto: atmel-aes - Add NIST 800-38A's zero length cryptlen constraintTudor Ambarus1-0/+7
2021-07-30crypto: atmel-aes - Add XTS input length constraintTudor Ambarus1-0/+3
2021-07-30crypto: atmel-aes - Add blocksize constraint for ECB and CBC modesTudor Ambarus1-1/+6
2021-07-30crypto: atmel-tdes - Handle error messagesTudor Ambarus1-17/+16
2021-07-30crypto: atmel-tdes - Clarify how tdes dev gets allocated to the tfmTudor Ambarus1-19/+9
2021-07-30crypto: tcrypt - add the asynchronous speed test for SM4Tianjia Zhang1-1/+25
2021-07-30crypto: x86/sm4 - add AES-NI/AVX/x86_64 implementationTianjia Zhang4-0/+1072
2021-07-30crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang5-30/+30
2021-07-30crypto: sm4 - create SM4 library based on sm4 generic codeTianjia Zhang6-152/+208
2021-07-23crypto: x86/aes-ni - add missing error checks in XTS codeArd Biesheuvel1-0/+5
2021-07-16crypto: lib - rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap3-12/+12