index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vhost
/
vringh.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-11
vringh: Use wiov->used to check for read/write desc order
Neeraj Upadhyay
1
-1
/
+1
2021-05-03
vringh: implement vringh_kiov_advance()
Stefano Garzarella
1
-12
/
+29
2021-05-03
vringh: explain more about cleaning riov and wiov
Stefano Garzarella
1
-3
/
+12
2021-05-03
vringh: reset kiov 'consumed' field in __vringh_iov()
Stefano Garzarella
1
-2
/
+2
2021-05-03
vringh: add 'iotlb_lock' to synchronize iotlb accesses
Stefano Garzarella
1
-1
/
+8
2020-12-15
vhost: vringh: use krealloc_array()
Bartosz Golaszewski
1
-1
/
+2
2020-11-25
vringh: fix vringh_iov_push_*() documentation
Stefano Garzarella
1
-3
/
+3
2020-10-21
vringh: fix __vringh_iov() when riov and wiov are different
Stefano Garzarella
1
-4
/
+5
2020-06-02
virtio: force spec specified alignment on types
Michael S. Tsirkin
1
-3
/
+3
2020-04-16
virtio/test: fix up after IOTLB changes
Michael S. Tsirkin
1
-0
/
+5
2020-04-01
vringh: IOTLB support
Jason Wang
1
-23
/
+398
2019-10-28
vringh: fix copy direction of vringh_iov_push_kern()
Jason Wang
1
-1
/
+7
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2016-12-16
vringh: kill off ACCESS_ONCE()
Mark Rutland
1
-2
/
+3
2014-12-15
vringh: update for virtio 1.0 APIs
Michael S. Tsirkin
1
-47
/
+74
2014-12-15
vringh: 64 bit features
Michael S. Tsirkin
1
-2
/
+2
2013-05-08
Add missing module license tag to vring helpers.
Dave Jones
1
-0
/
+3
2013-03-20
vringh: host-side implementation of virtio rings.
Rusty Russell
1
-0
/
+1007