summaryrefslogtreecommitdiffstats
path: root/drivers/edac
Commit message (Expand)AuthorAgeFilesLines
* Merge branches 'edac-ghes' and 'edac-misc' into edac-updates-for-v6.2Borislav Petkov (AMD)2022-12-124-3/+28
|\
| * EDAC/i10nm: fix refcount leak in pci_get_dev_wrapper()Yang Yingliang2022-11-281-2/+1
| * EDAC/i5400: Fix typo in comment: vaious -> variousChen Zhang2022-11-251-1/+2
| * EDAC/mc_sysfs: Increase legacy channel support to 12Yazen Ghannam2022-10-311-0/+24
| * EDAC/i5000: Mark as BROKENAristeu Rozanski2022-10-171-0/+1
* | EDAC/igen6: Return the correct error type when not the MC ownerJia He2022-10-251-1/+1
* | EDAC: Check for GHES preference in the chipset-specific EDAC driversJia He2022-10-2111-0/+31
* | EDAC/ghes: Make ghes_edac a proper moduleJia He2022-10-212-4/+40
* | EDAC/ghes: Prepare to make ghes_edac a proper moduleJia He2022-10-211-33/+2
* | EDAC/ghes: Add a notifier for reporting memory errorsJia He2022-10-201-2/+17
|/
* Merge patch series "Use composable cache instead of L2 cache"Palmer Dabbelt2022-10-132-7/+7
|\
| * soc: sifive: ccache: Rename SiFive L2 cache to Composable cache.Greentime Hu2022-10-132-7/+7
* | Merge branches 'edac-drivers' and 'edac-misc' into edac-updates-for-v6.1Borislav Petkov2022-10-0410-66/+451
|\ \
| * | EDAC/i7300: Correct the i7300_exit() function name in commentColin Ian King2022-09-231-1/+1
| * | x86/sb_edac: Add row column translation for BroadwellYouquan Song2022-09-231-10/+138
| * | EDAC/i10nm: Print an extra register set of retry_rd_err_logQiuxu Zhuo2022-09-232-11/+72
| * | EDAC/i10nm: Retrieve and print retry_rd_err_log registers for HBMQiuxu Zhuo2022-09-232-17/+71
| * | EDAC/skx_common: Add ChipSelect ADXL componentQiuxu Zhuo2022-09-232-0/+9
| * | EDAC/ppc_4xx: Reorder symbols to get rid of a few forward declarationsUwe Kleine-König2022-09-181-14/+9
| * | EDAC: Remove obsolete declarations in edac_module.hGaosheng Cui2022-09-111-4/+0
| * | EDAC/i10nm: Add driver decoder for Ice Lake and Tremont CPUsYouquan Song2022-09-083-2/+138
| * | EDAC/skx_common: Make output format similarQiuxu Zhuo2022-09-081-2/+2
| * | EDAC/skx_common: Use driver decoder firstQiuxu Zhuo2022-09-083-9/+17
| * | EDAC/mc: Drop duplicated dimm->nr_pages debug printoutSerge Semin2022-09-011-1/+0
| * | EDAC/wq: Remove unneeded flush_workqueue()ran jianping2022-08-251-1/+0
| |/
* / EDAC/ie31200: Add Skylake-S supportJosh Hant2022-08-251-9/+19
|/
* Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-062-0/+3
|\
| * EDAC/ppc_4xx: Include required of_irq header directlyChristophe Leroy2022-08-021-0/+1
| * EDAC/mpc85xx: Include required of headers directlyMichael Ellerman2022-07-281-0/+2
* | Merge tag 'platform-drivers-x86-v6.0-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-08-042-42/+21
|\ \
| * | EDAC, pnd2: convert to use common P2SB accessorAndy Shevchenko2022-07-142-39/+17
| * | EDAC, pnd2: Use proper I/O accessors and address space annotationAndy Shevchenko2022-07-141-3/+4
| |/
* | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-044-19/+8
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner2022-06-104-19/+8
| |/
* | EDAC/ghes: Set the DIMM label unconditionallyToshi Kani2022-07-271-3/+8
* | EDAC/synopsys: Re-enable the error interrupts on v3 hwSherry Sun2022-07-221-22/+25
* | EDAC/synopsys: Use the correct register to disable the error interrupt on v3 hwSherry Sun2022-07-221-2/+5
|/
* Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-231-1/+1
|\
| * x86/amd_nb: Unexport amd_cache_northbridges()Muralidhara M K2022-04-051-1/+1
* | Merge tag 'edac_updates_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-2314-398/+135
|\ \
| * \ Merge branches 'edac-misc' and 'edac-alloc-cleanup' into edac-updates-for-v5.19Borislav Petkov2022-05-236-182/+90
| |\ \
| | * | EDAC: Use kcalloc()Borislav Petkov2022-05-022-10/+5
| | * | EDAC/mc: Get rid of edac_align_ptr()Borislav Petkov2022-04-112-57/+0
| | * | EDAC/device: Sanitize edac_device_alloc_ctl_info() definitionBorislav Petkov2022-04-111-16/+16
| | * | EDAC/device: Get rid of the silly one-shot memory allocation in edac_device_a...Borislav Petkov2022-04-113-71/+57
| | * | EDAC/pci: Get rid of the silly one-shot memory allocation in edac_pci_alloc_c...Borislav Petkov2022-04-111-13/+12
| | * | EDAC/mc: Get rid of silly one-shot struct allocation in edac_mc_alloc()Borislav Petkov2022-04-111-28/+13
| | |/
| * | EDAC/xgene: Fix typo processsors -> processorsJulia Lawall2022-05-211-1/+1
| * | EDAC/i5100: Remove unused inline function i5100_nrecmema_dm_buf_id()YueHaibing2022-05-171-5/+0
| * | EDAC/ghes: Change ghes_hw from global to staticTom Rix2022-04-291-1/+1