Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936834Ab3DJQGF (ORCPT ); Wed, 10 Apr 2013 12:06:05 -0400 Received: from mail-la0-f47.google.com ([209.85.215.47]:49121 "EHLO mail-la0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756368Ab3DJQGE (ORCPT ); Wed, 10 Apr 2013 12:06:04 -0400 MIME-Version: 1.0 In-Reply-To: <1365538384-12426-1-git-send-email-joro@8bytes.org> References: <1365538384-12426-1-git-send-email-joro@8bytes.org> Date: Wed, 10 Apr 2013 10:06:02 -0600 Message-ID: Subject: Re: [PATCH 0/9] AMD IOMMU cleanups, fixes and IVRS bug workarounds From: Shuah Khan To: Joerg Roedel Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1541 Lines: 41 On Tue, Apr 9, 2013 at 2:12 PM, Joerg Roedel wrote: > Hi, > > this patch-set contains some cleanups and patches for the > AMD IOMM driver. The most important part is a workaround > that can be used to get interrupt remapping working even the > the IVRS table provided by the BIOS is broken. > > > Joerg > > Joerg Roedel (9): > iommu/amd: Remove map_sg_no_iommu() > iommu/amd: Use AMD specific data structure for irq remapping > iommu/amd: Properly initialize irq-table lock > iommu/amd: Move add_special_device() to __init > iommu/amd: Extend IVRS special device data structure > iommu/amd: Add early maps for ioapic and hpet > iommu/amd: Add ioapic and hpet ivrs override > iommu/amd: Don't report firmware bugs with cmd-line ivrs overrides > iommu/amd: Document ivrs_ioapic and ivrs_hpet parameters > > Documentation/kernel-parameters.txt | 14 ++++ > drivers/iommu/amd_iommu.c | 79 +++++++----------- > drivers/iommu/amd_iommu_init.c | 151 +++++++++++++++++++++++++++++++---- > drivers/iommu/amd_iommu_types.h | 1 + > 4 files changed, 182 insertions(+), 63 deletions(-) > Joerg, Reviewed all the patches in this set. No longer have access to test machine. :( Reviewed-by: Shuah Khan -- Shuah -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/