[go: up one dir, main page]

|
|
Log in / Subscribe / Register

Improved fault handling for AMD-IOMMU (AMD-Vi)

From:  Joerg Roedel <joerg.roedel@amd.com>
To:  iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org
Subject:  [PATCH 0/8] Improved fault handling for AMD-IOMMU (AMD-Vi)
Date:  Fri, 4 Sep 2009 11:44:34 +0200
Message-ID:  <1252057482-32207-1-git-send-email-joerg.roedel@amd.com>
Archive‑link:  Article

Hi,

this series of patches implements improved fault handling in the AMD-IOMMU
(AMD-Vi) driver. The debug output is more verbose for some errors. With these
patches the driver also tries to recover from IOMMU command handling errors
instead of just do a panic.

Joerg

Diffstat:

 arch/x86/include/asm/amd_iommu_types.h |    6 ++
 arch/x86/kernel/amd_iommu.c            |  109 ++++++++++++++++++++++++++------
 arch/x86/kernel/amd_iommu_init.c       |   20 +++++--
 3 files changed, 111 insertions(+), 24 deletions(-)

Shortlog:

Joerg Roedel (8):
      x86/amd-iommu: Dump fault entry on DTE error
      x86/amd-iommu: Dump illegal command on ILLEGAL_COMMAND_ERROR
      x86/amd-iommu: Introduce function for iommu-local domain flush
      x86/amd-iommu: Add function to flush all DTEs on one IOMMU
      x86/amd-iommu: Add reset function for command buffers
      x86/amd-iommu: Reset command buffer on ILLEGAL_COMMAND_ERROR
      x86/amd-iommu: Panic if IOMMU command buffer reset fails
      x86/amd-iommu: Reset command buffer if wait loop fails


--
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/


Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds