summaryrefslogtreecommitdiffstats
path: root/drivers/edac
AgeCommit message (Expand)Author
2020-12-30EDAC/amd64: Fix PCI component registrationBorislav Petkov
2020-12-30EDAC/i10nm: Use readl() to access MMIO registersQiuxu Zhuo
2020-12-30EDAC/mce_amd: Use struct cpuinfo_x86.cpu_die_id for AMD NodeIdYazen Ghannam
2020-10-29EDAC/ti: Fix handling of platform_get_irq() errorKrzysztof Kozlowski
2020-10-29EDAC/aspeed: Fix handling of platform_get_irq() errorKrzysztof Kozlowski
2020-10-29EDAC/i5100: Fix error handling order in i5100_init_one()Dinghao Liu
2020-10-01EDAC/ghes: Check whether the driver is on the safe list correctlyBorislav Petkov
2020-09-03EDAC/{i7core,sb,pnd2,skx}: Fix error event severityTony Luck
2020-09-03EDAC: skx_common: get rid of unused type varMauro Carvalho Chehab
2020-09-03EDAC: sb_edac: get rid of unused varsMauro Carvalho Chehab
2020-09-03EDAC/ie31200: Fallback if host bridge device is already initializedJason Baron
2020-08-19EDAC: Fix reference count leaksQiushi Wu
2020-07-09EDAC/amd64: Read back the scrub rate PCI register on F15hBorislav Petkov
2020-06-22EDAC/amd64: Add AMD family 17h model 60h PCI IDsAlexander Monakov
2020-06-17EDAC/skx: Use the mcmtr register to retrieve close_pg/bank_xor_enableQiuxu Zhuo
2020-03-12EDAC/synopsys: Do not print an error with back-to-back snprintf() callsSherry Sun
2020-03-05EDAC: skx_common: downgrade message importance on missing PCI deviceAristeu Rozanski
2020-02-24EDAC/sifive: Fix return value check in ecc_register()Wei Yongjun
2020-02-19EDAC/mc: Fix use-after-free and memleaks during device removalRobert Richter
2020-02-19EDAC/sysfs: Remove csrow objects on errorsRobert Richter
2019-12-31EDAC/ghes: Fix grain calculationRobert Richter
2019-12-31EDAC/amd64: Set grain per DIMMYazen Ghannam
2019-12-17EDAC/ghes: Do not warn when incrementing refcount on 0Robert Richter
2019-12-17EDAC/altera: Use fast register IO for S10 IRQsMeng Li
2019-12-13EDAC/ghes: Fix locking and memory barrier issuesRobert Richter
2019-10-17EDAC/ghes: Fix Use after free in ghes_edac remove pathJames Morse
2019-09-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2019-09-16Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-09-07EDAC/amd64: Add PCI device IDs for family 17h, model 70hIsaac Vaughn
2019-09-04EDAC/mc_sysfs: Make debug messages consistentRobert Richter
2019-09-03EDAC/mc_sysfs: Remove pointless gotosRobert Richter
2019-09-03EDAC: Prefer 'unsigned int' to bare use of 'unsigned'Robert Richter
2019-08-29ARM: 8891/1: EDAC: armada_xp: Add support for more SoCsChris Packham
2019-08-29ARM: 8888/1: EDAC: Add driver for the Marvell Armada XP SDRAM and L2 cache ECCJan Luebbe
2019-08-29ARM: 8892/1: EDAC: Add missing debugfs_create_x32 wrapperJan Luebbe
2019-08-28x86/intel: Aggregate microserver namingPeter Zijlstra
2019-08-23EDAC/amd64: Support asymmetric dual-rank DIMMsYazen Ghannam
2019-08-23EDAC/amd64: Cache secondary Chip Select registersYazen Ghannam
2019-08-23EDAC/amd64: Decode syndrome before translating addressYazen Ghannam
2019-08-23EDAC/amd64: Find Chip Select memory size using Address MaskYazen Ghannam
2019-08-23EDAC/amd64: Initialize DIMM info for systems with more than two channelsYazen Ghannam
2019-08-23EDAC/amd64: Recognize DRAM device type ECC capabilityYazen Ghannam
2019-08-22EDAC/amd64: Support more than two controllers for chip selects handlingYazen Ghannam
2019-08-14EDAC/mc: Cleanup _edac_mc_free() codeRobert Richter
2019-08-09EDAC, pnd2: Fix ioremap() size in dnv_rd_reg()Stephen Douthit
2019-08-08EDAC, mellanox: Add ECC support for BlueField DDR4Shravan Kumar Ramani
2019-08-07EDAC/altera: Use the proper type for the IRQ status bitsDan Carpenter
2019-08-03EDAC/mc: Fix grain_bits calculationRobert Richter
2019-07-25edac: altera: Move Stratix10 SDRAM ECC to peripheralThor Thayer
2019-06-27EDAC: Fix global-out-of-bounds write when setting edac_mc_poll_msecEiichi Tsukata