summaryrefslogtreecommitdiff
path: root/drivers/vdpa/vdpa_user/vduse_dev.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-15vdpa: Provide interface to read driver featuresEli Cohen1-4/+12
2022-01-15vduse: moving kvfree into callerGuanjun1-1/+2
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-15vduse: Cleanup the old kernel states after reset failureXie Yongji1-4/+2
2021-09-15vduse: missing error code in vduse_init()Dan Carpenter1-1/+3
2021-09-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+1641
2021-09-06Documentation: Add documentation for VDUSEXie Yongji1-5/+0
2021-09-06vduse: Introduce VDUSE - vDPA Device in UserspaceXie Yongji1-0/+1646