summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* iommu/amd: Convert comma to semicolonChen Ni2024-07-231-3/+3
* iommu: sprd: Avoid NULL deref in sprd_iommu_hw_enArtem Chernyshev2024-07-231-1/+1
* Merge branch 'iommu/iommufd/paging-domain-alloc' into iommu/nextWill Deacon2024-07-128-25/+48
|\
| * RDMA/usnic: Use iommu_paging_domain_alloc()Lu Baolu2024-07-041-3/+3
| * wifi: ath11k: Use iommu_paging_domain_alloc()Lu Baolu2024-07-041-3/+3
| * wifi: ath10k: Use iommu_paging_domain_alloc()Lu Baolu2024-07-041-3/+3
| * drm/msm: Use iommu_paging_domain_alloc()Lu Baolu2024-07-041-2/+5
| * vhost-vdpa: Use iommu_paging_domain_alloc()Lu Baolu2024-07-041-8/+6
| * vfio/type1: Use iommu_paging_domain_alloc()Lu Baolu2024-07-041-3/+4
| * iommufd: Use iommu_paging_domain_alloc()Lu Baolu2024-07-041-3/+4
| * iommu: Add iommu_paging_domain_alloc() interfaceLu Baolu2024-07-041-0/+20
* | Merge branch 'iommu/iommufd/attach-handles' into iommu/nextWill Deacon2024-07-125-84/+217
|\ \
| * | iommu: Extend domain attach group with handle supportLu Baolu2024-07-042-0/+111
| * | iommu: Add attach handle to struct iopf_groupLu Baolu2024-07-043-67/+36
| * | iommu: Remove sva handle listLu Baolu2024-07-043-10/+54
| * | iommu: Introduce domain attachment handleLu Baolu2024-07-043-16/+25
| |/
* | Merge branch 'iommu/pci/ats' into iommu/nextWill Deacon2024-07-121-0/+9
|\ \
| * | iommu/of: Support ats-supported device-tree propertyJean-Philippe Brucker2024-07-041-0/+9
| |/
* | Merge branch 'iommu/fwspec-ops-removal' into iommu/nextWill Deacon2024-07-1210-126/+64
|\ \
| * | iommu: Remove iommu_fwspec opsRobin Murphy2024-07-043-10/+10
| * | OF: Simplify of_iommu_configure()Robin Murphy2024-07-042-38/+21
| * | ACPI: Retire acpi_iommu_fwspec_ops()Robin Murphy2024-07-041-23/+5
| * | iommu: Resolve fwspec ops automaticallyRobin Murphy2024-07-049-48/+27
| * | iommu/mediatek-v1: Clean up redundant fwspec checksRobin Murphy2024-07-041-9/+3
| |/
* | Merge branch 'iommu/core' into iommu/nextWill Deacon2024-07-124-15/+15
|\ \
| * | iommufd: Use atomic_long_try_cmpxchg() in incr_user_locked_vm()Uros Bizjak2024-06-251-3/+4
| * | iommu/iova: Add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-141-0/+1
| * | iommu/dma: Prune redundant pgprot argumentsRobin Murphy2024-06-131-10/+6
| * | iommu: Make iommu_sva_domain_alloc() staticLu Baolu2024-06-131-2/+4
| |/
* | Merge branch 'iommu/nvidia/tegra' into iommu/nextWill Deacon2024-07-121-1/+1
|\ \
| * | iommu/tegra-smmu: Pass correct fwnode to iommu_fwspec_init()Will Deacon2024-07-121-1/+1
| |/
* | Merge branch 'iommu/intel/vt-d' into iommu/nextWill Deacon2024-07-127-101/+249
|\ \
| * | iommu/vt-d: Fix identity map bounds in si_domain_init()Jon Pan-Doh2024-07-121-1/+1
| * | iommu/vt-d: Fix aligned pages in calculate_psi_aligned_address()Lu Baolu2024-07-101-0/+1
| * | iommu/vt-d: Limit max address mask to MAX_AGAW_PFN_WIDTHLu Baolu2024-07-101-1/+1
| * | iommu/vt-d: Refactor PCI PRI enabling/disabling callbacksLu Baolu2024-07-033-7/+61
| * | iommu/vt-d: Add helper to flush caches for context changeLu Baolu2024-07-033-50/+92
| * | iommu/vt-d: Add helper to allocate paging domainLu Baolu2024-07-031-9/+81
| * | iommu/vt-d: Downgrade warning for pre-enabled IRLu Baolu2024-07-031-2/+2
| * | iommu/vt-d: Remove control over Execute-Requested requestsLu Baolu2024-07-034-17/+4
| * | iommu/vt-d: Remove comment for def_domain_typeLu Baolu2024-07-031-11/+0
| * | iommu/vt-d: Handle volatile descriptor status readJacob Pan2024-07-031-1/+1
| * | iommu/vt-d: Use try_cmpxchg64() in intel_pasid_get_entry()Uros Bizjak2024-06-251-2/+5
| |/
* | Merge branch 'iommu/arm/smmu' into iommu/nextWill Deacon2024-07-1215-662/+1114
|\ \
| * | iommu/arm-smmu-qcom: Register the TBU driver in qcom_smmu_impl_initGeorgi Djakov2024-07-043-16/+42
| * | iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mappingKunkun Jiang2024-07-034-1/+23
| * | iommu/arm-smmu-v3: Add support for dirty tracking in domain allocJoao Martins2024-07-032-23/+64
| * | iommu/io-pgtable-arm: Add read_and_clear_dirty() supportShameer Kolothum2024-07-031-2/+112
| * | iommu/arm-smmu-v3: Add feature detection for HTTUJean-Philippe Brucker2024-07-032-0/+37
| * | iommu/arm-smmu-v3: Add support for domain_alloc_user fnShameer Kolothum2024-07-031-2/+31