Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-05 | IOMMU-API: use ANSI style function declaration for 'iommu_found' | Hannes Eder | |
Fix this sparse warning: drivers/base/iommu.c:34:18: warning: non-ANSI function declaration of function 'iommu_found' Signed-off-by: Hannes Eder <hannes@hanneseder.net> Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> | |||
2009-01-03 | add frontend implementation for the IOMMU API | Joerg Roedel | |
This API can be used by KVM for accessing different types of IOMMUs to do device passthrough to guests. Beside that this API can also be used by device drivers to map non-linear host memory into dma-linear addresses to prevent sgather-gather DMA. UIO may be another user for this API. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Acked-by: Greg Kroah-Hartman <gregkh@suse.de> |