<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>31b43c079f9aa55754c20404a42bca9a49e01f60 - Merge tag &apos;soc-drivers-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/memory/Kconfig#31b43c079f9aa55754c20404a42bca9a49e01f60</link>
        <description>Merge tag &apos;soc-drivers-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socPull SoC driver updates from Arnd Bergmann: &quot;The driver updates again are all over the place with many minor fixes  going into platform specific code. The most notable changes are:   - Support for Microchip pic64gx system controllers   - Work on cleaning up devicetree bindings for SoC drivers, and     converting them into the new format   - Lots of smaller changes for Qualcomm SoC drivers, including support     for a number of newly supported chips   - reset controller API cleanups and a new driver for Cix Sky1   - Reworks of the Tegra PMC and CBB drivers, along with a change to     how individual Tegra SoCs get selected in Kconfig and BPMP firmware     driver updates including a refresh of the ABI header to match the     version used by firmware   - STM32 updates to the firewall bus driver and support for the debug     bus through OP-TEE   - SCMI firmware driver improvements for reliability, in particular     for dealing with broken firmware interrupts   - Memory driver updates for Tegra, and a patch to remove the unused     Baikal T1 driver&quot;* tag &apos;soc-drivers-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (193 commits)  firmware: arm_ffa: Use the correct buffer size during RXTX_MAP  firmware: qcom: scm: Allow QSEECOM on Lenovo IdeaCentre Mini X  clk: spear: fix resource leak in clk_register_vco_pll()  reset: rzv2h-usb2phy: Add support for VBUS mux controller registration  reset: rzv2h-usb2phy: Convert to regmap API  dt-bindings: reset: renesas,rzv2h-usb2phy: Document RZ/G3E USB2PHY reset  dt-bindings: reset: renesas,rzv2h-usb2phy: Add &apos;#mux-state-cells&apos; property  soc: microchip: add mpfs gpio interrupt mux driver  dt-bindings: soc: microchip: document PolarFire SoC&apos;s gpio interrupt mux  gpio: mpfs: Add interrupt support  soc: qcom: ubwc: add helpers to get programmable values  soc: qcom: ubwc: add helper to get min_acc length  firmware: qcom: scm: Register gunyah watchdog device  soc: qcom: socinfo: Add SoC ID for SA8650P  dt-bindings: arm: qcom,ids: Add SoC ID for SA8650P  firmware: qcom: scm: Allow QSEECOM on Mahua CRD  soc: qcom: wcnss: simplify allocation of req  soc: qcom: pd-mapper: Add support for Eliza  soc: qcom: aoss: compare against normalized cooling state  soc: qcom: llcc: fix v1 SB syndrome register offset  ...

            List of files:
            /linux/drivers/memory/Kconfig</description>
        <pubDate>Fri, 17 Apr 2026 05:34:34 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>c7091fd5ebda16a67a121f64cf37014332de965d - Merge tag &apos;memory-controller-drv-7.1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into soc/drivers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/memory/Kconfig#c7091fd5ebda16a67a121f64cf37014332de965d</link>
        <description>Merge tag &apos;memory-controller-drv-7.1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into soc/driversMemory controller drivers for v7.11. TegraMC: - Few fixes for older issues - missing clock on Tegra264,   missing enabling of DLL for Tegra30 and Tegra124. - Simplify the code in a few places. - Rework handling interrupts on different variants and add support for   error logging on Tegra 264.2. Drop Baikal SoC bt1-l2-ctl driver, because SoC support is being   removed tree-wide.* tag &apos;memory-controller-drv-7.1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl:  memory: tegra: Add MC error logging support for Tegra264  memory: tegra: Prepare for supporting multiple intmask registers  memory: tegra: Group SoC specific fields  memory: tegra: Add support for multiple IRQs  memory: tegra: Group register and fields  memory: tegra: Group error handling related registers  memory: tegra-mc: Use %pe format  memory: tegra-mc: Simplify printing PTR_ERR with dev_err_probe  memory: tegra-mc: Drop tegra_mc_setup_latency_allowance() return value  memory: renesas-rpc-if: Simplify printing PTR_ERR with dev_err_probe  memory: brcmstb_memc: Expand LPDDR4 check to cover for LPDDR5  dt-bindings: cache: bt1-l2-ctl: Remove unused bindings  memory: bt1-l2-ctl: Remove not-going-to-be-supported code for Baikal SoC  memory: tegra30-emc: Fix dll_change check  memory: tegra124-emc: Fix dll_change check  memory: tegra: Add support for DBB clock on Tegra264Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux/drivers/memory/Kconfig</description>
        <pubDate>Wed, 01 Apr 2026 23:44:55 +0200</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>d455e0f602d7e4d4ba709418009c39be48fc2149 - memory: bt1-l2-ctl: Remove not-going-to-be-supported code for Baikal SoC</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/memory/Kconfig#d455e0f602d7e4d4ba709418009c39be48fc2149</link>
        <description>memory: bt1-l2-ctl: Remove not-going-to-be-supported code for Baikal SoCAs noticed in the discussion [1] the Baikal SoC and platformsare not going to be finalized, hence remove stale code.Link: https://lore.kernel.org/lkml/22b92ddf-6321-41b5-8073-f9c7064d3432@infradead.org/ [1]Reviewed-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Link: https://patch.msgid.link/20260225173930.3819351-2-andriy.shevchenko@linux.intel.comSigned-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;

            List of files:
            /linux/drivers/memory/Kconfig</description>
        <pubDate>Wed, 25 Feb 2026 18:37:20 +0100</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f088104d837a991c65e51fa30bb4196169b3244d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/memory/Kconfig#f088104d837a991c65e51fa30bb4196169b3244d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerge in order to get the commit:  048832a3f400 (&quot;drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter&quot;)To drm-intel-gt-next as there are followup fixes to be applied.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/memory/Kconfig</description>
        <pubDate>Tue, 16 Sep 2025 12:53:20 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ab93e0dd72c37d378dd936f031ffb83ff2bd87ce - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/memory/Kconfig#ab93e0dd72c37d378dd936f031ffb83ff2bd87ce</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.17 merge window.

            List of files:
            /linux/drivers/memory/Kconfig</description>
        <pubDate>Wed, 06 Aug 2025 19:08:54 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a7bee4e7f78089c101be2ad51f4b5ec64782053e - Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/memory/Kconfig#a7bee4e7f78089c101be2ad51f4b5ec64782053e</link>
        <description>Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into nextMerge an immutable branch between MFD, GPIO, Input and PWM to resolveconflicts for the merge window pull request.

            List of files:
            /linux/drivers/memory/Kconfig</description>
        <pubDate>Mon, 04 Aug 2025 08:28:48 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>74f1af95820fc2ee580a775a3a17c416db30b38c - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/memory/Kconfig#74f1af95820fc2ee580a775a3a17c416db30b38c</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-nextBack-merge drm-next to (indirectly) get arm-smmu updates for makingstall-on-fault more reliable.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/memory/Kconfig</description>
        <pubDate>Sun, 29 Jun 2025 04:54:49 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>c598d5eb9fb331ba17bc9ad67ae9a2231ca5aca5 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/memory/Kconfig#c598d5eb9fb331ba17bc9ad67ae9a2231ca5aca5</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to forward to v6.16-rc1Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/memory/Kconfig</description>
        <pubDate>Wed, 11 Jun 2025 09:01:34 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>86e2d052c2320bf12571a5d96b16c2745e1cfc5e - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/memory/Kconfig#86e2d052c2320bf12571a5d96b16c2745e1cfc5e</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.16Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/memory/Kconfig</description>
        <pubDate>Mon, 09 Jun 2025 18:26:55 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>34c55367af96f62e89221444f04487440ebc6487 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/memory/Kconfig#34c55367af96f62e89221444f04487440ebc6487</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.16-rc1, among other things to get the fixed size GENMASK_U*()and BIT_U*() macros.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/memory/Kconfig</description>
        <pubDate>Mon, 09 Jun 2025 11:40:46 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>297d9111e9fcf47dd1dcc6f79bba915f35378d01 - Merge tag &apos;soc-drivers-6.16&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/memory/Kconfig#297d9111e9fcf47dd1dcc6f79bba915f35378d01</link>
        <description>Merge tag &apos;soc-drivers-6.16&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socPull SoC driver updates from Arnd Bergmann: &quot;Updates are across the usual driver subsystems with SoC specific  drivers:   - added soc specicific drivers for sophgo cv1800 and sg2044, qualcomm     sm8750, and amlogic c3 and s4 chips.   - cache controller updates for sifive chips, plus binding changes for     other cache descriptions.   - memory controller drivers for mediatek mt6893, stm32 and cleanups     for a few more drivers   - reset controller drivers for T-Head TH1502, Sophgo sg2044 and     Renesas RZ/V2H(P)   - SCMI firmware updates to better deal with buggy firmware, plus     better support for Qualcomm X1E and NXP i.MX specific interfaces   - a new platform driver for the crypto firmware on Cznic Turris     Omnia/MOX   - cleanups for the TEE firmware subsystem and amdtee driver   - minor updates and fixes for freescale/nxp, qualcomm, google,     aspeed, wondermedia, ti, nxp, renesas, hisilicon, mediatek,     broadcom and samsung SoCs&quot;* tag &apos;soc-drivers-6.16&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (133 commits)  soc: aspeed: Add NULL check in aspeed_lpc_enable_snoop()  soc: aspeed: lpc: Fix impossible judgment condition  ARM: aspeed: Don&apos;t select SRAM  docs: firmware: qcom_scm: Fix kernel-doc warning  soc: fsl: qe: Consolidate chained IRQ handler install/remove  firmware: qcom: scm: Allow QSEECOM for HP EliteBook Ultra G1q  dt-bindings: mfd: qcom,tcsr: Add compatible for ipq5018  dt-bindings: cache: add QiLai compatible to ax45mp  memory: stm32_omm: Fix error handling in stm32_omm_disable_child()  dt-bindings: cache: Convert marvell,tauros2-cache to DT schema  dt-bindings: cache: Convert marvell,{feroceon,kirkwood}-cache to DT schema  soc: samsung: exynos-pmu: enable CPU hotplug support for gs101  MAINTAINERS: Add google,gs101-pmu-intr-gen.yaml binding file  dt-bindings: soc: samsung: exynos-pmu: gs101: add google,pmu-intr-gen phandle  dt-bindings: soc: google: Add gs101-pmu-intr-gen binding documentation  bus: fsl-mc: Use strscpy() instead of strscpy_pad()  soc: fsl: qbman: Remove const from portal-&gt;cgrs allocation type  bus: fsl_mc: Fix driver_managed_dma check  bus: fsl-mc: increase MC_CMD_COMPLETION_TIMEOUT_MS value  bus: fsl-mc: drop useless cleanup  ...

            List of files:
            /linux/drivers/memory/Kconfig</description>
        <pubDate>Sat, 31 May 2025 16:53:30 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>bddf9448039b198d4ffa486d209bfb0a07a8674e - Merge tag &apos;memory-controller-drv-6.16&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into soc/drivers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/memory/Kconfig#bddf9448039b198d4ffa486d209bfb0a07a8674e</link>
        <description>Merge tag &apos;memory-controller-drv-6.16&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into soc/driversMemory controller drivers for v6.161. Mediatek: Add support for MT6893 MTK SMI.2. STM32: Add new driver for STM32 Octo Memory Manager (OMM), which   manages muxing between two OSPI busses.3. Several cleanups and minor improvements (OMAP GPMC, Kconfig entries,   BT1 L2).* tag &apos;memory-controller-drv-6.16&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl:  MAINTAINERS: add entry for STM32 OCTO MEMORY MANAGER driver  memory: Add STM32 Octo Memory Manager driver  dt-bindings: memory-controllers: Add STM32 Octo Memory Manager controller  bus: firewall: Fix missing static inline annotations for stubs  memory: bt1-l2-ctl: replace scnprintf() with sysfs_emit()  memory: mtk-smi: Add support for Dimensity 1200 MT6893 SMI  dt-bindings: memory: mtk-smi: Add support for MT6893  memory: tegra: Do not enable by default during compile testing  memory: Simplify &apos;default&apos; choice in Kconfig  memory: omap-gpmc: remove GPIO set() and direction_output() callbacks  memory: omap-gpmc: use the dedicated define for GPIO directionLink: https://lore.kernel.org/r/20250508093451.55755-2-krzysztof.kozlowski@linaro.orgSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux/drivers/memory/Kconfig</description>
        <pubDate>Fri, 09 May 2025 23:11:48 +0200</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>8181d061dcff140fd5a40e568d8adb81f1403a28 - memory: Add STM32 Octo Memory Manager driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/memory/Kconfig#8181d061dcff140fd5a40e568d8adb81f1403a28</link>
        <description>memory: Add STM32 Octo Memory Manager driverOcto Memory Manager driver (OMM) manages:  - the muxing between 2 OSPI busses and 2 output ports.    There are 4 possible muxing configurations:      - direct mode (no multiplexing): OSPI1 output is on port 1 and OSPI2        output is on port 2      - OSPI1 and OSPI2 are multiplexed over the same output port 1      - swapped mode (no multiplexing), OSPI1 output is on port 2,        OSPI2 output is on port 1      - OSPI1 and OSPI2 are multiplexed over the same output port 2  - the split of the memory area shared between the 2 OSPI instances.  - chip select selection override.  - the time between 2 transactions in multiplexed mode.  - check firewall access.Signed-off-by: Christophe Kerello &lt;christophe.kerello@foss.st.com&gt;Signed-off-by: Patrice Chotard &lt;patrice.chotard@foss.st.com&gt;Link: https://lore.kernel.org/r/20250428-upstream_ospi_v6-v11-2-1548736fd9d2@foss.st.comSigned-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;

            List of files:
            /linux/drivers/memory/Kconfig</description>
        <pubDate>Mon, 28 Apr 2025 10:58:31 +0200</pubDate>
        <dc:creator>Patrice Chotard &lt;patrice.chotard@foss.st.com&gt;</dc:creator>
    </item>
