Skip to content
IOMMU Updates for Linux v3.20

This time with:

	* Generic page-table framework for ARM IOMMUs using the LPAE page-table
	  format, ARM-SMMU and Renesas IPMMU make use of it already.

	* Break out of the IO virtual address allocator from the Intel IOMMU so
	  that it can be used by other DMA-API implementations too. The first
	  user will be the ARM64 common DMA-API implementation for IOMMUs

	* Device tree support for Renesas IPMMU

	* Various fixes and cleanups all over the place