summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-08-202-2/+2
|\
| * iommufd/selftest: Make dirty_ops staticJinjie Ruan2024-08-191-1/+1
| * iommufd/device: Fix hwpt at err_unresv in iommufd_device_do_replace()Nicolin Chen2024-07-291-1/+1
* | iommu: Restore lost return in iommu_report_device_fault()Barak Biber2024-08-021-0/+1
|/
* Merge tag 'iommu-fixes-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-07-273-5/+5
|\
| * iommu: arm-smmu: Fix Tegra workaround for PAGE_SIZE mappingsAshish Mhetre2024-07-251-1/+1
| * 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 tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-07-191-6/+5
|\ \
| * | virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko2024-07-171-2/+2
| * | virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko2024-07-171-6/+5
* | | Merge tag 'dma-mapping-6.11-2024-07-19' of git://git.infradead.org/users/hch/...Linus Torvalds2024-07-191-7/+4
|\ \ \
| * | | swiotlb: reduce swiotlb pool lookupsMichael Kelley2024-07-101-7/+4
| |/ /
* | | Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-1933-840/+1463
|\ \ \ | | |/ | |/|
| * | Merge branch 'iommu/iommufd/paging-domain-alloc' into iommu/nextWill Deacon2024-07-122-3/+24
| |\ \
| | * | 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-124-83/+216
| |\ \ \
| * \ \ \ 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-126-56/+38
| |\ \ \ \
| | * | | | iommu: Remove iommu_fwspec opsRobin Murphy2024-07-043-10/+10
| | * | | | OF: Simplify of_iommu_configure()Robin Murphy2024-07-041-19/+10
| | * | | | iommu: Resolve fwspec ops automaticallyRobin Murphy2024-07-046-20/+17
| | * | | | 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