<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/edac/Makefile, branch v3.2.38</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/edac/Makefile?h=v3.2.38</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/edac/Makefile?h=v3.2.38'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2011-11-01T12:01:54Z</updated>
<entry>
<title>edac: sb_edac: Add it to the building system</title>
<updated>2011-11-01T12:01:54Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2011-10-20T21:33:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3d78c9af78e080db1961fd30ede1720d6e6e5999'/>
<id>urn:sha1:3d78c9af78e080db1961fd30ede1720d6e6e5999</id>
<content type='text'>
Some changes on it were required due to changeset cd90cc84c6bf0, that
changed the glue with the MCE logic.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>i7core_edac: Drop the edac_mce facility</title>
<updated>2011-11-01T12:01:24Z</updated>
<author>
<name>Borislav Petkov</name>
<email>borislav.petkov@amd.com</email>
</author>
<published>2011-07-18T14:24:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=4140c54266365e4267a2dbc5765101bba3b42896'/>
<id>urn:sha1:4140c54266365e4267a2dbc5765101bba3b42896</id>
<content type='text'>
Remove edac_mce pieces and use the normal MCE decoder notifier chain by
retaining the same functionality with considerably less code.

Signed-off-by: Borislav Petkov &lt;borislav.petkov@amd.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>drivers/edac: provide support for tile architecture</title>
<updated>2011-03-10T18:30:14Z</updated>
<author>
<name>Chris Metcalf</name>
<email>cmetcalf@tilera.com</email>
</author>
<published>2011-03-01T18:01:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=5c7707554858eca8903706b6df7cba5c0f802244'/>
<id>urn:sha1:5c7707554858eca8903706b6df7cba5c0f802244</id>
<content type='text'>
Add tile support for the EDAC driver, which provides unified system
error (memory, PCI, etc.) reporting. For now, the TILEPro port
reports memory correctable error (CE) only.

Signed-off-by: Chris Metcalf &lt;cmetcalf@tilera.com&gt;
</content>
</entry>
<entry>
<title>EDAC: Remove deprecated kbuild goal definitions</title>
<updated>2010-11-22T14:35:31Z</updated>
<author>
<name>Tracey Dent</name>
<email>tdent48227@gmail.com</email>
</author>
<published>2010-11-07T14:43:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=f570e1dd8469d39420f406a4f5442c270b1e759e'/>
<id>urn:sha1:f570e1dd8469d39420f406a4f5442c270b1e759e</id>
<content type='text'>
Change EDAC's Makefile to use &lt;modules&gt;-y instead of
&lt;modules&gt;-objs because -objs is deprecated and not mentioned in
Documentation/kbuild/makefiles.txt.

 [bp: Fixup commit message]
 [bp: Fixup indentation]

Signed-off-by: Tracey Dent &lt;tdent48227@gmail.com&gt;
Signed-off-by: Borislav Petkov &lt;borislav.petkov@amd.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/edac</title>
<updated>2010-10-24T20:06:57Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2010-10-24T20:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8de547e1824437f3c6af180d3ed2162fa4b3f389'/>
<id>urn:sha1:8de547e1824437f3c6af180d3ed2162fa4b3f389</id>
<content type='text'>
* 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/edac: (25 commits)
  i7300_edac: Properly initialize per-csrow memory size
  V4L/DVB: i7300_edac: better initialize page counts
  MAINTAINERS: Add maintainer for i7300-edac driver
  i7300-edac: CodingStyle cleanup
  i7300_edac: Improve comments
  i7300_edac: Cleanup: reorganize the file contents
  i7300_edac: Properly detect channel on CE errors
  i7300_edac: enrich FBD error info for corrected errors
  i7300_edac: enrich FBD error info for fatal errors
  i7300_edac: pre-allocate a buffer used to prepare err messages
  i7300_edac: Fix MTR x4/x8 detection logic
  i7300_edac: Make the debug messages coherent with the others
  i7300_edac: Cleanup: remove get_error_info logic
  i7300_edac: Add a code to cleanup error registers
  i7300_edac: Add support for reporting FBD errors
  i7300_edac: Properly detect the type of error correction
  i7300_edac: Detect if the device is on single mode
  i7300_edac: Adds detection for enhanced scrub mode on x8
  i7300_edac: Clear the error bit after reading
  i7300_edac: Add error detection code for global errors
  ...
</content>
</entry>
<entry>
<title>EDAC, MCE: Rename files</title>
<updated>2010-10-21T12:48:00Z</updated>
<author>
<name>Borislav Petkov</name>
<email>borislav.petkov@amd.com</email>
</author>
<published>2010-09-27T13:30:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=47ca08a40b043815134d489e21870b53276f1a4a'/>
<id>urn:sha1:47ca08a40b043815134d489e21870b53276f1a4a</id>
<content type='text'>
Drop "edac_" string from the filenames since they're prefixed with edac/
in their pathname anyway.

Signed-off-by: Borislav Petkov &lt;borislav.petkov@amd.com&gt;
</content>
</entry>
<entry>
<title>EDAC, MCE: Rework MCE injection</title>
<updated>2010-10-21T12:47:59Z</updated>
<author>
<name>Borislav Petkov</name>
<email>borislav.petkov@amd.com</email>
</author>
<published>2010-09-02T16:33:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9cdeb404a1870c5022915e576dbdc3cde21af5bf'/>
<id>urn:sha1:9cdeb404a1870c5022915e576dbdc3cde21af5bf</id>
<content type='text'>
Add sysfs injection facilities for testing of the MCE decoding code.
Remove large parts of amd64_edac_dbg.c, as a result, which did only
NB MCE injection anyway and the new injection code supports that
functionality already.

Add an injection module so that MCE decoding code in production kernels
like those in RHEL and SLES can be tested.

Signed-off-by: Borislav Petkov &lt;borislav.petkov@amd.com&gt;
</content>
</entry>
<entry>
<title>i7300_edac: start a driver for i7300 chipset (Clarksboro)</title>
<updated>2010-08-30T17:56:42Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2010-08-25T02:22:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=fcaf780b2ad352edaeb1d1c07a6da053266b1eed'/>
<id>urn:sha1:fcaf780b2ad352edaeb1d1c07a6da053266b1eed</id>
<content type='text'>
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>edac_mce: Add an interface driver to report mce errors via edac</title>
<updated>2010-05-10T14:44:49Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-07-23T09:57:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=696e409dbd1ce325129c5030267365619364dfa0'/>
<id>urn:sha1:696e409dbd1ce325129c5030267365619364dfa0</id>
<content type='text'>
edac_mce module is an interface module that gets mcelog data and
forwards to any registered edac module that expects to receive data via
mce.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>i7core_edac: Add an EDAC memory controller driver for Nehalem chipsets</title>
<updated>2010-05-10T14:44:45Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-06-23T01:41:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a0c36a1f0fbab42590dab3c13c10fa7d20e6c2cd'/>
<id>urn:sha1:a0c36a1f0fbab42590dab3c13c10fa7d20e6c2cd</id>
<content type='text'>
This driver is meant to support i7 core/i7core extreme desktop
processors and Xeon 35xx/55xx series with integrated memory controller.
It is likely that it can be expanded in the future to work with other
processor series based at the same Memory Controller design.

For now, it has just a few MCH status reads.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
</feed>
