summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* iommu/msm: Fix an incorrect NULL check on list iteratorXiaomeng Tong2022-06-141-4/+7
* iommu/amd: Increase timeout waiting for GA log enablementJoerg Roedel2022-06-141-1/+1
* iommu/mediatek: Add list_del in mtk_iommu_removeYong Wu2022-06-141-2/+1
* iommu/arm-smmu-v3: fix event handling soft lockupZhou Guanghui2022-04-151-0/+1
* iommu/ipmmu-vmsa: Check for error num after setting maskJiasheng Jiang2022-04-151-1/+3
* iommu/iova: Improve 32-bit free space estimateRobin Murphy2022-04-151-2/+3
* 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/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: Check if group is NULL before remove deviceFrank Wunderlich2021-08-261-0/+3
* iommu/vt-d: Fix agaw for a supported 48 bit guest address widthSaeed Mirzamohammadi2021-08-181-3/+4
* iommu/arm-smmu: Fix arm_smmu_device refcount leak in address translationXiyu Yang2021-07-201-2/+6
* iommu/arm-smmu: Fix arm_smmu_device refcount leak when arm_smmu_rpm_get failsXiyu Yang2021-07-201-1/+1
* iommu/dma: Fix compile warning in 32-bit buildsJoerg Roedel2021-07-141-2/+2
* iommu/dma: Fix IOVA reserve dma rangesSrinath Mannam2021-07-141-2/+4
* iommu/vt-d: Fix sysfs leak in alloc_iommu()Rolf Eike Beer2021-06-031-1/+3
* iommu/amd: Remove performance counter pre-initialization testSuravee Suthikulpanit2021-05-191-23/+1
* Revert "iommu/amd: Fix performance counter initialization"Paul Menzel2021-05-191-34/+11
* iommu/amd: Fix performance counter initializationSuravee Suthikulpanit2021-03-171-11/+34
* iommu/amd: Fix sleeping in atomic in increase_address_space()Andrey Ryabinin2021-03-111-4/+6
* iommu/vt-d: Do not use flush-queue when caching-mode is onNadav Amit2021-02-101-0/+6
* iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not builtBartosz Golaszewski2021-02-031-1/+2
* iommu/vt-d: Gracefully handle DMAR units with no supported address widthsDavid Woodhouse2021-02-031-14/+30
* iommu/vt-d: Fix unaligned addresses for intel_flush_svm_range_dev()Lu Baolu2021-01-191-2/+20
* iommu/intel: Fix memleak in intel_irq_remapping_allocDinghao Liu2021-01-171-0/+2
* iommu/amd: Set DTE[IntTabLen] to represent 512 IRTEsSuravee Suthikulpanit2020-12-111-1/+1
* iommu/vt-d: Avoid panic if iommu init fails in tboot systemZhenzhong Duan2020-11-241-2/+3
* iommu/amd: Increase interrupt remapping table limit to 512 entriesSuravee Suthikulpanit2020-11-181-1/+5
* iommu/vt-d: Fix a bug for PDP check in prq_event_threadLiu, Yi L2020-11-181-1/+1
* iommu/vt-d: Fix lockdep splat in iommu_flush_dev_iotlb()Lu Baolu2020-10-141-2/+2
* iommu/exynos: add missing put_device() call in exynos_iommu_of_xlate()Yu Kuai2020-10-071-2/+6
* iommu/amd: Use cmpxchg_double() when updating 128-bit IRTESuravee Suthikulpanit2020-09-263-7/+33
* iommu/amd: Fix potential @entry null derefJoao Martins2020-09-231-1/+3
* iommu/amd: Do not use IOMMUv2 functionality when SME is activeJoerg Roedel2020-09-171-0/+7
* iommu/vt-d: Handle 36bit addressing for x86-32Chris Wilson2020-09-091-7/+7
* iommu/amd: Restore IRTE.RemapEn bit after programming IRTESuravee Suthikulpanit2020-09-091-0/+2
* iommu/vt-d: Serialize IOMMU GCMD register modificationsLu Baolu2020-09-091-2/+8
* iommu/iova: Don't BUG on invalid PFNsRobin Murphy2020-09-031-1/+3
* iommu/omap: Check for failure of a call to omap_iommu_dump_ctxColin Ian King2020-08-211-0/+3
* irqdomain/treewide: Free firmware node after domain removalJon Derrick2020-08-191-0/+8
* irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner2020-07-293-4/+8
* iommu/vt-d: Make Intel SVM code 64-bit onlyLu Baolu2020-07-221-1/+1
* iommu/vt-d: Don't apply gfx quirks to untrusted devicesRajat Jain2020-07-161-0/+37
* iommu/vt-d: Update scalable mode paging structure coherencyLu Baolu2020-06-301-3/+10
* iommu/vt-d: Enable PCI ACS for platform opt in hintLu Baolu2020-06-301-1/+2
* iommu: Fix reference count leak in iommu_group_alloc.Qiushi Wu2020-06-031-1/+1
* iommu/amd: Call domain_flush_complete() in update_domain()Joerg Roedel2020-05-271-0/+1
* iommu/amd: Fix over-read of ACPI UID from IVRS tableAlexander Monakov2020-05-271-4/+5