summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2022-06-14iommu/msm: Fix an incorrect NULL check on list iteratorXiaomeng Tong1-4/+7
2022-06-14iommu/amd: Increase timeout waiting for GA log enablementJoerg Roedel1-1/+1
2022-06-14iommu/mediatek: Add list_del in mtk_iommu_removeYong Wu1-2/+1
2022-04-15iommu/arm-smmu-v3: fix event handling soft lockupZhou Guanghui1-0/+1
2022-04-15iommu/ipmmu-vmsa: Check for error num after setting maskJiasheng Jiang1-1/+3
2022-04-15iommu/iova: Improve 32-bit free space estimateRobin Murphy1-2/+3
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/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-08-26iommu: Check if group is NULL before remove deviceFrank Wunderlich1-0/+3
2021-08-18iommu/vt-d: Fix agaw for a supported 48 bit guest address widthSaeed Mirzamohammadi1-3/+4
2021-07-20iommu/arm-smmu: Fix arm_smmu_device refcount leak in address translationXiyu Yang1-2/+6
2021-07-20iommu/arm-smmu: Fix arm_smmu_device refcount leak when arm_smmu_rpm_get failsXiyu Yang1-1/+1
2021-07-14iommu/dma: Fix compile warning in 32-bit buildsJoerg Roedel1-2/+2
2021-07-14iommu/dma: Fix IOVA reserve dma rangesSrinath Mannam1-2/+4
2021-06-03iommu/vt-d: Fix sysfs leak in alloc_iommu()Rolf Eike Beer1-1/+3
2021-05-19iommu/amd: Remove performance counter pre-initialization testSuravee Suthikulpanit1-23/+1
2021-05-19Revert "iommu/amd: Fix performance counter initialization"Paul Menzel1-34/+11
2021-03-17iommu/amd: Fix performance counter initializationSuravee Suthikulpanit1-11/+34
2021-03-11iommu/amd: Fix sleeping in atomic in increase_address_space()Andrey Ryabinin1-4/+6
2021-02-10iommu/vt-d: Do not use flush-queue when caching-mode is onNadav Amit1-0/+6
2021-02-04iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not builtBartosz Golaszewski1-1/+2
2021-02-04iommu/vt-d: Gracefully handle DMAR units with no supported address widthsDavid Woodhouse1-14/+30
2021-01-19iommu/vt-d: Fix unaligned addresses for intel_flush_svm_range_dev()Lu Baolu1-2/+20
2021-01-17iommu/intel: Fix memleak in intel_irq_remapping_allocDinghao Liu1-0/+2
2020-12-11iommu/amd: Set DTE[IntTabLen] to represent 512 IRTEsSuravee Suthikulpanit1-1/+1
2020-11-24iommu/vt-d: Avoid panic if iommu init fails in tboot systemZhenzhong Duan1-2/+3
2020-11-18iommu/amd: Increase interrupt remapping table limit to 512 entriesSuravee Suthikulpanit1-1/+5
2020-11-18iommu/vt-d: Fix a bug for PDP check in prq_event_threadLiu, Yi L1-1/+1
2020-10-14iommu/vt-d: Fix lockdep splat in iommu_flush_dev_iotlb()Lu Baolu1-2/+2
2020-10-07iommu/exynos: add missing put_device() call in exynos_iommu_of_xlate()Yu Kuai1-2/+6
2020-09-26iommu/amd: Use cmpxchg_double() when updating 128-bit IRTESuravee Suthikulpanit3-7/+33
2020-09-23iommu/amd: Fix potential @entry null derefJoao Martins1-1/+3
2020-09-17iommu/amd: Do not use IOMMUv2 functionality when SME is activeJoerg Roedel1-0/+7
2020-09-09iommu/vt-d: Handle 36bit addressing for x86-32Chris Wilson1-7/+7
2020-09-09iommu/amd: Restore IRTE.RemapEn bit after programming IRTESuravee Suthikulpanit1-0/+2
2020-09-09iommu/vt-d: Serialize IOMMU GCMD register modificationsLu Baolu1-2/+8
2020-09-03iommu/iova: Don't BUG on invalid PFNsRobin Murphy1-1/+3
2020-08-21iommu/omap: Check for failure of a call to omap_iommu_dump_ctxColin Ian King1-0/+3
2020-08-19irqdomain/treewide: Free firmware node after domain removalJon Derrick1-0/+8
2020-07-29irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner3-4/+8
2020-07-22iommu/vt-d: Make Intel SVM code 64-bit onlyLu Baolu1-1/+1
2020-07-16iommu/vt-d: Don't apply gfx quirks to untrusted devicesRajat Jain1-0/+37
2020-06-30iommu/vt-d: Update scalable mode paging structure coherencyLu Baolu1-3/+10
2020-06-30iommu/vt-d: Enable PCI ACS for platform opt in hintLu Baolu1-1/+2
2020-06-03iommu: Fix reference count leak in iommu_group_alloc.Qiushi Wu1-1/+1
2020-05-27iommu/amd: Call domain_flush_complete() in update_domain()Joerg Roedel1-0/+1
2020-05-27iommu/amd: Fix over-read of ACPI UID from IVRS tableAlexander Monakov1-4/+5