Age | Commit message (Expand) | Author | Files | Lines |
2019-07-26 | EDAC: Fix global-out-of-bounds write when setting edac_mc_poll_msec | Eiichi Tsukata | 2 | -9/+9 |
2019-07-26 | EDAC/sysfs: Fix memory leak when creating a csrow object | Pan Bian | 1 | -1/+7 |
2019-06-15 | EDAC/mpc85xx: Prevent building as a module | Michael Ellerman | 1 | -2/+2 |
2019-05-14 | x86/cpu: Sanitize FAM6_ATOM naming | Peter Zijlstra | 1 | -1/+1 |
2018-11-13 | EDAC, skx_edac: Fix logical channel intermediate decoding | Qiuxu Zhuo | 1 | -1/+1 |
2018-11-13 | EDAC, {i7core,sb,skx}_edac: Fix uncorrected error counting | Tony Luck | 3 | -0/+3 |
2018-11-13 | EDAC, amd64: Add Family 17h, models 10h-2fh support | Michael Jin | 2 | -0/+17 |
2018-08-17 | EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[] | Takashi Iwai | 1 | -0/+1 |
2018-07-25 | EDAC, sb_edac: Add support for systems with segmented PCI buses | Masayoshi Mizuma | 1 | -5/+12 |
2018-07-09 | EDAC, thunderx: Remove VLA usage | Kees Cook | 1 | -5/+9 |
2018-06-18 | EDAC, i7core: Fix memleaks and use-after-free on probe and remove | Johan Hovold | 1 | -7/+15 |
2018-06-17 | EDAC: Fix memleak in module init error path | Johan Hovold | 1 | -3/+3 |
2018-06-17 | EDAC, altera: Fix an error handling path in altr_s10_sdram_probe() | Christophe JAILLET | 1 | -1/+2 |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 2 | -2/+2 |
2018-05-21 | EDAC, ghes: Make platform-based whitelisting x86-only | Borislav Petkov | 1 | -5/+9 |
2018-05-15 | EDAC, altera: Fix ARM64 build warning | Thor Thayer | 1 | -1/+1 |
2018-05-14 | EDAC, skx: Fix skx_edac build error when ACPI_NFIT=m | Randy Dunlap | 1 | -0/+1 |
2018-05-12 | EDAC, ghes: Use BIT() macro | Borislav Petkov | 1 | -14/+13 |
2018-05-12 | EDAC, ghes: Add DDR4 and NVDIMM memory types | Toshi Kani | 1 | -1/+11 |
2018-05-12 | EDAC, altera: Handle SDRAM Uncorrectable Errors on Stratix10 | Thor Thayer | 2 | -11/+64 |
2018-05-12 | EDAC, altera: Add support for Stratix10 SDRAM EDAC | Thor Thayer | 3 | -28/+555 |
2018-05-12 | EDAC, ghes: Remove unused argument to ghes_edac_report_mem_error() | Alexandru Gagniuc | 1 | -2/+1 |
2018-05-04 | EDAC, i7core: Fix spelling mistake: "redundacy" -> "redundancy" | Colin Ian King | 1 | -1/+1 |
2018-05-02 | EDAC, ghes: Add a null pointer check in ghes_edac_unregister() | Sughosh Ganu | 1 | -0/+3 |
2018-05-02 | ghes, EDAC: Fix ghes_edac registration | Borislav Petkov | 1 | -4/+2 |
2018-04-05 | Merge tag 'edac_for_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 5 | -59/+94 |
2018-04-02 | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 3 | -275/+0 |
2018-03-26 | edac: remove tile driver | Arnd Bergmann | 3 | -275/+0 |
2018-03-17 | EDAC, sb_edac: Remove variable length array usage | Gustavo A. R. Silva | 1 | -7/+5 |
2018-03-15 | EDAC, skx_edac: Detect non-volatile DIMMs | Tony Luck | 2 | -7/+65 |
2018-03-14 | EDAC: Add new memory type for non-volatile DIMMs | Tony Luck | 1 | -1/+2 |
2018-03-14 | EDAC: Drop duplicated array of strings for memory type names | Tony Luck | 2 | -44/+22 |
2018-03-08 | Merge branch 'ras/urgent' into ras/core | Thomas Gleixner | 1 | -1/+1 |
2018-02-27 | EDAC, layerscape: Allow building for LS1021A | Rasmus Villemoes | 1 | -1/+1 |
2018-02-23 | EDAC, sb_edac: Fix out of bound writes during DIMM configuration on KNL | Anna Karbownik | 1 | -1/+1 |
2018-02-21 | x86/mce/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank type | Yazen Ghannam | 1 | -4/+7 |
2018-02-14 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2018-02-15 | x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping | Jia Zhang | 1 | -1/+1 |
2018-01-09 | EDAC, mv64x60: Fix an error handling path | Christophe JAILLET | 1 | -1/+1 |
2017-11-27 | EDAC, ti: Add support for TI keystone and DRA7xx EDAC | Tero Kristo | 3 | -0/+349 |
2017-11-27 | EDAC, octeon: Fix an uninitialized variable warning | James Hogan | 1 | -0/+1 |
2017-11-15 | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -2/+3 |
2017-11-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -5/+5 |
2017-11-13 | Merge tag 'edac_for_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 9 | -124/+151 |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 4 | -0/+4 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 4 | -0/+4 |
2017-10-31 | treewide: Fix function prototypes for module_param_call() | Kees Cook | 2 | -2/+3 |
2017-10-25 | locking/atomics, EDAC/altera: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() | Mark Rutland | 1 | -5/+5 |
2017-10-19 | EDAC, sb_edac: Fix missing break in switch | Gustavo A. R. Silva | 1 | -0/+1 |
2017-10-11 | EDAC, sb_edac: Fix missing DIMM sysfs entries with KNL SNC2/SNC4 mode | Luis Felipe Sandoval Castro | 1 | -16/+3 |