aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu
AgeCommit message (Expand)Author
2023-01-18iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe()Christophe JAILLET
2023-01-18iommu/mediatek-v1: Add error handle for mtk_iommu_probeYong Wu
2023-01-18iommu/amd: Fix ivrs_acpihid cmdline parsing codeKim Phillips
2023-01-18iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe()Yuan Can
2023-01-18iommu/amd: Fix pci device refcount leak in ppr_notifier()Yang Yingliang
2022-12-08iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init()Xiongfeng Wang
2022-11-03iommu/vt-d: Clean up si_domain in the init_dmars() error pathJerry Snitselaar
2022-10-26iommu/omap: Fix buffer overflow in debugfsDan Carpenter
2022-08-25iommu/arm-smmu: qcom_iommu: Add of_node_put() when breaking out of loopLiang He
2022-08-25iommu/exynos: Handle failed IOMMU device registration properlySam Protsenko
2022-07-12iommu/vt-d: Fix PCI bus rescan device hot addYian Chen
2022-06-14iommu/msm: Fix an incorrect NULL check on list iteratorXiaomeng Tong
2022-06-14iommu/amd: Increase timeout waiting for GA log enablementJoerg Roedel
2022-06-14iommu/mediatek: Add list_del in mtk_iommu_removeYong Wu
2022-04-15iommu/arm-smmu-v3: fix event handling soft lockupZhou Guanghui
2022-02-08iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()Joerg Roedel
2022-02-08iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping()Guoqing Jiang
2022-01-27iommu/iova: Fix race between FQ timeout and teardownXiongfeng Wang
2022-01-27iommu/io-pgtable-arm: Fix table descriptor paddr formattingHector Martin
2021-08-26iommu/vt-d: Fix agaw for a supported 48 bit guest address widthSaeed Mirzamohammadi
2021-06-03iommu/vt-d: Fix sysfs leak in alloc_iommu()Rolf Eike Beer
2021-03-11iommu/amd: Fix sleeping in atomic in increase_address_space()Andrey Ryabinin
2021-02-10iommu/vt-d: Do not use flush-queue when caching-mode is onNadav Amit
2021-02-03iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not builtBartosz Golaszewski
2021-02-03iommu/vt-d: Gracefully handle DMAR units with no supported address widthsDavid Woodhouse
2021-01-17iommu/intel: Fix memleak in intel_irq_remapping_allocDinghao Liu
2020-12-11iommu/amd: Set DTE[IntTabLen] to represent 512 IRTEsSuravee Suthikulpanit
2020-11-18iommu/amd: Increase interrupt remapping table limit to 512 entriesSuravee Suthikulpanit
2020-10-07iommu/exynos: add missing put_device() call in exynos_iommu_of_xlate()Yu Kuai
2020-09-17iommu/amd: Do not use IOMMUv2 functionality when SME is activeJoerg Roedel
2020-09-09iommu/vt-d: Serialize IOMMU GCMD register modificationsLu Baolu
2020-09-03iommu/iova: Don't BUG on invalid PFNsRobin Murphy
2020-08-21iommu/omap: Check for failure of a call to omap_iommu_dump_ctxColin Ian King
2020-08-19irqdomain/treewide: Free firmware node after domain removalJon Derrick
2020-07-29irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner
2020-06-03iommu: Fix reference count leak in iommu_group_alloc.Qiushi Wu
2020-05-27iommu/amd: Fix over-read of ACPI UID from IVRS tableAlexander Monakov
2020-05-06iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled systemSuravee Suthikulpanit
2020-05-06iommu/qcom: Fix local_base status checkTang Bin
2020-04-23iommu/amd: Fix the configuration of GCR3 table root pointerAdrian Huang
2020-04-23iommu/vt-d: Fix mm reference leakJacob Pan
2020-03-18iommu/vt-d: Ignore devices with out-of-spec domain numberDaniel Drake
2020-03-18iommu/vt-d: Fix the wrong printing in RHSA parsingZhenzhong Duan
2020-03-18iommu/vt-d: Fix a bug in intel_iommu_iova_to_phys() for huge pageYonghyun Hwang
2020-03-18iommu/vt-d: dmar: replace WARN_TAINT with pr_warn + add_taintHans de Goede
2020-03-18iommu/dma: Fix MSI reservation allocationMarc Zyngier
2020-03-18iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT with pr_warn + add...Hans de Goede
2020-02-28iommu/qcom: Fix bogus detach logicRobin Murphy
2020-02-24iommu/vt-d: Remove unnecessary WARN_ON_ONCE()Lu Baolu
2020-02-24iommu/arm-smmu-v3: Use WRITE_ONCE() when changing validity of an STEWill Deacon