summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/vfio/vfio_dma_mapping_test.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-24vfio: selftests: Drop <uapi/linux/types.h> includesDavid Matlack1-1/+0
2025-12-07Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-11-28vfio: selftests: Eliminate INVALID_IOVADavid Matlack1-1/+1
2025-11-28vfio: selftests: Rename vfio_util.h to libvfio.hDavid Matlack1-1/+1
2025-11-28vfio: selftests: Stop passing device for IOMMU operationsDavid Matlack1-10/+10
2025-11-28vfio: selftests: Rename struct vfio_dma_region to dma_regionDavid Matlack1-6/+6
2025-11-28vfio: selftests: Support multiple devices in the same container/iommufdDavid Matlack1-2/+8
2025-11-28selftests: complete kselftest include centralizationBala-Vignesh-Reddy1-1/+1
2025-11-12vfio: selftests: replace iova=vaddr with allocated iovasAlex Mastro1-1/+4
2025-11-12vfio: selftests: fix map limit tests to use last available iovaAlex Mastro1-2/+13
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 Mastro1-1/+4
2025-08-27vfio: selftests: Add iommufd_compat_type1{,v2} modesDavid Matlack1-2/+10
2025-08-27vfio: selftests: Replicate tests across all iommu_modesDavid Matlack1-13/+11
2025-08-27vfio: selftests: Encapsulate IOMMU modeDavid Matlack1-1/+1
2025-08-27vfio: selftests: Keep track of DMA regions mapped into the deviceDavid Matlack1-14/+17
2025-08-27vfio: selftests: Validate 2M/1G HugeTLB are mapped as 2M/1G in IOMMUJosh Hilke1-0/+111
2025-08-27vfio: selftests: Add DMA mapping tests for 2M and 1G HugeTLBJosh Hilke1-5/+33
2025-08-27vfio: selftests: Move vfio dma mapping test to their own fileJosh Hilke1-0/+51