aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-26EDAC, pnd2_edac: Fix reported DIMM numberQiuxu Zhuo1-1/+1
2017-03-23EDAC, pnd2_edac: Fix !EDAC_DEBUG buildBorislav Petkov1-1/+5
2017-03-23EDAC: Select DEBUG_FSBorislav Petkov1-0/+1
2017-03-16EDAC, pnd2_edac: Add new EDAC driver for Intel SoC platformsTony Luck4-0/+1853
2017-03-09EDAC, i5000, i5400: Fix use of MTR_DRAM_WIDTH macroJérémy Lefaure2-3/+4
2017-03-06EDAC, xgene: Fix wrongly spelled "procesing"Colin Ian King1-1/+1
2017-02-20Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-5/+11
2017-02-16EDAC, mce_amd: Print IPID and Syndrome on a separate lineYazen Ghannam1-5/+4
2017-02-14EDAC, amd64: Bump driver versionBorislav Petkov1-1/+1
2017-02-09EDAC, fsl_ddr: Make locally used symbols staticWei Yongjun1-6/+6
2017-02-03EDAC, mpc85xx: Add T2080 l2-cache supportChris Packham1-0/+1
2017-01-28EDAC, amd64: Add x86cpuid sanity check during initYazen Ghannam2-2/+5
2017-01-28EDAC, amd64: Don't treat ECC disabled as failureYazen Ghannam1-1/+6
2017-01-28EDAC: Add routine to check if MC devices list is emptyYazen Ghannam2-0/+23
2017-01-28EDAC, amd64: Remove unused printing macrosYazen Ghannam1-6/+0
2017-01-28EDAC, amd64: Rework messages in ecc_enabled()Yazen Ghannam1-3/+6
2017-01-28EDAC, amd64: Move global code out of instance functionsYazen Ghannam1-17/+17
2017-01-28EDAC, amd64: Free unused memory when init_one_instance() failsYazen Ghannam1-0/+2
2017-01-28EDAC, mce_amd: Give more context to deferred error messageYazen Ghannam1-1/+1
2017-01-26EDAC, i7300: Test for the second channel properlyBorislav Petkov1-3/+3
2017-01-24x86/ras, EDAC, acpi: Assign MCE notifier handlers a priorityBorislav Petkov4-2/+6
2017-01-24EDAC/mce/amd: Dump TSC valueBorislav Petkov1-0/+3
2017-01-24EDAC/mce/amd: Unexport amd_decode_mce()Borislav Petkov2-3/+2
2017-01-23EDAC, sb_edac: Get rid of ->show_interleave_mode()Nicolas Iooss1-34/+10
2017-01-19EDAC: Expose per-DIMM error counts in sysfsAaron Miller1-0/+38
2017-01-16EDAC, amd64: Save and return err code from probe_one_instance()Yazen Ghannam1-2/+4
2017-01-16EDAC, i82975x: Add ioremap_nocache() error handlingArvind Yadav1-0/+4
2017-01-06EDAC: Make dev_attr_sdram_scrub_rate staticBen Dooks1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds3-3/+3
2016-12-15edac: fix kernel-doc tags at the drivers/edac_*.hMauro Carvalho Chehab1-20/+35
2016-12-15driver-api: create an edac.rst file with EDAC documentationMauro Carvalho Chehab1-2/+0
2016-12-15edac: move documentation from edac_mc.c to edac_core.hMauro Carvalho Chehab2-82/+101
2016-12-15edac: move documentation from edac_pci*.c to edac_pci.hMauro Carvalho Chehab3-76/+98
2016-12-15edac: move documentation from edac_device to edac_core.hMauro Carvalho Chehab2-58/+51
2016-12-15edac: rename edac_core.h to edac_mc.hMauro Carvalho Chehab46-52/+36
2016-12-15edac: move EDAC device definitions to drivers/edac/edac_device.hMauro Carvalho Chehab4-251/+281
2016-12-15edac: move EDAC PCI definitions to drivers/edac/edac_pci.hMauro Carvalho Chehab4-156/+183
2016-12-15edac: edac_core.h: remove prototype for edac_pci_reset_delay_period()Mauro Carvalho Chehab1-3/+0
2016-12-15edac: edac_core.h: get rid of unused kobj_completeMauro Carvalho Chehab1-1/+0
2016-12-04EDAC, amd64: Fix improper return valuePan Bian1-1/+1
2016-12-01EDAC, amd64: Improve amd64-specific printing macrosBorislav Petkov2-12/+8
2016-11-29EDAC, amd64: Autoload amd64_edac_mod on Fam17h systemsYazen Ghannam1-0/+1
2016-11-29EDAC, amd64: Define and register UMC error decode functionYazen Ghannam2-3/+88
2016-11-29EDAC, amd64: Determine EDAC capabilities on Fam17h systemsYazen Ghannam1-6/+24
2016-11-29EDAC, amd64: Determine EDAC MC capabilities on Fam17hYazen Ghannam1-18/+49
2016-11-29EDAC, amd64: Add Fam17h debug outputYazen Ghannam2-8/+94
2016-11-28EDAC, amd64: Add Fam17h scrubber supportYazen Ghannam2-5/+40
2016-11-28EDAC, mce_amd: Don't report poison bit on Fam15h, bank 4Yazen Ghannam1-4/+7
2016-11-28EDAC, amd64: Read MC registers on AMD Fam17hYazen Ghannam2-39/+146
2016-11-28EDAC, amd64: Reserve correct PCI devices on AMD Fam17hYazen Ghannam2-19/+70