aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-12-31crypto: sha256 - remove duplicate generic hash init functionTianjia Zhang1-14/+2
2021-12-31crypto: jitter - add oversampling of noise sourceStephan Müller1-2/+21
2021-12-31MAINTAINERS: update SEC2 driver maintainers listKai Ye1-0/+1
2021-12-24crypto: ux500 - Use platform_get_irq() to get the interruptLad Prabhakar2-19/+9
2021-12-24crypto: hisilicon/qm - disable qm clock-gatingWeili Qian1-0/+17
2021-12-24crypto: omap-aes - Fix broken pm_runtime_and_get() usageHeiner Kallweit1-1/+1
2021-12-24MAINTAINERS: update caam crypto driver maintainers listPankaj Gupta1-0/+1
2021-12-24crypto: octeontx2 - prevent underflow in get_cores_bmap()Dan Carpenter1-1/+2
2021-12-24crypto: octeontx2 - out of bounds access in otx2_cpt_dl_custom_egrp_delete()Dan Carpenter1-1/+1
2021-12-24crypto: qat - add support for compression for 4xxxTomasz Kowalik8-13/+147
2021-12-24crypto: qat - allow detection of dc capabilities for 4xxxGiovanni Cabiddu2-26/+44
2021-12-24crypto: qat - add PFVF support to enable the reset of ring pairsMarco Chiappero3-0/+67
2021-12-24crypto: qat - add PFVF support to the GEN4 host driverMarco Chiappero5-10/+196
2021-12-24crypto: qat - config VFs based on ring-to-svc mappingMarco Chiappero6-13/+34
2021-12-24crypto: qat - exchange ring-to-service mappings over PFVFMarco Chiappero7-1/+63
2021-12-24crypto: qat - support fast ACKs in the PFVF protocolMarco Chiappero5-30/+91
2021-12-24crypto: qat - exchange device capabilities over PFVFMarco Chiappero8-4/+112
2021-12-24crypto: qat - introduce support for PFVF block messagesMarco Chiappero9-3/+442
2021-12-24crypto: qat - store the ring-to-service mappingMarco Chiappero11-0/+44
2021-12-24crypto: qat - store the PFVF protocol version of the endpointsMarco Chiappero4-2/+9
2021-12-24crypto: qat - improve the ACK timings in PFVF sendMarco Chiappero2-3/+4
2021-12-24crypto: qat - leverage read_poll_timeout in PFVF sendMarco Chiappero1-12/+8
2021-12-24crypto: qat - leverage bitfield.h utils for PFVF messagesMarco Chiappero3-14/+14
2021-12-24crypto: qat - abstract PFVF messages with struct pfvf_messageMarco Chiappero12-83/+184
2021-12-24crypto: qat - set PFVF_MSGORIGIN just before sendingMarco Chiappero4-11/+7
2021-12-24crypto: qat - make PFVF send and receive direction agnosticMarco Chiappero4-37/+89
2021-12-24crypto: qat - make PFVF message construction direction agnosticMarco Chiappero6-71/+120
2021-12-24crypto: qat - add the adf_get_pmisc_base() helper functionMarco Chiappero8-115/+61
2021-12-24crypto: qat - support the reset of ring pairs on PFMarco Chiappero5-0/+67
2021-12-24crypto: qat - extend crypto capability detection for 4xxxGiovanni Cabiddu2-4/+34
2021-12-24crypto: qat - set COMPRESSION capability for QAT GEN2Giovanni Cabiddu3-1/+10
2021-12-24crypto: qat - set CIPHER capability for QAT GEN2Giovanni Cabiddu1-3/+9
2021-12-24crypto: qat - get compression extended capabilitiesGiovanni Cabiddu3-1/+41
2021-12-24crypto: octeontx2 - Use swap() instead of swap_engines()Jiapeng Chong1-11/+1
2021-12-24crypto: omap - increase priority of DES/3DESCorentin Labbe1-4/+4
2021-12-24crypto: x86/curve25519 - use in/out register constraints more preciselyJason A. Donenfeld1-278/+489
2021-12-24hwrng: cn10k - Add random number generator supportSunil Goutham3-0/+193
2021-12-24crypto: hisilicon/zip - add new algorithms for uacce deviceYang Shen1-1/+4
2021-12-17crypto: hisilicon/qm - disable queue when 'CQ' errorWeili Qian1-1/+21
2021-12-17crypto: hisilicon/qm - reset function if event queue overflowsWeili Qian1-11/+57
2021-12-17crypto: hisilicon/qm - use request_threaded_irq insteadWeili Qian1-7/+16
2021-12-17crypto: hisilicon/qm - modify the handling method after abnormal interruptionWeili Qian1-2/+2
2021-12-17crypto: hisilicon/qm - code movementWeili Qian1-69/+69
2021-12-17crypto: hisilicon/qm - remove unnecessary device memory resetWeili Qian1-5/+18
2021-12-17crypto: hisilicon/qm - fix deadlock for remove driverYang Shen1-2/+1
2021-12-17crypto: hisilicon/zip - enable ssid for sva sglYang Shen1-1/+2
2021-12-17crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init()Weili Qian1-1/+1
2021-12-17crypto: api - Replace kernel.h with the necessary inclusionsAndy Shevchenko9-9/+23
2021-12-17crypto: marvell/octeontx - Use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-3/+1
2021-12-17crypto: cavium - Use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-4/+1