summaryrefslogtreecommitdiff
path: root/drivers/edac
AgeCommit message (Expand)AuthorFilesLines
2022-04-27EDAC/synopsys: Read the error count from the correct registerShubhrajyoti Datta1-5/+11
2022-02-23EDAC: Fix calculation of returned address and next offset in edac_align_ptr()Eliav Farber1-1/+1
2022-02-08EDAC/xgene: Fix deferred probingSergey Shtylyov1-1/+1
2022-02-08EDAC/altera: Fix deferred probingSergey Shtylyov1-1/+1
2022-01-27EDAC/synopsys: Use the quirk for version instead of ddr versionDinh Nguyen1-2/+1
2021-11-17EDAC/amd64: Handle three rank interleaving modeYazen Ghannam1-1/+21
2021-11-17EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/HaswellEric Badger1-1/+1
2021-10-20EDAC/armada-xp: Fix output of uncorrectable error counterHans Potsch1-1/+1
2021-09-30EDAC/synopsys: Fix wrong value type assignment for edac_modeSai Krishna Potthuri1-1/+1
2021-09-15EDAC/i10nm: Fix NVDIMM detectionQiuxu Zhuo1-3/+3
2021-07-14EDAC/Intel: Do not load EDAC driver when running as a guestLuck, Tony4-0/+12
2021-07-14EDAC/ti: Add missing MODULE_DEVICE_TABLEBixuan Cui1-0/+1
2020-12-30EDAC/amd64: Fix PCI component registrationBorislav Petkov1-12/+14
2020-12-30EDAC/i10nm: Use readl() to access MMIO registersQiuxu Zhuo1-4/+7
2020-12-30EDAC/mce_amd: Use struct cpuinfo_x86.cpu_die_id for AMD NodeIdYazen Ghannam1-1/+1
2020-10-29EDAC/ti: Fix handling of platform_get_irq() errorKrzysztof Kozlowski1-1/+2
2020-10-29EDAC/aspeed: Fix handling of platform_get_irq() errorKrzysztof Kozlowski1-2/+2
2020-10-29EDAC/i5100: Fix error handling order in i5100_init_one()Dinghao Liu1-6/+5
2020-10-01EDAC/ghes: Check whether the driver is on the safe list correctlyBorislav Petkov1-0/+4
2020-09-03EDAC/{i7core,sb,pnd2,skx}: Fix error event severityTony Luck4-7/+7
2020-09-03EDAC: skx_common: get rid of unused type varMauro Carvalho Chehab1-4/+1
2020-09-03EDAC: sb_edac: get rid of unused varsMauro Carvalho Chehab1-13/+8
2020-09-03EDAC/ie31200: Fallback if host bridge device is already initializedJason Baron1-3/+47
2020-08-19EDAC: Fix reference count leaksQiushi Wu2-1/+2
2020-07-09EDAC/amd64: Read back the scrub rate PCI register on F15hBorislav Petkov1-0/+2
2020-06-22EDAC/amd64: Add AMD family 17h model 60h PCI IDsAlexander Monakov2-0/+16
2020-06-17EDAC/skx: Use the mcmtr register to retrieve close_pg/bank_xor_enableQiuxu Zhuo4-17/+13
2020-03-12EDAC/synopsys: Do not print an error with back-to-back snprintf() callsSherry Sun1-15/+7
2020-03-05EDAC: skx_common: downgrade message importance on missing PCI deviceAristeu Rozanski1-1/+1
2020-02-24EDAC/sifive: Fix return value check in ecc_register()Wei Yongjun1-2/+2
2020-02-19EDAC/mc: Fix use-after-free and memleaks during device removalRobert Richter2-21/+6
2020-02-19EDAC/sysfs: Remove csrow objects on errorsRobert Richter1-2/+1
2019-12-31EDAC/ghes: Fix grain calculationRobert Richter1-2/+8
2019-12-31EDAC/amd64: Set grain per DIMMYazen Ghannam1-0/+2
2019-12-17EDAC/ghes: Do not warn when incrementing refcount on 0Robert Richter1-2/+2
2019-12-17EDAC/altera: Use fast register IO for S10 IRQsMeng Li1-0/+1
2019-12-13EDAC/ghes: Fix locking and memory barrier issuesRobert Richter1-24/+66
2019-10-17EDAC/ghes: Fix Use after free in ghes_edac remove pathJames Morse1-0/+4
2019-09-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds5-0/+658
2019-09-17Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-4/+4
2019-09-07EDAC/amd64: Add PCI device IDs for family 17h, model 70hIsaac Vaughn2-0/+16
2019-09-04EDAC/mc_sysfs: Make debug messages consistentRobert Richter1-34/+30
2019-09-03EDAC/mc_sysfs: Remove pointless gotosRobert Richter1-13/+7
2019-09-03EDAC: Prefer 'unsigned int' to bare use of 'unsigned'Robert Richter5-25/+27
2019-08-29ARM: 8891/1: EDAC: armada_xp: Add support for more SoCsChris Packham1-0/+5
2019-08-29ARM: 8888/1: EDAC: Add driver for the Marvell Armada XP SDRAM and L2 cache ECCJan Luebbe3-0/+638
2019-08-29ARM: 8892/1: EDAC: Add missing debugfs_create_x32 wrapperJan Luebbe2-0/+15
2019-08-28x86/intel: Aggregate microserver namingPeter Zijlstra3-4/+4
2019-08-23EDAC/amd64: Support asymmetric dual-rank DIMMsYazen Ghannam2-4/+15
2019-08-23EDAC/amd64: Cache secondary Chip Select registersYazen Ghannam2-3/+24