summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/vdpa_user
Commit message (Expand)AuthorAgeFilesLines
* vdpa: Provide interface to read driver featuresEli Cohen2022-01-141-4/+12
* vduse: moving kvfree into callerGuanjun2022-01-141-1/+2
* vduse: check that offset is within bounds in get_config()Dan Carpenter2021-12-081-1/+2
* vduse: fix memory corruption in vduse_dev_ioctl()Dan Carpenter2021-12-081-1/+2
* vdpa: Enable user to set mac and mtu of vdpa deviceParav Pandit2021-11-011-1/+2
* vduse: Fix race condition between resetting and irq injectingXie Yongji2021-10-221-12/+25
* vduse: Disallow injecting interrupt before DRIVER_OK is setXie Yongji2021-10-221-0/+8
* vduse: Cleanup the old kernel states after reset failureXie Yongji2021-09-141-4/+2
* vduse: missing error code in vduse_init()Dan Carpenter2021-09-141-1/+3
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-09-111-1/+1
* Documentation: Add documentation for VDUSEXie Yongji2021-09-061-5/+0
* vduse: Introduce VDUSE - vDPA Device in UserspaceXie Yongji2021-09-062-0/+1651
* vduse: Implement an MMU-based software IOTLBXie Yongji2021-09-062-0/+618