index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-12
Merge tag 'drm-fixes-2026-06-13' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
20
-113
/
+218
2026-06-13
Merge tag 'drm-misc-fixes-2026-06-12' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
7
-28
/
+88
2026-06-12
Merge tag 'drm-xe-fixes-2026-06-11' of https://gitlab.freedesktop.org/drm/xe/...
Dave Airlie
6
-63
/
+79
2026-06-12
Merge tag 'drm-intel-fixes-2026-06-11' of https://gitlab.freedesktop.org/drm/...
Dave Airlie
2
-6
/
+24
2026-06-11
drm/xe: fix job timeout recovery for unstarted jobs and kernel queues
Rodrigo Vivi
1
-14
/
+35
2026-06-11
drm/xe: fix refcount leak in xe_range_fence_insert()
Wentao Liang
1
-0
/
+2
2026-06-10
drm/xe: include all registered queues in TLB invalidation
Tangudu Tilak Tirumalesh
1
-4
/
+3
2026-06-10
drm/xe/hw_error: Use HW_ERR prefix in log
Raag Jadav
1
-6
/
+6
2026-06-10
drm/xe/drm_ras: Add per node cleanup action
Raag Jadav
1
-35
/
+23
2026-06-10
drm/xe/drm_ras: Make counter allocation drm managed
Raag Jadav
1
-2
/
+1
2026-06-10
drm/xe/display: fix oops in suspend/shutdown without display
Jani Nikula
1
-2
/
+9
2026-06-10
drm/amd/display: use plane color_mgmt_changed to track colorop changes
Melissa Wen
1
-1
/
+5
2026-06-10
drm/atomic: track individual colorop updates
Melissa Wen
1
-13
/
+51
2026-06-10
drm/colorop: make lut(1/3)d_interpolation props correctly behave as mutable
Melissa Wen
3
-8
/
+20
2026-06-10
drm/i915/gem: Fix phys BO pread/pwrite with offset
Joonas Lahtinen
1
-4
/
+15
2026-06-09
drm/vc4: fix krealloc() memory leak
Alexander A. Klimov
1
-6
/
+7
2026-06-09
drm/virtio: Fix driver removal with disabled KMS
Dmitry Osipenko
1
-1
/
+4
2026-06-09
drm/i915/edp: Check supported link rates DPCD read
Nikita Zhandarovich
1
-2
/
+9
2026-06-08
drm/virtio: fix dma_fence refcount leak on error in virtio_gpu_dma_fence_wait()
Wentao Liang
1
-1
/
+3
2026-06-08
Merge tag 'hyperv-fixes-signed-20260607' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-7
/
+13
2026-06-08
Merge tag 'amd-drm-fixes-7.1-2026-06-04' of https://gitlab.freedesktop.org/ag...
Dave Airlie
6
-16
/
+27
2026-06-06
drm/gem: Try to fix change_handle ioctl, attempt 4
Simona Vetter
2
-41
/
+37
2026-06-06
Merge tag 'drm-intel-fixes-2026-06-05' of https://gitlab.freedesktop.org/drm/...
Dave Airlie
2
-7
/
+39
2026-06-06
Merge tag 'drm-misc-fixes-2026-06-05' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
5
-15
/
+44
2026-06-05
Revert "drm/i915/backlight: Remove try_vesa_interface"
Suraj Kandpal
1
-7
/
+12
2026-06-05
Merge tag 'drm-xe-fixes-2026-06-04' of https://gitlab.freedesktop.org/drm/xe/...
Dave Airlie
4
-80
/
+10
2026-06-04
drm/amd/display: Consult MCCS FreeSync cap only if requested & supported
Michel Dänzer
1
-8
/
+6
2026-06-04
drm/amdkfd: Unwind debug trap enable on copy_to_user failure
Yongqiang Sun
1
-0
/
+6
2026-06-04
drm/amdkfd: Add bounds check for AMDKFD_IOC_WAIT_EVENTS
Sunday Clement
1
-0
/
+2
2026-06-04
drm/amdgpu: restart the CS if some parts of the VM are still invalidated
Christian König
1
-1
/
+3
2026-06-04
drm/amdgpu/userq: Fix reading timeline points in wait ioctl
David Rosca
1
-4
/
+5
2026-06-04
drm/amdkfd: fix SMI event cross-process information leak
Yongqiang Sun
1
-3
/
+5
2026-06-04
drm/v3d: Fix global performance monitor reference counting
Maíra Canal
1
-5
/
+19
2026-06-04
drm/xe/multi_queue: skip submit when primary queue is suspended
Niranjana Vishwanathapura
1
-1
/
+4
2026-06-04
drm/xe: Clear pending_disable before signaling suspend fence
Tangudu Tilak Tirumalesh
1
-1
/
+1
2026-06-04
Revert "drm/xe: Skip exec queue schedule toggle if queue is idle during suspend"
Tangudu Tilak Tirumalesh
3
-77
/
+5
2026-06-03
drm/amd/pm: smu_v14_0_0: use SoftMin for gfxclk in set_soft_freq_limited_range
Priya Hosur
1
-1
/
+2
2026-06-03
drm/amdgpu: Fix incorrect VRAM GART mappings on non-4K page size systems
Donet Tom
1
-4
/
+8
2026-06-03
drm/amdgpu/userq: move wptr_obj cleanup in mqd_destroy
Sunil Khatri
2
-4
/
+5
2026-06-03
drm/amdgpu: improve the userq seq BO free bit lookup
Prike Liang
1
-5
/
+6
2026-06-03
drm/amdgpu/userq: remove the vital queue unmap logging
Sunil Khatri
3
-10
/
+5
2026-06-03
drm/amdkfd: Fix buffer overflow in SDMA queue checkpoint/restore on GFX11
Andrew Martin
1
-8
/
+41
2026-06-03
drm/amdkfd: fix NULL dereference in get_queue_ids()
Muhammad Bilal
1
-1
/
+1
2026-06-03
drm/amdgpu: set noretry=1 as default for GFX 10.1.x (Navi10/12/14)
Vitaly Prosyak
1
-1
/
+1
2026-06-03
drm/amdgpu/gfxhub: Program CRASH_ON_*_FAULT bits to 0 as needed
Timur Kristóf
9
-56
/
+38
2026-06-03
drm/amdgpu: fix waiting for all submissions for userptrs
Christian König
1
-2
/
+4
2026-06-03
drm/amdgpu: drm/amdgpu: Set correct DMA mask for gfx12.1
Harish Kasiviswanathan
1
-4
/
+8
2026-06-03
drm/amdgpu: Use asic specific pte_addr_mask
Harish Kasiviswanathan
9
-1
/
+12
2026-06-03
drm/amd/pm: zero unused SMU argument registers
Yang Wang
1
-2
/
+6
2026-06-03
drm/amd/pm: mark metrics.energy_accumulator is invalid for smu 14.0.2
Yang Wang
1
-1
/
+0
[next]