<?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>40286d6379aacfcc053253ef78dc78b09addffda - Merge tag &apos;pci-v7.1-changes&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/input/mouse/Kconfig#40286d6379aacfcc053253ef78dc78b09addffda</link>
        <description>Merge tag &apos;pci-v7.1-changes&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciPull pci updates from Bjorn Helgaas: &quot;Enumeration:   - Allow TLP Processing Hints to be enabled for RCiEPs (George Abraham     P)   - Enable AtomicOps only if we know the Root Port supports them (Gerd     Bayer)   - Don&apos;t enable AtomicOps for RCiEPs since none of them need Atomic     Ops and we can&apos;t tell whether the Root Complex would support them     (Gerd Bayer)   - Leave Precision Time Measurement disabled until a driver enables it     to avoid PCIe errors (Mika Westerberg)   - Make pci_set_vga_state() fail if bridge doesn&apos;t support VGA     routing, i.e., PCI_BRIDGE_CTL_VGA is not writable, and return     errors to vga_get() callers including userspace via     /dev/vga_arbiter (Simon Richter)   - Validate max-link-speed from DT in j721e, brcmstb, mediatek-gen3,     rzg3s drivers (where the actual controller constraints are known),     and remove validation from the generic OF DT accessor (Hans Zhang)   - Remove pc110pad driver (no longer useful after 486 CPU support     removed) and no_pci_devices() (pc110pad was the last user) (Dmitry     Torokhov, Heiner Kallweit)  Resource management:   - Prevent assigning space to unimplemented bridge windows; previously     we mistakenly assumed prefetchable window existed and assigned     space and put a BAR there (Ahmed Naseef)   - Avoid shrinking bridge windows to fit in the initial Root Port     window; fixes one problem with devices with large BARs connected     via switches, e.g., Thunderbolt (Ilpo J&#228;rvinen)   - Pass full extent of empty space, not just the aligned space, to     resource_alignf callback so free space before the requested     alignment can be used (Ilpo J&#228;rvinen)   - Place small resources before larger ones for better utilization of     address space (Ilpo J&#228;rvinen)   - Fix alignment calculation for resource size larger than align,     e.g., bridge windows larger than the 1MB required alignment (Ilpo     J&#228;rvinen)  Reset:   - Update slot handling so all ARI functions are treated as being in     the same slot. They&apos;re all reset by Secondary Bus Reset, but     previously drivers of ARI functions that appeared to be on a     non-zero device weren&apos;t notified and fatal hardware errors could     result (Keith Busch)   - Make sysfs reset_subordinate hotplug safe to avoid spurious hotplug     events (Keith Busch)   - Hide Secondary Bus Reset (&apos;bus&apos;) from sysfs reset_methods if masked     by CXL because it has no effect (Vidya Sagar)   - Avoid FLR for AMD NPU device, where it causes the device to hang     (Lizhi Hou)  Error handling:   - Clear only error bits in PCIe Device Status to avoid accidentally     clearing Emergency Power Reduction Detected (Shuai Xue)   - Check for AER errors even in devices without drivers (Lukas Wunner)   - Initialize ratelimit info so DPC and EDR paths log AER error     information (Kuppuswamy Sathyanarayanan)  Power control:   - Add UPD720201/UPD720202 USB 3.0 xHCI Host Controller .compatible so     generic pwrctrl driver can control it (Neil Armstrong)  Hotplug:   - Set LED_HW_PLUGGABLE for NPEM hotplug-capable ports so LED core     doesn&apos;t complain when setting brightness fails because the endpoint     is gone (Richard Cheng)  Peer-to-peer DMA:   - Allow wildcards in list of host bridges that support peer-to-peer     DMA between hierarchy domains and add all Google SoCs (Jacob     Moroni)  Endpoint framework:   - Advertise dynamic inbound mapping support in pci-epf-test and     update host pci_endpoint_test to skip doorbell testing if not     advertised by endpoint (Koichiro Den)   - Return 0, not remaining timeout, when MHI eDMA ops complete so     mhi_ep_ring_add_element() doesn&apos;t interpret non-zero as failure     (Daniel Hodges)   - Remove vntb and ntb duplicate resource teardown that leads to oops     when .allow_link() fails or .drop_link() is called (Koichiro Den)   - Disable vntb delayed work before clearing BAR mappings and     doorbells to avoid oops caused by doing the work after resources     have been torn down (Koichiro Den)   - Add a way to describe reserved subregions within BARs, e.g.,     platform-owned fixed register windows, and use it for the RK3588     BAR4 DMA ctrl window (Koichiro Den)   - Add BAR_DISABLED for BARs that will never be available to an EPF     driver, and change some BAR_RESERVED annotations to BAR_DISABLED     (Niklas Cassel)   - Add NTB .get_dma_dev() callback for cases where DMA API requires a     different device, e.g., vNTB devices (Koichiro Den)   - Add reserved region types for MSI-X Table and PBA so Endpoint     controllers can them as describe hardware-owned regions in a     BAR_RESERVED BAR (Manikanta Maddireddy)   - Make Tegra194/234 BAR0 programmable and remove 1MB size limit     (Manikanta Maddireddy)   - Expose Tegra BAR2 (MSI-X) and BAR4 (DMA) as 64-bit BAR_RESERVED     (Manikanta Maddireddy)   - Add Tegra194 and Tegra234 device table entries to pci_endpoint_test     (Manikanta Maddireddy)   - Skip the BAR subrange selftest if there are not enough inbound     window resources to run the test (Christian Bruel)  New native PCIe controller drivers:   - Add DT binding and driver for Andes QiLai SoC PCIe host controller     (Randolph Lin)   - Add DT binding and driver for ESWIN PCIe Root Complex (Senchuan     Zhang)  Baikal T-1 PCIe controller driver:   - Remove driver since it never quite became usable (Andy Shevchenko)  Cadence PCIe controller driver:   - Implement byte/word config reads with dword (32-bit) reads because     some Cadence controllers don&apos;t support sub-dword accesses (Aksh     Garg)  CIX Sky1 PCIe controller driver:   - Add &apos;power-domains&apos; to DT binding for SCMI power domain (Gary Yang)  Freescale i.MX6 PCIe controller driver:   - Add i.MX94 and i.MX943 to fsl,imx6q-pcie-ep DT binding (Richard     Zhu)   - Delay instead of polling for L2/L3 Ready after PME_Turn_off when     suspending i.MX6SX because LTSSM registers are inaccessible     (Richard Zhu)   - Separate PERST# assertion (for resetting endpoints) from core reset     (for resetting the RC itself) to prepare for new DTs with PERST#     GPIO in per-Root Port nodes (Sherry Sun)   - Retain Root Port MSI capability on i.MX7D, i.MX8MM, and i.MX8MQ so     MSI from downstream devices will work (Richard Zhu)   - Fix i.MX95 reference clock source selection when internal refclk is     used (Franz Schnyder)  Freescale Layerscape PCIe controller driver:   - Allow building as a removable module (Sascha Hauer)  MediaTek PCIe Gen3 controller driver:   - Use dev_err_probe() to simplify error paths and make deferred probe     messages visible in /sys/kernel/debug/devices_deferred (Chen-Yu     Tsai)   - Power off device if setup fails (Chen-Yu Tsai)   - Integrate new pwrctrl API to enable power control for WiFi/BT     adapters on mainboard or in PCIe or M.2 slots (Chen-Yu Tsai)  NVIDIA Tegra194 PCIe controller driver:   - Poll less aggressively and non-atomically for PME_TO_Ack during     transition to L2 (Vidya Sagar)   - Disable LTSSM after transition to Detect on surprise link down to     stop toggling between Polling and Detect (Manikanta Maddireddy)   - Don&apos;t force the device into the D0 state before L2 when suspending     or shutting down the controller (Vidya Sagar)   - Disable PERST# IRQ only in Endpoint mode because it&apos;s not     registered in Root Port mode (Manikanta Maddireddy)   - Handle &apos;nvidia,refclk-select&apos; as optional (Vidya Sagar)   - Disable direct speed change in Endpoint mode so link speed change     is controlled by the host (Vidya Sagar)   - Set LTR values before link up to avoid bogus LTR messages with 0     latency (Vidya Sagar)   - Allow system suspend when the Endpoint link is down (Vidya Sagar)   - Use DWC IP core version, not Tegra custom values, to avoid DWC core     version check warnings (Manikanta Maddireddy)   - Apply ECRC workaround to devices based on DesignWare 5.00a as well     as 4.90a (Manikanta Maddireddy)   - Disable PM Substate L1.2 in Endpoint mode to work around Tegra234     erratum (Vidya Sagar)   - Delay post-PERST# cleanup until core is powered on to avoid CBB     timeout (Manikanta Maddireddy)   - Assert CLKREQ# so switches that forward it to their downstream side     can bring up those links successfully (Vidya Sagar)   - Calibrate pipe to UPHY for Endpoint mode to reset stale PLL state     from any previous bad link state (Vidya Sagar)   - Remove IRQF_ONESHOT flag from Endpoint interrupt registration so     DMA driver and Endpoint controller driver can share the interrupt     line (Vidya Sagar)   - Enable DMA interrupt to support DMA in both Root Port and Endpoint     modes (Vidya Sagar)   - Enable hardware link retraining after link goes down in Endpoint     mode (Vidya Sagar)   - Add DT binding and driver support for core clock monitoring (Vidya     Sagar)  Qualcomm PCIe controller driver:   - Advertise &apos;Hot-Plug Capable&apos; and set &apos;No Command Completed Support&apos;     since Qcom Root Ports support hotplug events like DL_Up/Down and     can accept writes to Slot Control without delays between writes     (Krishna Chaitanya Chundru)  Renesas R-Car PCIe controller driver:   - Mark Endpoint BAR0 and BAR2 as Resizable (Koichiro Den)   - Reduce EPC BAR alignment requirement to 4K (Koichiro Den)  Renesas RZ/G3S PCIe controller driver:   - Add RZ/G3E to DT binding and to driver (John Madieu)   - Assert (not deassert) resets in probe error path (John Madieu)   - Assert resets in suspend path in reverse order they were deasserted     during probe (John Madieu)   - Rework inbound window algorithm to prevent mapping more than     intended region and enforce alignment on size, to prepare for     RZ/G3E support (John Madieu)  Rockchip DesignWare PCIe controller driver:   - Add tracepoints for PCIe controller LTSSM transitions and link rate     changes (Shawn Lin)   - Trace LTSSM events collected by the dw-rockchip debug FIFO (Shawn     Lin)  SOPHGO PCIe controller driver:   - Disable ASPM L0s and L1 on Sophgo 2042 PCIe Root Ports that     advertise support for them (Yao Zi)  Synopsys DesignWare PCIe controller driver:   - Continue with system suspend even if an Endpoint doesn&apos;t respond     with PME_TO_Ack message (Manivannan Sadhasivam)   - Set Endpoint MSI-X Table Size in the correct function of a     multi-function device when configuring MSI-X, not in Function 0     (Aksh Garg)   - Set Max Link Width and Max Link Speed for all functions of a     multi-function device, not just Function 0 (Aksh Garg)   - Expose PCIe event counters in groups 5-7 in debugfs (Hans Zhang)  Miscellaneous:   - Warn only once about invalid ACS kernel parameter format (Richard     Cheng)   - Suppress FW_BUG warning when writing sysfs &apos;numa_node&apos; with the     current value (Li RongQing)   - Drop redundant &apos;depends on PCI&apos; from Kconfig (Julian Braha)&quot;* tag &apos;pci-v7.1-changes&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci: (165 commits)  PCI/P2PDMA: Add Google SoCs to the P2P DMA host bridge list  PCI/P2PDMA: Allow wildcard Device IDs in host bridge list  PCI: sg2042: Avoid L0s and L1 on Sophgo 2042 PCIe Root Ports  PCI: cadence: Add flags for disabling ASPM capability for broken Root Ports  PCI: tegra194: Add core monitor clock support  dt-bindings: PCI: tegra194: Add monitor clock support  PCI: tegra194: Enable hardware hot reset mode in Endpoint mode  PCI: tegra194: Enable DMA interrupt  PCI: tegra194: Remove IRQF_ONESHOT flag during Endpoint interrupt registration  PCI: tegra194: Calibrate pipe to UPHY for Endpoint mode  PCI: tegra194: Assert CLKREQ# explicitly by default  PCI: tegra194: Fix CBB timeout caused by DBI access before core power-on  PCI: tegra194: Disable L1.2 capability of Tegra234 EP  PCI: dwc: Apply ECRC workaround to DesignWare 5.00a as well  PCI: tegra194: Use DWC IP core version  PCI: tegra194: Free up Endpoint resources during remove()  PCI: tegra194: Allow system suspend when the Endpoint link is not up  PCI: tegra194: Set LTR message request before PCIe link up in Endpoint mode  PCI: tegra194: Disable direct speed change for Endpoint mode  PCI: tegra194: Use devm_gpiod_get_optional() to parse &quot;nvidia,refclk-select&quot;  ...

            List of files:
            /linux/drivers/input/mouse/Kconfig</description>
        <pubDate>Wed, 15 Apr 2026 23:41:21 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>236b47433db829b0787f120841b5427958734cb8 - Merge branch &apos;pci/enumeration&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/input/mouse/Kconfig#236b47433db829b0787f120841b5427958734cb8</link>
        <description>Merge branch &apos;pci/enumeration&apos;- Allow TPH to be enabled for RCiEPs (George Abraham P)- Remove the pc110pad since 486 CPU support is being removed (Dmitry  Torokhov)- Remove no_pci_devices() since pc110pad was the last remaining user  (Heiner Kallweit)* pci/enumeration:  PCI: Remove no_pci_devices()  Input: pc110pad - remove driver  PCI/TPH: Allow TPH enable for RCiEPs

            List of files:
            /linux/drivers/input/mouse/Kconfig</description>
        <pubDate>Mon, 13 Apr 2026 19:50:02 +0200</pubDate>
        <dc:creator>Bjorn Helgaas &lt;bhelgaas@google.com&gt;</dc:creator>
    </item>
<item>
        <title>6f468ea360f0a6a1e45854afbc3019842ed891a8 - Input: pc110pad - remove driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/input/mouse/Kconfig#6f468ea360f0a6a1e45854afbc3019842ed891a8</link>
        <description>Input: pc110pad - remove driverPalm Top PC 110 is a handheld personal computer with 80486SX CPU that wasreleased exclusively in Japan in September 1995.While the kernel still supports 486 CPU it is highly unlikely that anyoneis using this device with the latest kernel.Remove the driver.[bhelgaas: since this was posted, &quot;x86/cpu: Remove M486/M486SX/ELANsupport&quot; has been queued for v7.1, so pc110pad is no longer relevant:https://lore.kernel.org/all/20251214084710.3606385-2-mingo@kernel.org/]Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;Signed-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;Link: https://patch.msgid.link/20240808172733.1194442-4-dmitry.torokhov@gmail.com

            List of files:
            /linux/drivers/input/mouse/Kconfig</description>
        <pubDate>Thu, 08 Aug 2024 19:27:29 +0200</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/drivers/input/mouse/Kconfig#6d4a0f4ea72319c9a37c1a7191695467006dd272</link>
        <description>Merge tag &apos;v6.13-rc3&apos; into nextSync up with the mainline.

            List of files:
            /linux/drivers/input/mouse/Kconfig</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>c787c2901e2c03008e536b86cb0103ce6fd05e2d - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/input/mouse/Kconfig#c787c2901e2c03008e536b86cb0103ce6fd05e2d</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to get up-to-date and to bring in a fix that wasmerged through drm-misc-fixes.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/input/mouse/Kconfig</description>
        <pubDate>Mon, 04 Nov 2024 09:21:20 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>64f3b5a6bc49adf77d58eddd72a4bfccd492fa24 - Merge 6.12-rc3 into usb-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/input/mouse/Kconfig#64f3b5a6bc49adf77d58eddd72a4bfccd492fa24</link>
        <description>Merge 6.12-rc3 into usb-nextWe need the USB fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/input/mouse/Kconfig</description>
        <pubDate>Mon, 14 Oct 2024 08:03:44 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>220c71dafaa28cbb75fd785670cf68a758347026 - Merge tag &apos;v6.12-rc2&apos; into test2</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/input/mouse/Kconfig#220c71dafaa28cbb75fd785670cf68a758347026</link>
        <description>Merge tag &apos;v6.12-rc2&apos; into test2Linux 6.12-rc2Resolved movement of asm/unaligned.h to linux/unaligned.h

            List of files:
            /linux/drivers/input/mouse/Kconfig</description>
        <pubDate>Sat, 12 Oct 2024 12:22:25 +0200</pubDate>
        <dc:creator>Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>64f7b77f0bd9271861ed9e410e9856b6b0b21c48 - Merge patch series &quot;Zacas/Zabha support and qspinlocks&quot;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/input/mouse/Kconfig#64f7b77f0bd9271861ed9e410e9856b6b0b21c48</link>
        <description>Merge patch series &quot;Zacas/Zabha support and qspinlocks&quot;Alexandre Ghiti &lt;alexghiti@rivosinc.com&gt; says:This implements [cmp]xchgXX() macros using Zacas and Zabha extensionsand finally uses those newly introduced macros to add support forqspinlocks: note that this implementation of qspinlocks satisfies theforward progress guarantee.It also uses Ziccrse to provide the qspinlock implementation.Thanks to Guo and Leonardo for their work!* b4-shazam-merge: (1314 commits)  riscv: Add qspinlock support  dt-bindings: riscv: Add Ziccrse ISA extension description  riscv: Add ISA extension parsing for Ziccrse  asm-generic: ticket-lock: Add separate ticket-lock.h  asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock  riscv: Implement xchg8/16() using Zabha  riscv: Implement arch_cmpxchg128() using Zacas  riscv: Improve zacas fully-ordered cmpxchg()  riscv: Implement cmpxchg8/16() using Zabha  dt-bindings: riscv: Add Zabha ISA extension description  riscv: Implement cmpxchg32/64() using Zacas  riscv: Do not fail to build on byte/halfword operations with Zawrs  riscv: Move cpufeature.h macros into their own headerLink: https://lore.kernel.org/r/20241103145153.105097-1-alexghiti@rivosinc.comSigned-off-by: Palmer Dabbelt &lt;palmer@rivosinc.com&gt;

            List of files:
            /linux/drivers/input/mouse/Kconfig</description>
        <pubDate>Mon, 11 Nov 2024 16:35:09 +0100</pubDate>
        <dc:creator>Palmer Dabbelt &lt;palmer@rivosinc.com&gt;</dc:creator>
    </item>
<item>
        <title>e3e0f9b7ae280f2f479f74ef7799f4108d0e7f77 - Merge tag &apos;kvm-riscv-6.13-1&apos; of https://github.com/kvm-riscv/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/input/mouse/Kconfig#e3e0f9b7ae280f2f479f74ef7799f4108d0e7f77</link>
        <description>Merge tag &apos;kvm-riscv-6.13-1&apos; of https://github.com/kvm-riscv/linux into HEADKVM/riscv changes for 6.13- Accelerate KVM RISC-V when running as a guest- Perf support to collect KVM guest statistics from host side

            List of files:
            /linux/drivers/input/mouse/Kconfig</description>
        <pubDate>Fri, 08 Nov 2024 18:13:48 +0100</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>3fd6c59042dbba50391e30862beac979491145fe - Merge tag &apos;v6.12-rc1&apos; into clk-meson-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/input/mouse/Kconfig#3fd6c59042dbba50391e30862beac979491145fe</link>
        <description>Merge tag &apos;v6.12-rc1&apos; into clk-meson-nextLinux 6.12-rc1

            List of files:
            /linux/drivers/input/mouse/Kconfig</description>
        <pubDate>Mon, 30 Sep 2024 11:28:07 +0200</pubDate>
        <dc:creator>Jerome Brunet &lt;jbrunet@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>4e6bd13aa33c78346973f01c7303b4909d79ec86 - Merge branch &apos;iommufd/arm-smmuv3-nested&apos; of iommu/linux into iommufd for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/input/mouse/Kconfig#4e6bd13aa33c78346973f01c7303b4909d79ec86</link>
        <description>Merge branch &apos;iommufd/arm-smmuv3-nested&apos; of iommu/linux into iommufd for-nextCommon SMMUv3 patches for the following patches adding nesting, sharedbranch with the iommu tree.* &apos;iommufd/arm-smmuv3-nested&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/iommu/linux:  iommu/arm-smmu-v3: Expose the arm_smmu_attach interface  iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENT  iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info  iommu/arm-smmu-v3: Report IOMMU_CAP_ENFORCE_CACHE_COHERENCY for CANWBS  ACPI/IORT: Support CANWBS memory access flag  ACPICA: IORT: Update for revision E.f  vfio: Remove VFIO_TYPE1_NESTING_IOMMU  ...Signed-off-by: Jason Gunthorpe &lt;jgg@nvidia.com&gt;

            List of files:
            /linux/drivers/input/mouse/Kconfig</description>
        <pubDate>Tue, 12 Nov 2024 18:47:28 +0100</pubDate>
        <dc:creator>Jason Gunthorpe &lt;jgg@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>4a6fd06643afa99989a0e6b848e125099674227b - Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/input/mouse/Kconfig#4a6fd06643afa99989a0e6b848e125099674227b</link>
        <description>Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into msm-nextMerging to pick up commit 785324db2d7a (&quot;drm/msm/dp: migrate theycbcr_420_allowed to drm_bridge&quot;).Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;

            List of files:
            /linux/drivers/input/mouse/Kconfig</description>
        <pubDate>Wed, 30 Oct 2024 17:49:12 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robdclark@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>c141cf76918e25ec7bd433b47590e8c3f3d02542 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/input/mouse/Kconfig#c141cf76918e25ec7bd433b47590e8c3f3d02542</link>
        <description>Merge drm/drm-next into drm-intel-nextNeeded to bring some KVM changes to be able to include a fix in our Kconfig.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/input/mouse/Kconfig</description>
        <pubDate>Thu, 17 Oct 2024 18:52:05 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5338a96c974654e226665b2f412fad2f82d4b701 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/input/mouse/Kconfig#5338a96c974654e226665b2f412fad2f82d4b701</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get fixes from v6.12-rc2.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/input/mouse/Kconfig</description>
        <pubDate>Mon, 14 Oct 2024 09:17:57 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>344190e0347324d95393c561a4b8c8dfa8cd628b - ASoC: Merge up v6.12</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/input/mouse/Kconfig#344190e0347324d95393c561a4b8c8dfa8cd628b</link>
        <description>ASoC: Merge up v6.12Fixes build issues with the KVM selftests

            List of files:
            /linux/drivers/input/mouse/Kconfig</description>
        <pubDate>Mon, 07 Oct 2024 15:54:21 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b88132ceb3faccdd785809df75f9d490ebaab459 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/input/mouse/Kconfig#b88132ceb3faccdd785809df75f9d490ebaab459</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to resolve a conflict with core locally.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/input/mouse/Kconfig</description>
        <pubDate>Fri, 04 Oct 2024 11:29:21 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f66ebf37d69cc700ca884c6a18c2258caf8b151b - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/input/mouse/Kconfig#f66ebf37d69cc700ca884c6a18c2258caf8b151b</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR.No conflicts and no adjacent changes.Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/input/mouse/Kconfig</description>
        <pubDate>Thu, 03 Oct 2024 19:05:55 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>2dd0ef5d951e9b565ddb324fe26c531b6a40bf82 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/input/mouse/Kconfig#2dd0ef5d951e9b565ddb324fe26c531b6a40bf82</link>
        <description>Merge drm/drm-next into drm-misc-nextGet drm-misc-next to up v6.12-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/input/mouse/Kconfig</description>
        <pubDate>Mon, 30 Sep 2024 10:50:54 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>e0568571258d096f0277c74185bcbfc9cf21bccb - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/input/mouse/Kconfig#e0568571258d096f0277c74185bcbfc9cf21bccb</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.12-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/input/mouse/Kconfig</description>
        <pubDate>Mon, 30 Sep 2024 10:49:10 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5516200c466f92954551406ea641376963c43a92 - Merge tag &apos;v6.12-rc7&apos; into __tmp-hansg-linux-tags_media_atomisp_6_13_1</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/input/mouse/Kconfig#5516200c466f92954551406ea641376963c43a92</link>
        <description>Merge tag &apos;v6.12-rc7&apos; into __tmp-hansg-linux-tags_media_atomisp_6_13_1Linux 6.12-rc7* tag &apos;v6.12-rc7&apos;: (1909 commits)  Linux 6.12-rc7  filemap: Fix bounds checking in filemap_read()  i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE is not set  mailmap: add entry for Thorsten Blum  ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()  signal: restore the override_rlimit logic  fs/proc: fix compile warning about variable &apos;vmcore_mmap_ops&apos;  ucounts: fix counter leak in inc_rlimit_get_ucounts()  selftests: hugetlb_dio: check for initial conditions to skip in the start  mm: fix docs for the kernel parameter ``thp_anon=``  mm/damon/core: avoid overflow in damon_feed_loop_next_input()  mm/damon/core: handle zero schemes apply interval  mm/damon/core: handle zero {aggregation,ops_update} intervals  mm/mlock: set the correct prev on failure  objpool: fix to make percpu slot allocation more robust  mm/page_alloc: keep track of free highatomic  bcachefs: Fix UAF in __promote_alloc() error path  bcachefs: Change OPT_STR max to be 1 less than the size of choices array  bcachefs: btree_cache.freeable list fixes  bcachefs: check the invalid parameter for perf test  ...

            List of files:
            /linux/drivers/input/mouse/Kconfig</description>
        <pubDate>Mon, 11 Nov 2024 12:16:33 +0100</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
