Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932065Ab3CLTi2 (ORCPT ); Tue, 12 Mar 2013 15:38:28 -0400 Received: from relay3.sgi.com ([192.48.152.1]:38995 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751241Ab3CLTiZ (ORCPT ); Tue, 12 Mar 2013 15:38:25 -0400 Message-Id: <20130312193823.212544181@gulag1.americas.sgi.com> User-Agent: quilt/0.46-1 Date: Tue, 12 Mar 2013 14:38:23 -0500 From: Mike Travis To: Jason Wessel Cc: Dimitri Sivanich , Ingo Molnar , "H. Peter Anvin" , Thomas Gleixner , Andrew Morton , kgdb-bugreport@lists.sourceforge.net, x86@kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 00/14] x86/UV/KDB/NMI: Updates for NMI/KDB handler for SGI UV Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1141 Lines: 26 These are kernel updates for the NMI/KDB handler on the SGI Ultraviolet System. * Fix problem where 'quit' to more> prompt doesn't stop output. * Fix problem where reg dump shows letter 'd' in first column of every line. * Up the number of LINES so the entire entry message is displayed. * Moves KDB header defines to externally visable header so external KDB modules can be built. * Exports some significant KDB functions for use by external modules. * Consolidates the '| grep' support into new kdb_grep.c file. * Updates kdb grep support to add some new options. * Restablishes support for kdump from the kdb prompt. * Adds back in the 'pshelp' command. * Adds new entry into KGDB for systems with global NMI support. * Adds support for external 'uvtrace' module. * Updates NMI support for new internal system (SMM) NMI handler. * Adds back the capability of NMI entering KDB/KGDB. -- -- 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/