Age | Commit message (Expand) | Author | Files | Lines |
2024-10-05 | EDAC/qcom: Make irq configuration optional | Rajendra Nayak | 1 | -3/+5 |
2024-09-16 | Merge tag 'edac_updates_for_v6.12' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 11 | -1729/+115 |
2024-09-09 | Merge remote-tracking branches 'ras/edac-amd-atl', 'ras/edac-misc' and 'ras/e... | Borislav Petkov (AMD) | 11 | -1729/+115 |
2024-09-05 | EDAC: Drop obsolete PPC4xx driver | Rob Herring (Arm) | 4 | -1602/+0 |
2024-09-03 | EDAC/sb_edac: Fix the compile warning of large frame size | Qiuxu Zhuo | 1 | -17/+18 |
2024-09-03 | EDAC/{skx_common,i10nm}: Remove the AMAP register for determing DDR5 | Qiuxu Zhuo | 2 | -8/+3 |
2024-09-03 | EDAC/{skx_common,skx,i10nm}: Move the common debug code to skx_common | Qiuxu Zhuo | 4 | -100/+59 |
2024-09-03 | EDAC/igen6: Fix conversion of system address to physical memory address | Qiuxu Zhuo | 1 | -1/+1 |
2024-08-01 | EDAC/synopsys: Fix error injection on Zynq UltraScale+ | Shubhrajyoti Datta | 1 | -1/+34 |
2024-07-28 | minmax: make generic MIN() and MAX() macros available everywhere | Linus Torvalds | 1 | -1/+0 |
2024-07-28 | minmax: add a few more MIN_T/MAX_T users | Linus Torvalds | 1 | -2/+2 |
2024-07-15 | Merge tag 'x86_misc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -35/+38 |
2024-07-15 | Merge tag 'edac_updates_for_v6.11' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 17 | -38/+63 |
2024-06-29 | EDAC: Add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 6 | -0/+6 |
2024-06-23 | EDAC/dmc520: Use devm_platform_ioremap_resource() | Jai Arora | 1 | -3/+1 |
2024-06-14 | EDAC/igen6: Add Intel Arrow Lake-U/H SoCs support | Qiuxu Zhuo | 1 | -0/+8 |
2024-06-12 | EDAC/amd64: Check return value of amd_smn_read() | Yazen Ghannam | 1 | -14/+37 |
2024-06-12 | EDAC/amd64: Remove unused register accesses | Yazen Ghannam | 2 | -21/+1 |
2024-06-04 | EDAC/igen6: Convert PCIBIOS_* return codes to errnos | Ilpo Järvinen | 1 | -2/+2 |
2024-06-04 | EDAC/amd64: Convert PCIBIOS_* return codes to errnos | Ilpo Järvinen | 1 | -3/+5 |
2024-05-29 | EDAC, i10nm: make skx_common.o a separate module | Arnd Bergmann | 3 | -8/+27 |
2024-05-28 | EDAC/skx: Switch to new Intel CPU model defines | Tony Luck | 1 | -1/+1 |
2024-05-28 | EDAC/sb_edac: Switch to new Intel CPU model defines | Tony Luck | 1 | -7/+7 |
2024-05-28 | EDAC, pnd2: Switch to new Intel CPU model defines | Tony Luck | 1 | -2/+2 |
2024-05-28 | EDAC/i10nm: Switch to new Intel CPU model defines | Tony Luck | 1 | -10/+10 |
2024-05-28 | EDAC/ghes: Add missing newline to pr_info() statement | Vasyl Gomonovych | 1 | -1/+1 |
2024-05-27 | EDAC/thunderx: Remove unused struct error_syndrome | Dr. David Alan Gilbert | 1 | -6/+0 |
2024-05-14 | Merge tag 'edac_updates_for_v6.10' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 20 | -147/+50 |
2024-05-06 | EDAC/synopsys: Fix ECC status and IRQ control race condition | Serge Semin | 1 | -13/+37 |
2024-04-25 | EDAC/versal: Do not log total error counts | Shubhrajyoti Datta | 1 | -2/+2 |
2024-04-25 | EDAC/versal: Check user-supplied data before injecting an error | Shubhrajyoti Datta | 1 | -0/+3 |
2024-04-25 | EDAC/versal: Do not register for NOC errors | Shubhrajyoti Datta | 1 | -4/+1 |
2024-04-08 | EDAC/skx_common: Allow decoding of SGX addresses | Qiuxu Zhuo | 1 | -1/+1 |
2024-04-04 | EDAC/mc_sysfs: Convert sprintf()/snprintf() to sysfs_emit() | Li Zhijian | 1 | -24/+23 |
2024-03-27 | EDAC: Remove unused struct members | Jiri Slaby (SUSE) | 2 | -8/+0 |
2024-03-27 | EDAC: Remove dynamic attributes from edac_device_alloc_ctl_info() | Jiri Slaby (SUSE) | 15 | -79/+20 |
2024-03-27 | EDAC/device: Remove edac_dev_sysfs_block_attribute::store() | Jiri Slaby (SUSE) | 3 | -26/+6 |
2024-03-27 | EDAC/device: Remove edac_dev_sysfs_block_attribute::{block,value} | Jiri Slaby (SUSE) | 2 | -8/+0 |
2024-03-27 | EDAC/amd64: Remove unused struct member amd64_pvt::ext_nbcfg | Jiri Slaby (SUSE) | 1 | -1/+0 |
2024-03-11 | Merge tag 'edac_updates_for_v6.9' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 6 | -316/+177 |
2024-03-11 | Merge remote-tracking branches 'ras/edac-drivers', 'ras/edac-misc' and 'ras/e... | Borislav Petkov (AMD) | 4 | -316/+174 |
2024-03-08 | EDAC/versal: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2024-02-15 | x86/cpu/amd: Provide a separate accessor for Node ID | Thomas Gleixner | 2 | -4/+4 |
2024-02-14 | EDAC/versal: Make the bit position of injected errors configurable | Shubhrajyoti Datta | 1 | -32/+161 |
2024-02-01 | EDAC/i10nm: Add Intel Grand Ridge micro-server support | Qiuxu Zhuo | 1 | -0/+1 |
2024-02-01 | EDAC/igen6: Add one more Intel Alder Lake-N SoC support | Lili Li | 1 | -0/+2 |
2024-01-24 | EDAC/amd64: Use new AMD Address Translation Library | Yazen Ghannam | 2 | -277/+10 |
2024-01-23 | EDAC/synopsys: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
2024-01-18 | Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 4 | -5/+5 |
2024-01-17 | Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+2 |