index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
edac
/
i82975x_edac.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
EDAC: Do not issue useless debug statements in the polling routine
Borislav Petkov
2020-10-26
1
-1
/
+0
*
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2020-01-06
1
-1
/
+1
*
EDAC, i82975x: Fix spelling mistake "reserverd" -> "reserved"
Alexandre Belloni
2018-11-20
1
-1
/
+1
*
EDAC: Fix indentation issues in several EDAC drivers
Colin Ian King
2018-11-10
1
-2
/
+2
*
EDAC, i82975x: Remove set but not used variable dtype
YueHaibing
2018-11-07
1
-11
/
+4
*
EDAC: Get rid of mci->mod_ver
Borislav Petkov
2017-07-17
1
-2
/
+0
*
EDAC, i82975x: Add ioremap_nocache() error handling
Arvind Yadav
2017-01-16
1
-0
/
+4
*
edac: rename edac_core.h to edac_mc.h
Mauro Carvalho Chehab
2016-12-15
1
-1
/
+1
*
EDAC: Delete unnecessary checks before pci_dev_put()
Markus Elfring
2015-02-23
1
-3
/
+1
*
EDAC: Remove DEFINE_PCI_DEVICE_TABLE macro
Jingoo Han
2013-12-06
1
-1
/
+1
*
Drivers: edac: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
1
-4
/
+4
*
i82975x_edac: Fix dimm label initialization
Mauro Carvalho Chehab
2012-10-25
1
-7
/
+4
*
edac: edac_mc_handle_error(): add an error_count parameter
Mauro Carvalho Chehab
2012-06-12
1
-3
/
+3
*
edac: remove arch-specific parameter for the error handler
Mauro Carvalho Chehab
2012-06-11
1
-3
/
+3
*
edac: Convert debugfX to edac_dbg(X,
Joe Perches
2012-06-11
1
-15
/
+14
*
edac: Don't add __func__ or __FILE__ for debugf[0-9] msgs
Mauro Carvalho Chehab
2012-06-11
1
-12
/
+12
*
edac: change the mem allocation scheme to make Documentation/kobject.txt happy
Mauro Carvalho Chehab
2012-06-11
1
-5
/
+5
*
edac: Rename the parent dev to pdev
Mauro Carvalho Chehab
2012-06-11
1
-2
/
+2
*
i82975x_edac: Test nr_pages earlier to save a few CPU cycles
Mauro Carvalho Chehab
2012-05-28
1
-6
/
+3
*
edac: Remove the legacy EDAC ABI
Mauro Carvalho Chehab
2012-05-28
1
-1
/
+1
*
i82975x_edac: convert driver to use the new edac ABI
Mauro Carvalho Chehab
2012-05-28
1
-7
/
+20
*
edac: move nr_pages to dimm struct
Mauro Carvalho Chehab
2012-05-28
1
-3
/
+8
*
edac: move dimm properties to struct dimm_info
Mauro Carvalho Chehab
2012-05-28
1
-6
/
+11
*
edac: Create a dimm struct and move the labels into it
Mauro Carvalho Chehab
2012-05-28
1
-1
/
+1
*
EDAC: Make pci_device_id tables __devinitconst.
Lionel Debroux
2012-03-19
1
-1
/
+1
*
edac:i82975x fix 32bit compile and cleanup
Arvind R
2011-10-29
1
-11
/
+19
*
edac: Drop __DATE__ usage
Michal Marek
2011-04-19
1
-1
/
+1
*
edac: correct i82975x error-info reported
Arvind R
2011-02-17
1
-16
/
+37
*
edac: correct i82975x mci initialisation
Arvind R
2011-02-17
1
-1
/
+3
*
edac: correct commented info
Arvind R
2011-02-17
1
-7
/
+3
*
edac: i82975x author/maintainer email address change
Arvind R
2011-01-24
1
-1
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+0
*
edac: fix module initialization on several modules 2nd time
Hitoshi Mitake
2008-04-29
1
-1
/
+7
*
drivers/edac: new i82975x driver
Ranganathan Desikan
2007-07-19
1
-0
/
+666