diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-11 10:33:36 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-11 10:33:36 -0700 |
commit | c29f5ec022451546be1e0b24c330a0368e63e4a7 (patch) | |
tree | af3c2fc0ba3236fd4c1c2d1a4303fb5a3dc396ab /MAINTAINERS | |
parent | d3d07d941fd80c173b6d690ded00ee5fb8302e06 (diff) | |
parent | c476c23b45a41eb4e3ea63af786cc4d74762fe11 (diff) | |
download | linux-3.10-c29f5ec022451546be1e0b24c330a0368e63e4a7.tar.gz linux-3.10-c29f5ec022451546be1e0b24c330a0368e63e4a7.tar.bz2 linux-3.10-c29f5ec022451546be1e0b24c330a0368e63e4a7.zip |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp: (26 commits)
amd64_edac: add MAINTAINERS entry
EDAC: do not enable modules by default
amd64_edac: do not enable module by default
amd64_edac: add module registration routines
amd64_edac: add ECC reporting initializers
amd64_edac: add EDAC core-related initializers
amd64_edac: add error decoding logic
amd64_edac: add ECC chipkill syndrome mapping table
amd64_edac: add per-family descriptors
amd64_edac: add F10h-and-later methods-p3
amd64_edac: add F10h-and-later methods-p2
amd64_edac: add F10h-and-later methods-p1
amd64_edac: add k8-specific methods
amd64_edac: assign DRAM chip select base and mask in a family-specific way
amd64_edac: add helper to dump relevant registers
amd64_edac: add DRAM address type conversion facilities
amd64_edac: add functionality to compute the DRAM hole
amd64_edac: add sys addr to memory controller mapping helpers
amd64_edac: add memory scrubber interface
amd64_edac: add MCA error types
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 84285b5ba35..ccdb57524e3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1979,6 +1979,16 @@ F: Documentation/edac.txt F: drivers/edac/edac_* F: include/linux/edac.h +EDAC-AMD64 +P: Doug Thompson +M: dougthompson@xmission.com +P: Borislav Petkov +M: borislav.petkov@amd.com +L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) +W: bluesmoke.sourceforge.net +S: Supported +F: drivers/edac/amd64_edac* + EDAC-E752X P: Mark Gross M: mark.gross@intel.com |