summaryrefslogtreecommitdiff
path: root/drivers/vdpa/vdpa_user/vduse_dev.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-19vduse: implement vdpa_config_ops.get_vq_size for vduseZhu Lingshan1-0/+12
2024-03-19vduse: implement DMA sync callbacksMaxime Coquelin1-0/+22
2023-12-21Merge branch 'vfs.file'Christian Brauner1-1/+1
2023-12-12file: remove __receive_fd()Christian Brauner1-1/+1
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner1-3/+3
2023-11-01vduse: make vduse_class constantGreg Kroah-Hartman1-19/+21
2023-08-10vduse: Use proper spinlock for IRQ injectionMaxime Coquelin1-4/+4
2023-07-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+5
2023-07-03vduse: fix NULL pointer dereferenceMaxime Coquelin1-1/+5
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-06-10mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes1-1/+1
2023-06-08vduse: avoid empty string for dev nameSheng Zhao1-0/+3
2023-04-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-63/+351
2023-04-21vduse: Support specifying bounce buffer size via sysfsXie Yongji1-1/+44
2023-04-21vduse: Delay iova domain creationXie Yongji1-22/+53
2023-04-21vduse: Signal vq trigger eventfd directly if possibleXie Yongji1-4/+26
2023-04-21vduse: Add sysfs interface for irq callback affinityXie Yongji1-11/+113
2023-04-21vduse: Support get_vq_affinity callbackXie Yongji1-0/+9
2023-04-21vduse: Support set_vq_affinity callbackXie Yongji1-7/+54
2023-04-21vduse: Refactor allocation for vduse virtqueuesXie Yongji1-32/+66
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2022-12-28vduse: Validate vq_num in vduse_validate_config()Harshit Mogalapalli1-0/+3
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman1-1/+1
2022-09-28vduse: 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-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-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