<item>
        <title>0c16b8fdfe0952ce6fb317c27dbd54e214e5ed6d - memory: Simplify &apos;default&apos; choice in Kconfig</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/memory/Kconfig#0c16b8fdfe0952ce6fb317c27dbd54e214e5ed6d</link>
        <description>memory: Simplify &apos;default&apos; choice in Kconfig&apos;default y if FOO&apos; can be written shorter (and it already is in otherplaces).Link: https://lore.kernel.org/r/20250404111703.235455-1-krzysztof.kozlowski@linaro.orgSigned-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;

            List of files:
            /linux/drivers/memory/Kconfig</description>
        <pubDate>Fri, 04 Apr 2025 13:17:02 +0200</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>c771600c6af14749609b49565ffb4cac2959710d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/memory/Kconfig#c771600c6af14749609b49565ffb4cac2959710d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextWe need4ba4f1afb6a9 (&quot;perf: Generic hotplug support for a PMU with a scope&quot;)in order to land a i915 PMU simplification and a fix. That landed in 6.12and we are stuck at 6.9 so lets bump things forward.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/drivers/memory/Kconfig</description>
        <pubDate>Wed, 05 Feb 2025 10:29:14 +0100</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>36ec807b627b4c0a0a382f0ae48eac7187d14b2b - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/memory/Kconfig#36ec807b627b4c0a0a382f0ae48eac7187d14b2b</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.12 merge window.

            List of files:
            /linux/drivers/memory/Kconfig</description>
        <pubDate>Fri, 20 Sep 2024 10:24:24 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f057b57270c2a17d3f45c177e9434fa5745caa48 - Merge branch &apos;ib/6.11-rc6-matrix-keypad-spitz&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/memory/Kconfig#f057b57270c2a17d3f45c177e9434fa5745caa48</link>
        <description>Merge branch &apos;ib/6.11-rc6-matrix-keypad-spitz&apos; into nextBring in changes removing support for platform data from matrix-keypaddriver.

            List of files:
            /linux/drivers/memory/Kconfig</description>
        <pubDate>Fri, 06 Sep 2024 06:49:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>66e72a01b60ae6950ddbb3585fdc1424d303e14b - Merge tag &apos;v6.11-rc1&apos; into clk-meson-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/memory/Kconfig#66e72a01b60ae6950ddbb3585fdc1424d303e14b</link>
        <description>Merge tag &apos;v6.11-rc1&apos; into clk-meson-nextLinux 6.11-rc1

            List of files:
            /linux/drivers/memory/Kconfig</description>
        <pubDate>Mon, 29 Jul 2024 16:32:02 +0200</pubDate>
        <dc:creator>Jerome Brunet &lt;jbrunet@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>ee057c8c194b9283f4137b253b70e292693a39f0 - Merge tag &apos;v6.11-rc3&apos; into trace/ring-buffer/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/memory/Kconfig#ee057c8c194b9283f4137b253b70e292693a39f0</link>
        <description>Merge tag &apos;v6.11-rc3&apos; into trace/ring-buffer/coreThe &quot;reserve_mem&quot; kernel command line parameter has been pulled intov6.11. Merge the latest -rc3 to allow the persistent ring buffer memory tobe able to be mapped at the address specified by the &quot;reserve_mem&quot; commandline parameter.Signed-off-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux/drivers/memory/Kconfig</description>
        <pubDate>Wed, 14 Aug 2024 22:56:42 +0200</pubDate>
        <dc:creator>Steven Rostedt &lt;rostedt@goodmis.org&gt;</dc:creator>
    </item>
<item>
        <title>c8faf11cd192214e231626c3ee973a35d8fc33f2 - Merge tag &apos;v6.11-rc1&apos; into for-6.12</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/memory/Kconfig#c8faf11cd192214e231626c3ee973a35d8fc33f2</link>
        <description>Merge tag &apos;v6.11-rc1&apos; into for-6.12Linux 6.11-rc1

            List of files:
            /linux/drivers/memory/Kconfig</description>
        <pubDate>Tue, 30 Jul 2024 21:30:11 +0200</pubDate>
        <dc:creator>Tejun Heo &lt;tj@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
