summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
9 daysdrm/xe: Avoid memory allocations in xe_device_declare_wedged()Matthew Brost1-14/+13
9 daysdrm/xe: Disable garbage collector work item on SVM closeMatthew Brost1-1/+1
9 daysdrm/xe/pxp: Don't allow PXP on older PTL GSC FWsDaniele Ceraolo Spurio1-0/+12
9 daysdrm/xe/pxp: Clear restart flag in pxp_start after jumping backDaniele Ceraolo Spurio1-1/+3
9 daysdrm/xe/pxp: Remove incorrect handling of impossible state during suspendDaniele Ceraolo Spurio1-6/+0
9 daysdrm/xe/pxp: Clean up termination status on failureDaniele Ceraolo Spurio1-0/+1
9 daysdrm/xe/madvise: Accept canonical GPU addresses in xe_vm_madvise_ioctlArvind Yadav1-4/+12
9 daysdrm/xe/xe_pagefault: Disallow writes to read-only VMAsJonathan Cavitt1-0/+6
2026-03-25drm/xe: always keep track of remap prev/nextMatthew Auld3-10/+28
2026-03-24drm/xe: Implement recent spec updates to Wa_16025250150Matt Roper2-1/+3
2026-03-23drm/xe/pf: Fix use-after-free in migration restoreMichał Winiarski1-0/+2
2026-03-19drm/xe: Fix missing runtime PM reference in ccs_mode_storeSanjay Yadav1-0/+2
2026-03-19drm/xe: Open-code GGTT MMIO access protectionMatthew Brost2-7/+8
2026-03-19drm/xe/lrc: Fix uninitialized new_ts when capturing context timestampUmesh Nerlige Ramappa1-2/+2
2026-03-19drm/xe/oa: Allow reading after disabling OA streamAshutosh Dixit1-2/+5
2026-03-19drm/xe: Skip over non leaf pte for PRL generationBrian Nguyen1-9/+29
2026-03-19drm/xe/guc: Ensure CT state transitions via STOP before DISABLEDZhanjun Dong1-0/+1
2026-03-19drm/xe: Trigger queue cleanup if not in wedged mode 2Matthew Brost1-13/+22
2026-03-19drm/xe: Forcefully tear down exec queues in GuC submit finiMatthew Brost3-12/+63
2026-03-19drm/xe: Always kill exec queues in xe_guc_submit_pause_abortMatthew Brost1-2/+1
2026-03-19drm/xe/guc: Fail immediately on GuC load errorDaniele Ceraolo Spurio1-3/+3
2026-03-04drm/xe: Fix memory leak in xe_vm_madvise_ioctlVarun Gupta1-1/+2
2026-03-04drm/xe/reg_sr: Fix leak on xa_store failureShuicheng Lin1-1/+3
2026-03-04drm/xe/xe2_hpg: Correct implementation of Wa_16025250150Matt Roper1-6/+7
2026-03-04drm/xe/gsc: Fix GSC proxy cleanup on early initialization failureZhanjun Dong2-8/+37
2026-03-02drm/xe/queue: Call fini on exec queue creation failTomasz Lis2-13/+13
2026-03-02drm/xe/configfs: Free ctx_restore_mid_bb in releaseShuicheng Lin1-0/+1
2026-03-02drm/xe: Do not preempt fence signaling CS instructionsMatthew Brost1-0/+9
2026-02-24drm/xe/sync: Fix user fence leak on alloc failureShuicheng Lin1-2/+4
2026-02-24drm/xe/sync: Cleanup partially initialized sync on parse failureShuicheng Lin1-7/+17
2026-02-23drm/xe/wa: Steer RMW of MCR registers while building default LRCMatt Roper2-12/+60
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds4-8/+4
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds4-4/+4
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds38-64/+64
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook46-98/+96
2026-02-21Merge tag 'drm-next-2026-02-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds11-58/+69
2026-02-18drm/xe: Prevent VFs from exposing the CCS mode sysfs fileNareshkumar Gollakoti1-1/+1
2026-02-18drm/xe/hwmon: Prevent unintended VRAM channel creationKarthik Poosa1-3/+3
2026-02-18drm/pagemap: pass pagemap_addr by referenceArnd Bergmann1-4/+4
2026-02-18drm/xe/bo: Redirect faults to dummy page for wedged deviceRaag Jadav1-1/+1
2026-02-18drm/xe: Make xe_modparam.force_vram_bar_size signedShuicheng Lin1-1/+1
2026-02-18drm/xe/vf: Avoid reading media version when media GT is disabledPiotr Piórkowski1-0/+6
2026-02-18drm/xe/xe2_hpg: Fix handling of Wa_14019988906 & Wa_14019877138Matt Roper1-10/+8
2026-02-18drm/xe/mmio: Avoid double-adjust in 64-bit readsShuicheng Lin1-5/+5
2026-02-18drm/xe: Add bounds check on pat_index to prevent OOB kernel read in madviseJia Yao1-1/+6
2026-02-18drm/xe/configfs: Fix 'parameter name omitted' errorsMichal Wajdeczko1-4/+8
2026-02-18drm/xe/pf: Fix sysfs initializationMichal Wajdeczko1-28/+26
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds242-3366/+8973
2026-02-05drm/xe/pm: Disable D3Cold for BMG only on specific platformsKarthik Poosa1-3/+10
2026-02-05drm/xe: Fix kerneldoc for xe_tlb_inval_job_alloc_depShuicheng Lin1-1/+1