index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vhost
/
vringh.c
Age
Commit message (
Expand
)
Author
2021-05-03
vringh: implement vringh_kiov_advance()
Stefano Garzarella
2021-05-03
vringh: explain more about cleaning riov and wiov
Stefano Garzarella
2021-05-03
vringh: reset kiov 'consumed' field in __vringh_iov()
Stefano Garzarella
2021-05-03
vringh: add 'iotlb_lock' to synchronize iotlb accesses
Stefano Garzarella
2020-12-15
vhost: vringh: use krealloc_array()
Bartosz Golaszewski
2020-11-25
vringh: fix vringh_iov_push_*() documentation
Stefano Garzarella
2020-10-21
vringh: fix __vringh_iov() when riov and wiov are different
Stefano Garzarella
2020-06-02
virtio: force spec specified alignment on types
Michael S. Tsirkin
2020-04-16
virtio/test: fix up after IOTLB changes
Michael S. Tsirkin
2020-04-01
vringh: IOTLB support
Jason Wang
2019-10-28
vringh: fix copy direction of vringh_iov_push_kern()
Jason Wang
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2016-12-16
vringh: kill off ACCESS_ONCE()
Mark Rutland
2014-12-15
vringh: update for virtio 1.0 APIs
Michael S. Tsirkin
2014-12-15
vringh: 64 bit features
Michael S. Tsirkin
2013-05-08
Add missing module license tag to vring helpers.
Dave Jones
2013-03-20
vringh: host-side implementation of virtio rings.
Rusty Russell