index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vhost
/
vringh.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-17
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-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2016-12-16
vringh: kill off ACCESS_ONCE()
Mark Rutland
1
-2
/
+3
2014-12-16
vringh: update for virtio 1.0 APIs
Michael S. Tsirkin
1
-47
/
+74
2014-12-16
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