summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/vfio/lib
AgeCommit message (Expand)AuthorLines
2026-01-19vfio: selftests: Align BAR mmaps for efficient IOMMU mappingAlex Mastro-1/+57
2026-01-19vfio: selftests: Centralize IOMMU mode name definitionsAlex Mastro-6/+12
2025-12-23vfio: selftests: Drop <uapi/linux/types.h> includesDavid Matlack-4/+0
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds-2/+2
2025-11-28vfio: selftests: Eliminate INVALID_IOVADavid Matlack-9/+12
2025-11-28vfio: selftests: Split libvfio.h into separate header filesDavid Matlack-334/+381
2025-11-28vfio: selftests: Move vfio_selftests_*() helpers into libvfio.cDavid Matlack-71/+79
2025-11-28vfio: selftests: Rename vfio_util.h to libvfio.hDavid Matlack-9/+9
2025-11-28vfio: selftests: Stop passing device for IOMMU operationsDavid Matlack-45/+3
2025-11-28vfio: selftests: Move IOVA allocator into iova_allocator.cDavid Matlack-71/+95
2025-11-28vfio: selftests: Move IOMMU library code into iommu.cDavid Matlack-453/+527
2025-11-28vfio: selftests: Rename struct vfio_dma_region to dma_regionDavid Matlack-12/+12
2025-11-28vfio: selftests: Upgrade driver logging to dev_err()David Matlack-4/+4
2025-11-28vfio: selftests: Prefix logs with device BDF where relevantDavid Matlack-25/+30
2025-11-28vfio: selftests: Eliminate overly chatty loggingDavid Matlack-14/+0
2025-11-28vfio: selftests: Support multiple devices in the same container/iommufdDavid Matlack-41/+70
2025-11-28vfio: selftests: Introduce struct iommuDavid Matlack-42/+49
2025-11-28vfio: selftests: Rename struct vfio_iommu_mode to iommu_modeDavid Matlack-4/+4
2025-11-28vfio: selftests: Allow passing multiple BDFs on the command lineDavid Matlack-11/+48
2025-11-28Merge tag 'vfio-v6.18-rc6' into v6.19/vfio/nextAlex Williamson-2/+263
2025-11-27selftests: complete kselftest include centralizationBala-Vignesh-Reddy-3/+3
2025-11-12vfio: selftests: add iova allocatorAlex Mastro-1/+84
2025-11-12vfio: selftests: add iova range query helpersAlex Mastro-1/+179
2025-11-05vfio: selftests: Store libvfio build outputs in $(OUTPUT)/libvfioDavid Matlack-9/+11
2025-10-28vfio: selftests: update DMA map/unmap helpers to support more test kindsAlex Mastro-27/+104
2025-08-27vfio: selftests: Make iommufd the default iommu_modeDavid Matlack-1/+1
2025-08-27vfio: selftests: Add iommufd modeDavid Matlack-35/+146
2025-08-27vfio: selftests: Add iommufd_compat_type1{,v2} modesDavid Matlack-1/+13
2025-08-27vfio: selftests: Add vfio_type1v2_modeDavid Matlack-1/+7
2025-08-27vfio: selftests: Replicate tests across all iommu_modesDavid Matlack-0/+9
2025-08-27vfio: selftests: Encapsulate IOMMU modeDavid Matlack-7/+47
2025-08-27vfio: selftests: Move helper to get cdev path to libvfioDavid Matlack-0/+32
2025-08-27vfio: selftests: Add driver for Intel DSADavid Matlack-0/+420
2025-08-27vfio: selftests: Add driver for Intel CBDMADavid Matlack-1/+253
2025-08-27vfio: selftests: Add driver frameworkDavid Matlack-0/+214
2025-08-27vfio: selftests: Add a helper for matching vendor+device IDsDavid Matlack-0/+7
2025-08-27vfio: selftests: Enable asserting MSI eventfds not firingDavid Matlack-0/+12
2025-08-27vfio: selftests: Keep track of DMA regions mapped into the deviceDavid Matlack-10/+62
2025-08-27vfio: selftests: Add test to reset vfio device.Josh Hilke-0/+6
2025-08-27vfio: selftests: Add a helper library for VFIO selftestsDavid Matlack-0/+520