aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/vfio/lib/vfio_pci_device.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-19vfio: selftests: Fix VLA initialisation in vfio_pci_irq_set()Manish Honap1-1/+3
2026-01-19vfio: selftests: Align BAR mmaps for efficient IOMMU mappingAlex Mastro1-1/+23
2025-12-23vfio: selftests: Drop <uapi/linux/types.h> includesDavid Matlack1-1/+0
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-11-28vfio: selftests: Move vfio_selftests_*() helpers into libvfio.cDavid Matlack1-71/+0
2025-11-28vfio: selftests: Rename vfio_util.h to libvfio.hDavid Matlack1-1/+1
2025-11-28vfio: selftests: Move IOVA allocator into iova_allocator.cDavid Matlack1-71/+0
2025-11-28vfio: selftests: Move IOMMU library code into iommu.cDavid Matlack1-442/+0
2025-11-28vfio: selftests: Rename struct vfio_dma_region to dma_regionDavid Matlack1-6/+6
2025-11-28vfio: selftests: Prefix logs with device BDF where relevantDavid Matlack1-0/+1
2025-11-28vfio: selftests: Support multiple devices in the same container/iommufdDavid Matlack1-40/+65
2025-11-28vfio: selftests: Introduce struct iommuDavid Matlack1-35/+40
2025-11-28vfio: selftests: Rename struct vfio_iommu_mode to iommu_modeDavid Matlack1-2/+2
2025-11-28vfio: selftests: Allow passing multiple BDFs on the command lineDavid Matlack1-11/+46
2025-11-27selftests: complete kselftest include centralizationBala-Vignesh-Reddy1-1/+1
2025-11-12vfio: selftests: add iova allocatorAlex Mastro1-1/+73
2025-11-12vfio: selftests: add iova range query helpersAlex Mastro1-0/+172
2025-10-28vfio: selftests: update DMA map/unmap helpers to support more test kindsAlex Mastro1-23/+81
2025-08-27vfio: selftests: Make iommufd the default iommu_modeDavid Matlack1-1/+1
2025-08-27vfio: selftests: Add iommufd modeDavid Matlack1-34/+141
2025-08-27vfio: selftests: Add iommufd_compat_type1{,v2} modesDavid Matlack1-0/+10
2025-08-27vfio: selftests: Add vfio_type1v2_modeDavid Matlack1-0/+5
2025-08-27vfio: selftests: Replicate tests across all iommu_modesDavid Matlack1-0/+1
2025-08-27vfio: selftests: Encapsulate IOMMU modeDavid Matlack1-6/+36
2025-08-27vfio: selftests: Move helper to get cdev path to libvfioDavid Matlack1-0/+31
2025-08-27vfio: selftests: Add driver frameworkDavid Matlack1-0/+5
2025-08-27vfio: selftests: Keep track of DMA regions mapped into the deviceDavid Matlack1-7/+42
2025-08-27vfio: selftests: Add test to reset vfio device.Josh Hilke1-0/+5
2025-08-27vfio: selftests: Add a helper library for VFIO selftestsDavid Matlack1-0/+365