<?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>4a57e0913e8c7fff407e97909f4ae48caa84d612 - Merge tag &apos;drm-next-2026-04-15&apos; of https://gitlab.freedesktop.org/drm/kernel</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/Makefile#4a57e0913e8c7fff407e97909f4ae48caa84d612</link>
        <description>Merge tag &apos;drm-next-2026-04-15&apos; of https://gitlab.freedesktop.org/drm/kernelPull drm updates from Dave Airlie: &quot;Highlights:   - new DRM RAS infrastructure using netlink   - amdgpu: enable DC on CIK APUs, and more IP enablement, and more     user queue work   - xe: purgeable BO support, and new hw enablement   - dma-buf : add revocable operations  Full summary:  mm:   - two-pass MMU interval notifiers   - add gpu active/reclaim per-node stat counters  math:   - provide __KERNEL_DIV_ROUND_CLOSEST() in UAPI   - implement DIV_ROUND_CLOSEST() with __KERNEL_DIV_ROUND_CLOSEST()  rust:   - shared tag with driver-core: register macro and io infra   - core: rework DMA coherent API   - core: add interop::list to interop with C linked lists   - core: add more num::Bounded operations   - core: enable generic_arg_infer and add EMSGSIZE   - workqueue: add ARef&lt;T&gt; support for work and delayed work   - add GPU buddy allocator abstraction   - add DRM shmem GEM helper abstraction   - allow drm:::Device to dispatch work and delayed work items     to driver private data   - add dma_resv_lock helper and raw accessors  core:   - introduce DRM RAS infrastructure over netlink   - add connector panel_type property   - fourcc: add ARM interleaved 64k modifier   - colorop: add destroy helper   - suballoc: split into alloc and init helpers   - mode: provide DRM_ARGB_GET*() macros for reading color components  edid:   - provide drm_output_color_Format  dma-buf:   - provide revoke mechanism for shared buffers   - rename move_notify to invalidate_mappings   - always enable move_notify   - protect dma_fence_ops with RCU and improve locking   - clean pages with helpers  atomic:   - allocate drm_private_state via callback   - helper: use system_percpu_wq  buddy:   - make buddy allocator available to gpu level   - add kernel-doc for buddy allocator   - improve aligned allocation  ttm:   - fix fence signalling   - improve tests and docs   - improve handling of gfp_retry_mayfail   - use per-node stat counters to track memory allocations   - port pool to use list_lru   - drop NUMA specific pools   - make pool shrinker numa aware   - track allocated pages per numa node  coreboot:   - cleanup coreboot framebuffer support  sched:   - fix race condition in drm_sched_fini  pagemap:   - enable THP support   - pass pagemap_addr by reference  gem-shmem:   - Track page accessed/dirty status across mmap/vmap  gpusvm:   - reenable device to device migration   - fix unbalanced unclock  bridge:   - anx7625: Support USB-C plus DT bindings   - connector: Fix EDID detection   - dw-hdmi-qp: Support Vendor-Specfic and SDP Infoframes; improve     others   - fsl-ldb: Fix visual artifacts plus related DT property     &apos;enable-termination-resistor&apos;   - imx8qxp-pixel-link: Improve bridge reference handling   - lt9611: Support Port-B-only input plus DT bindings   - tda998x: Support DRM_BRIDGE_ATTACH_NO_CONNECTOR; Clean up   - Support TH1520 HDMI plus DT bindings   - waveshare-dsi: Fix register and attach; Support 1..4 DSI lanes plus     DT bindings   - anx7625: Fix USB Type-C handling   - cdns-mhdp8546-core: Handle HDCP state in bridge atomic_check   - Support Lontium LT8713SX DP MST bridge plus DT bindings   - analogix_dp: Use DP helpers for link training  panel:   - panel-jdi-lt070me05000: Use mipi-dsi multi functions   - panel-edp: Support Add AUO B116XAT04.1 (HW: 1A); Support CMN     N116BCL-EAK (C2); Support FriendlyELEC plus DT changes   - panel-edp: Fix timings for BOE NV140WUM-N64   - ilitek-ili9882t: Allow GPIO calls to sleep   - jadard: Support TAIGUAN XTI05101-01A   - lxd: Support LXD M9189A plus DT bindings   - mantix: Fix pixel clock; Clean up   - motorola: Support Motorola Atrix 4G and Droid X2 plus DT bindings   - novatek: Support Novatek/Tianma NT37700F plus DT bindings   - simple: Support EDT ET057023UDBA plus DT bindings; Support Powertip     PH800480T032-ZHC19 plus DT bindings; Support Waveshare 13.3&quot;   - novatek-nt36672a: Use mipi_dsi_*_multi() functions   - panel-edp: Support BOE NV153WUM-N42, CMN N153JCA-ELK, CSW     MNF307QS3-2   - support Himax HX83121A plus DT bindings   - support JuTouch JT070TM041 plus DT bindings   - support Samsung S6E8FC0 plus DT bindings   - himax-hx83102c: support Samsung S6E8FC0 plus DT bindings; support     backlight   - ili9806e: support Rocktech RK050HR345-CT106A plus DT bindings   - simple: support Tianma TM050RDH03 plus DT bindings  amdgpu:   - enable DC by default on CIK APUs   - userq fence ioctl param size fixes   - set panel_type to OLED for eDP   - refactor DC i2c code   - FAMS2 update   - rework ttm handling to allow multiple engines   - DC DCE 6.x cleanup   - DC support for NUTMEG/TRAVIS DP bridge   - DCN 4.2 support   - GC12 idle power fix for compute   - use struct drm_edid in non-DC code   - enable NV12/P010 support on primary planes   - support newer IP discovery tables   - VCN/JPEG 5.0.2 support   - GC/MES 12.1 updates   - USERQ fixes   - add DC idle state manager   - eDP DSC seamless boot  amdkfd:   - GC 12.1 updates   - non 4K page fixes  xe:   - basic Xe3p_LPG and NVL-P enabling patches   - allow VM_BIND decompress support   - add purgeable buffer object support   - add xe_vm_get_property_ioctl   - restrict multi-lrc to VCS/VECS engines   - allow disabling VM overcommit in fault mode   - dGPU memory optimizations   - Workaround cleanups and simplification   - Allow VFs VRAM quote changes using sysfs   - convert GT stats to per-cpu counters   - pagefault refactors   - enable multi-queue on xe3p_xpc   - disable DCC on PTL   - make MMIO communication more robust   - disable D3Cold for BMG on specific platforms   - vfio: improve FLR sync for Xe VFIO  i915/display:   - C10/C20/LT PHY PLL divider verification   - use trans push mechanism to generate PSR frame change on LNL+   - refactor DP DSC slice config   - VGA decode refactoring   - refactor DPT, gen2-4 overlay, masked field register macro helpers   - refactor stolen memory allocation decisions   - prepare for UHBR DP tunnels   - refactor LT PHY PLL to use DPLL framework   - implement register polling/waiting in display code   - add shared stepping header between i915 and display  i915:   - fix potential overflow of shmem scatterlist length  nouveau:   - provide Z cull info to userspace   - initial GA100 support   - shutdown on PCI device shutdown  nova-core:   - harden GSP command queue   - add support for large RPCs   - simplify GSP sequencer and message handling   - refactor falcon firmware handling   - convert to new register macro   - conver to new DMA coherent API   - use checked arithmetic   - add debugfs support for gsp-rm log buffers   - fix aux device registration for multi-GPU  msm:   - CI:      - Uprev mesa      - Restore CI jobs for Qualcomm APQ8016 and APQ8096 devices   - Core:      - Switched to of_get_available_child_by_name()   - DPU:      - Fixes for DSC panels      - Fixed brownout because of the frequency / OPP mismatch      - Quad pipe preparation (not enabled yet)      - Switched to virtual planes by default      - Dropped VBIF_NRT support      - Added support for Eliza platform      - Reworked alpha handling      - Switched to correct CWB definitions on Eliza      - Dropped dummy INTF_0 on MSM8953      - Corrected INTFs related to DP-MST   - DP:      - Removed debug prints looking into PHY internals   - DSI:      - Fixes for DSC panels      - RGB101010 support      - Support for SC8280XP      - Moved PHY bindings from display/ to phy/   - GPU:      - Preemption support for x2-85 and a840      - IFPC support for a840      - SKU detection support for x2-85 and a840      - Expose AQE support (VK ray-pipeline)      - Avoid locking in VM_BIND fence signaling path      - Fix to avoid reclaim in GPU snapshot path      - Disallow foreign mapping of _NO_SHARE BOs   - HDMI:      - Fixed infoframes programming   - MDP5:      - Dropped support for MSM8974v1      - Dropped now unused code for MSM8974 v1 and SDM660 / MSM8998  panthor:   - add tracepoints for power and IRQs   - fix fence handling   - extend timestamp query with flags   - support various sources for timestamp queries  tyr:   - fix names and model/versions  rockchip:   - vop2: use drm logging function   - rk3576 displayport support   - support CRTC background color  atmel-hlcdc:   - support sana5d65 LCD controller  tilcdc:   - use DT bindings schema   - use managed DRM interfaces   - support DRM_BRIDGE_ATTACH_NO_CONNECTOR  verisilicon:   - support DC8200 + DT bindings  virtgpu:   - support PRIME import with 3D enabled  komeda:   - fix integer overflow in AFBC checks  mcde:   - improve bridge handling  gma500:   - use drm client buffer for fbdev framebuffer  amdxdna:   - add sensors ioctls   - provide NPU power estimate   - support column utilization sensor   - allow forcing DMA through IOMMU IOVA   - support per-BO mem usage queries   - refactor GEM implementation  ivpu:   - update boot API to v3.29.4   - limit per-user number of doorbells/contexts   - perform engine reset on TDR error  loongson:   - replace custom code with drm_gem_ttm_dumb_map_offset()  imx:   - support planes behind the primary plane   - fix bus-format selection  vkms:   - support CRTC background color  v3d:   - improve handling of struct v3d_stats  komeda:   - support Arm China Linlon D6 plus DT bindings  imagination:   - improve power-off sequence   - support context-reset notification from firmware  mediatek:   - mtk_dsi: enable hs clock during pre-enable   - Remove all conflicting aperture devices during probe   - Add support for mt8167 display blocks&quot;* tag &apos;drm-next-2026-04-15&apos; of https://gitlab.freedesktop.org/drm/kernel: (1735 commits)  drm/ttm/tests: Remove checks from ttm_pool_free_no_dma_alloc  drm/ttm/tests: fix lru_count ASSERT  drm/vram: remove DRM_VRAM_MM_FILE_OPERATIONS from docs  drm/fb-helper: Fix a locking bug in an error path  dma-fence: correct kernel-doc function parameter @flags  ttm/pool: track allocated_pages per numa node.  ttm/pool: make pool shrinker NUMA aware (v2)  ttm/pool: drop numa specific pools  ttm/pool: port to list_lru. (v2)  drm/ttm: use gpu mm stats to track gpu memory allocations. (v4)  mm: add gpu active/reclaim per-node stat counters (v2)  gpu: nova-core: fix missing colon in SEC2 boot debug message  gpu: nova-core: vbios: use from_le_bytes() for PCI ROM header parsing  gpu: nova-core: bitfield: fix broken Default implementation  gpu: nova-core: falcon: pad firmware DMA object size to required block alignment  gpu: nova-core: gsp: fix undefined behavior in command queue code  drm/shmem_helper: Make sure PMD entries get the writeable upgrade  accel/ivpu: Trigger recovery on TDR with OS scheduling  drm/msm: Use of_get_available_child_by_name()  dt-bindings: display/msm: move DSI PHY bindings to phy/ subdir  ...

            List of files:
            /linux/drivers/gpu/drm/Makefile</description>
        <pubDate>Wed, 15 Apr 2026 17:45:00 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>407f658eec69225d2bf3974b1ed63b0d88a25a6e - Merge tag &apos;drm-misc-next-2026-03-12&apos; into drm-rust-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/Makefile#407f658eec69225d2bf3974b1ed63b0d88a25a6e</link>
        <description>Merge tag &apos;drm-misc-next-2026-03-12&apos; into drm-rust-nextWe need the latest GPU buddy changes from drm-misc-next-2026-03-12 indrm-rust-next as well, as the Rust abstractions are built on top of it.Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/drivers/gpu/drm/Makefile</description>
        <pubDate>Mon, 23 Mar 2026 18:26:44 +0100</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3f071d00fc9478344f3231f585a5e39ceb6c63e6 - Merge tag &apos;drm-xe-next-2026-03-12&apos; of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/Makefile#3f071d00fc9478344f3231f585a5e39ceb6c63e6</link>
        <description>Merge tag &apos;drm-xe-next-2026-03-12&apos; of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextUAPI Changes:- add VM_BIND DECOMPRESS support and on-demand decompression (Nitin)- Allow per queue programming of COMMON_SLICE_CHICKEN3 bit13 (Lionel)Cross-subsystem Changes:- Introduce the DRM RAS infrastructure over generic netlink (Riana, Rodrigo)Core Changes:- Two-pass MMU interval notifiers (Thomas)Driver Changes:- Merge drm/drm-next into drm-xe-next (Brost)- Fix overflow in guc_ct_snapshot_capture (Mika, Fixes)- Extract gt_pta_entry (Gustavo)- Extra enabling patches for NVL-P (Gustavo)- Add Wa_14026578760 (Varun)- Add type-specific GT loop iterator (Roper)- Refactor xe_migrate_prepare_vm (Raag)- Don&apos;t disable GuCRC in suspend path (Vinay, Fixes)- Add missing kernel docs in xe_exec_queue.c (Niranjana)- Change TEST_VRAM to work with 32-bit resource_size_t (Wajdeczko)- Fix memory leak in xe_vm_madvise_ioctl (Varun, Fixes)- Skip access counter queue init for unsupported platforms (Himal)Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;From: Matthew Brost &lt;matthew.brost@intel.com&gt;Link: https://patch.msgid.link/abLUVfSHu8EHRF9q@lstrano-desk.jf.intel.com

            List of files:
            /linux/drivers/gpu/drm/Makefile</description>
        <pubDate>Mon, 16 Mar 2026 03:21:06 +0100</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>42d3b66d4cdbacfc9d120d2301b8de89cc29a914 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/Makefile#42d3b66d4cdbacfc9d120d2301b8de89cc29a914</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 7.00-rc3. Important ahead GPU SVM merging THPsupport.Signed-off-by: Matthew Brost &lt;matthew.brost@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/Makefile</description>
        <pubDate>Thu, 12 Mar 2026 15:17:56 +0100</pubDate>
        <dc:creator>Matthew Brost &lt;matthew.brost@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c36218dc49f5e9ef9e3074670fdae7ac3a7e794f - drm/ras: Introduce the DRM RAS infrastructure over generic netlink</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/Makefile#c36218dc49f5e9ef9e3074670fdae7ac3a7e794f</link>
        <description>drm/ras: Introduce the DRM RAS infrastructure over generic netlinkIntroduces the DRM RAS infrastructure over generic netlink.The new interface allows drivers to expose RAS nodes and theirassociated error counters to userspace in a structured and extensibleway. Each drm_ras node can register its own set of error counters, whichare then discoverable and queryable through netlink operations. Thislays the groundwork for reporting and managing hardware error statesin a unified manner across different DRM drivers.Currently it only supports error-counter nodes. But it can beextended later.The registration is also not tied to any drm node, so it can beused by accel devices as well.It uses the new and mandatory YAML description format stored inDocumentation/netlink/specs/. This forces a single generic netlinkfamily namespace for the entire drm: &quot;drm-ras&quot;.But multiple-endpoints are supported within the single family.Any modification to this API needs to be applied toDocumentation/netlink/specs/drm_ras.yaml before regenerating thecode:$ tools/net/ynl/pyynl/ynl_gen_c.py --spec \ Documentation/netlink/specs/drm_ras.yaml --mode uapi --header \ -o include/uapi/drm/drm_ras.h$ tools/net/ynl/pyynl/ynl_gen_c.py --spec \  Documentation/netlink/specs/drm_ras.yaml --mode kernel \  --header -o drivers/gpu/drm/drm_ras_nl.h$ tools/net/ynl/pyynl/ynl_gen_c.py --spec \  Documentation/netlink/specs/drm_ras.yaml \  --mode kernel --source -o drivers/gpu/drm/drm_ras_nl.cCc: Zack McKevitt &lt;zachary.mckevitt@oss.qualcomm.com&gt;Cc: Lijo Lazar &lt;lijo.lazar@amd.com&gt;Cc: Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;Cc: Jakub Kicinski &lt;kuba@kernel.org&gt;Cc: David S. Miller &lt;davem@davemloft.net&gt;Cc: Paolo Abeni &lt;pabeni@redhat.com&gt;Cc: Eric Dumazet &lt;edumazet@google.com&gt;Cc: netdev@vger.kernel.orgCo-developed-by: Aravind Iddamsetty &lt;aravind.iddamsetty@linux.intel.com&gt;Signed-off-by: Aravind Iddamsetty &lt;aravind.iddamsetty@linux.intel.com&gt;Signed-off-by: Riana Tauro &lt;riana.tauro@intel.com&gt;Reviewed-by: Zack McKevitt &lt;zachary.mckevitt@oss.qualcomm.com&gt;Acked-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Acked-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;Link: https://patch.msgid.link/20260304074412.464435-8-riana.tauro@intel.comSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/Makefile</description>
        <pubDate>Wed, 04 Mar 2026 08:44:08 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>21f6bcdf2be72e750dbe430b7227a66763a58466 - Merge tag &apos;drm-misc-next-2026-02-26&apos; of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/Makefile#21f6bcdf2be72e750dbe430b7227a66763a58466</link>
        <description>Merge tag &apos;drm-misc-next-2026-02-26&apos; of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextdrm-misc-next for v7.1:UAPI Changes:connector:- Add panel_type propertyfourcc:- Add ARM interleaved 64k modifiernouveau:- Query Z-Cull info with DRM_IOCTL_NOUVEAU_GET_ZCULL_INFOCross-subsystem Changes:coreboot:- Clean up coreboot framebuffer supportdma-buf:- Provide revoke mechanism for shared buffers- Rename move_notify callback to invalidate_mappings and update users.- Always enable move_notify- Support dma_fence_was_initialized() test- Protect dma_fence_ops by RCU and improve locking- Fix sparse warningsCore Changes:atomic:- Allocate drm_private_state via callback and convert driversatomic-helper:- Use system_percpu_wqbuddy:- Make buddy allocator available to all DRM drivers- Document flags and structurescolorop:- Add destroy helper and convert driversfbdev-emulation:- Clean upgem:- Fix drm_gem_objects_lookup() error cleanupDriver Changes:amdgpu:- Set panel_type to OELD for eDPatmel-hlcdc:- Support sana5d65 LCD controllerbridge:- anx7625: Support USB-C plus DT bindings- connector: Fix EDID detection- dw-hdmi-qp: Support Vendor-Specfic and SDP Infoframes; improve others- fsl-ldb: Fix visual artifacts plus related DT property &apos;enable-termination-resistor&apos;- imx8qxp-pixel-link: Improve bridge reference handling- lt9611: Support Port-B-only input plus DT bindings- tda998x: Support DRM_BRIDGE_ATTACH_NO_CONNECTOR; Clean up- Support TH1520 HDMI plus DT bindings- Clean upimagination:- Clean upkomeda:- Fix integer overflow in AFBC checksmcde:- Improve bridge handlingnouveau:- Provide Z-cull info to user space- gsp: Support GA100- Shutdown on PCI device shutdown- Clean uppanel:- panel-jdi-lt070me05000: Use mipi-dsi multi functions- panel-edp: Support Add AUO B116XAT04.1 (HW: 1A); Support CMN N116BCL-EAK (C2); Support FriendlyELEC plus DT changes- Fix Kconfig dependenciespanthor:- Add tracepoints for power and IRQsrcar-du:- dsi: fix VCLK calculationrockchip:- vop2: Use drm_ logging functions- Support DisplayPort on RK3576sysfb:- corebootdrm: Support system framebuffer on coreboot firmware; detect orientation- Clean up pixel-format lookupsun4i:- Clean uptilcdc:- Use DT bindings scheme- Use managed DRM interfaces- Support DRM_BRIDGE_ATTACH_NO_CONNECTOR- Clean up a lot of obsolete codev3d:- Clean upvc4:- Use system_percpu_wq- Clean upverisilicon:- Support DC8200 plus DT bindingsvirtgpu:- Support PRIME imports with enabled 3DSigned-off-by: Dave Airlie &lt;airlied@redhat.com&gt;From: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Link: https://patch.msgid.link/20260226143615.GA47200@linux.fritz.box

            List of files:
            /linux/drivers/gpu/drm/Makefile</description>
        <pubDate>Mon, 02 Mar 2026 07:57:26 +0100</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>f09812b85fa6f41058bcc46e70ac406bf9b0493a - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/Makefile#f09812b85fa6f41058bcc46e70ac406bf9b0493a</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.0-rc1 which contains a few treewide changes affecting i915.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/Makefile</description>
        <pubDate>Wed, 25 Feb 2026 12:23:04 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8b85987d3cf50178f67618122d9f3bb202f62f42 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/Makefile#8b85987d3cf50178f67618122d9f3bb202f62f42</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s merge 7.0-rc1 to start the new drm-misc-next windowSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/gpu/drm/Makefile</description>
        <pubDate>Mon, 23 Feb 2026 11:48:20 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ee8bfb15d02dddb554ad4bdd6c44297f19556563 - drm: drop lib from header search path.</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/Makefile#ee8bfb15d02dddb554ad4bdd6c44297f19556563</link>
        <description>drm: drop lib from header search path.This was leftover from when I dropped it in4a9671a03f2b (&quot;gpu: Move DRM buddy allocator one level up (part one)&quot;)Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux/drivers/gpu/drm/Makefile</description>
        <pubDate>Fri, 06 Feb 2026 02:44:09 +0100</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>ba110db8e1bc206c13fd7d985e79b033f53bfdea - gpu: Move DRM buddy allocator one level up (part two)</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/Makefile#ba110db8e1bc206c13fd7d985e79b033f53bfdea</link>
        <description>gpu: Move DRM buddy allocator one level up (part two)Move the DRM buddy allocator one level up so that it can be used by GPUdrivers (example, nova-core) that have usecases other than DRM (such asVFIO vGPU support). Modify the API, structures and Kconfigs to use&quot;gpu_buddy&quot; terminology. Adapt the drivers and tests to use the new API.The commit cannot be split due to bisectability, however no functionalchange is intended. Verified by running K-UNIT tests and build testedvarious configurations.Signed-off-by: Joel Fernandes &lt;joelagnelf@nvidia.com&gt;Reviewed-by: Dave Airlie &lt;airlied@redhat.com&gt;[airlied: I&apos;ve split this into two so git can find copies easier.I&apos;ve also just nuked drm_random library, that stuff needs to be doneelsewhere and only the buddy tests seem to be using it].Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux/drivers/gpu/drm/Makefile</description>
        <pubDate>Thu, 05 Feb 2026 23:52:38 +0100</pubDate>
        <dc:creator>Joel Fernandes &lt;joelagnelf@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>4a9671a03f2be13acde0cb15c5208767a9cc56e4 - gpu: Move DRM buddy allocator one level up (part one)</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/Makefile#4a9671a03f2be13acde0cb15c5208767a9cc56e4</link>
        <description>gpu: Move DRM buddy allocator one level up (part one)Move the DRM buddy allocator one level up so that it can be used by GPUdrivers (example, nova-core) that have usecases other than DRM (such asVFIO vGPU support). Modify the API, structures and Kconfigs to use&quot;gpu_buddy&quot; terminology. Adapt the drivers and tests to use the new API.The commit cannot be split due to bisectability, however no functionalchange is intended. Verified by running K-UNIT tests and build testedvarious configurations.Signed-off-by: Joel Fernandes &lt;joelagnelf@nvidia.com&gt;Reviewed-by: Dave Airlie &lt;airlied@redhat.com&gt;[airlied: I&apos;ve split this into two so git can find copies easier.I&apos;ve also just nuked drm_random library, that stuff needs to be doneelsewhere and only the buddy tests seem to be using it].Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux/drivers/gpu/drm/Makefile</description>
        <pubDate>Thu, 05 Feb 2026 23:52:38 +0100</pubDate>
        <dc:creator>Joel Fernandes &lt;joelagnelf@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>2bebc88d5e37ddcb5ea5039a39f39527662b27f0 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/Makefile#2bebc88d5e37ddcb5ea5039a39f39527662b27f0</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get bug fixes from v6.19-rc7.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/gpu/drm/Makefile</description>
        <pubDate>Thu, 05 Feb 2026 10:33:06 +0100</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>dbf21777caa8b8c88c12f7f036b01208fec0d55a - drm: verisilicon: add a driver for Verisilicon display controllers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/Makefile#dbf21777caa8b8c88c12f7f036b01208fec0d55a</link>
        <description>drm: verisilicon: add a driver for Verisilicon display controllersThis is a from-scratch driver targeting Verisilicon DC-series displaycontrollers, which feature self-identification functionality like theirGC-series GPUs.Only DC8200 is being supported now, and only the main framebuffer is setup (as the DRM primary plane). Support for more DC models and morefeatures is my further targets.As the display controller is delivered to SoC vendors as a whole part,this driver does not use component framework and extra bridges inside aSoC is expected to be implemented as dedicated bridges (this driverproperly supports bridge chaining).Signed-off-by: Icenowy Zheng &lt;uwu@icenowy.me&gt;Signed-off-by: Icenowy Zheng &lt;zhengxingda@iscas.ac.cn&gt;Tested-by: Han Gao &lt;gaohan@iscas.ac.cn&gt;Tested-by: Michal Wilczynski &lt;m.wilczynski@samsung.com&gt;Reviewed-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Link: https://patch.msgid.link/20260129023922.1527729-4-zhengxingda@iscas.ac.cn

            List of files:
            /linux/drivers/gpu/drm/Makefile</description>
        <pubDate>Thu, 29 Jan 2026 03:39:17 +0100</pubDate>
        <dc:creator>Icenowy Zheng &lt;uwu@icenowy.me&gt;</dc:creator>
    </item>
