aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/vdpa/vdpa_user/iova_domain.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-19vduse: implement DMA sync callbacksMaxime Coquelin1-3/+24
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2022-08-11vduse: Support using userspace pages as bounce bufferXie Yongji1-8/+88
2022-08-11vduse: Use memcpy_{to,from}_page() in do_bounce()Xie Yongji1-5/+4
2022-08-11vduse: Remove unnecessary spin lock protectionXie Yongji1-5/+2
2022-03-24Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+11
2022-03-04vduse: Fix returning wrong type in vduse_domain_alloc_iova()Xie Yongji1-1/+1
2022-02-14iommu/iova: Separate out rcache initJohn Garry1-0/+11
2021-12-17iommu/iova: Move fast alloc size roundup into alloc_iova_fast()John Garry via iommu1-8/+0
2021-09-06vduse: Implement an MMU-based software IOTLBXie Yongji1-0/+545