<?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 defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/configs/defconfig#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/alpha/configs/defconfig</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>64edfa65062dc4509ba75978116b2f6d392346f5 - Merge tag &apos;net-deletions&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/configs/defconfig#64edfa65062dc4509ba75978116b2f6d392346f5</link>
        <description>Merge tag &apos;net-deletions&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking deletions from Jakub Kicinski: &quot;Delete some obsolete networking code  Old code like amateur radio and NFC have long been a burden to core  networking developers. syzbot loves to find bugs in BKL-era code, and  noobs try to fix them.  If we want to have a fighting chance of surviving the LLM-pocalypse  this code needs to find a dedicated owner or get deleted. We&apos;ve talked  about these deletions multiple times in the past and every time  someone wanted the code to stay. It is never very clear to me how many  of those people actually use the code vs are just nostalgic to see it  go. Amateur radio did have occasional users (or so I think) but most  users switched to user space implementations since its all super slow  stuff. Nobody stepped up to maintain the kernel code.  We were lucky enough to find someone who wants to help with NFC so  we&apos;re giving that a chance. Let&apos;s try to put the rest of this code  behind us&quot;* tag &apos;net-deletions&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next:  drivers: net: 8390: wd80x3: Remove this driver  drivers: net: 8390: ultra: Remove this driver  drivers: net: 8390: AX88190: Remove this driver  drivers: net: fujitsu: fmvj18x: Remove this driver  drivers: net: smsc: smc91c92: Remove this driver  drivers: net: smsc: smc9194: Remove this driver  drivers: net: amd: nmclan: Remove this driver  drivers: net: amd: lance: Remove this driver  drivers: net: 3com: 3c589: Remove this driver  drivers: net: 3com: 3c574: Remove this driver  drivers: net: 3com: 3c515: Remove this driver  drivers: net: 3com: 3c509: Remove this driver  net: packetengines: remove obsolete yellowfin driver and vendor dir  net: packetengines: remove obsolete hamachi driver  net: remove unused ATM protocols and legacy ATM device drivers  net: remove ax25 and amateur radio (hamradio) subsystem  net: remove ISDN subsystem and Bluetooth CMTP  caif: remove CAIF NETWORK LAYER

            List of files:
            /linux/arch/alpha/configs/defconfig</description>
        <pubDate>Fri, 24 Apr 2026 18:41:58 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>fc5f996bfb7576f8cffbba09cb02432622ffea61 - Merge branch &apos;net-packetengines-remove-obsolete-pci-drivers&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/configs/defconfig#fc5f996bfb7576f8cffbba09cb02432622ffea61</link>
        <description>Merge branch &apos;net-packetengines-remove-obsolete-pci-drivers&apos;Mingyu Wang says:====================net: packetengines: remove obsolete PCI driversAs discussed with Andrew Lunn, this patch series removes the obsoletehamachi and yellowfin PCI drivers. Both drivers support hardware thatis over two decades old and no longer in active use.Removing them eliminates dead code and reduces the overall maintenanceburden on the netdev subsystem.====================Jakub: trim defconfigs appropriatelyLink: https://patch.msgid.link/20260422044820.485660-1-25181214217@stu.xidian.edu.cnSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/arch/alpha/configs/defconfig</description>
        <pubDate>Thu, 23 Apr 2026 23:49:18 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>aec3202247b4ab41c5bf3b9f704a2d9a323a051b - net: packetengines: remove obsolete yellowfin driver and vendor dir</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/configs/defconfig#aec3202247b4ab41c5bf3b9f704a2d9a323a051b</link>
        <description>net: packetengines: remove obsolete yellowfin driver and vendor dirSimilar to the hamachi driver, the yellowfin driver supports hardwarethat is over two decades old and no longer in active use.Since yellowfin was the last remaining driver in the packetenginesvendor directory, we can now safely remove the entire directory anddrop its associated references from the parent Kconfig and Makefile.This eliminates dead code and reduces the overall maintenance burdenon the netdev subsystem.Signed-off-by: Mingyu Wang &lt;25181214217@stu.xidian.edu.cn&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Link: https://patch.msgid.link/20260422044820.485660-3-25181214217@stu.xidian.edu.cnSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/arch/alpha/configs/defconfig</description>
        <pubDate>Wed, 22 Apr 2026 06:48:20 +0200</pubDate>
        <dc:creator>Mingyu Wang &lt;25181214217@stu.xidian.edu.cn&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/arch/alpha/configs/defconfig#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/arch/alpha/configs/defconfig</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>60675d4ca1ef0857e44eba5849b74a3a998d0c0f - Merge branch &apos;linus&apos; into x86/mm, to pick up fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/configs/defconfig#60675d4ca1ef0857e44eba5849b74a3a998d0c0f</link>
        <description>Merge branch &apos;linus&apos; into x86/mm, to pick up fixesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/arch/alpha/configs/defconfig</description>
        <pubDate>Fri, 20 Dec 2024 10:25:44 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>25768de50b1f2dbb6ea44bd5148a87fe2c9c3688 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/configs/defconfig#25768de50b1f2dbb6ea44bd5148a87fe2c9c3688</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.14 merge window.

            List of files:
            /linux/arch/alpha/configs/defconfig</description>
        <pubDate>Tue, 21 Jan 2025 06:37:39 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6d4a0f4ea72319c9a37c1a7191695467006dd272 - Merge tag &apos;v6.13-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/configs/defconfig#6d4a0f4ea72319c9a37c1a7191695467006dd272</link>
        <description>Merge tag &apos;v6.13-rc3&apos; into nextSync up with the mainline.

            List of files:
            /linux/arch/alpha/configs/defconfig</description>
        <pubDate>Tue, 17 Dec 2024 18:40:45 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c5fb51b71788926feef0d07f30c8af1d5e4af1a6 - Merge remote-tracking branch &apos;pm/opp/linux-next&apos; into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/configs/defconfig#c5fb51b71788926feef0d07f30c8af1d5e4af1a6</link>
        <description>Merge remote-tracking branch &apos;pm/opp/linux-next&apos; into HEADMerge pm/opp tree to get dev_pm_opp_get_bw()Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;

            List of files:
            /linux/arch/alpha/configs/defconfig</description>
        <pubDate>Fri, 03 Jan 2025 16:13:45 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robdclark@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>e7f0a3a6f7339af55f1ca2c27131739d75569c08 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/configs/defconfig#e7f0a3a6f7339af55f1ca2c27131739d75569c08</link>
        <description>Merge drm/drm-next into drm-intel-nextCatching up with 6.13-rc2.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/arch/alpha/configs/defconfig</description>
        <pubDate>Wed, 11 Dec 2024 21:06:05 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8f109f287fdc7b8fc7dcb6b2190c8b17dc22fcda - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/configs/defconfig#8f109f287fdc7b8fc7dcb6b2190c8b17dc22fcda</link>
        <description>Merge drm/drm-next into drm-xe-nextA backmerge to get the PMT preparation work formerging the BMG PMT support.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/arch/alpha/configs/defconfig</description>
        <pubDate>Mon, 02 Dec 2024 17:22:11 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3aba2eba84e0219fb66061359052be81bd883d53 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/configs/defconfig#3aba2eba84e0219fb66061359052be81bd883d53</link>
        <description>Merge drm/drm-next into drm-misc-nextKickstart 6.14 cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/arch/alpha/configs/defconfig</description>
        <pubDate>Mon, 02 Dec 2024 12:44:18 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>bcfd5f644c5b933cfb3c488220e40a03e011e8a4 - Merge tag &apos;v6.13-rc1&apos; into perf/core, to refresh the branch</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/configs/defconfig#bcfd5f644c5b933cfb3c488220e40a03e011e8a4</link>
        <description>Merge tag &apos;v6.13-rc1&apos; into perf/core, to refresh the branchSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/arch/alpha/configs/defconfig</description>
        <pubDate>Mon, 02 Dec 2024 11:52:59 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c34e9ab9a612ee8b18273398ef75c207b01f516d - Merge tag &apos;asoc-fix-v6.13-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/configs/defconfig#c34e9ab9a612ee8b18273398ef75c207b01f516d</link>
        <description>Merge tag &apos;asoc-fix-v6.13-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.13A few small fixes for v6.13, all system specific - the biggest thing isthe fix for jack handling over suspend on some Intel laptops.

            List of files:
            /linux/arch/alpha/configs/defconfig</description>
        <pubDate>Thu, 05 Dec 2024 18:09:29 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>cf87766dd6f9ddcceaa8ee26e3cbd7538e42dd19 - Merge branch &apos;ovl.fixes&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/configs/defconfig#cf87766dd6f9ddcceaa8ee26e3cbd7538e42dd19</link>
        <description>Merge branch &apos;ovl.fixes&apos;Bring in an overlayfs fix for v6.13-rc1 that fixes a bug introduced bythe overlayfs changes merged for v6.13.Signed-off-by: Christian Brauner &lt;brauner@kernel.org&gt;

            List of files:
            /linux/arch/alpha/configs/defconfig</description>
        <pubDate>Tue, 26 Nov 2024 18:15:06 +0100</pubDate>
        <dc:creator>Christian Brauner &lt;brauner@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c01f664e4ca210823b7594b50669bbd9b0a3c3b0 - Merge tag &apos;reiserfs_delete&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/configs/defconfig#c01f664e4ca210823b7594b50669bbd9b0a3c3b0</link>
        <description>Merge tag &apos;reiserfs_delete&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsPull reiserfs removal from Jan Kara: &quot;The deprecation period of reiserfs is ending at the end of this year  so it is time to remove it&quot;* tag &apos;reiserfs_delete&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:  reiserfs: The last commit

            List of files:
            /linux/arch/alpha/configs/defconfig</description>
        <pubDate>Thu, 21 Nov 2024 18:50:18 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>fb6f20ecb121cef4d7946f834a6ee867c4e21b4a - reiserfs: The last commit</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/configs/defconfig#fb6f20ecb121cef4d7946f834a6ee867c4e21b4a</link>
        <description>reiserfs: The last commitDeprecation period of reiserfs ends with the end of this year so it istime to remove it from the kernel.Acked-by: Darrick J. Wong &lt;djwong@kernel.org&gt;Acked-by: Christian Brauner &lt;brauner@kernel.org&gt;Signed-off-by: Jan Kara &lt;jack@suse.cz&gt;

            List of files:
            /linux/arch/alpha/configs/defconfig</description>
        <pubDate>Thu, 17 Oct 2024 12:28:23 +0200</pubDate>
        <dc:creator>Jan Kara &lt;jack@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/configs/defconfig#9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.4 merge window.

            List of files:
            /linux/arch/alpha/configs/defconfig</description>
        <pubDate>Tue, 02 May 2023 00:20:08 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cdc780f044a803aff8845b949f800f0f3d095d5f - Merge branch &apos;for-6.4/amd-sfh&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/configs/defconfig#cdc780f044a803aff8845b949f800f0f3d095d5f</link>
        <description>Merge branch &apos;for-6.4/amd-sfh&apos; into for-linus- assorted functional fixes for amd-sfh driver (Basavaraj Natikar)

            List of files:
            /linux/arch/alpha/configs/defconfig</description>
        <pubDate>Wed, 26 Apr 2023 22:52:34 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>ea68a3e9d14e9e0bf017d178fb4bd53b6deb1482 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/configs/defconfig#ea68a3e9d14e9e0bf017d178fb4bd53b6deb1482</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextNeed to pull in commit from drm-next (earlier in drm-intel-next):1eca0778f4b3 (&quot;drm/i915: add struct i915_dsm to wrap dsm members together&quot;)In order to merge following patch to drm-intel-gt-next:https://patchwork.freedesktop.org/patch/530942/?series=114925&amp;rev=6Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/arch/alpha/configs/defconfig</description>
        <pubDate>Tue, 11 Apr 2023 14:43:45 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
