summaryrefslogtreecommitdiffstats
path: root/drivers/edac
AgeCommit message (Expand)AuthorLines
2020-10-12Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+15
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+1
2020-10-12Merge tag 'edac_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-50/+420
2020-10-12Merge branch 'edac-drivers' into edac-updates-for-v5.10Borislav Petkov-0/+362
2020-10-09EDAC/amd64: Set proper family type for Family 19h Models 20h-2FhYazen Ghannam-0/+6
2020-09-18EDAC/mc_sysfs: Add missing newlines when printing {max,dimm}_locationXiongfeng Wang-5/+17
2020-09-18EDAC/aspeed: Use module_platform_driver() to simplifyLiu Shixin-17/+1
2020-09-17cper,edac,efi: Memory Error Record: bank group/address and chip idAlex Kluver-0/+9
2020-09-17edac,ghes,cper: Add Row Extension to Memory Error RecordAlex Kluver-2/+6
2020-09-15EDAC/ghes: Check whether the driver is on the safe list correctlyBorislav Petkov-0/+4
2020-09-15EDAC/ghes: Clear scanned data on unloadBorislav Petkov-0/+1
2020-09-08EDAC, sb_edac: Simplify switch statementTom Rix-4/+1
2020-09-01EDAC/ti: Fix handling of platform_get_irq() errorKrzysztof Kozlowski-1/+2
2020-09-01EDAC/aspeed: Fix handling of platform_get_irq() errorKrzysztof Kozlowski-2/+2
2020-09-01EDAC/i5100: Fix error handling order in i5100_init_one()Dinghao Liu-6/+5
2020-08-30Merge tag 'edac_urgent_for_v5.9_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+6
2020-08-27EDAC/ghes: Fix NULL pointer dereference in ghes_edac_register()Shiju Jose-4/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-08-20x86/MCE/AMD, EDAC/mce_amd: Remove struct smca_hwid.xec_bitmapYazen Ghannam-3/+1
2020-08-18EDAC/{i7core,sb,pnd2,skx}: Fix error event severityTony Luck-7/+7
2020-08-17EDAC/thunderx: Make symbol lmc_dfs_ents staticWei Yongjun-1/+1
2020-08-17EDAC/al-mc-edac: Add Amazon's Annapurna Labs Memory Controller driverTalel Shenhar-0/+362
2020-08-17EDAC/mce_amd: Add new error descriptions for existing typesYazen Ghannam-1/+10
2020-08-17EDAC: Replace HTTP links with HTTPS onesAlexander A. Klimov-13/+13
2020-08-15Merge tag 'edac_updates_for_5.9_pt2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+47
2020-08-10EDAC/ie31200: Fallback if host bridge device is already initializedJason Baron-3/+47
2020-08-03Merge tag 'edac_updates_for_5.9' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-141/+204
2020-08-03Merge tag 'ras-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+3
2020-06-23x86/mce, EDAC/mce_amd: Print PPIN in machine check recordsSmita Koralahalli-0/+3
2020-06-22Merge branch 'edac-ghes' into edac-for-nextBorislav Petkov-130/+193
2020-06-18EDAC/amd64: Read back the scrub rate PCI register on F15hBorislav Petkov-0/+2
2020-06-17EDAC: Fix reference count leaksQiushi Wu-1/+2
2020-06-16EDAC/ghes: Scan the system once on driver initBorislav Petkov-113/+166
2020-06-16EDAC/ghes: Remove unused members of struct ghes_edac_pvt, rename it to ghes_pvtRobert Richter-8/+5
2020-06-16EDAC/ghes: Setup DIMM label from DMI and use it in error reportsRobert Richter-11/+24
2020-06-15EDAC, {skx,i10nm}: Use CPU stepping macro to pass configurationsQiuxu Zhuo-8/+6
2020-06-15EDAC/mc: Call edac_inc_ue_error() before panicZhenzhong Duan-2/+2
2020-06-15EDAC, pnd2: Set MCE_PRIO_EDAC priority for pnd2_mce_dec notifierZhenzhong Duan-0/+1
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-06-11Merge branch 'x86/entry' into ras/coreThomas Gleixner-54/+73
2020-06-01Merge branches 'edac-i10nm' and 'edac-misc' into edac-updates-for-5.8Borislav Petkov-54/+73
2020-05-29EDAC/amd64: Remove redundant assignment to variable ret in hw_info_get()Colin Ian King-1/+1
2020-05-22EDAC/amd64: Add AMD family 17h model 60h PCI IDsAlexander Monakov-0/+17
2020-05-19EDAC/skx: Use the mcmtr register to retrieve close_pg/bank_xor_enableQiuxu Zhuo-17/+13
2020-04-27EDAC/i10nm: Update driver to support different bus number config register off...Qiuxu Zhuo-4/+14
2020-04-27EDAC, {skx,i10nm}: Make some configurations CPU model specificQiuxu Zhuo-14/+38
2020-04-24EDAC/amd8131: Remove defined but not used bridge_strJason Yan-8/+0
2020-04-23EDAC/thunderx: Make symbols staticZou Wei-4/+4
2020-04-14EDAC: Drop the EDAC report status checksTony Luck-71/+0