summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2024-07-03iommu/vt-d: Remove comment for def_domain_typeLu Baolu
2024-07-03iommu/vt-d: Handle volatile descriptor status readJacob Pan
2024-07-03iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mappingKunkun Jiang
2024-07-03iommu/arm-smmu-v3: Add support for dirty tracking in domain allocJoao Martins
2024-07-03iommu/io-pgtable-arm: Add read_and_clear_dirty() supportShameer Kolothum
2024-07-03iommu/arm-smmu-v3: Add feature detection for HTTUJean-Philippe Brucker
2024-07-03iommu/arm-smmu-v3: Add support for domain_alloc_user fnShameer Kolothum
2024-07-02iommu/arm-smmu-qcom: record reason for deferring probeZhenhua Huang
2024-07-02iommu/arm-smmu: Pretty-print context fault related regsRob Clark
2024-07-02iommu/arm-smmu-qcom-debug: Do not print for handled faultsRob Clark
2024-07-02iommu/arm-smmu: Add CB prefix to register bitfieldsRob Clark
2024-07-02iommu/arm-smmu-v3: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-07-02iommu/arm-smmu-v3: Shrink the strtab l1_desc arrayJason Gunthorpe
2024-07-02iommu/arm-smmu-v3: Do not zero the strtab twiceJason Gunthorpe
2024-07-02iommu/arm-smmu-v3: Allow setting a S1 domain to a PASIDJason Gunthorpe
2024-07-02iommu/arm-smmu-v3: Allow a PASID to be set when RID is IDENTITY/BLOCKEDJason Gunthorpe
2024-07-02iommu/arm-smmu-v3: Test the STE S1DSS functionalityJason Gunthorpe
2024-07-02iommu/arm-smmu-v3: Allow IDENTITY/BLOCKED to be set while PASID is usedJason Gunthorpe
2024-07-02iommu/arm-smmu-v3: Put the SVA mmu notifier in the smmu_domainJason Gunthorpe
2024-07-02iommu/arm-smmu-v3: Keep track of arm_smmu_master_domain for SVAJason Gunthorpe
2024-07-02iommu/arm-smmu-v3: Make SVA allocate a normal arm_smmu_domainJason Gunthorpe
2024-07-02iommu/arm-smmu-v3: Thread SSID through the arm_smmu_attach_*() interfaceJason Gunthorpe
2024-07-02iommu/arm-smmu-v3: Do not use master->sva_enable to restrict attachesJason Gunthorpe
2024-07-02iommu/arm-smmu-v3: Add ssid to struct arm_smmu_master_domainJason Gunthorpe
2024-07-02iommu/arm-smmu-v3: Make changing domains be hitless for ATSJason Gunthorpe
2024-07-02iommu/arm-smmu-v3: Make smmu_domain->devices into an allocated listJason Gunthorpe
2024-07-02iommu/arm-smmu-v3: Start building a generic PASID layerJason Gunthorpe
2024-07-02iommu/arm-smmu-v3: Convert to domain_alloc_sva()Jason Gunthorpe
2024-06-28iommufd/iova_bitmap: Remove iterator logicJoao Martins
2024-06-28iommufd/iova_bitmap: Dynamic pinning on iova_bitmap_set()Joao Martins
2024-06-28iommufd/iova_bitmap: Consolidate iova_bitmap_set exit conditionalsJoao Martins
2024-06-28iommufd/iova_bitmap: Move initial pinning to iova_bitmap_for_each()Joao Martins
2024-06-28iommufd/iova_bitmap: Cache mapped length in iova_bitmap_map structJoao Martins
2024-06-28iommufd/iova_bitmap: Check iova_bitmap_done() after set aheadJoao Martins
2024-06-28iommufd/selftest: Do not record head iova to better match iommu driversJoao Martins
2024-06-28iommufd/selftest: Fix iommufd_test_dirty() to handle <u8 bitmapsJoao Martins
2024-06-27iommu/amd: Fix GT feature enablement againVasant Hegde
2024-06-27iommu/vt-d: Fix missed device TLB cache tagLu Baolu
2024-06-27iommu/amd: Invalidate cache before removing device from domain listVasant Hegde
2024-06-25iommufd: Use atomic_long_try_cmpxchg() in incr_user_locked_vm()Uros Bizjak
2024-06-25iommu/vt-d: Use try_cmpxchg64() in intel_pasid_get_entry()Uros Bizjak
2024-06-25iommu/amd: Use try_cmpxchg64() in v2_alloc_pte()Uros Bizjak
2024-06-25iommu: sun50i: Add H616 compatible stringAndre Przywara
2024-06-25iommu: sun50i: allocate page tables from below 4 GiBAndre Przywara
2024-06-25iommu: sun50i: clear bypass registerJernej Skrabec
2024-06-14iommu/iova: Add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-13iommu/dma: Prune redundant pgprot argumentsRobin Murphy
2024-06-13iommu/amd: Fix panic accessing amd_iommu_enable_faultingDimitri Sivanich
2024-06-13iommu: Make iommu_sva_domain_alloc() staticLu Baolu
2024-06-05iommu/arm-smmu-v3: Use *-y instead of *-objs in MakefileAndy Shevchenko