Age | Commit message (Expand) | Author | Files | Lines |
2023-02-06 | EDAC/device: Respect any driver-supplied workqueue polling value | Manivannan Sadhasivam | 1 | -8/+7 |
2023-02-06 | EDAC/highbank: Fix memory leak in highbank_mc_probe() | Miaoqian Lin | 1 | -2/+5 |
2023-01-18 | EDAC/device: Fix period calculation in edac_device_reset_delay_period() | Eliav Farber | 2 | -10/+9 |
2022-02-23 | EDAC: Fix calculation of returned address and next offset in edac_align_ptr() | Eliav Farber | 1 | -1/+1 |
2022-02-08 | EDAC/xgene: Fix deferred probing | Sergey Shtylyov | 1 | -1/+1 |
2022-02-08 | EDAC/altera: Fix deferred probing | Sergey Shtylyov | 1 | -1/+1 |
2021-11-26 | EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/Haswell | Eric Badger | 1 | -1/+1 |
2021-10-06 | EDAC/synopsys: Fix wrong value type assignment for edac_mode | Sai Krishna Potthuri | 1 | -1/+1 |
2020-12-29 | EDAC/amd64: Fix PCI component registration | Borislav Petkov | 1 | -12/+14 |
2020-10-29 | EDAC/i5100: Fix error handling order in i5100_init_one() | Dinghao Liu | 1 | -6/+5 |
2020-09-03 | EDAC/ie31200: Fallback if host bridge device is already initialized | Jason Baron | 1 | -3/+47 |
2020-08-21 | EDAC: Fix reference count leaks | Qiushi Wu | 2 | -1/+2 |
2020-07-09 | EDAC/amd64: Read back the scrub rate PCI register on F15h | Borislav Petkov | 1 | -0/+2 |
2020-03-11 | EDAC/amd64: Set grain per DIMM | Yazen Ghannam | 1 | -0/+1 |
2020-01-27 | EDAC/mc: Fix edac_mc_find() in case no device is found | Robert Richter | 1 | -8/+4 |
2019-12-31 | EDAC/ghes: Fix grain calculation | Robert Richter | 1 | -2/+8 |
2019-12-01 | EDAC, thunderx: Fix memory leak in thunderx_l2c_threaded_isr() | Dan Carpenter | 1 | -2/+2 |
2019-11-20 | EDAC, sb_edac: Return early on ADDRV bit and address type test | Qiuxu Zhuo | 1 | -33/+35 |
2019-10-05 | EDAC/amd64: Decode syndrome before translating address | Yazen Ghannam | 1 | -7/+7 |
2019-10-05 | EDAC/amd64: Recognize DRAM device type ECC capability | Yazen Ghannam | 1 | -2/+12 |
2019-10-05 | EDAC, pnd2: Fix ioremap() size in dnv_rd_reg() | Stephen Douthit | 1 | -1/+6 |
2019-10-05 | EDAC/altera: Use the proper type for the IRQ status bits | Dan Carpenter | 1 | -1/+3 |
2019-10-05 | EDAC/mc: Fix grain_bits calculation | Robert Richter | 1 | -2/+6 |
2019-07-31 | EDAC: Fix global-out-of-bounds write when setting edac_mc_poll_msec | Eiichi Tsukata | 2 | -9/+9 |
2019-07-31 | 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-10-04 | EDAC: Fix memleak in module init error path | Johan Hovold | 1 | -3/+3 |
2018-10-04 | EDAC, i7core: Fix memleaks and use-after-free on probe and remove | Johan Hovold | 1 | -7/+15 |
2018-08-24 | EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[] | Takashi Iwai | 1 | -0/+1 |
2018-08-03 | EDAC, altera: Fix ARM64 build warning | Thor Thayer | 1 | -1/+1 |
2018-04-19 | x86/mce/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank type | Yazen Ghannam | 1 | -4/+7 |
2018-04-12 | EDAC, mv64x60: Fix an error handling path | Christophe JAILLET | 1 | -1/+1 |
2018-03-09 | EDAC, sb_edac: Fix out of bound writes during DIMM configuration on KNL | Anna Karbownik | 1 | -1/+1 |
2018-02-22 | x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping | Jia Zhang | 1 | -1/+1 |
2018-02-16 | EDAC, octeon: Fix an uninitialized variable warning | James Hogan | 1 | -0/+1 |
2017-12-10 | EDAC, sb_edac: Fix missing break in switch | Gustavo A. R. Silva | 1 | -0/+1 |
2017-11-21 | EDAC, sb_edac: Don't create a second memory controller if HA1 is not present | Qiuxu Zhuo | 1 | -1/+8 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 4 | -0/+4 |
2017-08-21 | EDAC, mce_amd: Get rid of local var in amd_filter_mce() | Borislav Petkov | 1 | -3/+1 |
2017-08-21 | EDAC, mce_amd: Get rid of most struct cpuinfo_x86 uses | Borislav Petkov | 1 | -10/+12 |
2017-08-21 | EDAC, mce_amd: Rename decode_smca_errors() to decode_smca_error() | Borislav Petkov | 1 | -2/+2 |
2017-08-20 | EDAC: Make device_type const | Bhumika Goyal | 2 | -6/+6 |
2017-08-19 | EDAC, pnd2: Properly toggle hidden state for P2SB PCI device | Qiuxu Zhuo | 1 | -2/+8 |
2017-08-19 | EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BAR | Qiuxu Zhuo | 1 | -0/+11 |
2017-08-19 | EDAC, pnd2: Mask off the lower four bits of a BAR | Qiuxu Zhuo | 1 | -0/+1 |
2017-08-18 | EDAC, thunderx: Fix error handling path in thunderx_lmc_probe() | Christophe JAILLET | 1 | -3/+2 |