aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/vfio/lib
AgeCommit message (Expand)AuthorFilesLines
2026-08-10vfio: selftests: Retry on EAGAIN during device resetJosh Hilke2-1/+20
2026-08-10vfio: selftests: igb: Add driver for Intel 82576 deviceJosh Hilke6-1/+591
2026-08-10vfio: selftests: Add helpers to re-enable interruptsAlex Williamson2-0/+36
2026-07-17vfio: selftests: Avoid VLAsAlex Mastro1-11/+15
2026-07-17vfio: selftests: Add allocation assert helpersAlex Mastro5-17/+26
2026-07-17vfio: selftests: Add NVIDIA Falcon driver for DMA testingRubin Du4-0/+1140
2026-07-17vfio: selftests: Add generic PCI command register helpersRubin Du1-0/+14
2026-07-17vfio: selftests: Add memcpy chunking to vfio_pci_driver_memcpy()Rubin Du1-2/+16
2026-06-30vfio: selftests: Add luuid to libvfio.mk's list of libraries, not to the MakefileSean Christopherson1-0/+2
2026-06-12vfio: selftests: Ensure libvfio output dirs are always createdDavid Matlack1-2/+4
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 Ananta1-8/+38
2026-05-20vfio: selftests: Introduce a sysfs libRaghavendra Rao Ananta5-21/+165
2026-05-20vfio: selftests: Introduce snprintf_assert()Raghavendra Rao Ananta2-4/+9
2026-03-20vfio: selftests: Support DMR and GNR-D DSA devicesYi Lai1-2/+13
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 Mastro3-1/+57
2026-01-19vfio: selftests: Centralize IOMMU mode name definitionsAlex Mastro2-6/+12
2025-12-23vfio: selftests: Drop <uapi/linux/types.h> includesDavid Matlack4-4/+0
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-2/+2
2025-11-28vfio: selftests: Eliminate INVALID_IOVADavid Matlack3-9/+12
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 Matlack7-9/+9
2025-11-28vfio: selftests: Stop passing device for IOMMU operationsDavid Matlack2-45/+3
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 Matlack2-12/+12
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 Matlack2-41/+70
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-28Merge tag 'vfio-v6.18-rc6' into v6.19/vfio/nextAlex Williamson2-2/+263
2025-11-27selftests: complete kselftest include centralizationBala-Vignesh-Reddy3-3/+3
2025-11-12vfio: selftests: add iova allocatorAlex Mastro2-1/+84
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-28vfio: selftests: update DMA map/unmap helpers to support more test kindsAlex Mastro2-27/+104
2025-08-27vfio: selftests: Make iommufd the default iommu_modeDavid Matlack1-1/+1
2025-08-27vfio: selftests: Add iommufd modeDavid Matlack2-35/+146
2025-08-27vfio: selftests: Add iommufd_compat_type1{,v2} modesDavid Matlack2-1/+13
2025-08-27vfio: selftests: Add vfio_type1v2_modeDavid Matlack2-1/+7
2025-08-27vfio: selftests: Replicate tests across all iommu_modesDavid Matlack2-0/+9
2025-08-27vfio: selftests: Encapsulate IOMMU modeDavid Matlack2-7/+47
2025-08-27vfio: selftests: Move helper to get cdev path to libvfioDavid Matlack2-0/+32