summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
5 daysiommufd: Prevent ALIGN() overflowJason Gunthorpe1-16/+25
5 daysiommufd: Report unmapped bytes in the error path of iopt_unmap_iova_rangeNicolin Chen1-2/+5
5 daysiommu/arm-smmu-qcom: Add SM6115 MDSS compatibleAlexey Klimov1-0/+1
5 daysiommu/vt-d: Optimize iotlb_sync_map for non-caching/non-RWBF modesLu Baolu2-1/+21
10 daysiommu/amd: Fix geometry.aperture_end for V2 tablesJason Gunthorpe1-2/+15
10 daysiommu/arm-smmu: disable PRR on SM8250Dmitry Baryshkov1-1/+2
10 daysiommu/vt-d: Do not wipe out the page table NID when devices detachJason Gunthorpe1-1/+0
10 daysiommu/amd: Enable PASID and ATS capabilities in the correct orderEaswar Hariharan1-1/+1
2025-07-10iommu/vt-d: Assign devtlb cache tag on ATS enablementLu Baolu3-4/+14
2025-07-10iommu/rockchip: prevent iommus dead loop when two masters share one IOMMUSimon Xue1-1/+2
2025-06-27iommu/amd: Ensure GA log notifier callbacks finish running before module unloadSean Christopherson1-0/+8
2025-06-27iommu/amd: Allow matching ACPI HID devices without matching UIDsMario Limonciello1-5/+28
2025-06-27iommu: Allow attaching static domains in iommu_attach_device_pasid()Lu Baolu1-3/+18
2025-06-27iommu/vt-d: Restore context entry setup order for aliased devicesLu Baolu3-2/+14
2025-06-19iommu: remove duplicate selection of DMAR_TABLERolf Eike Beer1-1/+0
2025-06-19iommu/arm-smmu-v3: Fix incorrect return in arm_smmu_attach_devQinxin Xia1-1/+1
2025-06-19iommu: Protect against overflow in iommu_pgsize()Jason Gunthorpe1-1/+3
2025-06-19iommu/io-pgtable-arm: dynamically allocate selftest device structArnd Bergmann1-4/+9
2025-06-19iommu: ipmmu-vmsa: avoid Wformat-security warningArnd Bergmann1-1/+2
2025-06-04iommu: Handle yet another race around registrationRobin Murphy1-8/+18
2025-06-04iommu: Avoid introducing more racesRobin Murphy1-3/+5
2025-05-22iommu: Skip PASID validation for devices without PASID capabilityTushar Dave1-15/+28
2025-05-02Merge tag 'iommu-fixes-v6.15-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-18/+54
2025-04-28iommu/vt-d: Apply quirk_iommu_igfx for 8086:0044 (QM57/QS57)Mingcong Bai1-1/+3
2025-04-24iommu/amd: WARN if KVM attempts to set vCPU affinity without posted intrruptsSean Christopherson1-10/+3
2025-04-24iommu/amd: Return an error if vCPU affinity is set for non-vCPU IRTESean Christopherson1-1/+1
2025-04-17iommu/vt-d: Revert ATS timing change to fix boot failureLu Baolu1-12/+19
2025-04-17iommu/amd: Fix potential buffer overflow in parse_ivrs_acpihidPavel Paklov1-0/+8
2025-04-17iommu/arm-smmu-v3: Fail aliasing StreamIDs more gracefullyRobin Murphy1-3/+3
2025-04-17iommu/arm-smmu-v3: Fix iommu_device_probe bug due to duplicated stream idsNicolin Chen1-4/+15
2025-04-17iommu/arm-smmu-v3: Fix pgsize_bit for sva domainsBalbir Singh1-0/+6
2025-04-17iommu/arm-smmu-v3: Add missing S2FWB feature detectionAneesh Kumar K.V (Arm)1-0/+2
2025-04-11iommu/tegra241-cmdqv: Fix warnings due to dmam_free_coherent()Nicolin Chen1-27/+5
2025-04-11iommu: remove unneeded semicolonPei Xiao1-2/+2
2025-04-11iommu/mediatek: Fix NULL pointer deference in mtk_iommu_device_groupLouis-Alexis Eyraud1-13/+13
2025-04-11iommu/exynos: Fix suspend/resume with IDENTITY domainMarek Szyprowski1-2/+2
2025-04-11iommu/ipmmu-vmsa: Register in a sensible orderRobin Murphy1-17/+10
2025-04-11iommu: Clear iommu-dma ops on cleanupRobin Murphy1-0/+3
2025-04-11iommu/vt-d: Remove an unnecessary call set_dma_ops()Petr Tesarik1-1/+0
2025-04-11iommu/vt-d: Wire up irq_ack() to irq_move_irq() for posted MSIsSean Christopherson1-14/+15
2025-04-11iommu: Fix crash in report_iommu_fault()Fedor Pchelkin1-1/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-04-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds22-768/+1993
2025-03-28iommufd: Test attach before detaching pasidYi Liu1-0/+7
2025-03-28iommu: Convert unreachable() to BUG()Josh Poimboeuf1-2/+2
2025-03-28iommufd: Balance veventq->num_events inc/decYi Liu1-1/+2
2025-03-28iommufd: Initialize the flags of vevent in iommufd_viommu_report_event()Yi Liu1-1/+1
2025-03-28iommufd: Extend IOMMU_GET_HW_INFO to report PASID capabilityYi Liu1-1/+33
2025-03-26Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds30-734/+926
2025-03-25Merge tag 'hyperv-next-signed-20250324' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+4