summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
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
2020-01-10iommu/arm-smmu: Improve SMR mask testRobin Murphy
2020-01-10iommu/io-pgtable-arm: Prepare for TTBR1 usageRobin Murphy
2020-01-10iommu/io-pgtable-arm: Rationalise VTCR handlingWill Deacon
2020-01-10iommu/arm-smmu: Rename public #defines under ARM_SMMU_ namespaceWill Deacon
2020-01-10iommu/io-pgtable-arm: Rationalise TCR handlingRobin Murphy
2020-01-10iommu/io-pgtable-arm: Ensure ARM_64_LPAE_S2_TCR_RES1 is unsignedWill Deacon
2020-01-10iommu/io-pgtable-arm: Improve attribute handlingRobin Murphy
2020-01-10iommu/io-pgtable-arm: Support non-coherent stage-2 page tablesWill Deacon
2020-01-10iommu/io-pgtable-arm: Rationalise TTBRn handlingRobin Murphy
2020-01-10iommu/arm-smmu: Fix -Wunused-const-variable warningMasahiro Yamada
2020-01-10iommu/arm-smmu-v3: Remove useless of_match_ptr()Masahiro Yamada
2020-01-10iommu/arm-smmu-v3: Fix resource_size checkMasahiro Yamada
2020-01-10iommu/arm-smmu-v3: Populate VMID field for CMDQ_OP_TLBI_NH_VAShameer Kolothum
2020-01-10drivers/iommu: Initialise module 'owner' field in iommu_device_set_ops()Will Deacon
2020-01-07iommu/dma: fix variable 'cookie' set but not usedQian Cai
2020-01-07iommu/vt-d: Unlink device if failed to add to groupJon Derrick
2020-01-07iommu: Remove device link to group on failureJon Derrick
2020-01-07iommu/vt-d: Fix adding non-PCI devices to Intel IOMMUPatrick Steinhardt
2020-01-07iommu/amd: Fix typos for PPR macrosAdrian Huang
2020-01-07iommu/amd: Remove local variablesAdrian Huang
2020-01-07iommu/vt-d: debugfs: Add support to show page table internalsLu Baolu