summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vringh.c
AgeCommit message (Expand)Author
2020-12-15vhost: vringh: use krealloc_array()Bartosz Golaszewski
2020-11-25vringh: fix vringh_iov_push_*() documentationStefano Garzarella
2020-10-21vringh: fix __vringh_iov() when riov and wiov are differentStefano Garzarella
2020-06-02virtio: force spec specified alignment on typesMichael S. Tsirkin
2020-04-16virtio/test: fix up after IOTLB changesMichael S. Tsirkin
2020-04-01vringh: IOTLB supportJason Wang
2019-10-28vringh: fix copy direction of vringh_iov_push_kern()Jason Wang
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2016-12-16vringh: kill off ACCESS_ONCE()Mark Rutland
2014-12-15vringh: update for virtio 1.0 APIsMichael S. Tsirkin
2014-12-15vringh: 64 bit featuresMichael S. Tsirkin
2013-05-08Add missing module license tag to vring helpers.Dave Jones
2013-03-20vringh: host-side implementation of virtio rings.Rusty Russell