summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/virtio
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-214-52/+4Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* crypto: virtio - clean up indentation, replace spaces with tabColin Ian King2019-01-111-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-164-47/+204
|\
| * crypto: virtio - Replace GFP_ATOMIC with GFP_KERNEL in __virtio_crypto_ablkci...Jia-Ju Bai2018-08-031-2/+2
| * crypto: virtio - Register an algo only if it's supportedFarhan Ali2018-07-013-45/+159
| * crypto: virtio - Read crypto services and algorithm masksFarhan Ali2018-07-012-0/+43
* | virtio: Make vp_set_vq_affinity() take a mask.Caleb Raitto2018-08-111-2/+2
|/
* treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-131-1/+1
* crypto: virtio - remove dependency on CRYPTO_AUTHENCPeter Wu2018-03-162-2/+0Star
* crypto: virtio - convert to new crypto engine APICorentin LABBE2018-02-153-11/+11
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-141-1/+1
|\
| * crypto: virtio - pr_err() strings should end with newlinesArvind Yadav2017-10-121-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* crypto: virtio - Refacotor virtio_crypto driver for new virito crypto servicesZeng, Xin2017-07-183-70/+98
* virtio: wrap find_vqsMichael S. Tsirkin2017-05-021-2/+1Star
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-021-1/+1
|\
| * virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-271-1/+1
* | crypto: virtio - adjust priority of algorithmGonglei \(Arei\)2017-01-131-1/+1
* | crypto: virtio - support crypto engine frameworkGonglei \(Arei\)2016-12-304-22/+121
|/
* crypto: add virtio-crypto driverGonglei2016-12-156-0/+1423