From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752868Ab2GRH6v (ORCPT ); Wed, 18 Jul 2012 03:58:51 -0400 Received: from mga03.intel.com ([143.182.124.21]:38180 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750906Ab2GRH6o (ORCPT ); Wed, 18 Jul 2012 03:58:44 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="169743162" From: Chen Gong To: tglx@linutronix.de Cc: tony.luck@intel.com, bp@amd64.org, x86@kernel.org, linux-kernel@vger.kernel.org Subject: [V2] x86: mce: Bugfixes, cleanups and a new CMCI poll version Date: Wed, 18 Jul 2012 15:59:29 -0400 Message-Id: <1342641574-32126-1-git-send-email-gong.chen@linux.intel.com> X-Mailer: git-send-email 1.7.10.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [PATCH 1/5] x86: mce: Disable preemption when calling raise_local() [PATCH 2/5] x86: mce: Serialize mce injection [PATCH 3/5] x86: mce: Split timer init [PATCH 4/5] x86: mce: Remove the frozen cases in the hotplug code [PATCH 5/5] x86: mce: Add cmci poll mode The following series fixes a few interesting bugs (found by review in context of the CMCI poll effort) and a cleanup to the timer/hotplug code followed by a consolidated version of the CMCI poll implementation. This series is based on Linus' tree. git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git