summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorLines
2026-05-13drm/xe: Drop unused ggtt_balloon fieldMichal Wajdeczko-2/+0
2026-05-11drm/xe/dma-buf: fix UAF with retry loopMatthew Auld-37/+12
2026-05-11drm/xe/dma-buf: handle empty bo and UAF racesMatthew Auld-15/+16
2026-05-11drm/xe: Make decision to use Xe2-style blitter instructions a feature flagMatt Roper-16/+18
2026-05-11drm/xe/madvise: Track purgeability with BO-local countersArvind Yadav-175/+190
2026-05-05drm/xe/guc: Exclude indirect ring state page from ADS engine state sizeSatyanarayana K V P-7/+11
2026-05-05drm/xe/pf: Fix MMIO access using PF view instead of VF view during migrationShuicheng Lin-4/+4
2026-05-05drm/xe/pf: Fix EAGAIN sign in pf_migration_consume()Shuicheng Lin-3/+4
2026-05-05drm/xe/hdcp: Add NULL check for media_gt in intel_hdcp_gsc_check_status()Gustavo Sousa-2/+10
2026-04-29drm/xe/uapi: Reject coh_none PAT index for CPU_ADDR_MIRRORJia Yao-0/+2
2026-04-29drm/xe/uapi: Reject coh_none PAT index for CPU cached memory in madviseJia Yao-0/+47
2026-04-29drm/xe/xelp: Fix Wa_18022495364Tvrtko Ursulin-1/+1
2026-04-29drm/xe/gsc: Fix BO leak on error in query_compatibility_version()Shuicheng Lin-1/+1
2026-04-29drm/xe/eustall: Fix drm_dev_put called before stream disable in closeShuicheng Lin-2/+2
2026-04-29drm/xe: Fix error cleanup in xe_exec_queue_create_ioctl()Shuicheng Lin-2/+5
2026-04-29drm/xe: Fix dma-buf attachment leak in xe_gem_prime_import()Shuicheng Lin-4/+7
2026-04-29drm/xe: Fix bo leak in xe_dma_buf_init_obj() on allocation failureShuicheng Lin-1/+11
2026-04-29drm/xe/bo: Fix bo leak on GGTT flag validation in xe_bo_init_locked()Shuicheng Lin-1/+3
2026-04-29drm/xe/bo: Fix bo leak on unaligned size validation in xe_bo_init_locked()Shuicheng Lin-1/+3
2026-04-29drm/xe: Fix potential NULL deref in xe_exec_queue_tlb_inval_last_fence_put_un...Shuicheng Lin-1/+1
2026-04-29drm/xe/vf: Use drm mm instead of drm sa for CCS read/writeSatyanarayana K V P-55/+63
2026-04-29drm/xe: Add memory pool with shadow supportSatyanarayana K V P-0/+460
2026-04-29drm/xe/debugfs: Correct printing of register whitelist rangesMatt Roper-1/+1
2026-04-29drm/xe: Mark ROW_CHICKEN5 as a masked registerMatt Roper-1/+1
2026-04-29drm/xe/tuning: Use proper register offset for GAMSTLB_CTRLMatt Roper-1/+1
2026-04-29drm/xe/xe3p_lpg: Add missing indirect ring state feature flagGustavo Sousa-0/+1
2026-04-29drm/xe: Drop redundant rtp entries for Wa_14019988906 & Wa_14019877138Matt Roper-8/+0
2026-04-29drm/xe/vm: Add missing pad and extensions checkJonathan Cavitt-1/+2
2026-04-29drm/xe: Drop registration of guc_submit_wedged_fini from xe_guc_submit_wedge()Matthew Brost-24/+9
2026-04-21Merge tag 'drm-next-2026-04-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-0/+1
2026-04-20Merge tag 'platform-drivers-x86-v7.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-8/+7
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-2652/+6936
2026-04-14Merge tag 'bitmap-for-v7.1' of https://github.com/norov/linuxLinus Torvalds-2/+1
2026-04-13drm/i915: Walk crtcs in pipe orderVille Syrjälä-0/+1
2026-04-09drm/xe: switch xe_pagefault_queue_init() to using bitmap_weighted_or()Yury Norov-2/+1
2026-04-07drm/xe: Fix bug in idledly unit conversionVinay Belgaumkar-2/+1
2026-04-07Merge v7.0-rc7 into drm-nextSimona Vetter-22/+30
2026-03-31Merge tag 'drm-intel-next-2026-03-30' of https://gitlab.freedesktop.org/drm/i...Dave Airlie-33/+2
2026-03-30drm/xe: Avoid memory allocations in xe_device_declare_wedged()Matthew Brost-14/+13
2026-03-30drm/xe: Disable garbage collector work item on SVM closeMatthew Brost-1/+1
2026-03-30drm/xe/pxp: Don't allow PXP on older PTL GSC FWsDaniele Ceraolo Spurio-0/+12
2026-03-30drm/xe/pxp: Clear restart flag in pxp_start after jumping backDaniele Ceraolo Spurio-1/+3
2026-03-30drm/xe/pxp: Remove incorrect handling of impossible state during suspendDaniele Ceraolo Spurio-6/+0
2026-03-30drm/xe/pxp: Clean up termination status on failureDaniele Ceraolo Spurio-0/+1
2026-03-30drm/xe/madvise: Accept canonical GPU addresses in xe_vm_madvise_ioctlArvind Yadav-4/+12
2026-03-30drm/xe/xe_pagefault: Disallow writes to read-only VMAsJonathan Cavitt-0/+6
2026-03-30Merge tag 'drm-xe-next-2026-03-26-1' of https://gitlab.freedesktop.org/drm/xe...Dave Airlie-68/+745
2026-03-26drm/xe/madvise: Accept canonical GPU addresses in xe_vm_madvise_ioctlArvind Yadav-4/+12
2026-03-26drm/xe/madvise: Enable purgeable buffer object IOCTL supportArvind Yadav-17/+7
2026-03-26drm/xe/bo: Add purgeable shrinker state helpersArvind Yadav-1/+42