aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac
AgeCommit message (Expand)AuthorFilesLines
2012-07-29Merge branch 'devel'Gravatar Mauro Carvalho Chehab 41-2376/+3047
2012-06-27edac i5000, i5400: fix pointer math in i5000_get_mc_regs()Gravatar Dan Carpenter 2-6/+18
2012-06-27edac: allow specifying the error count with fake_injectGravatar Mauro Carvalho Chehab 1-2/+13
2012-06-27edac: add support for Calxeda highbank L2 cache eccGravatar Rob Herring 3-0/+157
2012-06-27edac: add support for Calxeda highbank memory controllerGravatar Rob Herring 3-1/+274
2012-06-12edac: create top-level debugfs directoryGravatar Rob Herring 3-1/+39
2012-06-12sb_edac: properly handle error countGravatar Mauro Carvalho Chehab 1-4/+3
2012-06-12i7core_edac: properly handle error countGravatar Mauro Carvalho Chehab 1-21/+12
2012-06-12edac: edac_mc_handle_error(): add an error_count parameterGravatar Mauro Carvalho Chehab 28-95/+104
2012-06-11edac: remove arch-specific parameter for the error handlerGravatar Mauro Carvalho Chehab 28-86/+73
2012-06-11amd64_edac: Don't pass driver name as an error parameterGravatar Mauro Carvalho Chehab 1-12/+13
2012-06-11edac_mc: check for allocation failure in edac_mc_alloc()Gravatar Dan Carpenter 1-0/+2
2012-06-11edac: Increase version to 3.0.0Gravatar Mauro Carvalho Chehab 1-1/+1
2012-06-11edac_mc: Cleanup per-dimm_info debug messagesGravatar Mauro Carvalho Chehab 3-47/+62
2012-06-11edac: Convert debugfX to edac_dbg(X,Gravatar Joe Perches 30-962/+921
2012-06-11edac: Use more normal debugging macro styleGravatar Joe Perches 4-76/+49
2012-06-11edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsGravatar Mauro Carvalho Chehab 26-357/+331
2012-06-11i7core_edac: change the mem allocation scheme to make Documentation/kobject.t...Gravatar Mauro Carvalho Chehab 1-21/+35
2012-06-11edac: change the mem allocation scheme to make Documentation/kobject.txt happyGravatar Mauro Carvalho Chehab 21-147/+200
2012-06-11edac: Only expose csrows/channels on legacy API if they're populatedGravatar Mauro Carvalho Chehab 1-0/+24
2012-06-11edac: Move grain/dtype/edac_type calculus to be out of channel loopGravatar Mauro Carvalho Chehab 3-57/+60
2012-06-11edac: Add debufs nodes to allow doing fake error injectGravatar Mauro Carvalho Chehab 1-0/+87
2012-06-11edac: add a sysfs node to report the maximum location for the systemGravatar Mauro Carvalho Chehab 1-0/+19
2012-06-11edac: add a new per-dimm API and make the old per-virtual-rank API obsoleteGravatar Mauro Carvalho Chehab 2-1/+172
2012-06-11edac: Get rid of the old kobj's from the edac mc codeGravatar Mauro Carvalho Chehab 3-8/+0
2012-06-11i7core_edac: convert it to use struct deviceGravatar Mauro Carvalho Chehab 1-129/+209
2012-06-11amd64_edac: convert sysfs logic to use struct deviceGravatar Mauro Carvalho Chehab 4-122/+167
2012-06-11mpc85xx_edac: convert sysfs logic to use struct deviceGravatar Mauro Carvalho Chehab 1-38/+55
2012-06-11edac: rewrite the sysfs code to use struct deviceGravatar Mauro Carvalho Chehab 4-692/+417
2012-06-11edac: Do alignment logic properly in edac_align_ptr()Gravatar Chris Metcalf 1-1/+1
2012-06-11edac: Rename the parent dev to pdevGravatar Mauro Carvalho Chehab 27-55/+55
2012-06-11RAS: Add a tracepoint for reporting memory controller eventsGravatar Mauro Carvalho Chehab 2-20/+60
2012-06-11mpc85xx_edac: fix error: too few arguments to function 'edac_mc_alloc'Gravatar Kim Phillips 1-1/+2
2012-06-11edac: fix the error about memory type detection on SandyBridgeGravatar Chen Gong 1-1/+1
2012-06-11edac: avoid mce decoding crash after edac driver unloadedGravatar Chen Gong 2-15/+8
2012-05-30Merge branch 'x86/trampoline' into x86/urgentGravatar H. Peter Anvin 31-1446/+1821
2012-05-30Merge branch 'x86/mce' into x86/urgentGravatar Ingo Molnar 1-2/+0
2012-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacGravatar Linus Torvalds 31-1446/+1821
2012-05-28i7core: fix ranks information at the per-channel structGravatar Mauro Carvalho Chehab 1-13/+16
2012-05-28i5000: Fix the fatal error handlingGravatar Mauro Carvalho Chehab 1-7/+5
2012-05-28i5100_edac: Fix a warning when compiled with 32 bitsGravatar Mauro Carvalho Chehab 1-2/+2
2012-05-28i82975x_edac: Test nr_pages earlier to save a few CPU cyclesGravatar Mauro Carvalho Chehab 1-6/+3
2012-05-28e752x_edac: provide more info about how DIMMS/ranks are mappedGravatar Mauro Carvalho Chehab 1-4/+22
2012-05-28i5000_edac: Fix the logic that retrieves memory informationGravatar Mauro Carvalho Chehab 1-71/+79
2012-05-28i5400_edac: improve debug messages to better represent the filled memoryGravatar Mauro Carvalho Chehab 1-1/+14
2012-05-28edac: Cleanup the logs for i7core and sb edac driversGravatar Mauro Carvalho Chehab 2-31/+20
2012-05-28edac: Initialize the dimm label with the known informationGravatar Mauro Carvalho Chehab 2-10/+26
2012-05-28edac: Remove the legacy EDAC ABIGravatar Mauro Carvalho Chehab 27-151/+32
2012-05-28x38_edac: convert driver to use the new edac ABIGravatar Mauro Carvalho Chehab 1-7/+21
2012-05-28tile_edac: convert driver to use the new edac ABIGravatar Mauro Carvalho Chehab 1-3/+13