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