linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Borislav Petkov <bp@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Tony Luck <tony.luck@intel.com>,
	Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>,
	Jason Baron <jbaron@akamai.com>,
	Fabian Frederick <fabf@skynet.be>,
	linux-edac <linux-edac@vger.kernel.org>,
	lkml <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] EDAC queue for 3.17
Date: Mon, 4 Aug 2014 09:52:34 +0200	[thread overview]
Message-ID: <20140804075234.GA31482@pd.tnic> (raw)

Hi Linus,

please pull,

thanks.

--
The following changes since commit a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee:

  Linux 3.16-rc2 (2014-06-21 19:02:54 -1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git tags/edac_for_3.17

for you to fetch changes up to eba4bfb34d45a2219d1d7534905c026eea6fcd49:

  EDAC, MCE, AMD: Add MCE decoding for F15h M60h (2014-07-14 16:58:19 +0200)

----------------------------------------------------------------
EDAC queue for 3.17

* One new edac driver for Intel E3-12xx DRAM controllers.

Out-of-subsystem changes are making the non-atomic iomem 64-bit
accessors' naming explicit to show both exact order of the 32-bit
accesses and the non-atomicity of the 64-bit access.

Usage locations are more verbose now as to what access is exactly being
done vs having a not-very telling "readq" there, for example.

This is needed by E3-12xx hardware where certain mmapped registers
cannot be accessed with requests crossing a dword boundary.

>From Jason Baron.

* Extending AMD MCE signatures to a new model 60h in family 15h, from
Aravind Gopalakrishnan.

* An unsigned check cleanup, from Fabian Frederick.

----------------------------------------------------------------
Aravind Gopalakrishnan (1):
      EDAC, MCE, AMD: Add MCE decoding for F15h M60h

Fabian Frederick (1):
      EDAC, edac_module.c: Remove unnecessary test on unsigned value

Jason Baron (5):
      readq/writeq: Add explicit lo_hi_[read|write]_q and hi_lo_[read|write]_q
      x38_edac: make use of lo_hi_readq()
      ie31200_edac: Introduce the driver
      ie31200_edac: Allocate mci and map mchbar first
      MAINTAINERS: add ie31200_edac entry

 MAINTAINERS                                 |   7 +
 drivers/edac/Kconfig                        |   7 +
 drivers/edac/Makefile                       |   1 +
 drivers/edac/edac_module.c                  |   2 +-
 drivers/edac/ie31200_edac.c                 | 536 ++++++++++++++++++++++++++++
 drivers/edac/mce_amd.c                      |  44 ++-
 drivers/edac/x38_edac.c                     |  15 +-
 include/asm-generic/io-64-nonatomic-hi-lo.h |  14 +-
 include/asm-generic/io-64-nonatomic-lo-hi.h |  14 +-
 9 files changed, 616 insertions(+), 24 deletions(-)
 create mode 100644 drivers/edac/ie31200_edac.c

-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--

                 reply	other threads:[~2014-08-04  7:52 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=20140804075234.GA31482@pd.tnic \
    --to=bp@suse.de \
    --cc=Aravind.Gopalakrishnan@amd.com \
    --cc=fabf@skynet.be \
    --cc=jbaron@akamai.com \
    --cc=linux-edac@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tony.luck@intel.com \
    --cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).