summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2022-03-14crypto: qcom-rng - ensure buffer for generate is completely filledBrian Masney-7/+10
2022-01-31crypto: octeontx2 - Avoid stack variable overflowKees Cook-1/+2
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-4/+4
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin-4/+4
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1855/+4072
2022-01-10Merge tag 's390-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-0/+12
2021-12-31crypto: qat - fix definition of ring reset resultsGiovanni Cabiddu-4/+4
2021-12-31crypto: hisilicon - cleanup warning in qm_get_qos_value()Tom Rix-1/+1
2021-12-31crypto: ccp - remove unneeded semicolonYang Li-1/+1
2021-12-31crypto: stm32/crc32 - Fix kernel BUG triggered in probe()Marek Vasut-2/+2
2021-12-24crypto: ux500 - Use platform_get_irq() to get the interruptLad Prabhakar-19/+9
2021-12-24crypto: hisilicon/qm - disable qm clock-gatingWeili Qian-0/+17
2021-12-24crypto: omap-aes - Fix broken pm_runtime_and_get() usageHeiner Kallweit-1/+1
2021-12-24crypto: octeontx2 - prevent underflow in get_cores_bmap()Dan Carpenter-1/+2
2021-12-24crypto: octeontx2 - out of bounds access in otx2_cpt_dl_custom_egrp_delete()Dan Carpenter-1/+1
2021-12-24crypto: qat - add support for compression for 4xxxTomasz Kowalik-13/+147
2021-12-24crypto: qat - allow detection of dc capabilities for 4xxxGiovanni Cabiddu-26/+44
2021-12-24crypto: qat - add PFVF support to enable the reset of ring pairsMarco Chiappero-0/+67
2021-12-24crypto: qat - add PFVF support to the GEN4 host driverMarco Chiappero-10/+196
2021-12-24crypto: qat - config VFs based on ring-to-svc mappingMarco Chiappero-13/+34
2021-12-24crypto: qat - exchange ring-to-service mappings over PFVFMarco Chiappero-1/+63
2021-12-24crypto: qat - support fast ACKs in the PFVF protocolMarco Chiappero-30/+91
2021-12-24crypto: qat - exchange device capabilities over PFVFMarco Chiappero-4/+112
2021-12-24crypto: qat - introduce support for PFVF block messagesMarco Chiappero-3/+442
2021-12-24crypto: qat - store the ring-to-service mappingMarco Chiappero-0/+44
2021-12-24crypto: qat - store the PFVF protocol version of the endpointsMarco Chiappero-2/+9
2021-12-24crypto: qat - improve the ACK timings in PFVF sendMarco Chiappero-3/+4
2021-12-24crypto: qat - leverage read_poll_timeout in PFVF sendMarco Chiappero-12/+8
2021-12-24crypto: qat - leverage bitfield.h utils for PFVF messagesMarco Chiappero-14/+14
2021-12-24crypto: qat - abstract PFVF messages with struct pfvf_messageMarco Chiappero-83/+184
2021-12-24crypto: qat - set PFVF_MSGORIGIN just before sendingMarco Chiappero-11/+7
2021-12-24crypto: qat - make PFVF send and receive direction agnosticMarco Chiappero-37/+89
2021-12-24crypto: qat - make PFVF message construction direction agnosticMarco Chiappero-71/+120
2021-12-24crypto: qat - add the adf_get_pmisc_base() helper functionMarco Chiappero-115/+61
2021-12-24crypto: qat - support the reset of ring pairs on PFMarco Chiappero-0/+67
2021-12-24crypto: qat - extend crypto capability detection for 4xxxGiovanni Cabiddu-4/+34
2021-12-24crypto: qat - set COMPRESSION capability for QAT GEN2Giovanni Cabiddu-1/+10
2021-12-24crypto: qat - set CIPHER capability for QAT GEN2Giovanni Cabiddu-3/+9
2021-12-24crypto: qat - get compression extended capabilitiesGiovanni Cabiddu-1/+41
2021-12-24crypto: octeontx2 - Use swap() instead of swap_engines()Jiapeng Chong-11/+1
2021-12-24crypto: omap - increase priority of DES/3DESCorentin Labbe-4/+4
2021-12-24crypto: hisilicon/zip - add new algorithms for uacce deviceYang Shen-1/+4
2021-12-17crypto: hisilicon/qm - disable queue when 'CQ' errorWeili Qian-1/+21
2021-12-17crypto: hisilicon/qm - reset function if event queue overflowsWeili Qian-11/+57
2021-12-17crypto: hisilicon/qm - use request_threaded_irq insteadWeili Qian-7/+16
2021-12-17crypto: hisilicon/qm - modify the handling method after abnormal interruptionWeili Qian-2/+2
2021-12-17crypto: hisilicon/qm - code movementWeili Qian-69/+69
2021-12-17crypto: hisilicon/qm - remove unnecessary device memory resetWeili Qian-5/+18
2021-12-17crypto: hisilicon/qm - fix deadlock for remove driverYang Shen-2/+1
2021-12-17crypto: hisilicon/zip - enable ssid for sva sglYang Shen-1/+2