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
/
vdpa
/
vdpa_user
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-28
vduse: Validate vq_num in vduse_validate_config()
Harshit Mogalapalli
1
-0
/
+3
2022-11-24
driver core: make struct class.devnode() take a const *
Greg Kroah-Hartman
1
-1
/
+1
2022-09-28
vduse: prevent uninitialized memory accesses
Maxime Coquelin
1
-2
/
+7
2022-08-11
vduse: Support querying information of IOVA regions
Xie Yongji
1
-0
/
+39
2022-08-11
vduse: Support registering userspace memory for IOVA regions
Xie Yongji
1
-0
/
+141
2022-08-11
vduse: Support using userspace pages as bounce buffer
Xie Yongji
2
-8
/
+96
2022-08-11
vduse: Use memcpy_{to,from}_page() in do_bounce()
Xie Yongji
1
-5
/
+4
2022-08-11
vduse: Remove unnecessary spin lock protection
Xie Yongji
1
-5
/
+2
2022-06-24
vduse: Tie vduse mgmtdev and its device
Parav Pandit
1
-23
/
+37
2022-06-08
vduse: Fix NULL pointer dereference on sysfs access
Xie Yongji
1
-4
/
+3
2022-05-31
vdpa: multiple address spaces support
Gautam Dawar
1
-1
/
+2
2022-05-31
vdpa: introduce virtqueue groups
Gautam Dawar
1
-1
/
+1
2022-03-25
Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+11
2022-03-04
vduse: Fix returning wrong type in vduse_domain_alloc_iova()
Xie Yongji
1
-1
/
+1
2022-02-14
iommu/iova: Separate out rcache init
John Garry
1
-0
/
+11
2022-01-18
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-5
/
+14
2022-01-15
vdpa: Provide interface to read driver features
Eli Cohen
1
-4
/
+12
2022-01-15
vduse: moving kvfree into caller
Guanjun
1
-1
/
+2
2022-01-04
Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into next
Joerg Roedel
1
-8
/
+0
2021-12-17
iommu/iova: Move fast alloc size roundup into alloc_iova_fast()
John Garry via iommu
1
-8
/
+0
2021-12-08
vduse: check that offset is within bounds in get_config()
Dan Carpenter
1
-1
/
+2
2021-12-08
vduse: fix memory corruption in vduse_dev_ioctl()
Dan Carpenter
1
-1
/
+2
2021-11-01
vdpa: Enable user to set mac and mtu of vdpa device
Parav Pandit
1
-1
/
+2
2021-10-22
vduse: Fix race condition between resetting and irq injecting
Xie Yongji
1
-12
/
+25
2021-10-22
vduse: Disallow injecting interrupt before DRIVER_OK is set
Xie Yongji
1
-0
/
+8
2021-09-15
vduse: Cleanup the old kernel states after reset failure
Xie Yongji
1
-4
/
+2
2021-09-15
vduse: missing error code in vduse_init()
Dan Carpenter
1
-1
/
+3
2021-09-12
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
4
-0
/
+2264
2021-09-06
Documentation: Add documentation for VDUSE
Xie Yongji
1
-5
/
+0
2021-09-06
vduse: Introduce VDUSE - vDPA Device in Userspace
Xie Yongji
2
-0
/
+1651
2021-09-06
vduse: Implement an MMU-based software IOTLB
Xie Yongji
2
-0
/
+618