index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vhost
/
vringh.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-25
1
-2
/
+2
*
[vhost] fix 'direction' argument of iov_iter_{init,bvec}()
Al Viro
2022-11-25
1
-2
/
+2
*
vringh: iterate on iotlb_translate to handle large translations
Stefano Garzarella
2022-08-11
1
-22
/
+56
*
vringh: Fix loop descriptors check in the indirect cases
Xie Yongji
2022-06-08
1
-2
/
+8
*
vringh: Use wiov->used to check for read/write desc order
Neeraj Upadhyay
2021-08-11
1
-1
/
+1
*
vringh: implement vringh_kiov_advance()
Stefano Garzarella
2021-05-03
1
-12
/
+29
*
vringh: explain more about cleaning riov and wiov
Stefano Garzarella
2021-05-03
1
-3
/
+12
*
vringh: reset kiov 'consumed' field in __vringh_iov()
Stefano Garzarella
2021-05-03
1
-2
/
+2
*
vringh: add 'iotlb_lock' to synchronize iotlb accesses
Stefano Garzarella
2021-05-03
1
-1
/
+8
*
vhost: vringh: use krealloc_array()
Bartosz Golaszewski
2020-12-15
1
-1
/
+2
*
vringh: fix vringh_iov_push_*() documentation
Stefano Garzarella
2020-11-25
1
-3
/
+3
*
vringh: fix __vringh_iov() when riov and wiov are different
Stefano Garzarella
2020-10-21
1
-4
/
+5
*
virtio: force spec specified alignment on types
Michael S. Tsirkin
2020-06-02
1
-3
/
+3
*
virtio/test: fix up after IOTLB changes
Michael S. Tsirkin
2020-04-17
1
-0
/
+5
*
vringh: IOTLB support
Jason Wang
2020-04-01
1
-23
/
+398
*
vringh: fix copy direction of vringh_iov_push_kern()
Jason Wang
2019-10-28
1
-1
/
+7
*
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-13
1
-1
/
+1
*
vringh: kill off ACCESS_ONCE()
Mark Rutland
2016-12-15
1
-2
/
+3
*
vringh: update for virtio 1.0 APIs
Michael S. Tsirkin
2014-12-15
1
-47
/
+74
*
vringh: 64 bit features
Michael S. Tsirkin
2014-12-15
1
-2
/
+2
*
Add missing module license tag to vring helpers.
Dave Jones
2013-05-08
1
-0
/
+3
*
vringh: host-side implementation of virtio rings.
Rusty Russell
2013-03-20
1
-0
/
+1007