<item>
        <title>1e372b246199ca7a35f930177fea91b557dac16e - drm, drm/xe: Fix xe userptr in the absence of CONFIG_DEVICE_PRIVATE</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/Makefile#1e372b246199ca7a35f930177fea91b557dac16e</link>
        <description>drm, drm/xe: Fix xe userptr in the absence of CONFIG_DEVICE_PRIVATECONFIG_DEVICE_PRIVATE is not selected by default by some distros,for example Fedora, and that leads to a regression in the xe driversince userptr support gets compiled out.It turns out that DRM_GPUSVM, which is needed for xe userptr supportcompiles also without CONFIG_DEVICE_PRIVATE, but doesn&apos;t compilewithout CONFIG_ZONE_DEVICE.Exclude the drm_pagemap files from compilation with !CONFIG_ZONE_DEVICE,and remove the CONFIG_DEVICE_PRIVATE dependency from CONFIG_DRM_GPUSVM andthe xe driver&apos;s selection of it, re-enabling xe userptr for those configs.v2:- Don&apos;t compile the drm_pagemap files unless CONFIG_ZONE_DEVICE is set.- Adjust the drm_pagemap.h header accordingly.Fixes: 9e9787414882 (&quot;drm/xe/userptr: replace xe_hmm with gpusvm&quot;)Cc: Matthew Auld &lt;matthew.auld@intel.com&gt;Cc: Himal Prasad Ghimiray &lt;himal.prasad.ghimiray@intel.com&gt;Cc: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;Cc: Matthew Brost &lt;matthew.brost@intel.com&gt;Cc: &quot;Thomas Hellstr&#246;m&quot; &lt;thomas.hellstrom@linux.intel.com&gt;Cc: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;Cc: dri-devel@lists.freedesktop.orgCc: &lt;stable@vger.kernel.org&gt; # v6.18+Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;Reviewed-by: Matthew Auld &lt;matthew.auld@intel.com&gt;Acked-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;Link: https://patch.msgid.link/20260121091048.41371-2-thomas.hellstrom@linux.intel.com

            List of files:
            /linux/drivers/gpu/drm/Makefile</description>
        <pubDate>Wed, 21 Jan 2026 10:10:47 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/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/gpu/drm/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>d3b402c5a2d47f51eb0581da1a7b142f82cb10d1 - Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/Makefile#d3b402c5a2d47f51eb0581da1a7b142f82cb10d1</link>
        <description>Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-nextMerge with upstream to pick up fixes from perf-tools and from othertools/ parts that interact with tools/perf.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/drivers/gpu/drm/Makefile</description>
        <pubDate>Mon, 26 Jan 2026 21:03:53 +0100</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>df989b01b5f97dae8f9869cfacbda1308f2182c1 - Merge 7.0 Kbuild changes into kbuild-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/Makefile#df989b01b5f97dae8f9869cfacbda1308f2182c1</link>
        <description>Merge 7.0 Kbuild changes into kbuild-fixeskbuild-fixes needs to be based on 6.19 to apply some fixes for  62089b804895 (&quot;kbuild: rpm-pkg: Generate debuginfo package manually&quot;)which landed in 6.19-rc1 but the new material of 7.0 needs fixes mergedas well.Signed-off-by: Nathan Chancellor &lt;nathan@kernel.org&gt;

            List of files:
            /linux/drivers/gpu/drm/Makefile</description>
        <pubDate>Thu, 12 Feb 2026 17:28:27 +0100</pubDate>
        <dc:creator>Nathan Chancellor &lt;nathan@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>41f1a08645abb5ef7d2a3ed8835c747334878774 - Merge tag &apos;kbuild-7.0-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/Makefile#41f1a08645abb5ef7d2a3ed8835c747334878774</link>
        <description>Merge tag &apos;kbuild-7.0-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxPull Kbuild/Kconfig updates from Nathan Chancellor: &quot;Kbuild:   - Drop &apos;*_probe&apos; pattern from modpost section check allowlist, which     hid legitimate warnings (Johan Hovold)   - Disable -Wtype-limits altogether, instead of enabling at W=2     (Vincent Mailhol)   - Improve UAPI testing to skip testing headers that require a libc     when CONFIG_CC_CAN_LINK is not set, opening up testing of headers     with no libc dependencies to more environments (Thomas Wei&#223;schuh)   - Update gendwarfksyms documentation with required dependencies     (Jihan LIN)   - Reject invalid LLVM= values to avoid unintentionally falling back     to system toolchain (Thomas Wei&#223;schuh)   - Add a script to help run the kernel build process in a container     for consistent environments and testing (Guillaume Tucker)   - Simplify kallsyms by getting rid of the relative base (Ard     Biesheuvel)   - Performance and usability improvements to scripts/make_fit.py     (Simon Glass)   - Minor various clean ups and fixes  Kconfig:   - Move XPM icons to individual files, clearing up GTK deprecation     warnings (Rostislav Krasny)   - Support        depends on FOO if BAR     as syntactic sugar for        depends on FOO || !BAR     (Nicolas Pitre, Graham Roff)   - Refactor merge_config.sh to use awk over shell/sed/grep,     dramatically speeding up processing large number of config     fragments (Anders Roxell, Mikko Rapeli)&quot;* tag &apos;kbuild-7.0-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux: (39 commits)  kbuild: remove dependency of run-command on config  scripts/make_fit: Compress dtbs in parallel  scripts/make_fit: Support a few more parallel compressors  kbuild: Support a FIT_EXTRA_ARGS environment variable  scripts/make_fit: Move dtb processing into a function  scripts/make_fit: Support an initial ramdisk  scripts/make_fit: Speed up operation  rust: kconfig: Don&apos;t require RUST_IS_AVAILABLE for rustc-option  MAINTAINERS: Add scripts/install.sh into Kbuild entry  modpost: Amend ppc64 save/restfpr symnames for -Os build  MIPS: tools: relocs: Ship a definition of R_MIPS_PC32  streamline_config.pl: remove superfluous exclamation mark  kbuild: dummy-tools: Add python3  scripts: kconfig: merge_config.sh: warn on duplicate input files  scripts: kconfig: merge_config.sh: use awk in checks too  scripts: kconfig: merge_config.sh: refactor from shell/sed/grep to awk  kallsyms: Get rid of kallsyms relative base  mips: Add support for PC32 relocations in vmlinux  Documentation: dev-tools: add container.rst page  scripts: add tool to run containerized builds  ...

            List of files:
            /linux/drivers/gpu/drm/Makefile</description>
        <pubDate>Wed, 11 Feb 2026 22:40:35 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>939faf71cf7ca9ab3d1bd2912ac0e203d4d7156a - Merge tag &apos;drm-next-2026-02-11&apos; of https://gitlab.freedesktop.org/drm/kernel</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/Makefile#939faf71cf7ca9ab3d1bd2912ac0e203d4d7156a</link>
        <description>Merge tag &apos;drm-next-2026-02-11&apos; of https://gitlab.freedesktop.org/drm/kernelPull drm updates from Dave Airlie: &quot;Highlights:   - amdgpu support for lots of new IP blocks which means newer GPUs   - xe has a lot of SR-IOV and SVM improvements   - lots of intel display refactoring across i915/xe   - msm has more support for gen8 platforms   - Given up on kgdb/kms integration, it&apos;s too hard on modern hw  core:   - drop kgdb support   - replace system workqueue with percpu   - account for property blobs in memcg   - MAINTAINERS updates for xe + buddy  rust:   - Fix documentation for Registration constructors   - Use pin_init::zeroed() for fops initialization   - Annotate DRM helpers with __rust_helper   - Improve safety documentation for gem::Object::new()   - Update AlwaysRefCounted imports   - mm: Prevent integer overflow in page_align()  atomic:   - add drm_device pointer to drm_private_obj   - introduce gamma/degamma LUT size check  buddy:   - fix free_trees memory leak   - prevent BUG_ON  bridge:   - introduce drm_bridge_unplug/enter/exit   - add connector argument to .hpd_notify   - lots of recounting conversions   - convert rockchip inno hdmi to bridge   - lontium-lt9611uxc: switch to HDMI audio helpers   - dw-hdmi-qp: add support for HPD-less setups   - Algoltek AG6311 support  panels:   - edp: CSW MNE007QB3-1, AUO B140HAN06.4, AUO B140QAX01.H   - st75751: add SPI support   - Sitronix ST7920, Samsung LTL106HL02   - LG LH546WF1-ED01, HannStar HSD156J   - BOE NV130WUM-T08   - Innolux G150XGE-L05   - Anbernic RG-DS  dma-buf:   - improve sg_table debugging   - add tracepoints   - call clear_page instead of memset   - start to introduce cgroup memory accounting in heaps   - remove sysfs stats  dma-fence:   - add new helpers  dp:   - mst: avoid oob access with vcpi=0  hdmi:   - limit infoframes exposure to userspace  gem:   - reduce page table overhead with THP   - fix leak in drm_gem_get_unmapped_area  gpuvm:   - API sanitation for rust bindings  sched:   - introduce new helpers  panic:   - report invalid panic modes   - add kunit tests  i915/xe display:   - Expose sharpness only if num_scalers is &gt;= 2   - Add initial Xe3P_LPD for NVL   - BMG FBC support   - Add MTL+ platforms to support dpll framework   _ fix DIMM_S DRM decoding on ICL   - Return to using AUX interrupts   - PSR/Panel replay refactoring   - use consolidation HDMI tables   - Xe3_LPD CD2X dividier changes  xe:   - vfio: add vfio_pci for intel GPU   - multi queue support   - dynamic pagemaps and multi-device SVM   - expose temp attribs in hwmon   - NO_COMPRESSION bo flag   - expose MERT OA unit   - sysfs survivability refactor   - SRIOV PF: add MERT support   - enable SR-IOV VF migration   - Enable I2C/NVM on Crescent Island   - Xe3p page reclaimation support   - introduce SRIOV scheduler groups   - add SoC remappt support in system controller   - insert compiler barriers in GuC code   - define NVL GuC firmware   - handle GT resume failure   - fix drm scheduler layering violations   - enable GSC loading and PXP for PTL   - disable GuC Power DCC strategy on PTL   - unregister drm device on probe error  i915:   - move to kernel standard fault injection   - bump recommended GuC version for DG2 and MTL  amdgpu:   - SMUIO 15.x, PSP 15.x support   - IH 6.1.1/7.1 support   - MMHUB 3.4/4.2 support   - GC 11.5.4/12.1 support   - SDMA 6.1.4/7.1/7.11.4 support   - JPEG 5.3 support   - UserQ updates   - GC 9 gfx queue reset support   - TTM memory ops parallelization   - convert legacy logging to new helpers   - DC analog fixes  amdkfd:   - GC 11.5.4/12.1 suppport   - SDMA 6.1.4/7.1 support   - per context support   - increase kfd process hash table   - Reserved SDMA rework  radeon:   - convert legacy logging to new helpers   - use devm for i2c adapters  msm:   - GPU      - Document a612/RGMU dt bindings      - UBWC 6.0 support (for A840 / Kaanapali)      - a225 support   - DPU:      - Switch to use virtual planes by default      - Fix DSI CMD panels on DPU 3.x      - Rewrite format handling to remove intermediate representation      - Fix watchdog on DPU 8.x+      - Fix TE / Vsync source setting on DPU 8.x+      - Add 3D_Mux on SC7280      - Kaanapali platform support      - Fix UBWC register programming      - Make RM reserve DSPP-enabled mixers for CRTCs with LMs      - Gamma correction support   - DP:      - Enable support for eDP 1.4+ link rate tables      - Fix MDSS1 DP indices on SA8775P, making them to work      - Fix msm_dp_ctrl_config_msa() to work with LLVM 20   - DSI:      - Document QCS8300 as compatible with SA8775P      - Kaanapali platform support   - DSI PHY:      - switch to divider_determine_rate()   - MDP5:      - Drop support for MSM8998, SDM660 and SDM630 (switch over to DPU)   -  MDSS:      - Kaanapali platform support      - Fixed UBWC register programming  nova-core:   - Prepare for Turing support. This includes parsing and handling     Turing-specific firmware headers and sections as well as a Turing     Falcon HAL implementation   - Get rid of the Result&lt;impl PinInit&lt;T, E&gt;&gt; anti-pattern   - Relocate initializer-specific code into the appropriate initializer   - Use CStr::from_bytes_until_nul() to remove custom helpers   - Improve handling of unexpected firmware values   - Clean up redundant debug prints   - Replace c_str!() with native Rust C-string literals   - Update nova-core task list  nova:   - Align GEM object size to system page size  tyr:   - Use generated uAPI bindings for GpuInfo   - Replace manual sleeps with read_poll_timeout()   - Replace c_str!() with native Rust C-string literals   - Suppress warnings for unread fields   - Fix incorrect register name in print statement  nouveau:   - fix big page table support races in PTE management   - improve reclocking on tegra 186+  amdxdna:   - fix suspend race conditions   - improve handling of zero tail pointers   - fix cu_idx overwritten during command setup   - enable hardware context priority   - remove NPU2 support   - update message buffer allocation requirements   - update firmware version check  ast:   - support imported cursor buffers   - big endian fixes  etnaviv:   - add PPU flop reset support  imagination:   - add AM62P support   - introduce hw version checks  ivpu:   - implement warm boot flow  panfrost:   - add bo sync ioctl   - add GPU_PM_RT support for RZ/G3E SoC  panthor:   - add bo sync ioctl   - enable timestamp propagation   - scheduler robustness improvements   - VM termination fixes   - huge page support  rockchip:   - RK3368 HDMI Support   - get rid of atomic_check fixups   - RK3506 support   - RK3576/RK3588 improved HPD handling  rz-du:   - RZ/V2H(P) MIPI-DSI Support  v3d:   - fix DMA segment size   - convert to new logging helpers  mediatek:   - move DP training to hotplug thread   - convert logging to new helpers   - add support for HS speed DSI   - Genio 510/700/1200-EVK, Radxa NIO-12L HDMI support  atmel-hlcdc:   - switch to drmm resource   - support nomodeset   - use newer helpers  hisilicon:   - fix various DP bugs  renesas:   - fix kernel panic on reboot  exynos:   - fix vidi_connection_ioctl using wrong device   - fix vidi_connection deref user ptr   - fix concurrency regression with vidi_context  vkms:   - add configfs support for display configuration* tag &apos;drm-next-2026-02-11&apos; of https://gitlab.freedesktop.org/drm/kernel: (1610 commits)  drm/xe/pm: Disable D3Cold for BMG only on specific platforms  drm/xe: Fix kerneldoc for xe_tlb_inval_job_alloc_dep  drm/xe: Fix kerneldoc for xe_gt_tlb_inval_init_early  drm/xe: Fix kerneldoc for xe_migrate_exec_queue  drm/xe/query: Fix topology query pointer advance  drm/xe/guc: Fix kernel-doc warning in GuC scheduler ABI header  drm/xe/guc: Fix CFI violation in debugfs access.  accel/amdxdna: Move RPM resume into job run function  accel/amdxdna: Fix incorrect DPM level after suspend/resume  nouveau/vmm: start tracking if the LPT PTE is valid. (v6)  nouveau/vmm: increase size of vmm pte tracker struct to u32 (v2)  nouveau/vmm: rewrite pte tracker using a struct and bitfields.  accel/amdxdna: Fix incorrect error code returned for failed chain command  accel/amdxdna: Remove hardware context status  drm/bridge: imx8qxp-pixel-combiner: Fix bailout for imx8qxp_pc_bridge_probe()  drm/panel: ilitek-ili9882t: Remove duplicate initializers in tianma_il79900a_dsc  drm/i915/display: fix the pixel normalization handling for xe3p_lpd  drm/exynos: vidi: use ctx-&gt;lock to protect struct vidi_context member variables related to memory alloc/free  drm/exynos: vidi: fix to avoid directly dereferencing user pointer  drm/exynos: vidi: use priv-&gt;vidi_dev for ctx lookup in vidi_connection_ioctl()  ...

            List of files:
            /linux/drivers/gpu/drm/Makefile</description>
        <pubDate>Wed, 11 Feb 2026 21:55:44 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>dd03dd60e8cdd5ef0f0cbc18276c45009bcc51f4 - Merge tag &apos;asoc-v6.20&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/gpu/drm/Makefile#dd03dd60e8cdd5ef0f0cbc18276c45009bcc51f4</link>
        <description>Merge tag &apos;asoc-v6.20&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Updates for v7.0This release is almost all abut driers, there&apos;s very little core workhere, although some of that driver work is in more generic areas likeSDCA and SOF: - Generic SDCA support for reporting jack events. - Continuing platform support, cleanup and feature improements for the   AMD, Intel, Qualcomm and SOF code. - Platform description improvements for the Cirrus drivers. - Support for NXP i.MX952, Realtek RT1320 and RT5575, and Sophogo   CV1800B.We also pulled in one small SPI API update and some more substantialregmap work (cache description improvements) for use in drivers.

            List of files:
            /linux/drivers/gpu/drm/Makefile</description>
        <pubDate>Mon, 09 Feb 2026 17:39:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
