summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/iommu
AgeCommit message (Expand)AuthorLines
2025-12-15iommufd/selftest: Make it clearer to gcc that the access is not out of boundsJason Gunthorpe-5/+3
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2025-12-04Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+87
2025-11-28Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'mediatek', 'nvidia/t...Joerg Roedel-22/+50
2025-11-27selftests: complete kselftest include centralizationBala-Vignesh-Reddy-1/+1
2025-11-26Merge branch 'iommufd_dmabuf' into k.o-iommufd/for-nextJason Gunthorpe-0/+87
2025-11-25iommufd/selftest: Add some tests for the dmabuf flowJason Gunthorpe-0/+87
2025-11-05iommufd: Make vfio_compat's unmap succeed if the range is already emptyJason Gunthorpe-0/+2
2025-11-05iommufd: Change the selftest to use iommupt instead of xarrayJason Gunthorpe-22/+50
2025-10-20iommufd/selftest: Fix ioctl return value in _test_cmd_trigger_vevents()Nicolin Chen-2/+2
2025-09-26iommu/selftest: prevent use of uninitialized variableAlessandro Zanni-5/+3
2025-09-19iommufd/selftest: Update the fail_nth limitJason Gunthorpe-1/+1
2025-07-31Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-225/+420
2025-07-18iommufd/selftest: Add coverage for vdevice tombstoneXu Yilun-0/+14
2025-07-18iommufd/selftest: Explicitly skip tests for inapplicable variantXu Yilun-187/+176
2025-07-18iommufd/selftest: Test reserved regions near ULONG_MAXJason Gunthorpe-0/+27
2025-07-11iommufd/selftest: Update hw_info coverage for an input data_typeNicolin Chen-23/+46
2025-07-11iommufd/selftest: Add coverage for the new mmap interfaceNicolin Chen-0/+23
2025-07-11iommufd/selftest: Add coverage for IOMMUFD_CMD_HW_QUEUE_ALLOCNicolin Chen-0/+96
2025-07-10iommufd/selftest: Add coverage for viommu dataNicolin Chen-17/+40
2025-06-24iommufd/selftest: Fix build warnings due to uninitialized mfdNicolin Chen-2/+6
2025-06-24iommufd/selftest: Add asserts testing global mfdNicolin Chen-0/+2
2025-06-24iommufd/selftest: Add missing close(mfd) in memfd_mmap()Nicolin Chen-2/+7
2025-06-24iommufd/selftest: Fix iommufd_dirty_tracking with large hugepage sizesNicolin Chen-9/+21
2025-03-28iommufd: Test attach before detaching pasidYi Liu-0/+6
2025-03-28iommufd/selftest: Add coverage for reporting max_pasid_log2 via IOMMU_HW_INFOYi Liu-5/+33
2025-03-25iommufd/selftest: Add coverage for iommufd pasid attach/detachYi Liu-10/+437
2025-03-18iommufd/selftest: Add IOMMU_VEVENTQ_ALLOC test coverageNicolin Chen-0/+153
2025-03-18iommufd/selftest: Require vdev_id when attaching to a nested domainNicolin Chen-0/+5
2025-03-04iommufd: Disallow allocating nested parent domain with fault IDYi Liu-0/+4
2024-12-03iommufd/selftest: Cover IOMMU_FAULT_QUEUE_ALLOC in iommufd_fail_nthNicolin Chen-0/+14
2024-11-14iommufd: IOMMU_IOAS_CHANGE_PROCESS selftestSteve Sistare-0/+148
2024-11-12iommufd/selftest: Add vIOMMU coverage for IOMMU_HWPT_INVALIDATE ioctlNicolin Chen-0/+205
2024-11-12iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test commandNicolin Chen-1/+30
2024-11-12iommufd: Allow hwpt_id to carry viommu_id for IOMMU_HWPT_INVALIDATENicolin Chen-2/+2
2024-11-12iommufd/selftest: Add IOMMU_VDEVICE_ALLOC test coverageNicolin Chen-0/+51
2024-11-12iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverageNicolin Chen-0/+176
2024-10-28iommufd: Selftest coverage for IOMMU_IOAS_MAP_FILESteve Sistare-15/+205
2024-08-26iommufd: Do not allow creating areas without READ or WRITEJason Gunthorpe-3/+3
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+0
2024-07-10selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mkEdward Liaw-2/+0
2024-07-09Merge branch 'iommufd_pri' into iommufd for-nextJason Gunthorpe-6/+104
2024-07-09iommufd/selftest: Add coverage for IOPF testLu Baolu-6/+104
2024-06-28iommufd/selftest: Fix tests to use MOCK_PAGE_SIZE based buffer sizesJoao Martins-18/+18
2024-06-28iommufd/selftest: Add tests for <= u8 bitmap sizesJoao Martins-0/+18
2024-06-28iommufd/selftest: Fix dirty bitmap tests with u8 bitmapsJoao Martins-7/+9
2024-04-14iommufd: Add config needed for iommufd_fail_nthMuhammad Usama Anjum-0/+2
2024-02-22selftests/iommu: fix the config fragmentMuhammad Usama Anjum-2/+3
2024-02-06iommufd/selftest: Add mock IO hugepages testsJoao Martins-3/+42
2024-02-06iommufd/selftest: Refactor dirty bitmap testsJoao Martins-31/+36