summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
5 daysRevert "iommu/amd: Skip enabling command/event buffers for kdump"Greg Kroah-Hartman1-19/+9
5 daysiommu/qcom: fix device leak on of_xlate()Johan Hovold1-6/+4
5 daysiommu/tegra: fix device leak on probe_device()Johan Hovold1-3/+2
5 daysiommu/sun50i: fix device leak on of_xlate()Johan Hovold1-0/+2
5 daysiommu/omap: fix device leaks on probe_device()Johan Hovold2-3/+1
5 daysiommu/mediatek: fix device leak on of_xlate()Johan Hovold1-0/+2
5 daysiommu/mediatek-v1: fix device leak on probe_device()Johan Hovold1-0/+2
5 daysiommu/ipmmu-vmsa: fix device leak on of_xlate()Johan Hovold1-0/+2
5 daysiommu/exynos: fix device leak on of_xlate()Johan Hovold1-6/+3
5 daysiommu/apple-dart: fix device leak on of_xlate()Johan Hovold1-0/+2
5 daysiommu/arm-smmu-qcom: Enable use of all SMR groups when running bare-metalStephan Gerhold1-10/+17
2025-12-07iommu/vt-d: Replace snprintf with scnprintf in dmar_latency_snapshot()Seyediman Seyedarab3-17/+8
2025-12-07iommu/amd: Skip enabling command/event buffers for kdumpAshish Kalra1-9/+19
2025-10-19iommu/vt-d: PRS isn't usable if PDS isn't supportedLu Baolu1-1/+1
2025-10-19iommu/amd: Add map/unmap_pages() iommu_domain_ops callback supportVasant Hegde1-1/+2
2025-08-28iommu/amd: Avoid stack buffer overflow from kernel cmdlineKees Cook1-2/+2
2025-06-27iommu/amd: Ensure GA log notifier callbacks finish running before module unloadSean Christopherson1-0/+8
2025-06-27iommu: Protect against overflow in iommu_pgsize()Jason Gunthorpe1-1/+3
2025-05-09iommu/arm-smmu-v3: Fix iommu_device_probe bug due to duplicated stream idsNicolin Chen1-4/+15
2025-05-09iommu/arm-smmu-v3: Use the new rb tree helpersJason Gunthorpe1-37/+31
2025-05-09iommu/vt-d: Apply quirk_iommu_igfx for 8086:0044 (QM57/QS57)Mingcong Bai1-1/+3
2025-05-09iommu/amd: Fix potential buffer overflow in parse_ivrs_acpihidPavel Paklov1-0/+8
2025-05-02iommu/amd: Return an error if vCPU affinity is set for non-vCPU IRTESean Christopherson1-1/+1
2024-12-14iommu/arm-smmu: Defer probe of clients after smmu device boundPratyush Brahma1-0/+11
2024-12-14iommu/io-pgtable-arm: Fix stage-2 map/unmap for concatenated tablesMostafa Saleh1-3/+15
2024-10-22iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devicesLu Baolu1-1/+3
2024-10-17iommu/vt-d: Fix potential lockup if qi_submit_sync called with 0 countSanjay K Kumar1-5/+11
2024-10-17iommu/vt-d: Always reserve a domain ID for identity setupLu Baolu1-3/+3
2024-10-17iommu/arm-smmu-qcom: hide last LPASS SMMU context bank from linuxMarc Gonzalez1-0/+7
2024-09-12iommu/vt-d: Handle volatile descriptor status readJacob Pan1-1/+1
2024-09-12iommu: sun50i: clear bypass registerJernej Skrabec1-0/+1
2024-08-19iommu: sprd: Avoid NULL deref in sprd_iommu_hw_enArtem Chernyshev1-1/+1
2024-07-05iommu/arm-smmu-v3: Free MSIs in case of ENOMEMAleksandr Aprelkov1-1/+1
2024-07-05iommu/amd: Fix sysfs leak in iommu initKun(llfl)1-0/+9
2024-07-05iommu/amd: Introduce pci segment structureVasant Hegde2-2/+68
2024-05-17iommu: mtk: fix module autoloadingKrzysztof Kozlowski2-0/+2
2024-04-17iommu/vt-d: Allocate local memory for page request queueJacob Pan1-1/+1
2024-04-10iommu/dma: Force swiotlb_max_mapping_size on an untrusted deviceNicolin Chen1-0/+9
2024-04-10dma-iommu: add iommu_dma_opt_mapping_size()John Garry2-0/+11
2024-03-27iommu/vt-d: Don't issue ATS Invalidation request when device is disconnectedEthan Zhao1-0/+3
2024-03-27iommu/amd: Mark interrupt as managedMario Limonciello1-0/+3
2024-01-26iommu/dma: Trace bounce buffer usage when mapping buffersIsaac J. Manjarres1-0/+3
2024-01-26iommu/arm-smmu-qcom: Add missing GMU entry to match tableRob Clark1-0/+1
2023-12-08iommu/vt-d: Make context clearing consistent with context mappingLu Baolu1-2/+2
2023-12-08iommu/vt-d: Omit devTLB invalidation requests when TES=0Lu Baolu1-0/+18
2023-12-08iommu/vt-d: Add MTL to quirk list to skip TE disablingAbdul Halim, Mohd Syazwan1-1/+1
2023-10-20iommu/vt-d: Avoid memory allocation in iommu_suspend()Zhang Rui1-16/+0
2023-10-10iommu/arm-smmu-v3: Avoid constructing invalid range commandsRobin Murphy1-5/+10
2023-10-10iommu/arm-smmu-v3: Set TTL invalidation hint betterRobin Murphy1-2/+7
2023-10-06iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_rangeNicolin Chen1-3/+24