summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/virtio/virtio_crypto_core.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-31virtio-crypto: enable retry for virtio-crypto-devlei he1-1/+2
2022-05-31virtio-crypto: wait ctrl queue instead of busy pollingzhenwei pi1-1/+51
2022-03-28virtio-crypto: implement RSA algorithmzhenwei pi1-1/+5
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-4/+4
2021-08-12crypto: virtio - Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-23/+23
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2020-08-05virtio_crypto: convert to LE accessorsMichael S. Tsirkin1-23/+23
2020-07-09crypto: virtio - constify features[] and id_table[]Rikard Falkeborn1-2/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+29
2018-08-11virtio: Make vp_set_vq_affinity() take a mask.Caleb Raitto1-2/+2
2018-07-01crypto: virtio - Read crypto services and algorithm masksFarhan Ali1-0/+29
2018-02-15crypto: virtio - convert to new crypto engine APICorentin LABBE1-3/+0
2017-07-18crypto: virtio - Refacotor virtio_crypto driver for new virito crypto servicesZeng, Xin1-30/+7
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin1-2/+1
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+1
2016-12-30crypto: virtio - support crypto engine frameworkGonglei \(Arei\)1-5/+69
2016-12-16crypto: add virtio-crypto driverGonglei1-0/+476