summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommufd
AgeCommit message (Expand)Author
2024-04-14iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftestJason Gunthorpe
2024-02-26iommufd/selftest: Don't check map/unmap pairing with HUGE_PAGESJason Gunthorpe
2024-02-26iommufd: Fix protection fault in iommufd_test_syz_conv_iovaNicolin Chen
2024-02-26iommufd/selftest: Fix mock_dev_num bugNicolin Chen
2024-02-26iommufd: Fix iopt_access_list_id overwrite bugNicolin Chen
2024-02-21iommufd: Reject non-zero data_type if no data_len is providedJason Gunthorpe
2024-02-06iommufd/iova_bitmap: Consider page offset for the pages to be pinnedJoao Martins
2024-02-06iommufd/selftest: Hugepage mock domain supportJoao Martins
2024-02-06iommufd/selftest: Refactor mock_domain_read_and_clear_dirty()Joao Martins
2024-02-06iommufd/iova_bitmap: Handle recording beyond the mapped pagesJoao Martins
2024-02-06iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8 arrayJoao Martins
2024-02-06iommufd/iova_bitmap: Bounds check mapped::pages accessJoao Martins
2024-01-18Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-11iommufd/selftest: Check the bus type during probeJason Gunthorpe
2024-01-11iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test opNicolin Chen
2024-01-11iommufd/selftest: Add mock_domain_cache_invalidate_user supportNicolin Chen
2024-01-11iommufd: Add IOMMU_HWPT_INVALIDATEYi Liu
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel
2023-11-29iommufd: Do not UAF during iommufd_put_object()Jason Gunthorpe
2023-11-29iommufd: Add iommufd_ctx to iommufd_put_object()Jason Gunthorpe
2023-11-27iommu: Validate that devices match domainsRobin Murphy
2023-11-09Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-30iommufd: Organize the mock domain alloc functions closer to Joerg's treeJason Gunthorpe
2023-10-30iommufd/selftest: Fix page-size check in iommufd_test_dirty()Joao Martins
2023-10-30iommufd: Add iopt_area_alloc()Jason Gunthorpe
2023-10-30iommufd: Fix missing update of domains_itree after splitting iopt_areaKoichiro Den
2023-10-26iommufd: Convert to alloc_domain_paging()Jason Gunthorpe
2023-10-26iommufd/selftest: Add nested domain allocation for mock domainNicolin Chen
2023-10-26iommufd: Add a nested HW pagetable objectNicolin Chen
2023-10-26iommu: Pass in parent domain with user_data to domain_alloc_user opYi Liu
2023-10-26iommufd: Share iommufd_hwpt_alloc with IOMMUFD_OBJ_HWPT_NESTEDNicolin Chen
2023-10-26iommufd: Derive iommufd_hwpt_paging from iommufd_hw_pagetableNicolin Chen
2023-10-26iommufd/device: Wrap IOMMUFD_OBJ_HWPT_PAGING-only configurationsJason Gunthorpe
2023-10-26iommufd: Rename IOMMUFD_OBJ_HW_PAGETABLE to IOMMUFD_OBJ_HWPT_PAGINGJason Gunthorpe
2023-10-24iommufd: Only enforce cache coherency in iommufd_hw_pagetable_allocNicolin Chen
2023-10-24iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP_NO_CLEAR flagJoao Martins
2023-10-24iommufd/selftest: Test out_capabilities in IOMMU_GET_HW_INFOJoao Martins
2023-10-24iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAPJoao Martins
2023-10-24iommufd/selftest: Test IOMMU_HWPT_SET_DIRTY_TRACKINGJoao Martins
2023-10-24iommufd/selftest: Test IOMMU_HWPT_ALLOC_DIRTY_TRACKINGJoao Martins
2023-10-24iommufd/selftest: Expand mock_domain with dev_flagsJoao Martins
2023-10-24iommufd: Add a flag to skip clearing of IOPTE dirtyJoao Martins
2023-10-24iommufd: Add capabilities to IOMMU_GET_HW_INFOJoao Martins
2023-10-24iommufd: Add IOMMU_HWPT_GET_DIRTY_BITMAPJoao Martins
2023-10-24iommufd: Add IOMMU_HWPT_SET_DIRTY_TRACKINGJoao Martins
2023-10-24iommufd: Add a flag to enforce dirty tracking on attachJoao Martins
2023-10-24iommufd/iova_bitmap: Move symbols to IOMMUFD namespaceJoao Martins
2023-10-24vfio: Move iova_bitmap into iommufdJoao Martins
2023-10-10iommufd/selftest: Add domain_alloc_user() support in iommu mockYi Liu
2023-10-10iommufd: Support allocating nested parent domainYi Liu