summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2023-01-18iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe()Christophe JAILLET1-1/+3
2023-01-18iommu/mediatek-v1: Add error handle for mtk_iommu_probeYong Wu1-4/+18
2023-01-18iommu/amd: Fix ill-formed ivrs_ioapic, ivrs_hpet and ivrs_acpihid optionsKim Phillips1-25/+54
2023-01-18iommu/amd: Add PCI segment support for ivrs_[ioapic/hpet/acpihid] commandsSuravee Suthikulpanit1-17/+27
2023-01-14iommu/amd: Fix ivrs_acpihid cmdline parsing codeKim Phillips1-0/+7
2023-01-14iommu/sun50i: Remove IOMMU_DOMAIN_IDENTITYJason Gunthorpe1-1/+0
2023-01-14iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe()Yuan Can1-1/+1
2023-01-14iommu/amd: Fix pci device refcount leak in ppr_notifier()Yang Yingliang1-0/+1
2023-01-14iommu/sun50i: Fix flush sizeJernej Skrabec1-1/+1
2023-01-14iommu/sun50i: Fix R/W permission checkJernej Skrabec1-1/+1
2023-01-14iommu/sun50i: Consider all fault sources for resetJernej Skrabec1-2/+6
2023-01-14iommu/sun50i: Fix reset releaseJernej Skrabec1-1/+2
2022-12-08iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init()Xiongfeng Wang1-0/+1
2022-12-08iommu/vt-d: Fix PCI device refcount leak in has_external_pci()Xiongfeng Wang1-1/+3
2022-11-25iommu/vt-d: Set SRE bit only when hardware has SRS capTina Zhang1-2/+3
2022-10-30iommu/vt-d: Clean up si_domain in the init_dmars() error pathJerry Snitselaar1-0/+5
2022-10-26iommu/omap: Fix buffer overflow in debugfsDan Carpenter1-3/+3
2022-09-28iommu/vt-d: Check correct capability for sagaw determinationYi Liu1-1/+1
2022-09-20iommu/vt-d: Correctly calculate sagaw value of IOMMULu Baolu1-3/+25
2022-09-15iommu/amd: use full 64-bit value in build_completion_wait()John Sperbeck1-1/+2
2022-08-21iommu/vt-d: avoid invalid memory access via node_online(NUMA_NO_NODE)Alexander Lobakin1-1/+1
2022-08-21iommu/arm-smmu: qcom_iommu: Add of_node_put() when breaking out of loopLiang He1-2/+5
2022-08-21iommu/exynos: Handle failed IOMMU device registration properlySam Protsenko1-1/+5
2022-07-12iommu/vt-d: Fix PCI bus rescan device hot addYian Chen1-1/+1
2022-06-14iommu/arm-smmu-v3: check return value after calling platform_get_resource()Yang Yingliang1-0/+2
2022-06-14iommu/arm-smmu: fix possible null-ptr-deref in arm_smmu_device_probe()Yang Yingliang1-3/+2
2022-06-09iommu/msm: Fix an incorrect NULL check on list iteratorXiaomeng Tong1-4/+7
2022-06-09iommu/amd: Increase timeout waiting for GA log enablementJoerg Roedel1-1/+1
2022-06-09iommu/mediatek: Add list_del in mtk_iommu_removeYong Wu1-2/+1
2022-06-09iommu/vt-d: Add RPLS to quirk list to skip TE disablingTejas Upadhyay1-1/+1
2022-05-12iommu/vt-d: Calculate mask for non-aligned flushesDavid Stevens1-3/+24
2022-04-13iommu/omap: Fix regression in probe for NULL pointer dereferenceTony Lindgren1-1/+1
2022-04-13iommu/arm-smmu-v3: fix event handling soft lockupZhou Guanghui1-0/+1
2022-04-08iommu/ipmmu-vmsa: Check for error num after setting maskJiasheng Jiang1-1/+3
2022-04-08iommu/iova: Improve 32-bit free space estimateRobin Murphy1-2/+3
2022-03-08iommu/amd: Recover from event log overflowLennert Buytenhek4-2/+20
2022-02-16iommu: Fix potential use-after-free during probeVijayanand Jitta1-2/+7
2022-02-08iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()Joerg Roedel1-0/+2
2022-02-08iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping()Guoqing Jiang1-3/+10
2022-01-27iommu/iova: Fix race between FQ timeout and teardownXiongfeng Wang1-2/+1
2022-01-27iommu/amd: Restore GA log/tail pointer on host resumeMaxim Levitsky1-16/+15
2022-01-27iommu/amd: Remove iommu_init_ga()Suravee Suthikulpanit1-13/+4
2022-01-27iommu/io-pgtable-arm: Fix table descriptor paddr formattingHector Martin1-4/+5
2022-01-27iommu/io-pgtable-arm-v7s: Add error handle for page table allocation failureYunfei Wang1-1/+5
2021-12-01iommu/amd: Clarify AMD IOMMUv2 initialization messagesJoerg Roedel1-3/+3
2021-09-26iommu/amd: Relocate GAMSup check to early_enable_iommusWei Huang1-7/+24
2021-09-18iommu/vt-d: Update the virtual command related registersLu Baolu1-5/+5
2021-08-26iommu/vt-d: Fix incomplete cache flush in intel_pasid_tear_down_entry()Liu Yi L2-2/+14
2021-08-26iommu/vt-d: Consolidate duplicate cache invaliation codeLu Baolu2-62/+11
2021-08-26iommu: Check if group is NULL before remove deviceFrank Wunderlich1-0/+3