summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2024-07-27Merge tag 'iommu-fixes-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-5/+5
2024-07-25iommu: arm-smmu: Fix Tegra workaround for PAGE_SIZE mappingsAshish Mhetre1-1/+1
2024-07-23iommu/amd: Convert comma to semicolonChen Ni1-3/+3
2024-07-23iommu: sprd: Avoid NULL deref in sprd_iommu_hw_enArtem Chernyshev1-1/+1
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-6/+5
2024-07-19Merge tag 'dma-mapping-6.11-2024-07-19' of git://git.infradead.org/users/hch/...Linus Torvalds1-7/+4
2024-07-19Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds33-840/+1463
2024-07-19Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-173/+908
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko1-2/+2
2024-07-17virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko1-6/+5
2024-07-12Merge branch 'iommu/iommufd/paging-domain-alloc' into iommu/nextWill Deacon2-3/+24
2024-07-12Merge branch 'iommu/iommufd/attach-handles' into iommu/nextWill Deacon4-83/+216
2024-07-12Merge branch 'iommu/pci/ats' into iommu/nextWill Deacon1-0/+9
2024-07-12Merge branch 'iommu/fwspec-ops-removal' into iommu/nextWill Deacon6-56/+38
2024-07-12Merge branch 'iommu/core' into iommu/nextWill Deacon4-15/+15
2024-07-12Merge branch 'iommu/nvidia/tegra' into iommu/nextWill Deacon1-1/+1
2024-07-12Merge branch 'iommu/intel/vt-d' into iommu/nextWill Deacon7-101/+249
2024-07-12Merge branch 'iommu/arm/smmu' into iommu/nextWill Deacon15-662/+1114
2024-07-12Merge branch 'iommu/amd/amd-vi' into iommu/nextWill Deacon1-1/+1
2024-07-12iommu/tegra-smmu: Pass correct fwnode to iommu_fwspec_init()Will Deacon1-1/+1
2024-07-12iommu/vt-d: Fix identity map bounds in si_domain_init()Jon Pan-Doh1-1/+1
2024-07-12iommufd: Fix error pointer checkingLu Baolu1-1/+1
2024-07-12iommufd: Add check on user response codeLu Baolu1-0/+10
2024-07-10iommufd: Require drivers to supply the cache_invalidate_user opsJason Gunthorpe1-1/+2
2024-07-10iommu/vt-d: Fix aligned pages in calculate_psi_aligned_address()Lu Baolu1-0/+1
2024-07-10iommu/vt-d: Limit max address mask to MAX_AGAW_PFN_WIDTHLu Baolu1-1/+1
2024-07-10swiotlb: reduce swiotlb pool lookupsMichael Kelley1-7/+4
2024-07-09Merge branch 'iommufd_pri' into iommufd for-nextJason Gunthorpe12-94/+844
2024-07-09iommufd/selftest: Add IOPF support for mock deviceLu Baolu2-0/+72
2024-07-09iommufd: Associate fault object with iommufd_hw_pgtableLu Baolu3-8/+56
2024-07-09iommufd: Fault-capable hwpt attach/detach/replaceLu Baolu3-3/+235
2024-07-09iommufd: Add iommufd fault objectLu Baolu5-0/+265
2024-07-04iommu/of: Support ats-supported device-tree propertyJean-Philippe Brucker1-0/+9
2024-07-04iommu: Remove iommu_fwspec opsRobin Murphy3-10/+10
2024-07-04OF: Simplify of_iommu_configure()Robin Murphy1-19/+10
2024-07-04iommu: Resolve fwspec ops automaticallyRobin Murphy6-20/+17
2024-07-04iommu/mediatek-v1: Clean up redundant fwspec checksRobin Murphy1-9/+3
2024-07-04iommufd: Use iommu_paging_domain_alloc()Lu Baolu1-3/+4
2024-07-04iommu: Add iommu_paging_domain_alloc() interfaceLu Baolu1-0/+20
2024-07-04iommu: Extend domain attach group with handle supportLu Baolu2-0/+111
2024-07-04iommu: Add attach handle to struct iopf_groupLu Baolu3-67/+36
2024-07-04iommu: Remove sva handle listLu Baolu3-10/+54
2024-07-04iommu: Introduce domain attachment handleLu Baolu2-15/+24
2024-07-04iommu/arm-smmu-qcom: Register the TBU driver in qcom_smmu_impl_initGeorgi Djakov3-16/+42
2024-07-03iommu/vt-d: Refactor PCI PRI enabling/disabling callbacksLu Baolu3-7/+61
2024-07-03iommu/vt-d: Add helper to flush caches for context changeLu Baolu3-50/+92
2024-07-03iommu/vt-d: Add helper to allocate paging domainLu Baolu1-9/+81
2024-07-03iommu/vt-d: Downgrade warning for pre-enabled IRLu Baolu1-2/+2
2024-07-03iommu/vt-d: Remove control over Execute-Requested requestsLu Baolu4-17/+4
2024-07-03iommu/vt-d: Remove comment for def_domain_typeLu Baolu1-11/+0