| Commit message (Expand) | Author | Age | Files | Lines |
* | EDAC/ie31200: Fallback if host bridge device is already initialized | Jason Baron | 2020-09-03 | 1 | -3/+47 |
* | EDAC: Fix reference count leaks | Qiushi Wu | 2020-08-19 | 2 | -1/+2 |
* | EDAC/amd64: Read back the scrub rate PCI register on F15h | Borislav Petkov | 2020-07-09 | 1 | -0/+2 |
* | EDAC/amd64: Add Family 17h Model 30h PCI IDs | Yazen Ghannam | 2020-06-30 | 2 | -0/+16 |
* | EDAC/amd64: Set grain per DIMM | Yazen Ghannam | 2020-03-11 | 1 | -0/+1 |
* | EDAC/mc: Fix edac_mc_find() in case no device is found | Robert Richter | 2020-01-27 | 1 | -8/+4 |
* | EDAC/ghes: Fix grain calculation | Robert Richter | 2019-12-31 | 1 | -2/+8 |
* | EDAC, thunderx: Fix memory leak in thunderx_l2c_threaded_isr() | Dan Carpenter | 2019-12-01 | 1 | -2/+2 |
* | EDAC: Correct DIMM capacity unit symbol | Qiuxu Zhuo | 2019-11-20 | 4 | -5/+5 |
* | EDAC, sb_edac: Return early on ADDRV bit and address type test | Qiuxu Zhuo | 2019-11-20 | 1 | -33/+35 |
* | EDAC/ghes: Fix Use after free in ghes_edac remove path | James Morse | 2019-10-29 | 1 | -0/+4 |
* | EDAC/amd64: Decode syndrome before translating address | Yazen Ghannam | 2019-10-05 | 1 | -7/+7 |
* | EDAC/amd64: Recognize DRAM device type ECC capability | Yazen Ghannam | 2019-10-05 | 1 | -2/+12 |
* | EDAC, pnd2: Fix ioremap() size in dnv_rd_reg() | Stephen Douthit | 2019-10-05 | 1 | -1/+6 |
* | EDAC/altera: Use the proper type for the IRQ status bits | Dan Carpenter | 2019-10-05 | 1 | -1/+3 |
* | EDAC/mc: Fix grain_bits calculation | Robert Richter | 2019-10-05 | 1 | -2/+6 |
* | EDAC: Fix global-out-of-bounds write when setting edac_mc_poll_msec | Eiichi Tsukata | 2019-07-26 | 2 | -9/+9 |
* | EDAC/sysfs: Fix memory leak when creating a csrow object | Pan Bian | 2019-07-26 | 1 | -1/+7 |
* | EDAC/mpc85xx: Prevent building as a module | Michael Ellerman | 2019-06-15 | 1 | -2/+2 |
* | x86/cpu: Sanitize FAM6_ATOM naming | Peter Zijlstra | 2019-05-14 | 1 | -1/+1 |
* | EDAC, skx_edac: Fix logical channel intermediate decoding | Qiuxu Zhuo | 2018-11-13 | 1 | -1/+1 |
* | EDAC, {i7core,sb,skx}_edac: Fix uncorrected error counting | Tony Luck | 2018-11-13 | 3 | -0/+3 |
* | EDAC, amd64: Add Family 17h, models 10h-2fh support | Michael Jin | 2018-11-13 | 2 | -0/+17 |
* | EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[] | Takashi Iwai | 2018-08-17 | 1 | -0/+1 |
* | EDAC, sb_edac: Add support for systems with segmented PCI buses | Masayoshi Mizuma | 2018-07-25 | 1 | -5/+12 |
* | EDAC, thunderx: Remove VLA usage | Kees Cook | 2018-07-09 | 1 | -5/+9 |
* | EDAC, i7core: Fix memleaks and use-after-free on probe and remove | Johan Hovold | 2018-06-18 | 1 | -7/+15 |
* | EDAC: Fix memleak in module init error path | Johan Hovold | 2018-06-17 | 1 | -3/+3 |
* | EDAC, altera: Fix an error handling path in altr_s10_sdram_probe() | Christophe JAILLET | 2018-06-17 | 1 | -1/+2 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 | 2 | -2/+2 |
* | EDAC, ghes: Make platform-based whitelisting x86-only | Borislav Petkov | 2018-05-21 | 1 | -5/+9 |
* | EDAC, altera: Fix ARM64 build warning | Thor Thayer | 2018-05-15 | 1 | -1/+1 |
* | EDAC, skx: Fix skx_edac build error when ACPI_NFIT=m | Randy Dunlap | 2018-05-14 | 1 | -0/+1 |
* | EDAC, ghes: Use BIT() macro | Borislav Petkov | 2018-05-12 | 1 | -14/+13 |
* | EDAC, ghes: Add DDR4 and NVDIMM memory types | Toshi Kani | 2018-05-12 | 1 | -1/+11 |
* | EDAC, altera: Handle SDRAM Uncorrectable Errors on Stratix10 | Thor Thayer | 2018-05-12 | 2 | -11/+64 |
* | EDAC, altera: Add support for Stratix10 SDRAM EDAC | Thor Thayer | 2018-05-12 | 3 | -28/+555 |
* | EDAC, ghes: Remove unused argument to ghes_edac_report_mem_error() | Alexandru Gagniuc | 2018-05-12 | 1 | -2/+1 |
* | EDAC, i7core: Fix spelling mistake: "redundacy" -> "redundancy" | Colin Ian King | 2018-05-04 | 1 | -1/+1 |
* | EDAC, ghes: Add a null pointer check in ghes_edac_unregister() | Sughosh Ganu | 2018-05-02 | 1 | -0/+3 |
* | ghes, EDAC: Fix ghes_edac registration | Borislav Petkov | 2018-05-02 | 1 | -4/+2 |
* | Merge tag 'edac_for_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 2018-04-05 | 5 | -59/+94 |
|\ |
|
| * | EDAC, sb_edac: Remove variable length array usage | Gustavo A. R. Silva | 2018-03-17 | 1 | -7/+5 |
| * | EDAC, skx_edac: Detect non-volatile DIMMs | Tony Luck | 2018-03-15 | 2 | -7/+65 |
| * | EDAC: Add new memory type for non-volatile DIMMs | Tony Luck | 2018-03-14 | 1 | -1/+2 |
| * | EDAC: Drop duplicated array of strings for memory type names | Tony Luck | 2018-03-14 | 2 | -44/+22 |
| * | EDAC, layerscape: Allow building for LS1021A | Rasmus Villemoes | 2018-02-27 | 1 | -1/+1 |
* | | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 2018-04-02 | 3 | -275/+0 |
|\ \ |
|
| * | | edac: remove tile driver | Arnd Bergmann | 2018-03-26 | 3 | -275/+0 |
| |/ |
|
* | | Merge branch 'ras/urgent' into ras/core | Thomas Gleixner | 2018-03-08 | 1 | -1/+1 |
|\| |
|