aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/vdpa_user (follow)
AgeCommit message (Expand)AuthorFilesLines
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