aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac
AgeCommit message (Expand)AuthorFilesLines
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati...Gravatar Martin Olsson 1-1/+1
2009-06-10EDAC: do not enable modules by defaultGravatar Borislav Petkov 1-1/+0
2009-06-10amd64_edac: do not enable module by defaultGravatar Borislav Petkov 1-4/+3
2009-06-10amd64_edac: add module registration routinesGravatar Doug Thompson 4-0/+422
2009-06-10amd64_edac: add ECC reporting initializersGravatar Doug Thompson 2-1/+209
2009-06-10amd64_edac: add EDAC core-related initializersGravatar Doug Thompson 1-0/+315
2009-06-10amd64_edac: add error decoding logicGravatar Doug Thompson 1-0/+425
2009-06-10amd64_edac: add ECC chipkill syndrome mapping tableGravatar Doug Thompson 1-0/+135
2009-06-10amd64_edac: add per-family descriptorsGravatar Doug Thompson 1-0/+72
2009-06-10amd64_edac: add F10h-and-later methods-p3Gravatar Doug Thompson 1-4/+265
2009-06-10amd64_edac: add F10h-and-later methods-p2Gravatar Doug Thompson 1-0/+196
2009-06-10amd64_edac: add F10h-and-later methods-p1Gravatar Doug Thompson 1-0/+181
2009-06-10amd64_edac: add k8-specific methodsGravatar Doug Thompson 1-0/+173
2009-06-10amd64_edac: assign DRAM chip select base and mask in a family-specific wayGravatar Doug Thompson 1-0/+142
2009-06-10amd64_edac: add helper to dump relevant registersGravatar Doug Thompson 1-0/+142
2009-06-10amd64_edac: add DRAM address type conversion facilitiesGravatar Doug Thompson 1-0/+294
2009-06-10amd64_edac: add functionality to compute the DRAM holeGravatar Doug Thompson 1-0/+166
2009-06-10amd64_edac: add sys addr to memory controller mapping helpersGravatar Doug Thompson 1-0/+141
2009-06-10amd64_edac: add memory scrubber interfaceGravatar Doug Thompson 1-0/+130
2009-06-10amd64_edac: add MCA error typesGravatar Doug Thompson 1-0/+161
2009-06-10amd64_edac: add DRAM error injection logic using sysfsGravatar Doug Thompson 1-0/+185
2009-06-10amd64_edac: add debugging/testing codeGravatar Doug Thompson 1-0/+255
2009-06-10amd64_edac: add driver headerGravatar Doug Thompson 1-0/+628
2009-06-10edac: fold __func__ into edac_debug_printkGravatar Borislav Petkov 1-4/+5
2009-05-29edac: AMD8111 & AMD8131 Kconfig fixupGravatar Harry Ciao 2-2/+8
2009-05-29edac: AMD8111 & AMD8131 use dev_name()Gravatar Harry Ciao 2-3/+3
2009-04-21edac: ppc mpc85xx fix mc err detectGravatar Dave Jiang 1-1/+1
2009-04-13edac: use to_delayed_work()Gravatar Jean Delvare 3-3/+3
2009-04-13edac: fix local pci_write_bits32Gravatar Jeff Haran 1-2/+10
2009-04-02edac: AMD8111 driver Kconfig & MakefileGravatar Harry Ciao 1-0/+7
2009-04-02edac: AMD8131 driver Kconfig & MakefileGravatar Harry Ciao 1-0/+7
2009-04-02edac: AMD8131 driver source fileGravatar Harry Ciao 1-0/+379
2009-04-02edac: AMD8131 driver header fileGravatar Harry Ciao 1-0/+119
2009-04-02edac: Add edac_pci_alloc_index()Gravatar Harry Ciao 2-0/+15
2009-04-02edac: AMD8111 driver source fileGravatar Harry Ciao 1-0/+595
2009-04-02edac: AMD8111 driver header fileGravatar Harry Ciao 1-0/+130
2009-04-02edac: new ppc4xx driver moduleGravatar Grant Erickson 4-1/+1630
2009-04-02edac: remove EDAC's experimental statusGravatar Doug Thompson 1-3/+2
2009-04-02edac: add more verbose debug infoGravatar Hitoshi Mitake 2-1/+22
2009-03-24edac: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 3-6/+6
2009-01-28powerpc: More printing warning fixes for the l64 to ll64 conversionGravatar Stephen Rothwell 1-4/+4
2009-01-06edac: driver for i5400 MCH (update)Gravatar Mauro Carvalho Chehab 1-57/+62
2009-01-06edac: driver for i5400 MCH (Seaburg)Gravatar Mauro Carvalho Chehab 3-0/+1479
2009-01-06edac: fix mpc85xx and add mpc8536 mpc8560Gravatar Kumar Gala 1-42/+32
2009-01-06edac: struct device: replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 4-6/+6
2009-01-06pci: use pci_ioremap_bar() in drivers/edacGravatar Arjan van de Ven 1-3/+1
2008-12-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p...Gravatar Linus Torvalds 1-1/+1
2008-12-23edac: fix edac core deadlock when removing a deviceGravatar Harry Ciao 1-3/+9
2008-12-22powerpc/cell: add QPACE as a separate Cell platformGravatar Benjamin Krill 1-1/+1
2008-12-01i82875p_edac: fix module removeGravatar Jarkko Lavinen 1-6/+7