Intel IOMMU: Intel IOMMU driver
Actual intel IOMMU driver. Hardware spec can be found at: http://www.intel.com/technology/virtualization This driver sets X86_64 'dma_ops', so hook into standard DMA APIs. In this way, PCI driver will get virtual DMA address. This change is transparent to PCI drivers. [akpm@linux-foundation.org: remove unneeded cast] [akpm@linux-foundation.org: build fix] [bunk@stusta.de: fix duplicate CONFIG_DMAR Makefile line] Signed-off-by:Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> Cc: Andi Kleen <ak@suse.de> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Muli Ben-Yehuda <muli@il.ibm.com> Cc: "Siddha, Suresh B" <suresh.b.siddha@intel.com> Cc: Arjan van de Ven <arjan@infradead.org> Cc: Ashok Raj <ashok.raj@intel.com> Cc: "David S. Miller" <davem@davemloft.net> Cc: Christoph Lameter <clameter@sgi.com> Cc: Greg KH <greg@kroah.com> Signed-off-by:
Adrian Bunk <bunk@stusta.de> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- Documentation/Intel-IOMMU.txt 93 additions, 0 deletionsDocumentation/Intel-IOMMU.txt
- Documentation/kernel-parameters.txt 10 additions, 0 deletionsDocumentation/kernel-parameters.txt
- arch/x86/kernel/pci-dma_64.c 5 additions, 0 deletionsarch/x86/kernel/pci-dma_64.c
- drivers/pci/Makefile 1 addition, 1 deletiondrivers/pci/Makefile
- drivers/pci/intel-iommu.c 1957 additions, 0 deletionsdrivers/pci/intel-iommu.c
- drivers/pci/intel-iommu.h 318 additions, 0 deletionsdrivers/pci/intel-iommu.h
- include/linux/dmar.h 22 additions, 0 deletionsinclude/linux/dmar.h
Loading
Please register or sign in to comment