08 Mar, 2010

4 commits


07 May, 2009

1 commit


04 Apr, 2009

1 commit

  • * git://git.infradead.org/iommu-2.6:
    intel-iommu: Fix address wrap on 32-bit kernel.
    intel-iommu: Enable DMAR on 32-bit kernel.
    intel-iommu: fix PCI device detach from virtual machine
    intel-iommu: VT-d page table to support snooping control bit
    iommu: Add domain_has_cap iommu_ops
    intel-iommu: Snooping control support

    Fixed trivial conflicts in arch/x86/Kconfig and drivers/pci/intel-iommu.c

    Linus Torvalds
     

24 Mar, 2009

1 commit

  • This iommu_op can tell if domain have a specific capability, like snooping
    control for Intel IOMMU, which can be used by other components of kernel to
    adjust the behaviour.

    Signed-off-by: Sheng Yang
    Signed-off-by: David Woodhouse

    Sheng Yang
     

05 Mar, 2009

1 commit


03 Jan, 2009

1 commit

  • 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
    Acked-by: Greg Kroah-Hartman

    Joerg Roedel