aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/vdpa_user (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27vduse: prevent uninitialized memory accessesMaxime Coquelin1-2/+7
2022-08-11vduse: Support querying information of IOVA regionsXie Yongji1-0/+39
2022-08-11vduse: Support registering userspace memory for IOVA regionsXie Yongji1-0/+141
2022-08-11vduse: Support using userspace pages as bounce bufferXie Yongji2-8/+96
2022-08-11vduse: Use memcpy_{to,from}_page() in do_bounce()Xie Yongji1-5/+4
2022-08-11vduse: Remove unnecessary spin lock protectionXie Yongji1-5/+2
2022-06-24vduse: Tie vduse mgmtdev and its deviceParav Pandit1-23/+37
2022-06-08vduse: Fix NULL pointer dereference on sysfs accessXie Yongji1-4/+3
2022-05-31vdpa: multiple address spaces supportGautam Dawar1-1/+2
2022-05-31vdpa: introduce virtqueue groupsGautam Dawar1-1/+1
2022-03-24Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+11
2022-03-04vduse: Fix returning wrong type in vduse_domain_alloc_iova()Xie Yongji1-1/+1
2022-02-14iommu/iova: Separate out rcache initJohn Garry1-0/+11
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-5/+14
2022-01-14vdpa: Provide interface to read driver featuresEli Cohen1-4/+12
2022-01-14vduse: moving kvfree into callerGuanjun1-1/+2
2022-01-04Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-8/+0
2021-12-17iommu/iova: Move fast alloc size roundup into alloc_iova_fast()John Garry via iommu1-8/+0
2021-12-08vduse: check that offset is within bounds in get_config()Dan Carpenter1-1/+2
2021-12-08vduse: fix memory corruption in vduse_dev_ioctl()Dan Carpenter1-1/+2
2021-11-01vdpa: Enable user to set mac and mtu of vdpa deviceParav Pandit1-1/+2
2021-10-22vduse: Fix race condition between resetting and irq injectingXie Yongji1-12/+25
2021-10-22vduse: Disallow injecting interrupt before DRIVER_OK is setXie Yongji1-0/+8
2021-09-14vduse: Cleanup the old kernel states after reset failureXie Yongji1-4/+2
2021-09-14vduse: missing error code in vduse_init()Dan Carpenter1-1/+3
2021-09-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-0/+2264
2021-09-06Documentation: Add documentation for VDUSEXie Yongji1-5/+0
2021-09-06vduse: Introduce VDUSE - vDPA Device in UserspaceXie Yongji2-0/+1651
2021-09-06vduse: Implement an MMU-based software IOTLBXie Yongji2-0/+618