<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/Makefile#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/Makefile</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>9b725d5959a1d9bb670ccdb23add45f0eaafefb5 - Merge tag &apos;phy-for-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/Makefile#9b725d5959a1d9bb670ccdb23add45f0eaafefb5</link>
        <description>Merge tag &apos;phy-for-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phyPull phy updates from Vinod Koul: &quot;Core:   - Add suuport for &quot;rx-polarity&quot; and &quot;tx-polarity&quot; device tree     properties and phy common properties to manage this  New Support:   - Qualcomm Glymur PCIe Gen4 2-lanes PCIe phy, DP and edp phy, USB UNI     PHY and SMB2370 eUSB2 repeater. SC8280xp QMP UFS PHY, Kaanapali     PCIe phy and QMP PHY, QCS615 QMP USB3+DP PHY and driver support for     that.   - SpacemiT PCIe/combo PHY and K1 USB2 PHY driver.   - HDMI 2.1 FRL configuration support and driver enabling for rockchip     samsung-hdptx driver   - TI TCAN1046 phy   - Renesas RZ/V2H(P) and RZ/V2N usb3   - Mediatek MT8188 hdmi-phy   - Google Tensor SoC USB PHY driver   - Apple Type-C PHY  Updates:   - Subsystem conversion for clock round_rate() to determine_rate()   - TI USB3 DT schema conversion   - Samsung ExynosAutov920 usb3, combo hsphy and ssphy support&quot;* tag &apos;phy-for-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy: (143 commits)  phy: ti: phy-j721e-wiz: convert from divider_round_rate() to divider_determine_rate()  dt-bindings: phy: ti,control-phy-otghs: convert to DT schema  dt-bindings: phy: ti,phy-usb3: convert to DT schema  phy: tegra: xusb: Remove unused powered_on variable  phy: renesas: rcar-gen3-usb2: add regulator dependency  phy: GOOGLE_USB: add TYPEC dependency  phy: enter drivers/phy/Makefile even without CONFIG_GENERIC_PHY  phy: renesas: rcar-gen3-usb2: Use mux-state for phyrst management  phy: renesas: rcar-gen3-usb2: Add regulator for OTG VBUS control  phy: renesas: rcar-gen3-usb2: Use devm_pm_runtime_enable()  phy: renesas: rcar-gen3-usb2: Factor out VBUS control logic  dt-bindings: phy: renesas,usb2-phy: Document RZ/G3E SoC  dt-bindings: phy: renesas,usb2-phy: Document mux-states property  dt-bindings: phy: renesas,usb2-phy: Document USB VBUS regulator  phy: rockchip: samsung-hdptx: Add HDMI 2.1 FRL support  phy: rockchip: samsung-hdptx: Extend rk_hdptx_phy_verify_hdmi_config() helper  phy: rockchip: samsung-hdptx: Switch to driver specific HDMI config  phy: rockchip: samsung-hdptx: Drop hw_rate driver data  phy: rockchip: samsung-hdptx: Compute clk rate from PLL config  phy: rockchip: samsung-hdptx: Cleanup *_cmn_init_seq lists  ...

            List of files:
            /linux/drivers/Makefile</description>
        <pubDate>Tue, 17 Feb 2026 20:40:04 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>ec496f77b4c11036cc835d6f045fb5e5ef1e6530 - Merge branch &apos;for-6.20/sony&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/Makefile#ec496f77b4c11036cc835d6f045fb5e5ef1e6530</link>
        <description>Merge branch &apos;for-6.20/sony&apos; into for-linus- Support for Rock band 4 PS4 and PS5 guitars (Rosalie Wanders)

            List of files:
            /linux/drivers/Makefile</description>
        <pubDate>Mon, 09 Feb 2026 17:33:26 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>3ddcd24b4d8454b2b9b2d013a0d61986ae8bbbe7 - phy: enter drivers/phy/Makefile even without CONFIG_GENERIC_PHY</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/Makefile#3ddcd24b4d8454b2b9b2d013a0d61986ae8bbbe7</link>
        <description>phy: enter drivers/phy/Makefile even without CONFIG_GENERIC_PHYKconfig option CONFIG_PHY_COMMON_PROPS, which buildsdrivers/phy/phy-common-props.c, was intended to be selectableindependently of CONFIG_GENERIC_PHY. Yet it lives in drivers/phy/, whichis entered by the Makefile only if CONFIG_GENERIC_PHY is set.Allow the Makefile to enter one level deeper, but stop at drivers/phy/if CONFIG_GENERIC_PHY is unselected (i.e. do not enter vendor folders).The other stuff from drivers/phy/Makefile except for CONFIG_PHY_COMMON_PROPS,like CONFIG_PHY_NXP_PTN3222, all depends on CONFIG_GENERIC_PHY.Fixes: e7556b59ba65 (&quot;phy: add phy_get_rx_polarity() and phy_get_tx_polarity()&quot;)Closes: https://lore.kernel.org/lkml/43ea0202-891d-4582-980b-5cb557b41114@linux.ibm.com/Reported-by: Venkat Rao Bagalkote &lt;venkat88@linux.ibm.com&gt;Debugged-by: Christophe Leroy (CS GROUP) &lt;chleroy@kernel.org&gt;Signed-off-by: Vladimir Oltean &lt;vladimir.oltean@nxp.com&gt;Reviewed-by: Christophe Leroy (CS GROUP) &lt;chleroy@kernel.org&gt;Tested-by: Venkat Rao Bagalkote &lt;venkat88@linux.ibm.com&gt;Link: https://patch.msgid.link/20260123110600.3118561-1-vladimir.oltean@nxp.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux/drivers/Makefile</description>
        <pubDate>Fri, 23 Jan 2026 12:06:00 +0100</pubDate>
        <dc:creator>Vladimir Oltean &lt;vladimir.oltean@nxp.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/Makefile#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/Makefile</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/Makefile#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/Makefile</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>
