summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vringh.c
Commit message (Expand)AuthorAgeFilesLines
* vhost: vringh: use krealloc_array()Bartosz Golaszewski2020-12-151-1/+2
* vringh: fix vringh_iov_push_*() documentationStefano Garzarella2020-11-251-3/+3
* vringh: fix __vringh_iov() when riov and wiov are differentStefano Garzarella2020-10-211-4/+5
* virtio: force spec specified alignment on typesMichael S. Tsirkin2020-06-021-3/+3
* virtio/test: fix up after IOTLB changesMichael S. Tsirkin2020-04-161-0/+5
* vringh: IOTLB supportJason Wang2020-04-011-23/+398
* vringh: fix copy direction of vringh_iov_push_kern()Jason Wang2019-10-281-1/+7
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* vringh: kill off ACCESS_ONCE()Mark Rutland2016-12-161-2/+3
* vringh: update for virtio 1.0 APIsMichael S. Tsirkin2014-12-151-47/+74
* vringh: 64 bit featuresMichael S. Tsirkin2014-12-151-2/+2
* Add missing module license tag to vring helpers.Dave Jones2013-05-081-0/+3
* vringh: host-side implementation of virtio rings.Rusty Russell2013-03-201-0/+1007