diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-23 12:53:14 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-23 12:53:14 -0400 |
commit | 6770ab5cf506f0f00c17a5f063c5506bdc1eb170 (patch) | |
tree | 9976467459aa4fa0698ef937db0c11e46558f7ca /MAINTAINERS | |
parent | 326528a54f61e38fc16bf2e8ac028c6a33b615ed (diff) | |
parent | b876d08f816527af257e13d89fb0d3b4b849223c (diff) |
Merge git://git.infradead.org/iommu-2.6
* git://git.infradead.org/iommu-2.6:
Admit to maintaining VT-d, for my sins.
dmar: fix uninitialised 'ret' variable in dmar_parse_dev()
intel-iommu: use coherent_dma_mask in alloc_coherent
amd_iommu: fix nasty bug that caused ILLEGAL_DEVICE_TABLE_ENTRY errors
intel-iommu: IA64 support
dmar: remove the quirk which disables dma-remapping when intr-remapping enabled
dmar: Use queued invalidation interface for IOTLB and context invalidation
dmar: context cache and IOTLB invalidation using queued invalidation
dmar: use spin_lock_irqsave() in qi_submit_sync()
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a2afc494de4c..cecf1592609e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2182,6 +2182,13 @@ M: maciej.sosnowski@intel.com | |||
2182 | L: linux-kernel@vger.kernel.org | 2182 | L: linux-kernel@vger.kernel.org |
2183 | S: Supported | 2183 | S: Supported |
2184 | 2184 | ||
2185 | INTEL IOMMU (VT-d) | ||
2186 | P: David Woodhouse | ||
2187 | M: dwmw2@infradead.org | ||
2188 | L: iommu@lists.linux-foundation.org | ||
2189 | T: git://git.infradead.org/iommu-2.6.git | ||
2190 | S: Supported | ||
2191 | |||
2185 | INTEL IOP-ADMA DMA DRIVER | 2192 | INTEL IOP-ADMA DMA DRIVER |
2186 | P: Dan Williams | 2193 | P: Dan Williams |
2187 | M: dan.j.williams@intel.com | 2194 | M: dan.j.williams@intel.com |