summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iommufd/selftest: Fix page-size check in iommufd_test_dirty()Joao Martins2023-10-301-2/+4
* iommufd: Add iopt_area_alloc()Jason Gunthorpe2023-10-302-3/+17
* iommufd: Fix missing update of domains_itree after splitting iopt_areaKoichiro Den2023-10-301-0/+10
* iommu/vt-d: Disallow read-only mappings to nest parent domainLu Baolu2023-10-262-1/+17
* iommu/vt-d: Add nested domain allocationLu Baolu2023-10-263-20/+23
* iommu/vt-d: Set the nested domain to a deviceYi Liu2023-10-261-0/+54
* iommu/vt-d: Make domain attach helpers to be externYi Liu2023-10-262-9/+13
* iommu/vt-d: Add helper to setup pasid nested translationLu Baolu2023-10-262-0/+114
* iommu/vt-d: Add helper for nested domain allocationLu Baolu2023-10-263-1/+65
* iommu/vt-d: Extend dmar_domain to support nested domainLu Baolu2023-10-261-6/+30
* iommufd: Add data structure for Intel VT-d stage-1 domain allocationYi Liu2023-10-261-0/+30
* iommu/vt-d: Enhance capability check for nested parent domain allocationYi Liu2023-10-262-1/+3
* iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC with nested HWPTsNicolin Chen2023-10-263-8/+140
* iommufd/selftest: Add nested domain allocation for mock domainNicolin Chen2023-10-262-30/+140
* iommu: Add iommu_copy_struct_from_user helperNicolin Chen2023-10-261-0/+40
* iommufd: Add a nested HW pagetable objectNicolin Chen2023-10-265-16/+159
* iommu: Pass in parent domain with user_data to domain_alloc_user opYi Liu2023-10-265-9/+44
* iommufd: Share iommufd_hwpt_alloc with IOMMUFD_OBJ_HWPT_NESTEDNicolin Chen2023-10-261-17/+29
* iommufd: Derive iommufd_hwpt_paging from iommufd_hw_pagetableNicolin Chen2023-10-265-108/+148
* iommufd/device: Wrap IOMMUFD_OBJ_HWPT_PAGING-only configurationsJason Gunthorpe2023-10-262-30/+86
* iommufd: Rename IOMMUFD_OBJ_HW_PAGETABLE to IOMMUFD_OBJ_HWPT_PAGINGJason Gunthorpe2023-10-265-10/+10
* iommu: Add IOMMU_DOMAIN_NESTEDLu Baolu2023-10-261-0/+4
* iommufd: Only enforce cache coherency in iommufd_hw_pagetable_allocNicolin Chen2023-10-243-20/+10
* iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP_NO_CLEAR flagJoao Martins2023-10-243-18/+61
* iommufd/selftest: Test out_capabilities in IOMMU_GET_HW_INFOJoao Martins2023-10-244-11/+45
* iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAPJoao Martins2023-10-244-5/+334
* iommufd/selftest: Test IOMMU_HWPT_SET_DIRTY_TRACKINGJoao Martins2023-10-243-0/+48
* iommufd/selftest: Test IOMMU_HWPT_ALLOC_DIRTY_TRACKINGJoao Martins2023-10-243-1/+88
* iommufd/selftest: Expand mock_domain with dev_flagsJoao Martins2023-10-243-2/+50
* iommu/vt-d: Access/Dirty bit support for SS domainsJoao Martins2023-10-245-1/+232
* iommu/amd: Access/Dirty bit support in IOPTEsJoao Martins2023-10-244-1/+182
* iommu/amd: Add domain_alloc_user based domain allocationJoao Martins2023-10-241-3/+41
* iommufd: Add a flag to skip clearing of IOPTE dirtyJoao Martins2023-10-243-4/+23
* iommufd: Add capabilities to IOMMU_GET_HW_INFOJoao Martins2023-10-242-0/+21
* iommufd: Add IOMMU_HWPT_GET_DIRTY_BITMAPJoao Martins2023-10-245-0/+184
* iommufd: Add IOMMU_HWPT_SET_DIRTY_TRACKINGJoao Martins2023-10-245-0/+121
* iommufd: Add a flag to enforce dirty tracking on attachJoao Martins2023-10-242-1/+6
* iommu: Add iommu_domain ops for dirty trackingJoao Martins2023-10-242-0/+74
* iommufd/iova_bitmap: Move symbols to IOMMUFD namespaceJoao Martins2023-10-244-4/+7
* vfio: Move iova_bitmap into iommufdJoao Martins2023-10-247-2/+34
* vfio/iova_bitmap: Export more API symbolsJoao Martins2023-10-241-0/+3
* iommufd: Correct IOMMU_HWPT_ALLOC_NEST_PARENT descriptionNicolin Chen2023-10-211-3/+2
* iommufd/selftest: Rework TEST_LENGTH to test min_size explicitlyNicolin Chen2023-10-161-13/+16
* iommu/vt-d: Add domain_alloc_user opYi Liu2023-10-101-0/+28
* iommufd/selftest: Add domain_alloc_user() support in iommu mockYi Liu2023-10-104-8/+48
* iommufd: Support allocating nested parent domainYi Liu2023-10-102-2/+15
* iommufd: Flow user flags for domain allocation to domain_alloc_user()Yi Liu2023-10-103-5/+9
* iommufd: Use the domain_alloc_user() op for domain allocationYi Liu2023-10-101-4/+15
* iommu: Add new iommu op to create domains owned by userspaceYi Liu2023-10-101-1/+10
* iommufd/selftest: Iterate idev_ids in mock_domain's alloc_hwpt testNicolin Chen2023-09-261-1/+1