On 4/1/2015 7:58 AM, Joerg Roedel wrote:
Hi,here are a few fixes and enhancements for the AMD IOMMU driver for the next merge window. They are tested on different versions of AMD IOMMUs. Please review. Thanks, Joerg Joerg Roedel (9): iommu/amd: Use BUS_NOTIFY_REMOVED_DEVICE iommu/amd: Ignore BUS_NOTIFY_UNBOUND_DRIVER event iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherent iommu/amd: Add support for contiguous dma allocator iommu/amd: Return the pte page-size in fetch_pte iommu/amd: Optimize iommu_unmap_page for new fetch_pte interface iommu/amd: Optimize alloc_new_range for new fetch_pte interface iommu/amd: Optimize amd_iommu_iova_to_phys for new fetch_pte interface iommu/amd: Correctly encode huge pages in iommu page tables drivers/iommu/amd_iommu.c | 166 +++++++++++++++++++--------------------- drivers/iommu/amd_iommu_types.h | 6 ++ 2 files changed, 83 insertions(+), 89 deletions(-)
Tested-by: Suravee Suthikulpanit <[email protected]> Thanks, Suravee -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

