summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/vfio
AgeCommit message (Expand)AuthorFilesLines
2026-07-01vfio: selftests: Add luuid to libvfio.mk's list of libraries, not to the Make...Sean Christopherson2-2/+2
2026-06-12vfio: selftests: Ensure libvfio output dirs are always createdDavid Matlack1-2/+4
2026-05-20vfio: selftests: Add tests to validate SR-IOV UAPIRaghavendra Rao Ananta2-0/+218
2026-05-20vfio: selftests: Add helpers to alloc/free vfio_pci_deviceRaghavendra Rao Ananta2-2/+18
2026-05-20vfio: selftests: Add helper to set/override a vf_tokenRaghavendra Rao Ananta2-0/+36
2026-05-20vfio: selftests: Expose more vfio_pci_device functionsRaghavendra Rao Ananta2-12/+42
2026-05-20vfio: selftests: Extend container/iommufd setup for passing vf_tokenRaghavendra Rao Ananta2-8/+40
2026-05-20vfio: selftests: Introduce a sysfs libRaghavendra Rao Ananta5-21/+165
2026-05-20vfio: selftests: Introduce snprintf_assert()Raghavendra Rao Ananta4-17/+23
2026-05-20vfio: selftests: Add -Wall and -Werror to the MakefileRaghavendra Rao Ananta1-0/+1
2026-05-20vfio: selftests: Allow builds when ARCH=x86David Matlack1-1/+1
2026-05-20vfio: selftests: Fix out-of-tree build with make O=Jason Gunthorpe1-1/+4
2026-03-20vfio: selftests: Support DMR and GNR-D DSA devicesYi Lai1-2/+13
2026-03-20vfio: selftests: Build tests on aarch64Ted Logan1-1/+1
2026-03-19vfio: selftests: Fix VLA initialisation in vfio_pci_irq_set()Manish Honap1-1/+3
2026-03-10vfio: selftests: fix crash in vfio_dma_mapping_mmio_testAlex Mastro1-1/+0
2026-02-07vfio: selftests: only build tests on arm64 and x86_64Ted Logan1-0/+9
2026-01-19vfio: selftests: Drop IOMMU mapping size assertions for VFIO_TYPE1_IOMMUDavid Matlack1-6/+2
2026-01-19vfio: selftests: Add vfio_dma_mapping_mmio_testAlex Mastro2-0/+144
2026-01-19vfio: selftests: Align BAR mmaps for efficient IOMMU mappingAlex Mastro3-1/+57
2026-01-19vfio: selftests: Centralize IOMMU mode name definitionsAlex Mastro3-7/+13
2025-12-24vfio: selftests: Drop <uapi/linux/types.h> includesDavid Matlack6-6/+0
2025-12-07Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds6-6/+6
2025-11-28vfio: selftests: Add vfio_pci_device_init_perf_testDavid Matlack2-0/+171
2025-11-28vfio: selftests: Eliminate INVALID_IOVADavid Matlack4-10/+13
2025-11-28vfio: selftests: Split libvfio.h into separate header filesDavid Matlack6-334/+381
2025-11-28vfio: selftests: Move vfio_selftests_*() helpers into libvfio.cDavid Matlack3-71/+79
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-28selftests: complete kselftest include centralizationBala-Vignesh-Reddy7-7/+7
2025-11-12vfio: selftests: replace iova=vaddr with allocated iovasAlex Mastro2-5/+12
2025-11-12vfio: selftests: add iova allocatorAlex Mastro2-1/+84
2025-11-12vfio: selftests: fix map limit tests to use last available iovaAlex Mastro1-2/+13
2025-11-12vfio: selftests: add iova range query helpersAlex Mastro2-1/+179
2025-11-05vfio: selftests: Store libvfio build outputs in $(OUTPUT)/libvfioDavid Matlack1-9/+11
2025-10-29vfio: selftests: add end of address space DMA map/unmap testsAlex Mastro1-0/+90
2025-10-29vfio: selftests: update DMA map/unmap helpers to support more test kindsAlex Mastro3-28/+108