From: Andi Kleen <andi@firstfloor.org>
To: x86@kernel.org, hpa@zytor.com, seto.hidetoshi@jp.fujitsu.com,
linux-kernel@vger.kernel.org
Subject: Please pull from mce3 tree
Date: Wed, 27 May 2009 22:17:59 +0200 [thread overview]
Message-ID: <20090527201759.GA7893@basil.nowhere.org> (raw)
This is the updated mce3 tree. That's basically Ingo's tip x86/mce2
tree, only rebased to 2.6.30-rc7 and with some compilation bugs fixed
and one patch reverted (with the agreement of the patch author)
I folded the fixes into the original patches with comments.
Please add to tip.
-Andi
The following changes since commit 59a3759d0fe8d969888c741bb33f4946e4d3750d:
Linus Torvalds (1):
Linux 2.6.30-rc7
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git mce3
Hidetoshi Seto (2):
x86, mce: Add mce_threshold option for intel cmci
x86, mce: Cleanup param parser
Ingo Molnar (17):
x86, mce: clean up the mce_64.c code
x86, mce: clean up the sysfs variables namespace
x86, mce: clean up mce_amd_64.c
x86, mce: clean up p4.c
x86, mce: clean up therm_throt.c
x86, mce: clean up p6.c
x86, mce: clean up k7.c
x86, mce: clean up non-fatal.c
x86, mce: clean up mce_32.c
x86, mce: clean up p5.c
x86, mce: clean up winchip.c
x86, mce: clean up mce.h
x86, mce: prepare mce.h and mce_64.c for unification
x86, mce: prepare unification
x86, mce: unify, prepare for 32-bit
x86, mce: unify
x86, mce: print number of MCE banks
Thomas Gleixner (4):
mce: unify Intel thermal init, prepare
x86, mce: unify the Intel thermal interrupt code
x86, mce: clean up mce_intel.c
x86, mce: clean up mce_64.c
Documentation/kernel-parameters.txt | 5 +
arch/x86/include/asm/mce.h | 38 ++--
arch/x86/include/asm/msr-index.h | 11 +
arch/x86/kernel/cpu/mcheck/Makefile | 5 +-
arch/x86/kernel/cpu/mcheck/k7.c | 36 ++-
arch/x86/kernel/cpu/mcheck/{mce_64.c => mce.c} | 391 ++++++++++++++++--------
arch/x86/kernel/cpu/mcheck/mce.h | 21 +-
arch/x86/kernel/cpu/mcheck/mce_32.c | 76 -----
arch/x86/kernel/cpu/mcheck/mce_amd_64.c | 187 +++++++-----
arch/x86/kernel/cpu/mcheck/mce_intel.c | 76 +++++
arch/x86/kernel/cpu/mcheck/mce_intel_64.c | 112 ++++----
arch/x86/kernel/cpu/mcheck/non-fatal.c | 57 ++--
arch/x86/kernel/cpu/mcheck/p4.c | 84 ++----
arch/x86/kernel/cpu/mcheck/p5.c | 43 ++-
arch/x86/kernel/cpu/mcheck/p6.c | 26 +-
arch/x86/kernel/cpu/mcheck/therm_throt.c | 74 +++---
arch/x86/kernel/cpu/mcheck/winchip.c | 17 +-
17 files changed, 720 insertions(+), 539 deletions(-)
rename arch/x86/kernel/cpu/mcheck/{mce_64.c => mce.c} (80%)
delete mode 100644 arch/x86/kernel/cpu/mcheck/mce_32.c
create mode 100644 arch/x86/kernel/cpu/mcheck/mce_intel.c
--
ak@linux.intel.com -- Speaking for myself only.
reply other threads:[~2009-05-27 20:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090527201759.GA7893@basil.nowhere.org \
--to=andi@firstfloor.org \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=seto.hidetoshi@jp.fujitsu.com \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.