<?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 xe_mem_pool.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>06bc7ff0a1e0f2b0102e1314e3527a7ec0997851 - Merge tag &apos;asoc-fix-v7.1-rc2&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/xe/xe_mem_pool.h#06bc7ff0a1e0f2b0102e1314e3527a7ec0997851</link>
        <description>Merge tag &apos;asoc-fix-v7.1-rc2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v7.1Another batch of fixes, plus a couple of quirks (mostly AMD ones, as hasbeen the case recently).  All driver changes, including fixes for theKUnit tests for the Cirrus drivers that could cause memory corruption.

            List of files:
            /linux/drivers/gpu/drm/xe/xe_mem_pool.h</description>
        <pubDate>Wed, 06 May 2026 16:10:00 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>f1a5e78a55ebf2b05777fd5eb738038ddae609d6 - Merge tag &apos;drm-fixes-2026-05-02&apos; of https://gitlab.freedesktop.org/drm/kernel</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/xe_mem_pool.h#f1a5e78a55ebf2b05777fd5eb738038ddae609d6</link>
        <description>Merge tag &apos;drm-fixes-2026-05-02&apos; of https://gitlab.freedesktop.org/drm/kernelPull drm fixes from Dave Airlie: &quot;Fixes for rc2, the usual amdgpu/xe double header, I think xe had a  couple of weeks combined due to some maintainer access issues,  otherwise there&apos;s just a few misc fixes and documentation fixups.  core and helpers:   - calculate framebuffer geometry with format helpers   - fix docs  amdgpu:   - GFX12 fix for CONFIG_DRM_DEBUG_MM configs   - Fix DC analog support   - Userq fixes   - GART placement fix   - Aldebaran SMU fixes   - AMDGPU_INFO_READ_MMR_REG fix   - UVD 3.1 fix   - GC 6 TCC fix   - Fix root reservation in amdgpu_vm_handle_fault()   - RAS fix   - Module reload fix for APUs   - Fix build for CONFIG_DRM_FBDEV_EMULATION=n   - IGT DWB regression fix   - GC 11.5.4 fix   - VCN user fence fixes   - JPEG user fence fixes   - SMU 13.0.6 fix   - VCN 3/4 IB parser fixes   - NV3x+ dGPU vblank fix   - DCE6/8 fixes for LVDS/eDP panels without an EDID  amdkfd:   - Fix for when CONFIG_HSA_AMD is not set   - SVM fixes  xe:   - uapi: Add missing pad and extensions check   - uapi: Reject unsafe PAT indices for CPU cached memory   - Drop registration of guc_submit_wedged_fini from xe_guc_submit_wedge   - Xe3p tuning and workaround fixes   - USE drm mm instead of drm SA for CCS read/write   - Fix leaks and null derefs   - Fix Wa_18022495364  appletbdrm:   - allocate protocol buffers with kvzalloc()  dma-buf:   - fix docs  imagination:   - avoid segfault in debugfs  ofdrm:   - put PCI device reference on errors  udl:   - increase USB timeout&quot;* tag &apos;drm-fixes-2026-05-02&apos; of https://gitlab.freedesktop.org/drm/kernel: (77 commits)  drm/xe/uapi: Reject coh_none PAT index for CPU_ADDR_MIRROR  drm/xe/uapi: Reject coh_none PAT index for CPU cached memory in madvise  drm/xe/xelp: Fix Wa_18022495364  drm/xe/gsc: Fix BO leak on error in query_compatibility_version()  drm/xe/eustall: Fix drm_dev_put called before stream disable in close  drm/xe: Fix error cleanup in xe_exec_queue_create_ioctl()  drm/xe: Fix dma-buf attachment leak in xe_gem_prime_import()  drm/xe: Fix bo leak in xe_dma_buf_init_obj() on allocation failure  drm/xe/bo: Fix bo leak on GGTT flag validation in xe_bo_init_locked()  drm/xe/bo: Fix bo leak on unaligned size validation in xe_bo_init_locked()  drm/xe: Fix potential NULL deref in xe_exec_queue_tlb_inval_last_fence_put_unlocked  drm/xe/vf: Use drm mm instead of drm sa for CCS read/write  drm/xe: Add memory pool with shadow support  drm/xe/debugfs: Correct printing of register whitelist ranges  drm/xe: Mark ROW_CHICKEN5 as a masked register  drm/xe/tuning: Use proper register offset for GAMSTLB_CTRL  drm/xe/xe3p_lpg: Add missing indirect ring state feature flag  drm/xe: Drop redundant rtp entries for Wa_14019988906 &amp; Wa_14019877138  drm/xe/vm: Add missing pad and extensions check  drm/xe: Drop registration of guc_submit_wedged_fini from xe_guc_submit_wedge()  ...

            List of files:
            /linux/drivers/gpu/drm/xe/xe_mem_pool.h</description>
        <pubDate>Sat, 02 May 2026 01:56:08 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>f0997a06e3e32898bcae667d6807fc46ebfd0eec - Merge tag &apos;drm-xe-fixes-2026-04-30&apos; of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/xe_mem_pool.h#f0997a06e3e32898bcae667d6807fc46ebfd0eec</link>
        <description>Merge tag &apos;drm-xe-fixes-2026-04-30&apos; of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixesAPI Fixes: - Add missing pad and extensions check (Jonathan) - Reject unsafe PAT indices for CPU cached memory (Jia) Driver Fixes: - Drop registration of guc_submit_wedged_fini from xe_guc_submit_wedge (Brost) - Xe3p tuning and workaround fixes (Roper, Gustavo) - USE drm mm instead of drm SA for CCS read/write (Satya) - Fix leaks and null derefs (Shuicheng) - Fix Wa_18022495364 (Tvrtko)Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;From: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;Link: https://patch.msgid.link/afO05KvmFMn_7qcY@intel.com

            List of files:
            /linux/drivers/gpu/drm/xe/xe_mem_pool.h</description>
        <pubDate>Fri, 01 May 2026 04:49:22 +0200</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>36c6bac158816ede655f298a3f76e5a350eaa90e - drm/xe: Add memory pool with shadow support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/xe_mem_pool.h#36c6bac158816ede655f298a3f76e5a350eaa90e</link>
        <description>drm/xe: Add memory pool with shadow supportAdd a memory pool to allocate sub-ranges from a BO-backed poolusing drm_mm.Signed-off-by: Satyanarayana K V P &lt;satyanarayana.k.v.p@intel.com&gt;Cc: Matthew Brost &lt;matthew.brost@intel.com&gt;Cc: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;Cc: Maarten Lankhorst &lt;dev@lankhorst.se&gt;Cc: Michal Wajdeczko &lt;michal.wajdeczko@intel.com&gt;Reviewed-by: Matthew Brost &lt;matthew.brost@intel.com&gt;Signed-off-by: Matthew Brost &lt;matthew.brost@intel.com&gt;Link: https://patch.msgid.link/20260408110145.1639937-5-satyanarayana.k.v.p@intel.com(cherry picked from commit 1ce3229f8f269a245ff3b8c65ffae36b4d6afb93)Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/xe_mem_pool.h</description>
        <pubDate>Wed, 08 Apr 2026 13:01:47 +0200</pubDate>
        <dc:creator>Satyanarayana K V P &lt;satyanarayana.k.v.p@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
