aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-11-28vfio: selftests: Rename vfio_util.h to libvfio.hDavid Matlack11-13/+13
2025-11-28vfio: selftests: Stop passing device for IOMMU operationsDavid Matlack4-65/+22
2025-11-28vfio: selftests: Move IOVA allocator into iova_allocator.cDavid Matlack3-71/+95
2025-11-28vfio: selftests: Move IOMMU library code into iommu.cDavid Matlack4-453/+527
2025-11-28vfio: selftests: Rename struct vfio_dma_region to dma_regionDavid Matlack4-21/+21
2025-11-28vfio: selftests: Upgrade driver logging to dev_err()David Matlack2-4/+4
2025-11-28vfio: selftests: Prefix logs with device BDF where relevantDavid Matlack4-25/+30
2025-11-28vfio: selftests: Eliminate overly chatty loggingDavid Matlack1-14/+0
2025-11-28vfio: selftests: Support multiple devices in the same container/iommufdDavid Matlack5-50/+107
2025-11-28vfio: selftests: Introduce struct iommuDavid Matlack2-42/+49
2025-11-28vfio: selftests: Rename struct vfio_iommu_mode to iommu_modeDavid Matlack2-4/+4
2025-11-28vfio: selftests: Allow passing multiple BDFs on the command lineDavid Matlack2-11/+48
2025-11-28vfio: selftests: Split run.sh into separate scriptsDavid Matlack5-99/+140
2025-11-28vfio: selftests: Move run.sh into scripts directoryDavid Matlack2-1/+3
2025-11-28Merge tag 'vfio-v6.18-rc6' into v6.19/vfio/nextAlex Williamson4-9/+288
2025-11-28vfio/nvgrace-gpu: wait for the GPU mem to be readyAnkit Agrawal4-13/+93
2025-11-28vfio/nvgrace-gpu: Inform devmem unmapped after resetAnkit Agrawal1-1/+25
2025-11-28vfio/nvgrace-gpu: split the code to wait for GPU readyAnkit Agrawal1-13/+18
2025-11-28vfio: use vfio_pci_core_setup_barmap to map bar in mmapAnkit Agrawal1-12/+3
2025-11-28vfio/nvgrace-gpu: Add support for huge pfnmapAnkit Agrawal1-22/+59
2025-11-28vfio: refactor vfio_pci_mmap_huge_fault functionAnkit Agrawal2-27/+40
2025-11-28dma-buf: fix integer overflow in fill_sg_entry() for buffers >= 8GiBAlex Mastro1-1/+1
2025-11-28vfio/pci: Use RCU for error/request triggers to avoid circular lockingAlex Williamson4-41/+93
2025-11-20Merge tag 'vfio-v6.19-dma-buf-v9+' into v6.19/vfio/nextAlex Williamson23-141/+1101
2025-11-20vfio/nvgrace: Support get_dmabuf_physJason Gunthorpe1-0/+52
2025-11-20vfio/pci: Add dma-buf export support for MMIO regionsLeon Romanovsky9-5/+453
2025-11-20vfio/pci: Enable peer-to-peer DMA transactions by defaultLeon Romanovsky1-0/+5
2025-11-20vfio/pci: Share the core device pointer while invoking feature functionsVivek Kasireddy1-17/+13
2025-11-20vfio: Export vfio device get and put registration helpersVivek Kasireddy2-0/+4
2025-11-20dma-buf: provide phys_vec to scatter-gather mapping routineLeon Romanovsky4-1/+277
2025-11-20PCI/P2PDMA: Document DMABUF modelJason Gunthorpe1-23/+74
2025-11-20PCI/P2PDMA: Provide an access to pci_p2pdma_map_type() functionLeon Romanovsky2-41/+58
2025-11-20PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocationLeon Romanovsky2-31/+131
2025-11-20PCI/P2PDMA: Simplify bus address mapping APILeon Romanovsky5-10/+9
2025-11-20PCI/P2PDMA: Separate the mmap() support from the core logicLeon Romanovsky2-25/+37
2025-11-12vfio: Remove the get_region_info opJason Gunthorpe2-30/+22
2025-11-12vfio: Move the remaining drivers to get_region_info_capsJason Gunthorpe4-101/+29
2025-11-12vfio/platform: Convert to get_region_info_capsJason Gunthorpe4-20/+11
2025-11-12vfio/pci: Convert all PCI drivers to get_region_info_capsJason Gunthorpe11-150/+80
2025-11-12vfio/ccw: Convert to get_region_info_capsJason Gunthorpe1-48/+7
2025-11-12vfio/gvt: Convert to get_region_info_capsJason Gunthorpe1-71/+42
2025-11-12vfio/mbochs: Convert mbochs to use vfio_info_add_capability()Jason Gunthorpe1-52/+23
2025-11-12vfio: Add get_region_info_caps opJason Gunthorpe2-4/+56
2025-11-12vfio: Require drivers to implement get_region_infoJason Gunthorpe1-4/+4
2025-11-12vfio/gvt: Provide a get_region_info opJason Gunthorpe1-148/+147
2025-11-12vfio/ccw: Provide a get_region_info opJason Gunthorpe1-18/+26
2025-11-12vfio/cdx: Provide a get_region_info opJason Gunthorpe1-3/+4
2025-11-12vfio/fsl: Provide a get_region_info opJason Gunthorpe1-24/+32
2025-11-12vfio/platform: Provide a get_region_info opJason Gunthorpe4-22/+32
2025-11-12vfio/mbochs: Provide a get_region_info opJason Gunthorpe1-25/+31