summaryrefslogtreecommitdiff
path: root/drivers/vdpa/vdpa_user
AgeCommit message (Expand)Author
2023-11-01vduse: make vduse_class constantGreg Kroah-Hartman
2023-08-10vduse: Use proper spinlock for IRQ injectionMaxime Coquelin
2023-07-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-07-03vduse: fix NULL pointer dereferenceMaxime Coquelin
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes
2023-06-08vduse: avoid empty string for dev nameSheng Zhao
2023-04-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-04-21vduse: Support specifying bounce buffer size via sysfsXie Yongji
2023-04-21vduse: Delay iova domain creationXie Yongji
2023-04-21vduse: Signal vq trigger eventfd directly if possibleXie Yongji
2023-04-21vduse: Add sysfs interface for irq callback affinityXie Yongji
2023-04-21vduse: Support get_vq_affinity callbackXie Yongji
2023-04-21vduse: Support set_vq_affinity callbackXie Yongji
2023-04-21vduse: Refactor allocation for vduse virtqueuesXie Yongji
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-06vduse: Remove include of rwlock.hSebastian Andrzej Siewior
2022-12-28vduse: Validate vq_num in vduse_validate_config()Harshit Mogalapalli
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman
2022-09-27vduse: prevent uninitialized memory accessesMaxime Coquelin
2022-08-11vduse: Support querying information of IOVA regionsXie Yongji
2022-08-11vduse: Support registering userspace memory for IOVA regionsXie Yongji
2022-08-11vduse: Support using userspace pages as bounce bufferXie Yongji
2022-08-11vduse: Use memcpy_{to,from}_page() in do_bounce()Xie Yongji
2022-08-11vduse: Remove unnecessary spin lock protectionXie Yongji
2022-06-24vduse: Tie vduse mgmtdev and its deviceParav Pandit
2022-06-08vduse: Fix NULL pointer dereference on sysfs accessXie Yongji
2022-05-31vdpa: multiple address spaces supportGautam Dawar
2022-05-31vdpa: introduce virtqueue groupsGautam Dawar
2022-03-24Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-04vduse: Fix returning wrong type in vduse_domain_alloc_iova()Xie Yongji
2022-02-14iommu/iova: Separate out rcache initJohn Garry
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-01-14vdpa: Provide interface to read driver featuresEli Cohen
2022-01-14vduse: moving kvfree into callerGuanjun
2022-01-04Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel
2021-12-17iommu/iova: Move fast alloc size roundup into alloc_iova_fast()John Garry via iommu
2021-12-08vduse: check that offset is within bounds in get_config()Dan Carpenter
2021-12-08vduse: fix memory corruption in vduse_dev_ioctl()Dan Carpenter
2021-11-01vdpa: Enable user to set mac and mtu of vdpa deviceParav Pandit
2021-10-22vduse: Fix race condition between resetting and irq injectingXie Yongji
2021-10-22vduse: Disallow injecting interrupt before DRIVER_OK is setXie Yongji
2021-09-14vduse: Cleanup the old kernel states after reset failureXie Yongji
2021-09-14vduse: missing error code in vduse_init()Dan Carpenter
2021-09-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-09-06Documentation: Add documentation for VDUSEXie Yongji
2021-09-06vduse: Introduce VDUSE - vDPA Device in UserspaceXie Yongji
2021-09-06vduse: Implement an MMU-based software IOTLBXie Yongji