aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/i5100_edac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-12edac: i5100_edac: Remove unused i5100_recmema_dm_buf_idRickard Strandqvist1-5/+0
2014-02-20i5100_edac: Remove an unneeded condition in i5100_init_csrows()Dan Carpenter1-10/+7
2013-12-06EDAC: Remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-07-23EDAC: Fix lockdep splatBorislav Petkov1-1/+1
2013-02-26i5100_edac: convert to use simple_open()Wei Yongjun1-7/+1
2013-02-21i5100_edac: Remove two checkpatch warningsMauro Carvalho Chehab1-4/+2
2013-02-21i5100_edac: connect fault injection to debugfs nodeNiklas Söderlund1-1/+70
2013-02-21i5100_edac: add fault injection codeNiklas Söderlund1-0/+87
2013-02-21i5100_edac: probe for device 19 function 0Niklas Söderlund1-1/+27
2013-01-03Drivers: edac: remove __dev* attributes.Greg Kroah-Hartman1-13/+11
2012-06-12edac: edac_mc_handle_error(): add an error_count parameterMauro Carvalho Chehab1-2/+2
2012-06-11edac: remove arch-specific parameter for the error handlerMauro Carvalho Chehab1-2/+2
2012-06-11edac: Convert debugfX to edac_dbg(X,Joe Perches1-2/+2
2012-06-11edac: Rename the parent dev to pdevMauro Carvalho Chehab1-1/+1
2012-05-28i5100_edac: Fix a warning when compiled with 32 bitsMauro Carvalho Chehab1-2/+2
2012-05-28edac: Remove the legacy EDAC ABIMauro Carvalho Chehab1-1/+1
2012-05-28i5100_edac: convert driver to use the new edac ABIMauro Carvalho Chehab1-50/+40
2012-05-28edac: move nr_pages to dimm structMauro Carvalho Chehab1-9/+13
2012-05-28edac: Don't initialize csrow's first_page & friends when not neededMauro Carvalho Chehab1-2/+0
2012-05-28edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab1-17/+21
2012-05-28edac: Create a dimm struct and move the labels into itMauro Carvalho Chehab1-4/+4
2012-03-28Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds1-8/+5
2012-03-21edac: i5100 ack error detection register after each readNiklas Söderlund1-7/+4
2012-03-21edac: i5100 fix erroneous define for M1ErrNiklas Söderlund1-1/+1
2012-03-19EDAC: Make pci_device_id tables __devinitconst.Lionel Debroux1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-07EDAC: Fixup scrubrate manipulationBorislav Petkov1-6/+3
2010-08-03edac, mc: Improve scrub rate handlingBorislav Petkov1-4/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-12-16edac: i5100 add 6 ranks per channelNils Carlson1-16/+20
2009-12-16edac: i5100 add scrubbingNils Carlson1-2/+110
2009-12-16edac: i5100 clean controller to channel termsNils Carlson1-55/+55
2008-07-25edac: i5100: cleanupArthur Jones1-135/+261
2008-07-25edac: i5100 fix unmask ecc bitsArthur Jones1-0/+6
2008-07-25edac: i5100 fix enable ecc hardwareArthur Jones1-0/+10
2008-07-25edac: i5100 fix missing bitsArthur Jones1-3/+15
2008-07-25edac: i5100 new intel chipset driverArthur Jones1-0/+827