index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
Age
Commit message (
Expand
)
Author
Lines
2026-05-13
drm/xe: Drop unused ggtt_balloon field
Michal Wajdeczko
-2
/
+0
2026-05-11
drm/xe/dma-buf: fix UAF with retry loop
Matthew Auld
-37
/
+12
2026-05-11
drm/xe/dma-buf: handle empty bo and UAF races
Matthew Auld
-15
/
+16
2026-05-11
drm/xe: Make decision to use Xe2-style blitter instructions a feature flag
Matt Roper
-16
/
+18
2026-05-11
drm/xe/madvise: Track purgeability with BO-local counters
Arvind Yadav
-175
/
+190
2026-05-05
drm/xe/guc: Exclude indirect ring state page from ADS engine state size
Satyanarayana K V P
-7
/
+11
2026-05-05
drm/xe/pf: Fix MMIO access using PF view instead of VF view during migration
Shuicheng Lin
-4
/
+4
2026-05-05
drm/xe/pf: Fix EAGAIN sign in pf_migration_consume()
Shuicheng Lin
-3
/
+4
2026-05-05
drm/xe/hdcp: Add NULL check for media_gt in intel_hdcp_gsc_check_status()
Gustavo Sousa
-2
/
+10
2026-04-29
drm/xe/uapi: Reject coh_none PAT index for CPU_ADDR_MIRROR
Jia Yao
-0
/
+2
2026-04-29
drm/xe/uapi: Reject coh_none PAT index for CPU cached memory in madvise
Jia Yao
-0
/
+47
2026-04-29
drm/xe/xelp: Fix Wa_18022495364
Tvrtko Ursulin
-1
/
+1
2026-04-29
drm/xe/gsc: Fix BO leak on error in query_compatibility_version()
Shuicheng Lin
-1
/
+1
2026-04-29
drm/xe/eustall: Fix drm_dev_put called before stream disable in close
Shuicheng Lin
-2
/
+2
2026-04-29
drm/xe: Fix error cleanup in xe_exec_queue_create_ioctl()
Shuicheng Lin
-2
/
+5
2026-04-29
drm/xe: Fix dma-buf attachment leak in xe_gem_prime_import()
Shuicheng Lin
-4
/
+7
2026-04-29
drm/xe: Fix bo leak in xe_dma_buf_init_obj() on allocation failure
Shuicheng Lin
-1
/
+11
2026-04-29
drm/xe/bo: Fix bo leak on GGTT flag validation in xe_bo_init_locked()
Shuicheng Lin
-1
/
+3
2026-04-29
drm/xe/bo: Fix bo leak on unaligned size validation in xe_bo_init_locked()
Shuicheng Lin
-1
/
+3
2026-04-29
drm/xe: Fix potential NULL deref in xe_exec_queue_tlb_inval_last_fence_put_un...
Shuicheng Lin
-1
/
+1
2026-04-29
drm/xe/vf: Use drm mm instead of drm sa for CCS read/write
Satyanarayana K V P
-55
/
+63
2026-04-29
drm/xe: Add memory pool with shadow support
Satyanarayana K V P
-0
/
+460
2026-04-29
drm/xe/debugfs: Correct printing of register whitelist ranges
Matt Roper
-1
/
+1
2026-04-29
drm/xe: Mark ROW_CHICKEN5 as a masked register
Matt Roper
-1
/
+1
2026-04-29
drm/xe/tuning: Use proper register offset for GAMSTLB_CTRL
Matt Roper
-1
/
+1
2026-04-29
drm/xe/xe3p_lpg: Add missing indirect ring state feature flag
Gustavo Sousa
-0
/
+1
2026-04-29
drm/xe: Drop redundant rtp entries for Wa_14019988906 & Wa_14019877138
Matt Roper
-8
/
+0
2026-04-29
drm/xe/vm: Add missing pad and extensions check
Jonathan Cavitt
-1
/
+2
2026-04-29
drm/xe: Drop registration of guc_submit_wedged_fini from xe_guc_submit_wedge()
Matthew Brost
-24
/
+9
2026-04-21
Merge tag 'drm-next-2026-04-22' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-0
/
+1
2026-04-20
Merge tag 'platform-drivers-x86-v7.1-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-8
/
+7
2026-04-15
Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-2652
/
+6936
2026-04-14
Merge tag 'bitmap-for-v7.1' of https://github.com/norov/linux
Linus Torvalds
-2
/
+1
2026-04-13
drm/i915: Walk crtcs in pipe order
Ville Syrjälä
-0
/
+1
2026-04-09
drm/xe: switch xe_pagefault_queue_init() to using bitmap_weighted_or()
Yury Norov
-2
/
+1
2026-04-07
drm/xe: Fix bug in idledly unit conversion
Vinay Belgaumkar
-2
/
+1
2026-04-07
Merge v7.0-rc7 into drm-next
Simona Vetter
-22
/
+30
2026-03-31
Merge tag 'drm-intel-next-2026-03-30' of https://gitlab.freedesktop.org/drm/i...
Dave Airlie
-33
/
+2
2026-03-30
drm/xe: Avoid memory allocations in xe_device_declare_wedged()
Matthew Brost
-14
/
+13
2026-03-30
drm/xe: Disable garbage collector work item on SVM close
Matthew Brost
-1
/
+1
2026-03-30
drm/xe/pxp: Don't allow PXP on older PTL GSC FWs
Daniele Ceraolo Spurio
-0
/
+12
2026-03-30
drm/xe/pxp: Clear restart flag in pxp_start after jumping back
Daniele Ceraolo Spurio
-1
/
+3
2026-03-30
drm/xe/pxp: Remove incorrect handling of impossible state during suspend
Daniele Ceraolo Spurio
-6
/
+0
2026-03-30
drm/xe/pxp: Clean up termination status on failure
Daniele Ceraolo Spurio
-0
/
+1
2026-03-30
drm/xe/madvise: Accept canonical GPU addresses in xe_vm_madvise_ioctl
Arvind Yadav
-4
/
+12
2026-03-30
drm/xe/xe_pagefault: Disallow writes to read-only VMAs
Jonathan Cavitt
-0
/
+6
2026-03-30
Merge tag 'drm-xe-next-2026-03-26-1' of https://gitlab.freedesktop.org/drm/xe...
Dave Airlie
-68
/
+745
2026-03-26
drm/xe/madvise: Accept canonical GPU addresses in xe_vm_madvise_ioctl
Arvind Yadav
-4
/
+12
2026-03-26
drm/xe/madvise: Enable purgeable buffer object IOCTL support
Arvind Yadav
-17
/
+7
2026-03-26
drm/xe/bo: Add purgeable shrinker state helpers
Arvind Yadav
-1
/
+42
[next]