summaryrefslogtreecommitdiffstats
path: root/drivers/edac
Commit message (Expand)AuthorAgeFilesLines
* EDAC/thunderx: Fix possible out-of-bounds string accessArnd Bergmann2024-01-251-5/+5
* EDAC/skx: Fix overflows on the DRAM row address mapping arraysQiuxu Zhuo2023-05-171-2/+2
* EDAC, skx: Move debugfs node under EDAC's hierarchyQiuxu Zhuo2023-05-171-13/+12
* EDAC/device: Respect any driver-supplied workqueue polling valueManivannan Sadhasivam2023-02-061-8/+7
* EDAC/highbank: Fix memory leak in highbank_mc_probe()Miaoqian Lin2023-02-061-2/+5
* EDAC/device: Fix period calculation in edac_device_reset_delay_period()Eliav Farber2023-01-182-10/+9
* EDAC: Fix calculation of returned address and next offset in edac_align_ptr()Eliav Farber2022-02-231-1/+1
* EDAC/xgene: Fix deferred probingSergey Shtylyov2022-02-081-1/+1
* EDAC/altera: Fix deferred probingSergey Shtylyov2022-02-081-1/+1
* EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/HaswellEric Badger2021-11-261-1/+1
* EDAC/synopsys: Fix wrong value type assignment for edac_modeSai Krishna Potthuri2021-10-061-1/+1
* EDAC/ti: Add missing MODULE_DEVICE_TABLEBixuan Cui2021-07-201-0/+1
* EDAC/amd64: Fix PCI component registrationBorislav Petkov2020-12-301-12/+14
* EDAC/ti: Fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-10-291-1/+2
* EDAC/i5100: Fix error handling order in i5100_init_one()Dinghao Liu2020-10-291-6/+5
* EDAC/ie31200: Fallback if host bridge device is already initializedJason Baron2020-09-031-3/+47
* EDAC: Fix reference count leaksQiushi Wu2020-08-192-1/+2
* EDAC/amd64: Read back the scrub rate PCI register on F15hBorislav Petkov2020-07-091-0/+2
* EDAC/amd64: Add Family 17h Model 30h PCI IDsYazen Ghannam2020-06-302-0/+16
* EDAC/amd64: Set grain per DIMMYazen Ghannam2020-03-111-0/+1
* EDAC/mc: Fix edac_mc_find() in case no device is foundRobert Richter2020-01-271-8/+4
* EDAC/ghes: Fix grain calculationRobert Richter2019-12-311-2/+8
* EDAC, thunderx: Fix memory leak in thunderx_l2c_threaded_isr()Dan Carpenter2019-12-011-2/+2
* EDAC: Correct DIMM capacity unit symbolQiuxu Zhuo2019-11-204-5/+5
* EDAC, sb_edac: Return early on ADDRV bit and address type testQiuxu Zhuo2019-11-201-33/+35
* EDAC/ghes: Fix Use after free in ghes_edac remove pathJames Morse2019-10-291-0/+4
* EDAC/amd64: Decode syndrome before translating addressYazen Ghannam2019-10-051-7/+7
* EDAC/amd64: Recognize DRAM device type ECC capabilityYazen Ghannam2019-10-051-2/+12
* EDAC, pnd2: Fix ioremap() size in dnv_rd_reg()Stephen Douthit2019-10-051-1/+6
* EDAC/altera: Use the proper type for the IRQ status bitsDan Carpenter2019-10-051-1/+3
* EDAC/mc: Fix grain_bits calculationRobert Richter2019-10-051-2/+6
* EDAC: Fix global-out-of-bounds write when setting edac_mc_poll_msecEiichi Tsukata2019-07-262-9/+9
* EDAC/sysfs: Fix memory leak when creating a csrow objectPan Bian2019-07-261-1/+7
* EDAC/mpc85xx: Prevent building as a moduleMichael Ellerman2019-06-151-2/+2
* x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2019-05-141-1/+1
* EDAC, skx_edac: Fix logical channel intermediate decodingQiuxu Zhuo2018-11-131-1/+1
* EDAC, {i7core,sb,skx}_edac: Fix uncorrected error countingTony Luck2018-11-133-0/+3
* EDAC, amd64: Add Family 17h, models 10h-2fh supportMichael Jin2018-11-132-0/+17
* EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[]Takashi Iwai2018-08-171-0/+1
* EDAC, sb_edac: Add support for systems with segmented PCI busesMasayoshi Mizuma2018-07-251-5/+12
* EDAC, thunderx: Remove VLA usageKees Cook2018-07-091-5/+9
* EDAC, i7core: Fix memleaks and use-after-free on probe and removeJohan Hovold2018-06-181-7/+15
* EDAC: Fix memleak in module init error pathJohan Hovold2018-06-171-3/+3
* EDAC, altera: Fix an error handling path in altr_s10_sdram_probe()Christophe JAILLET2018-06-171-1/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-2/+2
* EDAC, ghes: Make platform-based whitelisting x86-onlyBorislav Petkov2018-05-211-5/+9
* EDAC, altera: Fix ARM64 build warningThor Thayer2018-05-151-1/+1
* EDAC, skx: Fix skx_edac build error when ACPI_NFIT=mRandy Dunlap2018-05-141-0/+1
* EDAC, ghes: Use BIT() macroBorislav Petkov2018-05-121-14/+13
* EDAC, ghes: Add DDR4 and NVDIMM memory typesToshi Kani2018-05-121-1/+11