Age | Commit message (Expand) | Author |
2020-02-19 | iommu/arm-smmu: Restore naming of driver parameter prefix | Will Deacon |
2020-02-19 | iommu/qcom: Fix bogus detach logic | Robin Murphy |
2020-02-19 | iommu/amd: Disable IOMMU on Stoney Ridge systems | Kai-Heng Feng |
2020-02-18 | iommu/vt-d: Simplify check in identity_mapping() | Joerg Roedel |
2020-02-18 | iommu/vt-d: Remove deferred_attach_domain() | Joerg Roedel |
2020-02-18 | iommu/vt-d: Do deferred attachment in iommu_need_mapping() | Joerg Roedel |
2020-02-18 | iommu/vt-d: Move deferred device attachment into helper function | Joerg Roedel |
2020-02-18 | iommu/vt-d: Add attach_deferred() helper | Joerg Roedel |
2020-02-05 | Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2020-01-31 | Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-01-29 | Merge branch 'pci/host-vmd' | Bjorn Helgaas |
2020-01-27 | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap | Linus Torvalds |
2020-01-24 | iommu/vt-d: Remove VMD child device sanity check | Jon Derrick |
2020-01-24 | iommu/vt-d: Use pci_real_dma_dev() for mapping | Jon Derrick |
2020-01-24 | Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in... | Joerg Roedel |
2020-01-24 | iommu/amd: Remove the unnecessary assignment | Adrian Huang |
2020-01-24 | iommu/vt-d: Remove unnecessary WARN_ON_ONCE() | Lu Baolu |
2020-01-24 | iommu/vt-d: Unnecessary to handle default identity domain | Lu Baolu |
2020-01-24 | iommu/vt-d: Allow devices with RMRRs to use identity domain | Lu Baolu |
2020-01-24 | iommu/vt-d: Add RMRR base and end addresses sanity check | Barret Rhoden |
2020-01-24 | iommu/vt-d: Mark firmware tainted if RMRR fails sanity check | Barret Rhoden |
2020-01-24 | iommu/amd: Fix IOMMU perf counter clobbering during init | Shuah Khan |
2020-01-24 | iommu/vt-d: Call __dmar_remove_one_dev_info with valid pointer | Jerry Snitselaar |
2020-01-17 | iommu/amd: Remove unused struct member | Adrian Huang |
2020-01-17 | iommu/amd: Replace two consecutive readl calls with one readq | Adrian Huang |
2020-01-17 | iommu/vt-d: Don't reject Host Bridge due to scope mismatch | jimyan |
2020-01-15 | iommu/arm-smmu-v3: Return -EBUSY when trying to re-add a device | Will Deacon |
2020-01-15 | iommu/arm-smmu-v3: Improve add_device() error handling | Jean-Philippe Brucker |
2020-01-15 | iommu/arm-smmu-v3: Use WRITE_ONCE() when changing validity of an STE | Will Deacon |
2020-01-15 | iommu/arm-smmu-v3: Add second level of context descriptor table | Jean-Philippe Brucker |
2020-01-15 | iommu/arm-smmu-v3: Prepare for handling arm_smmu_write_ctx_desc() failure | Jean-Philippe Brucker |
2020-01-15 | iommu/arm-smmu-v3: Propagate ssid_bits | Jean-Philippe Brucker |
2020-01-15 | iommu/arm-smmu-v3: Add support for Substream IDs | Jean-Philippe Brucker |
2020-01-15 | iommu/arm-smmu-v3: Add context descriptor tables allocators | Jean-Philippe Brucker |
2020-01-15 | iommu/arm-smmu-v3: Prepare arm_smmu_s1_cfg for SSID support | Jean-Philippe Brucker |
2020-01-15 | iommu/arm-smmu-v3: Parse PASID devicetree property of platform devices | Jean-Philippe Brucker |
2020-01-15 | iommu/arm-smmu-v3: Drop __GFP_ZERO flag from DMA allocation | Jean-Philippe Brucker |
2020-01-10 | iommu/arm-smmu: Improve SMR mask test | Robin Murphy |
2020-01-10 | iommu/io-pgtable-arm: Prepare for TTBR1 usage | Robin Murphy |
2020-01-10 | iommu/io-pgtable-arm: Rationalise VTCR handling | Will Deacon |
2020-01-10 | iommu/arm-smmu: Rename public #defines under ARM_SMMU_ namespace | Will Deacon |
2020-01-10 | iommu/io-pgtable-arm: Rationalise TCR handling | Robin Murphy |
2020-01-10 | iommu/io-pgtable-arm: Ensure ARM_64_LPAE_S2_TCR_RES1 is unsigned | Will Deacon |
2020-01-10 | iommu/io-pgtable-arm: Improve attribute handling | Robin Murphy |
2020-01-10 | iommu/io-pgtable-arm: Support non-coherent stage-2 page tables | Will Deacon |
2020-01-10 | iommu/io-pgtable-arm: Rationalise TTBRn handling | Robin Murphy |
2020-01-10 | iommu/arm-smmu: Fix -Wunused-const-variable warning | Masahiro Yamada |
2020-01-10 | iommu/arm-smmu-v3: Remove useless of_match_ptr() | Masahiro Yamada |
2020-01-10 | iommu/arm-smmu-v3: Fix resource_size check | Masahiro Yamada |
2020-01-10 | iommu/arm-smmu-v3: Populate VMID field for CMDQ_OP_TLBI_NH_VA | Shameer Kolothum |