From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fenghua Yu Date: Tue, 07 Oct 2008 00:01:36 +0000 Subject: [PATCH V2 0/2] Add Variable Page Size and IA64 Support in Intel IOMMU Message-Id: <20081007000136.GA22959@linux-os.sc.intel.com> List-Id: References: <20081001165606.GA21279@linux-os.sc.intel.com> In-Reply-To: <20081001165606.GA21279@linux-os.sc.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Luck, Tony" , Jesse Barnes , David Woodhouse , Ingo Molnar , Avi Kivity , Stephen Rothwell , Andrew Morton , Bjorn Helgaas Cc: LKML , "linux-ia64@vger.kernel.org" The patche set (Intel IOMMU generic patch and ia64 specific patch) together enable Intel IOMMU on IA64 platform. They are applied cleanly on the latest linux-next tree which contains Intel IOMMU interrupt remapping and VT-d driver KVM support code. If applying only the generic patch on x86-64 kernel, x86-64 IOMMU is working fine, i.e. the generic patch doesn't have compilation and functionality impact on x86-64 IOMMU. If applying only the ia64 specific patch on ia64 kernel, ia64 is working as non-IOMMU/swiotlb case. If applying both of the patches and set CONFIG_DMAR=y, ia64 IOMMU is working. Thanks. -Fenghua