<item>
        <title>ec439c38013550420aecc15988ae6acb670838c1 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/Makefile#ec439c38013550420aecc15988ae6acb670838c1</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Cross-merge BPF and other fixes after downstream PR.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/drivers/Makefile</description>
        <pubDate>Wed, 17 Dec 2025 06:29:38 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b8304863a3990d0f18c38e5b94191830a63ee1af - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/Makefile#b8304863a3990d0f18c38e5b94191830a63ee1af</link>
        <description>Merge drm/drm-next into drm-intel-nextSync-up some display code needed for Async flips refactor.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/Makefile</description>
        <pubDate>Mon, 15 Dec 2025 14:24:02 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7f790dd21a931c61167f7bdc327aecf2cebad327 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/Makefile#7f790dd21a931c61167f7bdc327aecf2cebad327</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.20 (7.0?) release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/Makefile</description>
        <pubDate>Mon, 15 Dec 2025 09:27:39 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/Makefile#a4a508df2aa34f8650afde54ea804321c618f45f</link>
        <description>Merge tag &apos;v6.18&apos; into nextSync up with the mainline to bring in the latest APIs.

            List of files:
            /linux/drivers/Makefile</description>
        <pubDate>Sat, 13 Dec 2025 10:18:20 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>24f171c7e145f43b9f187578e89b0982ce87e54c - Merge tag &apos;asoc-fix-v6.19-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/drivers/Makefile#24f171c7e145f43b9f187578e89b0982ce87e54c</link>
        <description>Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.19We&apos;ve been quite busy with fixes since the merge window, though not inany particularly exciting ways - the standout thing is the fix for _SXcontrols which were broken by a change to how we do clamping, otherwiseit&apos;s all fairly run of the mill fixes and quirks.

            List of files:
            /linux/drivers/Makefile</description>
        <pubDate>Sun, 21 Dec 2025 11:11:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>84318277d6334c6981ab326d4acc87c6a6ddc9b8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/Makefile#84318277d6334c6981ab326d4acc87c6a6ddc9b8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesPull in rc1 to include all changes since the merge window closed,and grab all fixes and changes from drm/drm-next.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/drivers/Makefile</description>
        <pubDate>Mon, 15 Dec 2025 12:53:27 +0100</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>37bb2e7217b01404e2abf9d90d8e5705a5603b52 - Merge tag &apos;staging-6.19-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/Makefile#37bb2e7217b01404e2abf9d90d8e5705a5603b52</link>
        <description>Merge tag &apos;staging-6.19-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingPull staging driver updates from Greg KH: &quot;Here is the big set of staging driver updates for 6.19-rc1.  Only thing &quot;major&quot; in here is that two subsystems, gpib and vc04 have  moved out of the staging tree into the &quot;real&quot; portion of the kernel,  which is great to see. Other than that, the rest of the changes are  just tiny coding style cleanups, nothing earth-shattering.  All of these have been in linux-next for a while with no reported  problems&quot;* tag &apos;staging-6.19-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (53 commits)  staging: rtl8723bs: fix out-of-bounds read in OnBeacon ESR IE parsing  staging: rtl8723bs: fix stack buffer overflow in OnAssocReq IE parsing  staging: rtl8723bs: fix out-of-bounds read in rtw_get_ie() parser  staging: gpib: Clean-up commented-out code  staging: rtl8723bs: remove custom FIELD_OFFSET macro  staging: rtl8723bs: replace FIELD_OFFSET usage with offsetof in rtw_mlme_ext.c  staging: rtl8723bs: remove dead commented code from odm.c  staging: rtl8723bs: use standard offsetof in cfg80211 operations  staging: rtl8723bs: remove unused registry and BSSID offset macros  staging: rtl8723bs: core: delete commented-out code  staging: rtl8723bs: core: fix block comment style issues  staging: greybus: uart: check return values during probe  staging: fbtft: core: fix potential memory leak in fbtft_probe_common()  staging: gpib: Destage gpib  staging: gpib: Fix SPDX license for gpib headers  staging: gpib: Update TODO file  staging: gpib: Change // comments in uapi header file  platform/raspberrypi: Destage VCHIQ MMAL driver  platform/raspberrypi: Destage VCHIQ interface  staging: vc04_services: Cleanup VCHIQ TODO entries  ...

            List of files:
            /linux/drivers/Makefile</description>
        <pubDate>Sun, 07 Dec 2025 03:52:00 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>e6ab504633e4c06e35377ecf3c8cbc304de79858 - staging: gpib: Destage gpib</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/Makefile#e6ab504633e4c06e35377ecf3c8cbc304de79858</link>
        <description>staging: gpib: Destage gpibMove the gpib drivers out of staging and into the &quot;real&quot; part of thekernel.  This entails: - Remove the gpib Kconfig menu and Makefile build rule from staging. - Remove gpib/uapi from the header file search path in subdir-ccflags   of the gpib Makefile - move the gpib/uapi files to include/uapi/linux - Move the gpib tree out of staging to drivers. - Remove the word &quot;Linux&quot; from the gpib Kconfig file. - Add the gpib Kconfig menu and Makefile build rule to driversSigned-off-by: Dave Penkler &lt;dpenkler@gmail.com&gt;Link: https://patch.msgid.link/20251117144021.23569-5-dpenkler@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/Makefile</description>
        <pubDate>Mon, 17 Nov 2025 15:40:21 +0100</pubDate>
        <dc:creator>Dave Penkler &lt;dpenkler@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>249872f53d64441690927853e9d3af36394802d5 - Merge tag &apos;tsm-for-6.19&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/devsec/tsm</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/Makefile#249872f53d64441690927853e9d3af36394802d5</link>
        <description>Merge tag &apos;tsm-for-6.19&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/devsec/tsmPull PCIe Link Encryption and Device Authentication from Dan Williams: &quot;New PCI infrastructure and one architecture implementation for PCIe  link encryption establishment via platform firmware services.  This work is the result of multiple vendors coming to consensus on  some core infrastructure (thanks Alexey, Yilun, and Aneesh!), and  three vendor implementations, although only one is included in this  pull. The PCI core changes have an ack from Bjorn, the crypto/ccp/  changes have an ack from Tom, and the iommu/amd/ changes have an ack  from Joerg.  PCIe link encryption is made possible by the soup of acronyms  mentioned in the shortlog below. Link Integrity and Data Encryption  (IDE) is a protocol for installing keys in the transmitter and  receiver at each end of a link. That protocol is transported over Data  Object Exchange (DOE) mailboxes using PCI configuration requests.  The aspect that makes this a &quot;platform firmware service&quot; is that the  key provisioning and protocol is coordinated through a Trusted  Execution Envrionment (TEE) Security Manager (TSM). That is either  firmware running in a coprocessor (AMD SEV-TIO), or quasi-hypervisor  software (Intel TDX Connect / ARM CCA) running in a protected CPU  mode.  Now, the only reason to ask a TSM to run this protocol and install the  keys rather than have a Linux driver do the same is so that later, a  confidential VM can ask the TSM directly &quot;can you certify this  device?&quot;.  That precludes host Linux from provisioning its own keys, because host  Linux is outside the trust domain for the VM. It also turns out that  all architectures, save for one, do not publish a mechanism for an OS  to establish keys in the root port. So &quot;TSM-established link  encryption&quot; is the only cross-architecture path for this capability  for the foreseeable future.  This unblocks the other arch implementations to follow in v6.20/v7.0,  once they clear some other dependencies, and it unblocks the next  phase of work to implement the end-to-end flow of confidential device  assignment. The PCIe specification calls this end-to-end flow Trusted  Execution Environment (TEE) Device Interface Security Protocol  (TDISP).  In the meantime, Linux gets a link encryption facility which has  practical benefits along the same lines as memory encryption. It  authenticates devices via certificates and may protect against  interposer attacks trying to capture clear-text PCIe traffic.  Summary:   - Introduce the PCI/TSM core for the coordination of device     authentication, link encryption and establishment (IDE), and later     management of the device security operational states (TDISP).     Notify the new TSM core layer of PCI device arrival and departure   - Add a low level TSM driver for the link encryption establishment     capabilities of the AMD SEV-TIO architecture   - Add a library of helpers TSM drivers to use for IDE establishment     and the DOE transport   - Add skeleton support for &apos;bind&apos; and &apos;guest_request&apos; operations in     support of TDISP&quot;* tag &apos;tsm-for-6.19&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/devsec/tsm: (23 commits)  crypto/ccp: Fix CONFIG_PCI=n build  virt: Fix Kconfig warning when selecting TSM without VIRT_DRIVERS  crypto/ccp: Implement SEV-TIO PCIe IDE (phase1)  iommu/amd: Report SEV-TIO support  psp-sev: Assign numbers to all status codes and add new  ccp: Make snp_reclaim_pages and __sev_do_cmd_locked public  PCI/TSM: Add &apos;dsm&apos; and &apos;bound&apos; attributes for dependent functions  PCI/TSM: Add pci_tsm_guest_req() for managing TDIs  PCI/TSM: Add pci_tsm_bind() helper for instantiating TDIs  PCI/IDE: Initialize an ID for all IDE streams  PCI/IDE: Add Address Association Register setup for downstream MMIO  resource: Introduce resource_assigned() for discerning active resources  PCI/TSM: Drop stub for pci_tsm_doe_transfer()  drivers/virt: Drop VIRT_DRIVERS build dependency  PCI/TSM: Report active IDE streams  PCI/IDE: Report available IDE streams  PCI/IDE: Add IDE establishment helpers  PCI: Establish document for PCI host bridge sysfs attributes  PCI: Add PCIe Device 3 Extended Capability enumeration  PCI/TSM: Establish Secure Sessions and Link Encryption  ...

            List of files:
            /linux/drivers/Makefile</description>
        <pubDate>Sat, 06 Dec 2025 19:15:41 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>110c155e8a684d8b2423a72cfde147903881f765 - drivers/virt: Drop VIRT_DRIVERS build dependency</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/Makefile#110c155e8a684d8b2423a72cfde147903881f765</link>
        <description>drivers/virt: Drop VIRT_DRIVERS build dependencyAll of the objects in drivers/virt/ have their own configuration symbols togate compilation. I.e. nothing gets added to the kernel withCONFIG_VIRT_DRIVERS=y in isolation.Unconditionally descend into drivers/virt/ so that consumers do not need toadd an additional CONFIG_VIRT_DRIVERS dependency.Fix warnings of the form:    Kconfig warnings: (for reference only)       WARNING: unmet direct dependencies detected for TSM       Depends on [n]: VIRT_DRIVERS [=n]       Selected by [y]:       - PCI_TSM [=y] &amp;&amp; PCI [=y]...where PCI_TSM selects CONFIG_TSM, but fails to selectCONFIG_VIRT_DRIVERS.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202511041832.ylcgIiqN-lkp@intel.com/Reviewed-by: Jonathan Cameron &lt;jonathan.cameron@huawei.com&gt;Link: https://patch.msgid.link/20251113021446.436830-2-dan.j.williams@intel.comSigned-off-by: Dan Williams &lt;dan.j.williams@intel.com&gt;

            List of files:
            /linux/drivers/Makefile</description>
        <pubDate>Thu, 13 Nov 2025 03:14:39 +0100</pubDate>
        <dc:creator>Dan Williams &lt;dan.j.williams@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7362b5b493102c6b71827c2da22117b475528f6d - Merge branch &apos;for-6.19/nintendo&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/Makefile#7362b5b493102c6b71827c2da22117b475528f6d</link>
        <description>Merge branch &apos;for-6.19/nintendo&apos; into for-linus- switch to WQ_PERCPU workaueues (Marco Crivellari)- reduce potential initialization blocking time of hid-nintendo (Willy Huang)

            List of files:
            /linux/drivers/Makefile</description>
        <pubDate>Tue, 02 Dec 2025 14:46:11 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/Makefile#cb9f145f638d7afa633632a9290d6ad06caeb8ee</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclarkBack-merge drm-next to get caught up.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/Makefile</description>
        <pubDate>Sat, 01 Nov 2025 13:47:30 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>82ee50252dc891e3f3b32d923bb4f656d300b772 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/Makefile#82ee50252dc891e3f3b32d923bb4f656d300b772</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.18-rc1.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/Makefile</description>
        <pubDate>Tue, 14 Oct 2025 11:31:49 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2acee98fcc61052d63fab4539fcb6ee677555645 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/Makefile#2acee98fcc61052d63fab4539fcb6ee677555645</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.18-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/Makefile</description>
        <pubDate>Tue, 14 Oct 2025 09:37:11 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
