<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>699ea521 - EDAC: Add a memory repair control feature</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/edac/Makefile#699ea521</link>
        <description>EDAC: Add a memory repair control featureAdd a generic EDAC memory repair control driver to manage memory repairs inthe system, such as CXL Post Package Repair (PPR) and other soft and hard PPRfeatures.For example, a CXL device with DRAM components that support PPR features mayimplement PPR maintenance operations. DRAM components may support two types ofPPR: - hard PPR, for a permanent row repair, and - soft PPR,  for a temporary row repair.Soft PPR is much faster than hard PPR, but the repair is lost with a powercycle.When a CXL device detects an error in a memory, it may report the need fora repair maintenance operation by using an event record where the &quot;maintenanceneeded&quot; flag is set. The event records contain the device physicaladdress (DPA) and other optional attributes of the memory to repair.The kernel will report the corresponding CXL general media or DRAM trace eventto userspace, and userspace tools (e.g. rasdaemon) will initiate a repairoperation in response to the device request via the sysfs repair control.Device with memory repair features registers with EDAC device driver, whichretrieves a memory repair descriptor from EDAC memory repair driver and exposesthe sysfs repair control attributes to userspace in  /sys/bus/edac/devices/&lt;dev-name&gt;/mem_repairX/.The common memory repair control interface abstracts the control of arbitrarymemory repair functionality into a standardized set of functions.  The sysfsmemory repair attribute nodes are only available if the client driver hasimplemented the corresponding attribute callback function and providedoperations to the EDAC device driver during registration.  [ bp: Massage, fixup edac_dev_register() retvals, merge    write_overflow fix to mem_repair_create_desc() ]Signed-off-by: Shiju Jose &lt;shiju.jose@huawei.com&gt;Signed-off-by: Borislav Petkov (AMD) &lt;bp@alien8.de&gt;Link: https://lore.kernel.org/r/20250212143654.1893-5-shiju.jose@huawei.com

            List of files:
            /linux-6.15/drivers/edac/Makefile</description>
        <pubDate>Wed, 12 Feb 2025 14:36:42 +0000</pubDate>
        <dc:creator>Shiju Jose &lt;shiju.jose@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>bcbd069b - EDAC: Add a Error Check Scrub control feature</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/edac/Makefile#bcbd069b</link>
        <description>EDAC: Add a Error Check Scrub control featureAdd an Error Check Scrub (ECS) control to manage a memory device&apos;s ECSfeature.The ECS is a feature defined in JEDEC DDR5 SDRAM Specification (JESD79-5) andallows the DRAM to internally read, correct single-bit errors, and write backcorrected data bits to the DRAM array while providing transparency to errorcounts.The DDR5 device contains a number of memory media Field Replaceable Units(FRU) per device. The DDR5 ECS feature and thus the ECS control driversupports configuring the ECS parameters per FRU.Memory devices support the ECS feature register with the EDAC device driver,which retrieves the ECS descriptor from the EDAC ECS driver.  This driverexposes sysfs ECS control attributes to userspace via  /sys/bus/edac/devices/&lt;dev-name&gt;/ecs_fruX/.The common sysfs ECS control interface abstracts the control of an arbitraryECS functionality to a common set of functions.Support for the ECS feature is added separately because the control attributesof the DDR5 ECS feature differ from those of the scrub feature.The sysfs ECS attribute nodes are only present if the client driver hasimplemented the corresponding attribute callback function and passed thenecessary operations to the EDAC RAS feature driver during registration.  [ bp: Massage, fixup edac_dev_register() retvals. ]Co-developed-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;Signed-off-by: Shiju Jose &lt;shiju.jose@huawei.com&gt;Signed-off-by: Borislav Petkov (AMD) &lt;bp@alien8.de&gt;Reviewed-by: Fan Ni &lt;fan.ni@samsung.com&gt;Tested-by: Fan Ni &lt;fan.ni@samsung.com&gt;Link: https://lore.kernel.org/r/20250212143654.1893-4-shiju.jose@huawei.com

            List of files:
            /linux-6.15/drivers/edac/Makefile</description>
        <pubDate>Wed, 12 Feb 2025 14:36:41 +0000</pubDate>
        <dc:creator>Shiju Jose &lt;shiju.jose@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>f90b7381 - EDAC: Add scrub control feature</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/edac/Makefile#f90b7381</link>
        <description>EDAC: Add scrub control featureAdd a scrub control to manage memory scrubbers in the system.Devices with a scrub feature register with the EDAC device driver whichretrieves the scrub descriptor from the scrub driver and exposes thecontrol attributes for a instance to userspace at  /sys/bus/edac/devices/&lt;dev-name&gt;/scrubX/.The common sysfs scrub control interface abstracts the control ofarbitrary scrubbing functionality into a common set of functions. Theattribute nodes are only present if the client driver has implementedthe corresponding attribute callback function and passed the operationsto the device driver during registration.  [ bp: Massage commit message, docs and code, simplify text a bit.    Integrate fixup for: https://lore.kernel.org/r/202502251009.0sGkolEJ-lkp@intel.com    Reported-by: kernel test robot &lt;lkp@intel.com&gt;    Reported-by: Dan Carpenter &lt;dan.carpenter@linaro.org&gt; ]Co-developed-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;Signed-off-by: Shiju Jose &lt;shiju.jose@huawei.com&gt;Signed-off-by: Borislav Petkov (AMD) &lt;bp@alien8.de&gt;Tested-by: Daniel Ferguson &lt;danielf@os.amperecomputing.com&gt;Tested-by: Fan Ni &lt;fan.ni@samsung.com&gt;Link: https://lore.kernel.org/r/20250212143654.1893-3-shiju.jose@huawei.com

            List of files:
            /linux-6.15/drivers/edac/Makefile</description>
        <pubDate>Wed, 12 Feb 2025 14:36:40 +0000</pubDate>
        <dc:creator>Shiju Jose &lt;shiju.jose@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>6696037a - EDAC/cell: Remove powerpc Cell driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/edac/Makefile#6696037a</link>
        <description>EDAC/cell: Remove powerpc Cell driverThis driver can no longer be built since support for IBM Cell Blades wasremoved, in particular PPC_CELL_COMMON.Remove the driver.  [ bp: Remove EDAC_CELL from Cell&apos;s defconfig too. ]Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Signed-off-by: Borislav Petkov (AMD) &lt;bp@alien8.de&gt;Link: https://lore.kernel.org/r/20241218105523.416573-23-mpe@ellerman.id.au

            List of files:
            /linux-6.15/drivers/edac/Makefile</description>
        <pubDate>Wed, 18 Dec 2024 10:55:11 +0000</pubDate>
        <dc:creator>Michael Ellerman &lt;mpe@ellerman.id.au&gt;</dc:creator>
    </item>
<item>
        <title>558aff7a - EDAC: Add an EDAC driver for the Loongson memory controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/edac/Makefile#558aff7a</link>
        <description>EDAC: Add an EDAC driver for the Loongson memory controllerAdd ECC support for Loongson SoC DDR controller. This driver reports singlebit errors (CE) only.Only ACPI firmware is supported.  [ bp: Document what last_ce_count is for. ]Signed-off-by: Zhao Qunqin &lt;zhaoqunqin@loongson.cn&gt;Signed-off-by: Borislav Petkov (AMD) &lt;bp@alien8.de&gt;Reviewed-by: Huacai Chen &lt;chenhuacai@loongson.cn&gt;Link: https://lore.kernel.org/r/20241219124846.1876-1-zhaoqunqin@loongson.cnSigned-off-by: Borislav Petkov (AMD) &lt;bp@alien8.de&gt;

            List of files:
            /linux-6.15/drivers/edac/Makefile</description>
        <pubDate>Thu, 19 Dec 2024 12:48:46 +0000</pubDate>
        <dc:creator>Zhao Qunqin &lt;zhaoqunqin@loongson.cn&gt;</dc:creator>
    </item>
<item>
        <title>3c592ce7 - EDAC/powerpc: Remove PPC_MAPLE drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/edac/Makefile#3c592ce7</link>
        <description>EDAC/powerpc: Remove PPC_MAPLE driversThese two drivers are only buildable for the powerpc &quot;maple&quot; platform(CONFIG_PPC_MAPLE), which has now been removed, seecommit 62f8f307c80e (&quot;powerpc/64: Remove maple platform&quot;).Remove the drivers.Acked-by: Borislav Petkov (AMD) &lt;bp@alien8.de&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://patch.msgid.link/20241112084134.411964-1-mpe@ellerman.id.au

            List of files:
            /linux-6.15/drivers/edac/Makefile</description>
        <pubDate>Tue, 12 Nov 2024 08:41:34 +0000</pubDate>
        <dc:creator>Michael Ellerman &lt;mpe@ellerman.id.au&gt;</dc:creator>
    </item>
<item>
        <title>a5f285d9 - EDAC: Drop obsolete PPC4xx driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/edac/Makefile#a5f285d9</link>
        <description>EDAC: Drop obsolete PPC4xx driverSince  47d13a269bbd (&quot;powerpc/40x: Remove 40x platforms.&quot;)support for PPC40x platforms has been removed. While the EDAC driver alsomentions PPC440 and PPC460 processors, the driver refuses to probe on anythingother than PPC405. It&apos;s unlikely support will ever be added at this point forthese other old platforms, so the driver can be removed.Signed-off-by: Rob Herring (Arm) &lt;robh@kernel.org&gt;Signed-off-by: Borislav Petkov (AMD) &lt;bp@alien8.de&gt;Acked-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt; (powerpc)Link: https://lore.kernel.org/r/20240904192224.3060307-2-robh@kernel.org

            List of files:
            /linux-6.15/drivers/edac/Makefile</description>
        <pubDate>Wed, 04 Sep 2024 19:22:22 +0000</pubDate>
        <dc:creator>Rob Herring (Arm) &lt;robh@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>123b1586 - EDAC, i10nm: make skx_common.o a separate module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/edac/Makefile#123b1586</link>
        <description>EDAC, i10nm: make skx_common.o a separate moduleCommit 598afa050403 (&quot;kbuild: warn objects shared among multiple modules&quot;)was added to track down cases where the same object is linked intomultiple modules. This can cause serious problems if some modules arebuiltin while others are not.That test triggers this warning:scripts/Makefile.build:236: drivers/edac/Makefile: skx_common.o is added to multiple modules: i10nm_edac skx_edacMake this a separate module instead.[Tony: Added more background details to commit message]Fixes: d4dc89d069aa (&quot;EDAC, i10nm: Add a driver for Intel 10nm server processors&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Tony Luck &lt;tony.luck@intel.com&gt;Link: https://lore.kernel.org/all/20240529095132.1929397-1-arnd@kernel.org/

            List of files:
            /linux-6.15/drivers/edac/Makefile</description>
        <pubDate>Wed, 29 May 2024 09:51:11 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>6f15b178 - EDAC/versal: Add a Xilinx Versal memory controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/edac/Makefile#6f15b178</link>
        <description>EDAC/versal: Add a Xilinx Versal memory controller driverAdd a EDAC driver for the RAS capabilities on the Xilinx integrated DDRMemory Controllers (DDRMCs) which support both DDR4 and LPDDR4/4X memoryinterfaces. It has four programmable Network-on-Chip (NoC) interfaceports and is designed to handle multiple streams of traffic. The driverreports correctable and uncorrectable errors, and also creates debugfsentries for testing through error injection.  [ bp:   - Add a pointer to the documentation about the register unlock code.   - Squash in a fix for a Smatch static checker issue as reported by     Dan Carpenter:     https://lore.kernel.org/r/a4db6f93-8e5f-4d55-a7b8-b5a987d48a58@moroto.mountain  ]Co-developed-by: Sai Krishna Potthuri &lt;sai.krishna.potthuri@amd.com&gt;Signed-off-by: Sai Krishna Potthuri &lt;sai.krishna.potthuri@amd.com&gt;Signed-off-by: Shubhrajyoti Datta &lt;shubhrajyoti.datta@amd.com&gt;Signed-off-by: Borislav Petkov (AMD) &lt;bp@alien8.de&gt;Link: https://lore.kernel.org/r/20231005101242.14621-3-shubhrajyoti.datta@amd.com

            List of files:
            /linux-6.15/drivers/edac/Makefile</description>
        <pubDate>Thu, 05 Oct 2023 10:12:42 +0000</pubDate>
        <dc:creator>Shubhrajyoti Datta &lt;shubhrajyoti.datta@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>d244c610 - EDAC/npcm: Add NPCM memory controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/edac/Makefile#d244c610</link>
        <description>EDAC/npcm: Add NPCM memory controller driverAdd driver for memory controller present on Nuvoton NPCM SoCs. Thememory controller supports single bit error correction and double biterror detection.Signed-off-by: Marvin Lin &lt;milkfafa@gmail.com&gt;Signed-off-by: Borislav Petkov (AMD) &lt;bp@alien8.de&gt;Link: https://lore.kernel.org/r/20230111093245.318745-4-milkfafa@gmail.com

            List of files:
            /linux-6.15/drivers/edac/Makefile</description>
        <pubDate>Wed, 11 Jan 2023 09:32:45 +0000</pubDate>
        <dc:creator>Marvin Lin &lt;milkfafa@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3bd2706c - EDAC/zynqmp: Add EDAC support for Xilinx ZynqMP OCM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/edac/Makefile#3bd2706c</link>
        <description>EDAC/zynqmp: Add EDAC support for Xilinx ZynqMP OCMAdd EDAC support for Xilinx ZynqMP OCM Controller, so this driver reports CE andUE errors upon interrupt generation. Also add debugfs files for error injection.On Xilinx ZynqMP platform, both OCM Controller driver(zynqmp_edac) and DDRMemory Controller driver(synopsys_edac) co-exist which means both can be loadedat a time. This scenario is tested on Xilinx ZynqMP platform.Fix following issue reported by the robot:  &quot;MAINTAINERS references a file that doesn&apos;t exist:  Documentation/devicetree/bindings/edac/xlnx,zynqmp-ocmc.yaml&quot;  [ bp:    - Massage commit message    - s/EDAC_ZYNQMP_OCM/EDAC_ZYNQMP/    - Touchups      ]Reported-by: kernel test robot &lt;lkp@intel.com&gt;Co-developed-by: Shubhrajyoti Datta &lt;shubhrajyoti.datta@amd.com&gt;Signed-off-by: Shubhrajyoti Datta &lt;shubhrajyoti.datta@amd.com&gt;Signed-off-by: Sai Krishna Potthuri &lt;sai.krishna.potthuri@amd.com&gt;Signed-off-by: Borislav Petkov (AMD) &lt;bp@alien8.de&gt;Link: https://lore.kernel.org/r/20230104084512.1855243-3-sai.krishna.potthuri@amd.com

            List of files:
            /linux-6.15/drivers/edac/Makefile</description>
        <pubDate>Wed, 04 Jan 2023 08:45:12 +0000</pubDate>
        <dc:creator>Sai Krishna Potthuri &lt;sai.krishna.potthuri@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>61810096 - EDAC/amd64: Merge error injection sysfs facilities</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/edac/Makefile#61810096</link>
        <description>EDAC/amd64: Merge error injection sysfs facilitiesMerge them into the main driver and put them inside an EDAC_DEBUGifdeffery to simplify the driver and have all debugging/injection stuffbehind a debug build-time switch.No functional changes.Signed-off-by: Borislav Petkov &lt;bp@suse.de&gt;Reviewed-by: Yazen Ghannam &lt;yazen.ghannam@amd.com&gt;Link: https://lkml.kernel.org/r/20201215110517.5215-2-bp@alien8.de

            List of files:
            /linux-6.15/drivers/edac/Makefile</description>
        <pubDate>Tue, 15 Dec 2020 08:18:44 +0000</pubDate>
        <dc:creator>Borislav Petkov &lt;bp@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>2a28ceef - EDAC/amd64: Merge sysfs debugging attributes setup code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/edac/Makefile#2a28ceef</link>
        <description>EDAC/amd64: Merge sysfs debugging attributes setup codeThere&apos;s no need for them to be in a separate file so merge them into themain driver compilation unit like the other EDAC drivers do.Drop now-unneeded function export, make the function static and shortenstatic function names.No functional changes.Signed-off-by: Borislav Petkov &lt;bp@suse.de&gt;Reviewed-by: Yazen Ghannam &lt;yazen.ghannam@amd.com&gt;Link: https://lkml.kernel.org/r/20201215110517.5215-1-bp@alien8.de

            List of files:
            /linux-6.15/drivers/edac/Makefile</description>
        <pubDate>Mon, 14 Dec 2020 19:47:11 +0000</pubDate>
        <dc:creator>Borislav Petkov &lt;bp@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>0385979a - EDAC/mv64x60: Remove orphan mv64x60 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/edac/Makefile#0385979a</link>
        <description>EDAC/mv64x60: Remove orphan mv64x60 driverThe mv64x60 EDAC driver depends on CONFIG_MV64X60. But that symbol isnot user-selectable, and the last code that selected it was removedwith the C2K board support in 2018, see:  92c8c16f3457 (&quot;powerpc/embedded6xx: Remove C2K board support&quot;)That means the driver is now dead code, so remove it.Suggested-by: Borislav Petkov &lt;bp@alien8.de&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Signed-off-by: Borislav Petkov &lt;bp@suse.de&gt;Link: https://lkml.kernel.org/r/20201207040253.628528-1-mpe@ellerman.id.au

            List of files:
            /linux-6.15/drivers/edac/Makefile</description>
        <pubDate>Mon, 07 Dec 2020 04:02:53 +0000</pubDate>
        <dc:creator>Michael Ellerman &lt;mpe@ellerman.id.au&gt;</dc:creator>
    </item>
<item>
        <title>10590a9d - EDAC/igen6: Add EDAC driver for Intel client SoCs using IBECC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/edac/Makefile#10590a9d</link>
        <description>EDAC/igen6: Add EDAC driver for Intel client SoCs using IBECCThis driver supports Intel client SoC with integrated memory controllerusing In-Band ECC(IBECC). The memory correctable and uncorrectable errorsare reported via NMIs. The driver handles the NMIs and decodes the memoryerror address to platform specific address. The first IBECC-supported SoCis Elkhart Lake.[Tony: s/#include &lt;linux/nmi.h&gt;/#include &lt;asm/nmi.h&gt;/ to fix randconfig build]Signed-off-by: Qiuxu Zhuo &lt;qiuxu.zhuo@intel.com&gt;Signed-off-by: Tony Luck &lt;tony.luck@intel.com&gt;

            List of files:
            /linux-6.15/drivers/edac/Makefile</description>
        <pubDate>Thu, 05 Nov 2020 07:49:14 +0000</pubDate>
        <dc:creator>Qiuxu Zhuo &lt;qiuxu.zhuo@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e23a7cde - EDAC/al-mc-edac: Add Amazon&apos;s Annapurna Labs Memory Controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/edac/Makefile#e23a7cde</link>
        <description>EDAC/al-mc-edac: Add Amazon&apos;s Annapurna Labs Memory Controller driverThe Amazon&apos;s Annapurna Labs Memory Controller EDAC supports ECC capabilityfor error detection and correction (Single bit error correction, Doubledetection). This driver introduces EDAC driver for that capability. [ bp: Remove &quot;EDAC&quot; string from Kconfig tristate as it is redundant. ]Signed-off-by: Talel Shenhar &lt;talel@amazon.com&gt;Signed-off-by: Borislav Petkov &lt;bp@suse.de&gt;Reviewed-by: James Morse &lt;james.morse@arm.com&gt;Link: https://lkml.kernel.org/r/20200816185551.19108-3-talel@amazon.com

            List of files:
            /linux-6.15/drivers/edac/Makefile</description>
        <pubDate>Sun, 16 Aug 2020 18:55:51 +0000</pubDate>
        <dc:creator>Talel Shenhar &lt;talel@amazon.com&gt;</dc:creator>
    </item>
<item>
        <title>1088750d - EDAC: Add EDAC driver for DMC520</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/edac/Makefile#1088750d</link>
        <description>EDAC: Add EDAC driver for DMC520The driver supports error detection and correction on devices with anARM DMC-520 memory controller.Signed-off-by: Lei Wang &lt;leiwang_git@outlook.com&gt;Signed-off-by: Shiping Ji &lt;shiping.linux@gmail.com&gt;Signed-off-by: Borislav Petkov &lt;bp@suse.de&gt;Reviewed-by: James Morse &lt;james.morse@arm.com&gt;Link: https://lkml.kernel.org/r/83b48c70-dc06-d0d4-cae9-a2187fca628b@gmail.com

            List of files:
            /linux-6.15/drivers/edac/Makefile</description>
        <pubDate>Thu, 23 Jan 2020 00:31:14 +0000</pubDate>
        <dc:creator>Lei Wang &lt;leiwang_git@outlook.com&gt;</dc:creator>
    </item>
<item>
        <title>7f6998a4 - ARM: 8888/1: EDAC: Add driver for the Marvell Armada XP SDRAM and L2 cache ECC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/edac/Makefile#7f6998a4</link>
        <description>ARM: 8888/1: EDAC: Add driver for the Marvell Armada XP SDRAM and L2 cache ECCAdd support for the ECC functionality as found in the DDR RAM and L2cache controllers on the MV78230/MV78x60 SoCs. This driver has beentested on the MV78460 (on a custom board with a DDR3 ECC DIMM).[cp use SPDX license]Signed-off-by: Jan Luebbe &lt;jlu@pengutronix.de&gt;Signed-off-by: Chris Packham &lt;chris.packham@alliedtelesis.co.nz&gt;Reviewed-by: Borislav Petkov &lt;bp@suse.de&gt;Signed-off-by: Russell King &lt;rmk+kernel@armlinux.org.uk&gt;

            List of files:
            /linux-6.15/drivers/edac/Makefile</description>
        <pubDate>Fri, 12 Jul 2019 04:46:57 +0000</pubDate>
        <dc:creator>Jan Luebbe &lt;jlu@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>82413e56 - EDAC, mellanox: Add ECC support for BlueField DDR4</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/edac/Makefile#82413e56</link>
        <description>EDAC, mellanox: Add ECC support for BlueField DDR4Add ECC support for Mellanox BlueField SoC DDR controller.This requires SMC to the running Arm Trusted Firmware to reportwhat is the current memory configuration.Reviewed-by: James Morse &lt;james.morse@arm.com&gt;Signed-off-by: Shravan Kumar Ramani &lt;sramani@mellanox.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/edac/Makefile</description>
        <pubDate>Tue, 25 Jun 2019 19:13:59 +0000</pubDate>
        <dc:creator>Shravan Kumar Ramani &lt;sramani@mellanox.com&gt;</dc:creator>
    </item>
<item>
        <title>91abaeaa - EDAC/sifive: Add EDAC platform driver for SiFive SoCs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/edac/Makefile#91abaeaa</link>
        <description>EDAC/sifive: Add EDAC platform driver for SiFive SoCsAdd an EDAC driver for SiFive SoCs. The initial version supports ECCevent monitoring and reporting through the EDAC framework for the SiFiveL2 cache controller. It registers for notifier events from the L2 cachecontroller driver (arch/riscv/mm/sifive_l2_cache.c) for L2 ECC events. [ bp: Massage commit message. ]Signed-off-by: Yash Shah &lt;yash.shah@sifive.com&gt;Signed-off-by: Borislav Petkov &lt;bp@suse.de&gt;Reviewed-by: James Morse &lt;james.morse@arm.com&gt;Cc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Cc: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;Cc: Linus Walleij &lt;linus.walleij@linaro.org&gt;Cc: linux-edac &lt;linux-edac@vger.kernel.org&gt;Cc: linux-riscv@lists.infradead.orgCc: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;Cc: Nicolas Ferre &lt;nicolas.ferre@microchip.com&gt;Cc: Palmer Dabbelt &lt;palmer@sifive.com&gt;Cc: &quot;Paul E. McKenney&quot; &lt;paulmck@linux.ibm.com&gt;Cc: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Cc: sachin.ghadi@sifive.comLink: https://lkml.kernel.org/r/1557142026-15949-2-git-send-email-yash.shah@sifive.com

            List of files:
            /linux-6.15/drivers/edac/Makefile</description>
        <pubDate>Mon, 06 May 2019 11:27:06 +0000</pubDate>
        <dc:creator>Yash Shah &lt;yash.shah@sifive.com&gt;</dc:creator>
    </item>
</channel>
</rss>
