summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2020-03-14iommu/vt-d: Populate debugfs if IOMMUs are detectedMegha Dey
2020-03-14iommu/amd: Fix IOMMU AVIC not properly update the is_run bit in IRTESuravee Suthikulpanit
2020-03-14iommu/vt-d: Ignore devices with out-of-spec domain numberDaniel Drake
2020-03-14iommu/vt-d: Fix the wrong printing in RHSA parsingZhenzhong Duan
2020-03-13iommu/vt-d: Fix debugfs register readsMegha Dey
2020-03-13iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT with pr_warn + add...Hans de Goede
2020-03-13iommu/vt-d: dmar_parse_one_rmrr: replace WARN_TAINT with pr_warn + add_taintHans de Goede
2020-03-13iommu/vt-d: dmar: replace WARN_TAINT with pr_warn + add_taintHans de Goede
2020-03-10iommu/vt-d: Silence RCU-list debugging warningsQian Cai
2020-03-10iommu/vt-d: Fix RCU-list bugs in intel_iommu_init()Qian Cai
2020-03-04iommu/dma: Fix MSI reservation allocationMarc Zyngier
2020-03-02iommu/io-pgtable-arm: Fix IOVA validation for 32-bitRobin Murphy
2020-03-02iommu/vt-d: Fix a bug in intel_iommu_iova_to_phys() for huge pageYonghyun Hwang
2020-02-19iommu/arm-smmu: Restore naming of driver parameter prefixWill Deacon
2020-02-19iommu/qcom: Fix bogus detach logicRobin Murphy
2020-02-19iommu/amd: Disable IOMMU on Stoney Ridge systemsKai-Heng Feng
2020-02-18iommu/vt-d: Simplify check in identity_mapping()Joerg Roedel
2020-02-18iommu/vt-d: Remove deferred_attach_domain()Joerg Roedel
2020-02-18iommu/vt-d: Do deferred attachment in iommu_need_mapping()Joerg Roedel
2020-02-18iommu/vt-d: Move deferred device attachment into helper functionJoerg Roedel
2020-02-18iommu/vt-d: Add attach_deferred() helperJoerg Roedel
2020-02-05Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-01-31Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-01-29Merge branch 'pci/host-vmd'Bjorn Helgaas
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2020-01-24iommu/vt-d: Remove VMD child device sanity checkJon Derrick
2020-01-24iommu/vt-d: Use pci_real_dma_dev() for mappingJon Derrick
2020-01-24Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...Joerg Roedel
2020-01-24iommu/amd: Remove the unnecessary assignmentAdrian Huang
2020-01-24iommu/vt-d: Remove unnecessary WARN_ON_ONCE()Lu Baolu
2020-01-24iommu/vt-d: Unnecessary to handle default identity domainLu Baolu
2020-01-24iommu/vt-d: Allow devices with RMRRs to use identity domainLu Baolu
2020-01-24iommu/vt-d: Add RMRR base and end addresses sanity checkBarret Rhoden
2020-01-24iommu/vt-d: Mark firmware tainted if RMRR fails sanity checkBarret Rhoden
2020-01-24iommu/amd: Fix IOMMU perf counter clobbering during initShuah Khan
2020-01-24iommu/vt-d: Call __dmar_remove_one_dev_info with valid pointerJerry Snitselaar
2020-01-17iommu/amd: Remove unused struct memberAdrian Huang
2020-01-17iommu/amd: Replace two consecutive readl calls with one readqAdrian Huang
2020-01-17iommu/vt-d: Don't reject Host Bridge due to scope mismatchjimyan
2020-01-15iommu/arm-smmu-v3: Return -EBUSY when trying to re-add a deviceWill Deacon
2020-01-15iommu/arm-smmu-v3: Improve add_device() error handlingJean-Philippe Brucker
2020-01-15iommu/arm-smmu-v3: Use WRITE_ONCE() when changing validity of an STEWill Deacon
2020-01-15iommu/arm-smmu-v3: Add second level of context descriptor tableJean-Philippe Brucker
2020-01-15iommu/arm-smmu-v3: Prepare for handling arm_smmu_write_ctx_desc() failureJean-Philippe Brucker
2020-01-15iommu/arm-smmu-v3: Propagate ssid_bitsJean-Philippe Brucker
2020-01-15iommu/arm-smmu-v3: Add support for Substream IDsJean-Philippe Brucker
2020-01-15iommu/arm-smmu-v3: Add context descriptor tables allocatorsJean-Philippe Brucker
2020-01-15iommu/arm-smmu-v3: Prepare arm_smmu_s1_cfg for SSID supportJean-Philippe Brucker
2020-01-15iommu/arm-smmu-v3: Parse PASID devicetree property of platform devicesJean-Philippe Brucker
2020-01-15iommu/arm-smmu-v3: Drop __GFP_ZERO flag from DMA allocationJean-Philippe Brucker