<?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>b2128290c29902315e632ea59e0504d6bc9e9b42 - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-backmerge</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/Kconfig#b2128290c29902315e632ea59e0504d6bc9e9b42</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-backmergeBackmerge of drm-next, mainly to pick up dt bindings docs updates toavoid conflicts.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/thermal/Kconfig</description>
        <pubDate>Sat, 18 Jul 2026 17:06:55 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>637315cb400eed1dbe721954fea437a61a2d65b2 - Merge tag &apos;kvm-riscv-7.3-1&apos; of https://github.com/kvm-riscv/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/Kconfig#637315cb400eed1dbe721954fea437a61a2d65b2</link>
        <description>Merge tag &apos;kvm-riscv-7.3-1&apos; of https://github.com/kvm-riscv/linux into HEADKVM/riscv changes for 7.3- Svadu/Zicfiss/Zicfilp FWFT support for Guest- Use try_cmpxchg for IMSIC MRIF RMW- More arch-specific tracepoints in KVM RISC-V- Eager Page Splitting for KVM RISC-V- Optimize hfence request handling for SMP Guests- Improve dirty log clearing by skipping zero bits in mask- Guard HFENCE range loops against overflow- CPU PM notifiers in KVM RISC-V for non-retentive idle states- Fix kernel-mode vector context save/restore for Guest

            List of files:
            /linux/drivers/thermal/Kconfig</description>
        <pubDate>Tue, 18 Aug 2026 13:07:31 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>efe86f088f48f18c27b648e5724048947f3b7fb4 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/Kconfig#efe86f088f48f18c27b648e5724048947f3b7fb4</link>
        <description>Merge drm/drm-next into drm-xe-nextSync some i915/display changesSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/thermal/Kconfig</description>
        <pubDate>Tue, 14 Jul 2026 15:40:31 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6d177908bad5992e17669030db41caab88041d5e - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/Kconfig#6d177908bad5992e17669030db41caab88041d5e</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.2-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/thermal/Kconfig</description>
        <pubDate>Tue, 30 Jun 2026 14:55:43 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>827b9aabd3ea3e96d5e48abed9f44dbd1e550d4e - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/Kconfig#827b9aabd3ea3e96d5e48abed9f44dbd1e550d4e</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get drm-misc-next to v7.2-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/thermal/Kconfig</description>
        <pubDate>Tue, 30 Jun 2026 10:16:00 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>7dd19adaaac9a161723a24de7c270861063ec6ac - Merge tag &apos;v7.2-rc1&apos; into drm-rust-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/Kconfig#7dd19adaaac9a161723a24de7c270861063ec6ac</link>
        <description>Merge tag &apos;v7.2-rc1&apos; into drm-rust-nextMerge v7.2-rc1 into drm-rust-next to start the next cycle.Devres now requires T: &apos;static, which conflicts with shmem::Object usingDevres&lt;SGTableMap&lt;T, C&gt;&gt; without that bound. Resolve by adding &apos;staticas a supertrait to DriverObject and DeviceContext, which does notrestrict any current use cases since DriverObject is always implementedon owned, refcounted types and DeviceContext is a sealed marker traitwith only unit-type implementors.If DriverObject (or DeviceContext) ever becomes lifetime-parameterized(e.g. via a GAT for TTM backed objects), the &apos;static supertrait can berelaxed at that point.Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/drivers/thermal/Kconfig</description>
        <pubDate>Sun, 28 Jun 2026 22:39:43 +0200</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0eaed89c18aeedf0898baf2dbf5ff027c6795152 - Merge tag &apos;timers-v7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/Kconfig#0eaed89c18aeedf0898baf2dbf5ff027c6795152</link>
        <description>Merge tag &apos;timers-v7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource  - Use designated initializers for sh_mtu2, sh_cmt, and sh_tmu, and    drop the unused initializer in the platform_device_id table for    sh_mtu2 (Uwe Kleine-K&#246;nig)  - Remove redundant dev_err()/dev_err_probe() messages when    devm_request_*_irq() fails, as the helper already logs an error    message (Pan Chuang)  - Fix a boot hang on Allwinner D1 when a forced minimum delta is used    with the sun4i timer (Felix Yan)  - Fix an IRQ leak in the cpuhp_setup_state() error path by freeing the    IRQ on failure in the NXP PIT driver (WenTao Liang)  - Fix incorrect unmapping of shared MMIO between the clocksource and    clockevent drivers. If one of them fails to initialize, the error    path unmaps the shared MMIO region, leaving the other driver with an    invalid mapping on clps711x (Guangshuo Li)  - Make the samsung_pwm driver compatible with PREEMPT_RT by replacing    regular spinlocks with raw_spinlock_t in atomic contexts (Marek    Szyprowski)  - Use __raw_readl() and __raw_writel() instead of ioread32() and    iowrite32() to support SWAP_IO_SPACE in the rtl-otto driver (Rustam    Adilov)  - Fix a missing clk_disable_unprepare() call in the timer    initialization error path of the Armada driver (Yuho Choi)Link: https://lore.kernel.org/lkml/75feea31-683d-45a1-87f4-ab045e0152ae@oss.qualcomm.com

            List of files:
            /linux/drivers/thermal/Kconfig</description>
        <pubDate>Mon, 17 Aug 2026 10:29:52 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b4d85f863e5a6f1fa01b186001af0f68f4f5239e - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/Kconfig#b4d85f863e5a6f1fa01b186001af0f68f4f5239e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.3 merge window.

            List of files:
            /linux/drivers/thermal/Kconfig</description>
        <pubDate>Sat, 15 Aug 2026 06:26:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>76904fccf81936c084faebc73ac72c0919a42941 - Merge tag &apos;v7.2-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/Kconfig#76904fccf81936c084faebc73ac72c0919a42941</link>
        <description>Merge tag &apos;v7.2-rc3&apos; into nextSync up with mainline to pull in stable fixes to avoid merge conflicts.

            List of files:
            /linux/drivers/thermal/Kconfig</description>
        <pubDate>Tue, 14 Jul 2026 04:06:00 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>00599d4841790d05401820a96cf7edb193888b00 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/Kconfig#00599d4841790d05401820a96cf7edb193888b00</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesPull in tag v7.2-rc1 so that drm-misc-fixes becomes useful again,and drm-misc-next-fixes can be closed.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/drivers/thermal/Kconfig</description>
        <pubDate>Mon, 29 Jun 2026 17:58:00 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>f3c4a338b5064effd9ce6d2cfd26c73daa56f1f4 - Merge tag &apos;thermal-7.2-rc1&apos; of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael/linux-pm</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/Kconfig#f3c4a338b5064effd9ce6d2cfd26c73daa56f1f4</link>
        <description>Merge tag &apos;thermal-7.2-rc1&apos; of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael/linux-pmPull thermal control updates from Rafael Wysocki: &quot;These add new hardware support (i.MX93 TMU, Amlogic T7, Intel Arrow  Lake, QCom Nord, Shikra and Hawi), fix issues in a number of places in  the thermal control core and drivers, clean up code and refactor it in  preparation for future changes:   - Rework the initialization and cleanup of thermal class cooling     devices to separate DT-based cooling device registration and     cooling device registration without DT (Daniel Lezcano, Ovidiu     Panait)   - Update the cooling device DT bindings to support 3-cell cooling     device representation, where the additional cell holds an ID to     select a cooling mechanism for devices that offer multiple cooling     mechanisms, and adjust the cooling device registration code     accordingly (Gaurav Kohli, Daniel Lezcano)   - Remove dead code from two functions in the thermal core and     simplify the unregistration of thermal governors (Rafael Wysocki)   - Fix critical temperature attribute removal handling in the generic     thermal zone hwmon support code and rework that code to register a     separate hwmon class device for each thermal zone (instead of using     one hwmon class device for all thermal zones of the same type) to     address thermal zone removal deadlocks (Rafael Wysocki)   - Use attribute groups for adding temperature attributes to hwmon     class devices associated with thermal zones (Rafael Wysocki)   - Pass WQ_UNBOUND when allocating the thermal workqueue (Marco     Crivellari)   - Fix potential shift overflow in ptc_mmio_write() and improve error     handling in proc_thermal_ptc_add() in the int340x thermal control     driver (Aravind Anilraj)   - Use sysfs_emit() for cpumask printing in the Intel powerclamp     thermal driver (Yury Norov)   - Add Arrow Lake CPU models to the intel_tcc_cooling driver (Srinivas     Pandruvada)   - Add QCom Nord, Shikra and Hawi temperature sensor DT bindings     (Deepti Jaggi, Gaurav Kohli, Dipa Ramesh Mantre)   - Use devm_add_action_or_reset() for clock disable on the NVidia     soctherm and switch it to devm cooling device registration version     (Daniel Lezcano)   - Add the Amlogic T7 thermal sensor along with thermal calibration     data read from SMC calls (Ronald Claveau)   - Fix atomic temperature read in the QCom tsens driver to comply with     hardware documentation (Priyansh Jain)   - Add SpacemiT K1 thermal sensor support (Shuwei Wu)   - Add i.MX93 temperature sensor support and filter out the invalid     temperature (Jacky Bai)   - Enable by default the TMU (Thermal Monitoring Unit) on Exynos     platform (Krzysztof Kozlowski)   - Rework interrupt initialization in the Tsens driver and add the     optional wakeup source (Priyansh Jain)   - Fix typo in a comment in the TSens QCom driver (Jinseok Kim)   - Fix trailing whitespace and repeated word in the OF code, remove     quoted string splitting across lines from the iMX7 driver, and     remove a stray space from the thermal_trip_of_attr() macro     definition (Mayur Kumar)   - Update the thermal testing facility code to avoid NULL pointer     dereferences by rejecting missing command arguments and replace     sscanf() with kstrtoint() or kstrtoul() in that code (Ovidiu     Panait, Samuel Moelius)&quot;* tag &apos;thermal-7.2-rc1&apos; of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael/linux-pm: (54 commits)  thermal: sysfs: Replace sscanf() with kstrtoul()  thermal: testing: Replace sscanf() with kstrtoint()  thermal: testing: reject missing command arguments  thermal: intel: intel_tcc_cooling: Add Arrow Lake CPU models  thermal/drivers/qcom/tsens: Disable wakeup interrupt setup on automotive targets  thermal/drivers/qcom/tsens: Switch wake IRQ handling to PM callbacks  thermal/core: Fix missing stub for devm_thermal_cooling_device_register  dt-bindings: thermal: cooling-devices: Update support for 3 cells cooling device  thermal/of: Support cooling device ID in cooling-spec  thermal/of: Pass cdev_id and introduce devm registration helper  thermal/of: Add cooling device ID support  thermal/of: Rename the devm_thermal_of_cooling_device_register() function  thermal/core: Make cooling device OF node conditional on CONFIG_THERMAL_OF  thermal/of: Move cooling device OF helpers out of thermal core  hwmon: Use non-OF thermal cooling device registration API  thermal/core: Add devm_thermal_cooling_device_register()  thermal/core: Introduce non-OF thermal_cooling_device_register()  thermal/drivers/samsung: Enable TMU by default  thermal/driver/qoriq: Workaround unexpected temperature readings from tmu  thermal/drivers/qoriq: Add i.MX93 tmu support  ...

            List of files:
            /linux/drivers/thermal/Kconfig</description>
        <pubDate>Mon, 15 Jun 2026 08:05:11 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>9e2d7e32da60e594c41b692305b206a3286ea505 - Merge back earlier thermal control material for 7.2</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/Kconfig#9e2d7e32da60e594c41b692305b206a3286ea505</link>
        <description>Merge back earlier thermal control material for 7.2

            List of files:
            /linux/drivers/thermal/Kconfig</description>
        <pubDate>Thu, 11 Jun 2026 18:15:26 +0200</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>bdbca04e7e33b8c8051402b173922a6fdc74bf92 - Merge tag &apos;thermal-v7.2-rc1&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/Kconfig#bdbca04e7e33b8c8051402b173922a6fdc74bf92</link>
        <description>Merge tag &apos;thermal-v7.2-rc1&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linuxPull thermal driver updates for 7.2 from Daniel Lezcano: - Add the QCom Nord temperature sensor DT bindings (Deepti Jaggi) - Use devm_add_action_or_reset() for clock disable on the NVidia   soctherm and switch to devm cooling device registration version   (Daniel Lezcano) - Replace the devm version implementation by the helper doing the same   thing (Daniel Lezcano) - Add the Amlogic T7 thermal sensor along with thermal calibration   data read from SMC calls (Ronald Claveau) - Fix typo in comment, &quot;uppper&quot; with &quot;upper&quot; in the TSens QCom driver   (Jinseok Kim) - Add the QCom Shikra temperature sensor DT bindings (Gaurav Kohli) - Add the QCom Hawi temperature sensor DT bindings (Dipa Ramesh Mantre) - Fix atomic temperature read in the QCom tsens to comply with   hardware documentation (Priyansh Jain) - Fix trailing whitespace and repeated word in the OF code. Do not   split quoted string across lines in the iMX7 driver (Mayur Kumar) - Add SpacemiT K1 thermal sensor support (Shuwei Wu) - Add the i.MX93 temperature sensor support and filter out the invalid  temperature (Jacky Bai) - Enable by default the TMU (Thermal Monitoring Unit) on Exynos   platform (Krzysztof Kozlowski) - Split the core code and the OF which are interleaved. Add the   cooling device per index registration in order to support dedicated   cooling devices controller (Daniel Lezcano) - Add DT binding to specify an index in the cooling device map (Gaurav   Kohli) - Rework interrupt initialization in the Tsens driver and add the   optional wakeup source (Priyansh Jain)&quot;* tag &apos;thermal-v7.2-rc1&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux: (34 commits)  thermal/drivers/qcom/tsens: Disable wakeup interrupt setup on automotive targets  thermal/drivers/qcom/tsens: Switch wake IRQ handling to PM callbacks  thermal/core: Fix missing stub for devm_thermal_cooling_device_register  dt-bindings: thermal: cooling-devices: Update support for 3 cells cooling device  thermal/of: Support cooling device ID in cooling-spec  thermal/of: Pass cdev_id and introduce devm registration helper  thermal/of: Add cooling device ID support  thermal/of: Rename the devm_thermal_of_cooling_device_register() function  thermal/core: Make cooling device OF node conditional on CONFIG_THERMAL_OF  thermal/of: Move cooling device OF helpers out of thermal core  hwmon: Use non-OF thermal cooling device registration API  thermal/core: Add devm_thermal_cooling_device_register()  thermal/core: Introduce non-OF thermal_cooling_device_register()  thermal/drivers/samsung: Enable TMU by default  thermal/driver/qoriq: Workaround unexpected temperature readings from tmu  thermal/drivers/qoriq: Add i.MX93 tmu support  dt-bindings: thermal: qoriq: Add compatible string for imx93  thermal/drivers/spacemit/k1: Add thermal sensor support  dt-bindings: thermal: Add SpacemiT K1 thermal sensor  thermal/drivers/imx: Do not split quoted string across lines  ...

            List of files:
            /linux/drivers/thermal/Kconfig</description>
        <pubDate>Mon, 08 Jun 2026 15:00:20 +0200</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>296a977f2bac45759a427dc57a21edb628f5c86c - thermal/drivers/spacemit/k1: Add thermal sensor support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/Kconfig#296a977f2bac45759a427dc57a21edb628f5c86c</link>
        <description>thermal/drivers/spacemit/k1: Add thermal sensor supportThe thermal sensor on K1 supports monitoring five temperature zones.The driver registers these sensors with the thermal frameworkand supports standard operations:- Reading temperature (millidegree Celsius)- Setting high/low thresholds for interruptsSigned-off-by: Shuwei Wu &lt;shuwei.wu@mailbox.org&gt;Signed-off-by: Daniel Lezcano &lt;daniel.lezcano@kernel.org&gt;Reviewed-by: Anand Moon &lt;linux.amoon@gmail.com&gt;Reviewed-by: Troy Mitchell &lt;troy.mitchell@linux.spacemit.com&gt;Reviewed-by: Yao Zi &lt;me@ziyao.cc&gt;Tested-by: Anand Moon &lt;linux.amoon@gmail.com&gt;Tested-by: Vincent Legoll &lt;legoll@online.fr&gt; # OrangePi-RV2Tested-by: Gong Shuai &lt;gsh517025@gmail.com&gt;Link: https://patch.msgid.link/20260427-k1-thermal-v5-2-df39187480ed@mailbox.org

            List of files:
            /linux/drivers/thermal/Kconfig</description>
        <pubDate>Mon, 27 Apr 2026 09:15:16 +0200</pubDate>
        <dc:creator>Shuwei Wu &lt;shuwei.wu@mailbox.org&gt;</dc:creator>
    </item>
<item>
        <title>5f1e4f65d3002a814c690434f1dd37facc1df6ca - thermal/drivers/amlogic: Add missing dependency on MESON_SM</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/Kconfig#5f1e4f65d3002a814c690434f1dd37facc1df6ca</link>
        <description>thermal/drivers/amlogic: Add missing dependency on MESON_SMThe amlogic thermal driver calls meson_sm_get() andmeson_sm_get_thermal_calib() which are exported by the meson_smdriver. Without CONFIG_MESON_SM enabled, the build fails withundefined references to these symbols.Add a proper Kconfig dependency on MESON_SM instead of relying onstub functions, which makes the dependency explicit and preventsinvalid configurations.Closes: https://lore.kernel.org/oe-kbuild-all/202605291530.en7aGn7w-lkp@intel.com/Reported-by: Mark Brown &lt;broonie@kernel.org&gt;Reported-by: kernel test robot &lt;lkp@intel.com&gt;Signed-off-by: Ronald Claveau &lt;linux-kernel-dev@aliel.fr&gt;Signed-off-by: Daniel Lezcano &lt;daniel.lezcano@kernel.org&gt;Link: https://lore.kernel.org/oe-kbuild-all/202605291530.en7aGn7w-lkp@intel.com/Link: https://patch.msgid.link/20260602-fix-missing-meson_sm-symbol-v3-1-6f7f69cd7d6c@aliel.fr

            List of files:
            /linux/drivers/thermal/Kconfig</description>
        <pubDate>Tue, 02 Jun 2026 16:19:20 +0200</pubDate>
        <dc:creator>Ronald Claveau &lt;linux-kernel-dev@aliel.fr&gt;</dc:creator>
    </item>
<item>
        <title>8edf8b09fc44990977b3fbcb708035b1740d0b7e - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/Kconfig#8edf8b09fc44990977b3fbcb708035b1740d0b7e</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerging to pull in commit 5401b9adebc9 (&quot;i915: don&apos;t usea vma that didn&apos;t match the context VM&quot;) to revert it.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/thermal/Kconfig</description>
        <pubDate>Tue, 12 May 2026 10:16:35 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/Kconfig#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/drivers/thermal/Kconfig</description>
        <pubDate>Mon, 20 Apr 2026 03:28:57 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0421ccdfad0d92713a812a5aeb7d07b0ea7213c8 - Merge tag &apos;v7.0-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/Kconfig#0421ccdfad0d92713a812a5aeb7d07b0ea7213c8</link>
        <description>Merge tag &apos;v7.0-rc3&apos; into nextSync up with the mainline to brig up the latest changes, specificallychanges to ALPS driver.

            List of files:
            /linux/drivers/thermal/Kconfig</description>
        <pubDate>Thu, 12 Mar 2026 18:44:42 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/Kconfig#cc4adab164b772a34b3340d644b7c4728498581e</link>
        <description>Merge tag &apos;v6.19-rc1&apos; into msm-nextMerge Linux 6.19-rc1 in order to catch up with other changes (e.g. UBWCconfig database defining UBWC_6).Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/thermal/Kconfig</description>
        <pubDate>Tue, 20 Jan 2026 23:06:55 +0100</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>5add3c3c280a35f7e258e9cef7607db5a2e56fdc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/Kconfig#5add3c3c280a35f7e258e9cef7607db5a2e56fdc</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.19-rc1. An important upstream bugfix andto help unblock PTL CI.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/thermal/Kconfig</description>
        <pubDate>Fri, 19 Dec 2025 11:51:22 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
