aboutsummaryrefslogtreecommitdiff
path: root/drivers/vdpa/vdpa_user
AgeCommit message (Expand)AuthorFilesLines
2024-03-19vduse: enable Virtio-net device typeGravatar Maxime Coquelin 1-0/+10
2024-03-19vduse: Temporarily fail if control queue feature requestedGravatar Maxime Coquelin 1-0/+5
2024-03-19vduse: validate block features only with block devicesGravatar Maxime Coquelin 1-4/+5
2024-03-19vduse: implement vdpa_config_ops.get_vq_size for vduseGravatar Zhu Lingshan 1-0/+12
2024-03-19vduse: implement DMA sync callbacksGravatar Maxime Coquelin 3-3/+54
2023-12-21Merge branch 'vfs.file'Gravatar Christian Brauner 1-1/+1
2023-12-12file: remove __receive_fd()Gravatar Christian Brauner 1-1/+1
2023-11-28eventfd: simplify eventfd_signal()Gravatar Christian Brauner 1-3/+3
2023-11-01vduse: make vduse_class constantGravatar Greg Kroah-Hartman 1-19/+21
2023-08-10vduse: Use proper spinlock for IRQ injectionGravatar Maxime Coquelin 1-4/+4
2023-07-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+5
2023-07-03vduse: fix NULL pointer dereferenceGravatar Maxime Coquelin 1-1/+5
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Gravatar Lorenzo Stoakes 1-1/+1
2023-06-08vduse: avoid empty string for dev nameGravatar Sheng Zhao 1-0/+3
2023-04-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-63/+351
2023-04-21vduse: Support specifying bounce buffer size via sysfsGravatar Xie Yongji 1-1/+44
2023-04-21vduse: Delay iova domain creationGravatar Xie Yongji 1-22/+53
2023-04-21vduse: Signal vq trigger eventfd directly if possibleGravatar Xie Yongji 1-4/+26
2023-04-21vduse: Add sysfs interface for irq callback affinityGravatar Xie Yongji 1-11/+113
2023-04-21vduse: Support get_vq_affinity callbackGravatar Xie Yongji 1-0/+9
2023-04-21vduse: Support set_vq_affinity callbackGravatar Xie Yongji 1-7/+54
2023-04-21vduse: Refactor allocation for vduse virtqueuesGravatar Xie Yongji 1-32/+66
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 1-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 1-1/+1
2023-02-06vduse: Remove include of rwlock.hGravatar Sebastian Andrzej Siewior 1-1/+0
2022-12-28vduse: Validate vq_num in vduse_validate_config()Gravatar Harshit Mogalapalli 1-0/+3
2022-11-24driver core: make struct class.devnode() take a const *Gravatar Greg Kroah-Hartman 1-1/+1
2022-09-27vduse: prevent uninitialized memory accessesGravatar Maxime Coquelin 1-2/+7
2022-08-11vduse: Support querying information of IOVA regionsGravatar Xie Yongji 1-0/+39
2022-08-11vduse: Support registering userspace memory for IOVA regionsGravatar Xie Yongji 1-0/+141
2022-08-11vduse: Support using userspace pages as bounce bufferGravatar Xie Yongji 2-8/+96
2022-08-11vduse: Use memcpy_{to,from}_page() in do_bounce()Gravatar Xie Yongji 1-5/+4
2022-08-11vduse: Remove unnecessary spin lock protectionGravatar Xie Yongji 1-5/+2
2022-06-24vduse: Tie vduse mgmtdev and its deviceGravatar Parav Pandit 1-23/+37
2022-06-08vduse: Fix NULL pointer dereference on sysfs accessGravatar Xie Yongji 1-4/+3
2022-05-31vdpa: multiple address spaces supportGravatar Gautam Dawar 1-1/+2
2022-05-31vdpa: introduce virtqueue groupsGravatar Gautam Dawar 1-1/+1
2022-03-24Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+11
2022-03-04vduse: Fix returning wrong type in vduse_domain_alloc_iova()Gravatar Xie Yongji 1-1/+1
2022-02-14iommu/iova: Separate out rcache initGravatar John Garry 1-0/+11
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-5/+14
2022-01-14vdpa: Provide interface to read driver featuresGravatar Eli Cohen 1-4/+12
2022-01-14vduse: moving kvfree into callerGravatar Guanjun 1-1/+2
2022-01-04Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into nextGravatar Joerg Roedel 1-8/+0
2021-12-17iommu/iova: Move fast alloc size roundup into alloc_iova_fast()Gravatar John Garry via iommu 1-8/+0
2021-12-08vduse: check that offset is within bounds in get_config()Gravatar Dan Carpenter 1-1/+2
2021-12-08vduse: fix memory corruption in vduse_dev_ioctl()Gravatar Dan Carpenter 1-1/+2
2021-11-01vdpa: Enable user to set mac and mtu of vdpa deviceGravatar Parav Pandit 1-1/+2