]> git.karo-electronics.de Git - karo-tx-linux.git/commit
vfio: Type1 IOMMU implementation
authorAlex Williamson <alex.williamson@redhat.com>
Tue, 24 Jul 2012 18:50:15 +0000 (12:50 -0600)
committerAlex Williamson <alex.williamson@redhat.com>
Tue, 24 Jul 2012 18:50:15 +0000 (12:50 -0600)
commit010ec04d38ff73ded652cadbdf65650418bb5b99
tree16bdb40a0ba5bf0633223f8571c2ee83f9abb04a
parent6f493e0088fc7bbf3a617e5c53b66cd68ebb946c
vfio: Type1 IOMMU implementation

This VFIO IOMMU backend is designed primarily for AMD-Vi and Intel
VT-d hardware, but is potentially usable by anything supporting
similar mapping functionality.  We arbitrarily call this a Type1
backend for lack of a better name.  This backend has no IOVA
or host memory mapping restrictions for the user and is optimized
for relatively static mappings.  Mapped areas are pinned into system
memory.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Documentation/ioctl/ioctl-number.txt
drivers/vfio/Kconfig
drivers/vfio/Makefile
drivers/vfio/vfio.c
drivers/vfio/vfio_iommu_type1.c [new file with mode: 0644]
include/linux/vfio.h