index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-06
drm/amdgpu: fix warning for potentially insecure string
Sunil Khatri
1
-1
/
+1
2026-03-06
drm/amd/pm: Enable aid/xcd/hbm temperature reporting
Asad Kamal
1
-0
/
+3
2026-03-06
drm/amd/pm: Add aid/xcd/hbm temperatures
Asad Kamal
3
-2
/
+51
2026-03-06
drm/amdgpu: include ip discovery data in devcoredump
Pierre-Eric Pelloux-Prayer
3
-0
/
+47
2026-03-06
drm/amdgpu: fix gpu idle power consumption issue for gfx v12
Yang Wang
1
-1
/
+4
2026-03-06
drm/amdgpu: Fix kernel-doc comments for some LUT properties
Cristian Ciocaltea
1
-8
/
+8
2026-03-06
drm/amdgpu/amdgpu_connectors: remove amdgpu_connector_free_edid
Joshua Peisach
1
-15
/
+7
2026-03-06
drm/amdgpu/amdgpu_connectors: use struct drm_edid instead of struct edid
Joshua Peisach
5
-23
/
+23
2026-03-06
drm/amdgpu/gfx12.1: add support for disable_kq
Alex Deucher
1
-19
/
+71
2026-03-06
drm/amd: Fix a few more NULL pointer dereference in device cleanup
Mario Limonciello
1
-0
/
+6
2026-03-06
drm/amdgpu: gfx 12.1 cleanups
Alex Deucher
1
-15
/
+4
2026-03-06
drm/radeon: Test for fbdev GEM object with generic helper
Thomas Zimmermann
3
-25
/
+4
2026-03-06
drm/amdgpu: Move test for fbdev GEM object into generic helper
Thomas Zimmermann
2
-18
/
+33
2026-03-06
drm/amd/pm: add missing od setting PP_OD_FEATURE_ZERO_FAN_BIT for smu v14
Yang Wang
1
-1
/
+2
2026-03-06
drm/amdgpu/userq: remove queue from doorbell xa during clean up
Sunil Khatri
1
-0
/
+1
2026-03-06
drm/amdgpu/userq: remove queue from doorbell xarray
Sunil Khatri
1
-0
/
+1
2026-03-06
drm/amd: Fix NULL pointer dereference in device cleanup
Mario Limonciello
1
-0
/
+4
2026-03-06
drm/amd/pm: add missing od setting PP_OD_FEATURE_ZERO_FAN_BIT for smu v13
Yang Wang
2
-2
/
+4
2026-03-06
drm/xe: Don't disable GuCRC in suspend path
Vinay Belgaumkar
2
-1
/
+2
2026-03-06
drm/msm/dsi: fix pclk rate calculation for bonded dsi
Pengyu Luo
1
-6
/
+23
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
1
-2
/
+2
2026-03-06
drm/i915: Fix potential overflow of shmem scatterlist length
Janusz Krzysztofik
1
-3
/
+9
2026-03-06
drm/i915/guc: Fix corrupted copyright symbols in selftest files
Konstantin Khorenko
2
-2
/
+2
2026-03-06
Merge tag 'drm-xe-fixes-2026-03-05' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes
Dave Airlie
10
-41
/
+74
2026-03-06
Merge tag 'drm-misc-fixes-2026-03-06' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
Dave Airlie
3
-12
/
+12
2026-03-06
Merge tag 'drm-misc-fixes-2026-03-05' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
Dave Airlie
7
-10
/
+26
2026-03-06
Merge tag 'drm-intel-fixes-2026-03-05' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes
Dave Airlie
1
-3
/
+8
2026-03-05
drm/xe/xe_hw_error: Add support for PVC SoC errors
Riana Tauro
2
-0
/
+231
2026-03-05
drm/xe/xe_hw_error: Add support for Core-Compute errors
Riana Tauro
2
-20
/
+236
2026-03-05
drm/xe/xe_hw_error: Integrate DRM RAS with hardware error handling
Riana Tauro
2
-28
/
+42
2026-03-05
drm/xe/xe_drm_ras: Add support for XE DRM RAS
Riana Tauro
5
-0
/
+246
2026-03-05
drm/ras: Introduce the DRM RAS infrastructure over generic netlink
Rodrigo Vivi
7
-0
/
+493
2026-03-05
drm/vc4: platform_get_irq_byname() returns an int
Greg Kroah-Hartman
1
-4
/
+10
2026-03-06
drm/msm/dsi/phy: fix hardware revision
Pengyu Luo
1
-11
/
+11
2026-03-06
drm/msm/dpu: Correct the SA8775P intr_underrun/intr_underrun index
Abhinav Kumar
1
-2
/
+2
2026-03-05
drm/msm/a8xx: Fix ubwc config related to swizzling
Akhil P Oommen
1
-2
/
+12
2026-03-05
drm/i915: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
4
-5
/
+6
2026-03-05
drm/i915: replace use of system_wq with system_percpu_wq in the documentation
Marco Crivellari
2
-2
/
+2
2026-03-05
drm/i915: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
11
-16
/
+16
2026-03-05
drm/panthor: Correct the order of arguments passed to gem_sync
Akash Goel
1
-4
/
+5
2026-03-05
Revert "drm/syncobj: Fix handle <-> fd ioctls with dirty stack"
Maarten Lankhorst
1
-2
/
+2
2026-03-05
drm/ttm: Fix bo resource use-after-free
Thadeu Lima de Souza Cascardo
1
-6
/
+5
2026-03-05
drm/ttm: fix NULL deref in ttm_bo_flush_all_fences() after fence ops detach
Sebastian Brzezinka
1
-4
/
+2
2026-03-05
drm/gud: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
1
-1
/
+1
2026-03-04
nouveau/dpcd: return EBUSY for aux xfer if the device is asleep
Dave Airlie
1
-0
/
+3
2026-03-04
drm/xe: Add missing kernel docs in xe_exec_queue.c
Niranjana Vishwanathapura
1
-0
/
+112
2026-03-04
drm/amdgpu/userq: refcount userqueues to avoid any race conditions
Sunil Khatri
3
-39
/
+95
2026-03-04
drm/amdgpu/userq: Consolidate wait ioctl exit path
Tvrtko Ursulin
1
-23
/
+5
2026-03-04
drm/amdgpu/psp: Use Indirect access address for GFX to PSP mailbox
sguttula
2
-10
/
+28
2026-03-04
drm/amdgpu: Fix use-after-free race in VM acquire
Alysa Liu
1
-1
/
+5
[prev]
[next]