Age | Commit message (Expand) | Author | Files | Lines |
2020-03-14 | iommu/vt-d: Populate debugfs if IOMMUs are detected | Megha Dey | 2 | -2/+13 |
2020-03-14 | iommu/amd: Fix IOMMU AVIC not properly update the is_run bit in IRTE | Suravee Suthikulpanit | 1 | -2/+2 |
2020-03-14 | iommu/vt-d: Ignore devices with out-of-spec domain number | Daniel Drake | 1 | -0/+8 |
2020-03-14 | iommu/vt-d: Fix the wrong printing in RHSA parsing | Zhenzhong Duan | 1 | -1/+1 |
2020-03-13 | iommu/vt-d: Fix debugfs register reads | Megha Dey | 1 | -15/+25 |
2020-03-13 | iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT with pr_warn + add... | Hans de Goede | 1 | -3/+4 |
2020-03-13 | iommu/vt-d: dmar_parse_one_rmrr: replace WARN_TAINT with pr_warn + add_taint | Hans de Goede | 1 | -2/+4 |
2020-03-13 | iommu/vt-d: dmar: replace WARN_TAINT with pr_warn + add_taint | Hans de Goede | 1 | -5/+6 |
2020-03-10 | iommu/vt-d: Silence RCU-list debugging warnings | Qian Cai | 1 | -1/+2 |
2020-03-10 | iommu/vt-d: Fix RCU-list bugs in intel_iommu_init() | Qian Cai | 1 | -1/+4 |
2020-03-04 | iommu/dma: Fix MSI reservation allocation | Marc Zyngier | 1 | -8/+8 |
2020-03-02 | iommu/io-pgtable-arm: Fix IOVA validation for 32-bit | Robin Murphy | 1 | -2/+2 |
2020-03-02 | iommu/vt-d: Fix a bug in intel_iommu_iova_to_phys() for huge page | Yonghyun Hwang | 1 | -2/+4 |
2020-02-19 | iommu/arm-smmu: Restore naming of driver parameter prefix | Will Deacon | 1 | -2/+2 |
2020-02-19 | iommu/qcom: Fix bogus detach logic | Robin Murphy | 1 | -16/+12 |
2020-02-19 | iommu/amd: Disable IOMMU on Stoney Ridge systems | Kai-Heng Feng | 1 | -1/+12 |
2020-02-18 | iommu/vt-d: Simplify check in identity_mapping() | Joerg Roedel | 1 | -1/+1 |
2020-02-18 | iommu/vt-d: Remove deferred_attach_domain() | Joerg Roedel | 1 | -8/+3 |
2020-02-18 | iommu/vt-d: Do deferred attachment in iommu_need_mapping() | Joerg Roedel | 1 | -3/+7 |
2020-02-18 | iommu/vt-d: Move deferred device attachment into helper function | Joerg Roedel | 1 | -8/+12 |
2020-02-18 | iommu/vt-d: Add attach_deferred() helper | Joerg Roedel | 1 | -4/+8 |
2020-02-05 | Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 27 | -800/+1555 |
2020-02-01 | Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -12/+6 |
2020-01-30 | Merge branch 'pci/host-vmd' | Bjorn Helgaas | 1 | -7/+4 |
2020-01-28 | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap | Linus Torvalds | 1 | -1/+1 |
2020-01-24 | iommu/vt-d: Remove VMD child device sanity check | Jon Derrick | 1 | -9/+1 |
2020-01-24 | iommu/vt-d: Use pci_real_dma_dev() for mapping | Jon Derrick | 1 | -0/+5 |
2020-01-24 | Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in... | Joerg Roedel | 27 | -800/+1555 |
2020-01-24 | iommu/amd: Remove the unnecessary assignment | Adrian Huang | 1 | -1/+0 |
2020-01-24 | iommu/vt-d: Remove unnecessary WARN_ON_ONCE() | Lu Baolu | 1 | -1/+0 |
2020-01-24 | iommu/vt-d: Unnecessary to handle default identity domain | Lu Baolu | 1 | -7/+2 |
2020-01-24 | iommu/vt-d: Allow devices with RMRRs to use identity domain | Lu Baolu | 1 | -13/+2 |
2020-01-24 | iommu/vt-d: Add RMRR base and end addresses sanity check | Barret Rhoden | 1 | -1/+12 |
2020-01-24 | iommu/vt-d: Mark firmware tainted if RMRR fails sanity check | Barret Rhoden | 1 | -4/+8 |
2020-01-24 | iommu/amd: Fix IOMMU perf counter clobbering during init | Shuah Khan | 1 | -6/+18 |
2020-01-24 | iommu/vt-d: Call __dmar_remove_one_dev_info with valid pointer | Jerry Snitselaar | 1 | -1/+2 |
2020-01-17 | iommu/amd: Remove unused struct member | Adrian Huang | 1 | -1/+0 |
2020-01-17 | iommu/amd: Replace two consecutive readl calls with one readq | Adrian Huang | 1 | -5/+1 |
2020-01-17 | iommu/vt-d: Don't reject Host Bridge due to scope mismatch | jimyan | 1 | -1/+1 |
2020-01-15 | iommu/arm-smmu-v3: Return -EBUSY when trying to re-add a device | Will Deacon | 1 | -21/+16 |
2020-01-15 | iommu/arm-smmu-v3: Improve add_device() error handling | Jean-Philippe Brucker | 1 | -7/+21 |
2020-01-15 | iommu/arm-smmu-v3: Use WRITE_ONCE() when changing validity of an STE | Will Deacon | 1 | -1/+2 |
2020-01-15 | iommu/arm-smmu-v3: Add second level of context descriptor table | Jean-Philippe Brucker | 1 | -8/+134 |
2020-01-15 | iommu/arm-smmu-v3: Prepare for handling arm_smmu_write_ctx_desc() failure | Jean-Philippe Brucker | 1 | -4/+12 |
2020-01-15 | iommu/arm-smmu-v3: Propagate ssid_bits | Jean-Philippe Brucker | 1 | -3/+16 |
2020-01-15 | iommu/arm-smmu-v3: Add support for Substream IDs | Jean-Philippe Brucker | 1 | -22/+111 |
2020-01-15 | iommu/arm-smmu-v3: Add context descriptor tables allocators | Jean-Philippe Brucker | 1 | -13/+34 |
2020-01-15 | iommu/arm-smmu-v3: Prepare arm_smmu_s1_cfg for SSID support | Jean-Philippe Brucker | 1 | -19/+27 |
2020-01-15 | iommu/arm-smmu-v3: Parse PASID devicetree property of platform devices | Jean-Philippe Brucker | 2 | -1/+18 |
2020-01-15 | iommu/arm-smmu-v3: Drop __GFP_ZERO flag from DMA allocation | Jean-Philippe Brucker | 1 | -5/+4 |