| Commit message (Expand) | Author | Age | Files | Lines |
* | EDAC/synopsys: Fix ECC status and IRQ control race condition | Serge Semin | 2024-05-06 | 1 | -13/+37 |
* | EDAC/versal: Do not log total error counts | Shubhrajyoti Datta | 2024-04-25 | 1 | -2/+2 |
* | EDAC/versal: Check user-supplied data before injecting an error | Shubhrajyoti Datta | 2024-04-25 | 1 | -0/+3 |
* | EDAC/versal: Do not register for NOC errors | Shubhrajyoti Datta | 2024-04-25 | 1 | -4/+1 |
* | Merge tag 'edac_updates_for_v6.9' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2024-03-12 | 6 | -316/+177 |
|\ |
|
| *-. | Merge remote-tracking branches 'ras/edac-drivers', 'ras/edac-misc' and 'ras/e... | Borislav Petkov (AMD) | 2024-03-11 | 4 | -316/+174 |
| |\ \ |
|
| | | * | EDAC/amd64: Use new AMD Address Translation Library | Yazen Ghannam | 2024-01-24 | 2 | -277/+10 |
| | * | | EDAC/versal: Convert to platform remove callback returning void | Uwe Kleine-König | 2024-03-08 | 1 | -4/+2 |
| | * | | EDAC/versal: Make the bit position of injected errors configurable | Shubhrajyoti Datta | 2024-02-14 | 1 | -32/+161 |
| | * | | EDAC/synopsys: Convert to devm_platform_ioremap_resource() | Yangtao Li | 2024-01-23 | 1 | -3/+1 |
| | |/ |
|
| * | | EDAC/i10nm: Add Intel Grand Ridge micro-server support | Qiuxu Zhuo | 2024-02-01 | 1 | -0/+1 |
| * | | EDAC/igen6: Add one more Intel Alder Lake-N SoC support | Lili Li | 2024-02-01 | 1 | -0/+2 |
| |/ |
|
* / | x86/cpu/amd: Provide a separate accessor for Node ID | Thomas Gleixner | 2024-02-15 | 2 | -4/+4 |
|/ |
|
* | Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2024-01-18 | 4 | -5/+5 |
|\ |
|
| * | EDAC: constantify the struct bus_type usage | Greg Kroah-Hartman | 2024-01-04 | 4 | -5/+5 |
* | | Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2024-01-18 | 1 | -2/+2 |
|\ \ |
|
| * | | drivers: soc: xilinx: add check for platform | Jay Buddhabhatti | 2024-01-04 | 1 | -2/+2 |
| |/ |
|
* | | Merge tag 'ras_core_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2024-01-09 | 1 | -484/+42 |
|\ \ |
|
| * | | EDAC/mce_amd: Remove SMCA Extended Error code descriptions | Muralidhara M K | 2023-11-28 | 1 | -480/+0 |
| * | | x86/mce/amd, EDAC/mce_amd: Move long names to decoder module | Yazen Ghannam | 2023-11-27 | 1 | -4/+42 |
| |/ |
|
* | | Merge tag 'edac_updates_for_v6.8' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2024-01-08 | 34 | -182/+328 |
|\ \ |
|
| * | | EDAC/skx_common: Filter out the invalid address | Qiuxu Zhuo | 2024-01-02 | 1 | -0/+4 |
| * | | EDAC, pnd2: Sort headers alphabetically | Andy Shevchenko | 2023-12-05 | 1 | -8/+9 |
| * | | EDAC, pnd2: Correct misleading error message in mk_region_mask() | Andy Shevchenko | 2023-12-05 | 1 | -1/+1 |
| * | | EDAC, pnd2: Apply bit macros and helpers where it makes sense | Andy Shevchenko | 2023-12-05 | 1 | -18/+14 |
| * | | EDAC, pnd2: Replace custom definition by one from sizes.h | Andy Shevchenko | 2023-12-05 | 1 | -3/+3 |
| * | | EDAC/igen6: Add Intel Meteor Lake-P SoCs support | Qiuxu Zhuo | 2023-12-05 | 1 | -0/+30 |
| * | | EDAC/igen6: Add Intel Meteor Lake-PS SoCs support | Qiuxu Zhuo | 2023-12-05 | 1 | -0/+44 |
| * | | EDAC/igen6: Add Intel Raptor Lake-P SoCs support | Qiuxu Zhuo | 2023-12-05 | 1 | -2/+37 |
| * | | EDAC/igen6: Add Intel Alder Lake-N SoCs support | Qiuxu Zhuo | 2023-12-05 | 1 | -0/+35 |
| * | | EDAC/igen6: Make get_mchbar() helper function | Qiuxu Zhuo | 2023-12-05 | 1 | -15/+31 |
| * | | EDAC/amd64: Add support for family 0x19, models 0x90-9f devices | Muralidhara M K | 2023-11-29 | 2 | -18/+49 |
| * | | EDAC/mc: Add support for HBM3 memory type | Muralidhara M K | 2023-11-28 | 1 | -0/+1 |
| * | | EDAC/{sb,i7core}_edac: Do not use a plain integer for a NULL pointer | Abhinav Singh | 2023-11-28 | 2 | -7/+7 |
| * | | EDAC/armada_xp: Explicitly include correct DT includes | Rob Herring | 2023-11-27 | 1 | -1/+3 |
| * | | EDAC/pci_sysfs: Use PCI_HEADER_TYPE_MASK instead of literals | Ilpo Järvinen | 2023-11-24 | 1 | -2/+2 |
| * | | EDAC/thunderx: Fix possible out-of-bounds string access | Arnd Bergmann | 2023-11-23 | 1 | -5/+5 |
| * | | EDAC/fsl_ddr: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-11-20 | 4 | -5/+4 |
| * | | EDAC/zynqmp: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-11-20 | 1 | -4/+2 |
| * | | EDAC/xgene: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-11-20 | 1 | -4/+2 |
| * | | EDAC/ti: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-11-20 | 1 | -4/+2 |
| * | | EDAC/synopsys: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-11-20 | 1 | -4/+2 |
| * | | EDAC/qcom: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-11-20 | 1 | -4/+2 |
| * | | EDAC/ppc4xx: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-11-20 | 1 | -5/+2 |
| * | | EDAC/octeon-pci: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-11-20 | 1 | -4/+2 |
| * | | EDAC/octeon-pc: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-11-20 | 1 | -3/+2 |
| * | | EDAC/octeon-lmc: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-11-20 | 1 | -3/+2 |
| * | | EDAC/octeon-l2c: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-11-20 | 1 | -4/+2 |
| * | | EDAC/npcm: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-11-20 | 1 | -4/+2 |
| * | | EDAC/mpc85xx: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-11-20 | 1 | -7/+4 |