summaryrefslogtreecommitdiffstats
path: root/drivers/edac
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | EDAC: Do not issue useless debug statements in the polling routineBorislav Petkov2020-10-2614-14/+2
| | | * | EDAC/amd64: Remove unneeded breaksTom Rix2020-10-261-8/+0
| | | |/
| | * | EDAC/igen6: ecclog_llist can be statickernel test robot2020-11-231-1/+1
| * | | EDAC/i10nm: Add Intel Sapphire Rapids server supportQiuxu Zhuo2020-11-194-21/+58
| * | | EDAC: Add DDR5 new memory typeQiuxu Zhuo2020-11-191-0/+1
| * | | EDAC/i10nm: Use readl() to access MMIO registersQiuxu Zhuo2020-11-191-4/+7
| |/ /
| * | EDAC/igen6: Add debugfs interface for Intel client SoC EDAC driverQiuxu Zhuo2020-11-191-0/+59
| * | EDAC/igen6: Add EDAC driver for Intel client SoCs using IBECCQiuxu Zhuo2020-11-193-0/+928
| * | EDAC: Add three new memory typesQiuxu Zhuo2020-11-051-0/+3
| |/
* | EDAC/mv64x60: Remove orphan mv64x60 driverMichael Ellerman2020-12-074-1005/+0
* | EDAC/aspeed: Add support for AST2400 and AST2600Troy Lee2020-12-072-5/+8
|/
* Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-121-2/+15
|\
| * cper,edac,efi: Memory Error Record: bank group/address and chip idAlex Kluver2020-09-171-0/+9
| * edac,ghes,cper: Add Row Extension to Memory Error RecordAlex Kluver2020-09-171-2/+6
* | Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-3/+1
|\ \
| * | x86/MCE/AMD, EDAC/mce_amd: Remove struct smca_hwid.xec_bitmapYazen Ghannam2020-08-201-3/+1
| |/
* | Merge tag 'edac_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-10-1217-50/+420
|\ \
| * \ Merge branch 'edac-drivers' into edac-updates-for-v5.10Borislav Petkov2020-10-123-0/+362
| |\ \
| | * | EDAC/al-mc-edac: Add Amazon's Annapurna Labs Memory Controller driverTalel Shenhar2020-08-173-0/+362
| | |/
| * | EDAC/amd64: Set proper family type for Family 19h Models 20h-2FhYazen Ghannam2020-10-091-0/+6
| * | EDAC/mc_sysfs: Add missing newlines when printing {max,dimm}_locationXiongfeng Wang2020-09-181-5/+17
| * | EDAC/aspeed: Use module_platform_driver() to simplifyLiu Shixin2020-09-181-17/+1
| * | EDAC, sb_edac: Simplify switch statementTom Rix2020-09-081-4/+1
| * | EDAC/ti: Fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-09-011-1/+2
| * | EDAC/aspeed: Fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-09-011-2/+2
| * | EDAC/i5100: Fix error handling order in i5100_init_one()Dinghao Liu2020-09-011-6/+5
| * | EDAC/thunderx: Make symbol lmc_dfs_ents staticWei Yongjun2020-08-171-1/+1
| * | EDAC/mce_amd: Add new error descriptions for existing typesYazen Ghannam2020-08-171-1/+10
| * | EDAC: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-178-13/+13
| |/
* | EDAC/ghes: Check whether the driver is on the safe list correctlyBorislav Petkov2020-09-151-0/+4
* | EDAC/ghes: Clear scanned data on unloadBorislav Petkov2020-09-151-0/+1
* | Merge tag 'edac_urgent_for_v5.9_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-301-4/+6
|\ \
| * | EDAC/ghes: Fix NULL pointer dereference in ghes_edac_register()Shiju Jose2020-08-271-4/+6
* | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+2
|/ /
* / EDAC/{i7core,sb,pnd2,skx}: Fix error event severityTony Luck2020-08-184-7/+7
|/
* Merge tag 'edac_updates_for_5.9_pt2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-151-3/+47
|\
| * EDAC/ie31200: Fallback if host bridge device is already initializedJason Baron2020-08-101-3/+47
* | Merge tag 'edac_updates_for_5.9' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-08-037-141/+204
|\|
| * Merge branch 'edac-ghes' into edac-for-nextBorislav Petkov2020-06-221-130/+193
| |\
| | * EDAC/ghes: Scan the system once on driver initBorislav Petkov2020-06-161-113/+166
| | * EDAC/ghes: Remove unused members of struct ghes_edac_pvt, rename it to ghes_pvtRobert Richter2020-06-161-8/+5
| | * EDAC/ghes: Setup DIMM label from DMI and use it in error reportsRobert Richter2020-06-161-11/+24
| * | EDAC: Fix reference count leaksQiushi Wu2020-06-172-1/+2
| * | EDAC, {skx,i10nm}: Use CPU stepping macro to pass configurationsQiuxu Zhuo2020-06-152-8/+6
| * | EDAC/mc: Call edac_inc_ue_error() before panicZhenzhong Duan2020-06-151-2/+2
| * | EDAC, pnd2: Set MCE_PRIO_EDAC priority for pnd2_mce_dec notifierZhenzhong Duan2020-06-151-0/+1
| |/
* | Merge tag 'ras-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-031-0/+3
|\ \
| * | x86/mce, EDAC/mce_amd: Print PPIN in machine check recordsSmita Koralahalli2020-06-231-0/+3
| |/
* / EDAC/amd64: Read back the scrub rate PCI register on F15hBorislav Petkov2020-06-181-0/+2
|/
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-1/+1
|\