summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2020-03-18iommu/amd: Fix IOMMU AVIC not properly update the is_run bit in IRTESuravee Suthikulpanit1-2/+2
2020-03-18iommu/vt-d: Ignore devices with out-of-spec domain numberDaniel Drake1-0/+8
2020-03-18iommu/vt-d: Fix the wrong printing in RHSA parsingZhenzhong Duan1-1/+1
2020-03-18iommu/vt-d: Fix RCU-list bugs in intel_iommu_init()Qian Cai1-1/+4
2020-03-18iommu/vt-d: Fix a bug in intel_iommu_iova_to_phys() for huge pageYonghyun Hwang1-2/+4
2020-03-18iommu/vt-d: dmar: replace WARN_TAINT with pr_warn + add_taintHans de Goede1-5/+6
2020-03-18iommu/dma: Fix MSI reservation allocationMarc Zyngier1-8/+8
2020-03-18iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT with pr_warn + add...Hans de Goede1-3/+4
2020-03-12iommu/amd: Disable IOMMU on Stoney Ridge systemsKai-Heng Feng1-1/+12
2020-02-28iommu/qcom: Fix bogus detach logicRobin Murphy1-16/+12
2020-02-24iommu/vt-d: Remove unnecessary WARN_ON_ONCE()Lu Baolu1-1/+0
2020-02-24iommu/arm-smmu-v3: Use WRITE_ONCE() when changing validity of an STEWill Deacon1-1/+2
2020-02-24iommu/vt-d: Avoid sending invalid page responseJacob Pan1-4/+3
2020-02-24iommu/vt-d: Match CPU and IOMMU paging modeJacob Pan1-2/+10
2020-02-24iommu/iova: Silence warnings under memory pressureQian Cai2-2/+3
2020-02-24iommu/amd: Only support x2APIC with IVHD type 11h/40hSuravee Suthikulpanit2-3/+0
2020-02-24iommu/amd: Check feature support bit before accessing MSI capability registersSuravee Suthikulpanit2-5/+13
2020-02-24PCI: Add nr_devfns parameter to pci_add_dma_alias()James Sewart1-5/+2
2020-02-24iommu/vt-d: Fix off-by-one in PASID allocationJacob Pan1-1/+1
2020-02-15iommu/arm-smmu-v3: Populate VMID field for CMDQ_OP_TLBI_NH_VAShameer Kolothum1-0/+1
2020-02-01iommu/amd: Support multiple PCI DMA aliases in IRQ RemappingLogan Gunthorpe1-7/+30
2020-02-01iommu/amd: Support multiple PCI DMA aliases in device tableLogan Gunthorpe2-73/+62
2020-02-01iommu/dma: fix variable 'cookie' set but not usedQian Cai1-3/+0
2020-01-29iommu/amd: Fix IOMMU perf counter clobbering during initShuah Khan1-6/+18
2020-01-29iommu/vt-d: Call __dmar_remove_one_dev_info with valid pointerJerry Snitselaar1-1/+2
2020-01-17iommu/mediatek: Add a new tlb_lock for tlb_flushYong Wu2-1/+23
2020-01-17iommu/mediatek: Correct the flush_iotlb_all callbackYong Wu1-1/+1
2020-01-17iommu: Remove device link to group on failureJon Derrick1-0/+1
2020-01-17iommu/vt-d: Unlink device if failed to add to groupJon Derrick1-3/+10
2020-01-14iommu/vt-d: Fix adding non-PCI devices to Intel IOMMUPatrick Steinhardt1-1/+8
2020-01-12iommu/dma: Relax locking in iommu_dma_prepare_msi()Robin Murphy1-9/+8
2020-01-12iommu/iova: Init the struct iova to fix the possible memleakXiaotao Yin1-1/+1
2020-01-09iommu/vt-d: Remove incorrect PSI capability checkLu Baolu1-5/+1
2020-01-04iommu/arm-smmu-v3: Don't display an error when IRQ lines are missingJean-Philippe Brucker1-4/+4
2020-01-04iommu/tegra-smmu: Fix page tables in > 4 GiB memoryThierry Reding1-5/+6
2020-01-04iommu: rockchip: Free domain on .domain_freeEzequiel Garcia1-2/+5
2019-12-31iommu/vt-d: Allocate reserved region for ISA with correct permissionJerry Snitselaar1-1/+1
2019-12-31iommu/vt-d: Set ISA bridge reserved region as relaxableAlex Williamson1-1/+1
2019-12-31iommu/vt-d: Fix dmar pte read access not set errorLu Baolu1-8/+0
2019-12-31iommu: set group default domain before creating direct mappingsJerry Snitselaar1-2/+2
2019-12-31iommu: fix KASAN use-after-free in iommu_insert_resv_regionEric Auger1-2/+2
2019-10-30iommu/vt-d: Fix panic after kexec -p for kdumpJohn Donnelly1-1/+1
2019-10-30iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire A315-41Takashi Iwai1-0/+13
2019-10-30iommu/ipmmu-vmsa: Remove dev_err() on platform_get_irq() failureYueHaibing1-3/+1
2019-10-26Merge tag 'dma-mapping-5.4-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+9
2019-10-18iommu/vt-d: Return the correct dma mask when we are bypassing the IOMMUArvind Sankar1-1/+9
2019-10-18iommu/amd: Check PM_LEVEL_SIZE() condition in locked sectionJoerg Roedel1-3/+4
2019-10-15iommu/amd: Fix incorrect PASID decoding from event logSuthikulpanit, Suravee2-4/+5
2019-10-15iommu/ipmmu-vmsa: Only call platform_get_irq() when interrupt is mandatoryGeert Uytterhoeven1-2/+1
2019-10-15iommu/rockchip: Don't use platform_get_irq to implicitly count irqsHeiko Stuebner1-5/+14