summaryrefslogtreecommitdiff
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe()Christophe JAILLET2023-01-181-1/+3
* iommu/mediatek-v1: Add error handle for mtk_iommu_probeYong Wu2023-01-181-4/+18
* iommu/amd: Fix ill-formed ivrs_ioapic, ivrs_hpet and ivrs_acpihid optionsKim Phillips2023-01-181-25/+54
* iommu/amd: Add PCI segment support for ivrs_[ioapic/hpet/acpihid] commandsSuravee Suthikulpanit2023-01-181-17/+27
* iommu/amd: Fix ivrs_acpihid cmdline parsing codeKim Phillips2023-01-141-0/+7
* iommu/sun50i: Remove IOMMU_DOMAIN_IDENTITYJason Gunthorpe2023-01-141-1/+0
* iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe()Yuan Can2023-01-141-1/+1
* iommu/amd: Fix pci device refcount leak in ppr_notifier()Yang Yingliang2023-01-141-0/+1
* iommu/sun50i: Fix flush sizeJernej Skrabec2023-01-141-1/+1
* iommu/sun50i: Fix R/W permission checkJernej Skrabec2023-01-141-1/+1
* iommu/sun50i: Consider all fault sources for resetJernej Skrabec2023-01-141-2/+6
* iommu/sun50i: Fix reset releaseJernej Skrabec2023-01-141-1/+2
* iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init()Xiongfeng Wang2022-12-081-0/+1
* iommu/vt-d: Fix PCI device refcount leak in has_external_pci()Xiongfeng Wang2022-12-081-1/+3
* iommu/vt-d: Set SRE bit only when hardware has SRS capTina Zhang2022-11-251-2/+3
* iommu/vt-d: Clean up si_domain in the init_dmars() error pathJerry Snitselaar2022-10-301-0/+5
* iommu/omap: Fix buffer overflow in debugfsDan Carpenter2022-10-261-3/+3
* iommu/vt-d: Check correct capability for sagaw determinationYi Liu2022-09-281-1/+1
* iommu/vt-d: Correctly calculate sagaw value of IOMMULu Baolu2022-09-201-3/+25
* iommu/amd: use full 64-bit value in build_completion_wait()John Sperbeck2022-09-151-1/+2
* iommu/vt-d: avoid invalid memory access via node_online(NUMA_NO_NODE)Alexander Lobakin2022-08-211-1/+1
* iommu/arm-smmu: qcom_iommu: Add of_node_put() when breaking out of loopLiang He2022-08-211-2/+5
* iommu/exynos: Handle failed IOMMU device registration properlySam Protsenko2022-08-211-1/+5
* iommu/vt-d: Fix PCI bus rescan device hot addYian Chen2022-07-121-1/+1
* iommu/arm-smmu-v3: check return value after calling platform_get_resource()Yang Yingliang2022-06-141-0/+2
* iommu/arm-smmu: fix possible null-ptr-deref in arm_smmu_device_probe()Yang Yingliang2022-06-141-3/+2
* iommu/msm: Fix an incorrect NULL check on list iteratorXiaomeng Tong2022-06-091-4/+7
* iommu/amd: Increase timeout waiting for GA log enablementJoerg Roedel2022-06-091-1/+1
* iommu/mediatek: Add list_del in mtk_iommu_removeYong Wu2022-06-091-2/+1
* iommu/vt-d: Add RPLS to quirk list to skip TE disablingTejas Upadhyay2022-06-091-1/+1
* iommu/vt-d: Calculate mask for non-aligned flushesDavid Stevens2022-05-121-3/+24
* iommu/omap: Fix regression in probe for NULL pointer dereferenceTony Lindgren2022-04-131-1/+1
* iommu/arm-smmu-v3: fix event handling soft lockupZhou Guanghui2022-04-131-0/+1
* iommu/ipmmu-vmsa: Check for error num after setting maskJiasheng Jiang2022-04-081-1/+3
* iommu/iova: Improve 32-bit free space estimateRobin Murphy2022-04-081-2/+3
* iommu/amd: Recover from event log overflowLennert Buytenhek2022-03-084-2/+20
* iommu: Fix potential use-after-free during probeVijayanand Jitta2022-02-161-2/+7
* iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()Joerg Roedel2022-02-081-0/+2
* iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping()Guoqing Jiang2022-02-081-3/+10
* iommu/iova: Fix race between FQ timeout and teardownXiongfeng Wang2022-01-271-2/+1
* iommu/amd: Restore GA log/tail pointer on host resumeMaxim Levitsky2022-01-271-16/+15
* iommu/amd: Remove iommu_init_ga()Suravee Suthikulpanit2022-01-271-13/+4
* iommu/io-pgtable-arm: Fix table descriptor paddr formattingHector Martin2022-01-271-4/+5
* iommu/io-pgtable-arm-v7s: Add error handle for page table allocation failureYunfei Wang2022-01-271-1/+5
* iommu/amd: Clarify AMD IOMMUv2 initialization messagesJoerg Roedel2021-12-011-3/+3
* iommu/amd: Relocate GAMSup check to early_enable_iommusWei Huang2021-09-261-7/+24
* iommu/vt-d: Update the virtual command related registersLu Baolu2021-09-181-5/+5
* iommu/vt-d: Fix incomplete cache flush in intel_pasid_tear_down_entry()Liu Yi L2021-08-262-2/+14
* iommu/vt-d: Consolidate duplicate cache invaliation codeLu Baolu2021-08-262-62/+11
* iommu: Check if group is NULL before remove deviceFrank Wunderlich2021-08-261-0/+3