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
2024-03-01
drm/amd/display: Fix memory leak in dm_sw_fini()
Armin Wolf
1
-0
/
+1
2024-03-01
drm/syncobj: call drm_syncobj_fence_add_wait when WAIT_AVAILABLE flag is set
Erik Kurzinger
1
-2
/
+4
2024-03-01
drm/syncobj: make lockdep complain on WAIT_FOR_SUBMIT v3
Christian König
1
-0
/
+12
2024-03-01
nouveau: fix function cast warnings
Arnd Bergmann
1
-1
/
+7
2024-02-23
drm/msm/dsi: Enable runtime PM
Konrad Dybcio
1
-0
/
+4
2024-02-23
drm/msm/dp: return correct Colorimetry for DP_TEST_DYNAMIC_RANGE_CEA case
Kuogee Hsieh
2
-5
/
+10
2024-02-23
drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'
Srinivasan Shanmugam
1
-0
/
+1
2024-02-23
drm/amd/powerplay: Fix kzalloc parameter 'ATOM_Tonga_PPM_Table' in 'get_platf...
Srinivasan Shanmugam
1
-1
/
+1
2024-02-23
drm/amdgpu: Drop 'fence' check in 'to_amdgpu_amdkfd_fence()'
Srinivasan Shanmugam
1
-1
/
+1
2024-02-23
drm/amdgpu: Let KFD sync with VM fences
Felix Kuehling
1
-1
/
+2
2024-02-23
drm/msm/dpu: Ratelimit framedone timeout msgs
Rob Clark
2
-1
/
+5
2024-02-23
drm/exynos: Call drm_atomic_helper_shutdown() at shutdown/unbind time
Douglas Anderson
1
-0
/
+11
2024-02-23
drm/mipi-dsi: Fix detach call without attach
Tomi Valkeinen
1
-2
/
+15
2024-02-23
drm/framebuffer: Fix use of uninitialized variable
Tomi Valkeinen
1
-1
/
+1
2024-02-23
drm/drm_file: fix use of uninitialized variable
Tomi Valkeinen
1
-1
/
+1
2024-02-23
drm/amd/display: Fix tiled display misalignment
Meenakshikumar Somasundaram
1
-0
/
+4
2024-02-23
drm/exynos: gsc: minor fix for loop iteration in gsc_runtime_resume
Fedor Pchelkin
1
-1
/
+1
2024-02-23
drm/exynos: fix accidental on-stack copy of exynos_drm_plane
Arnd Bergmann
2
-4
/
+4
2024-02-23
drm: panel-simple: add missing bus flags for Tianma tm070jvhg[30/33]
Markus Niebel
1
-0
/
+2
2024-02-23
drm/bridge: nxp-ptn3460: simplify some error checking
Dan Carpenter
1
-6
/
+6
2024-02-23
drm/tidss: Fix atomic_flush check
Tomi Valkeinen
1
-5
/
+5
2024-02-23
drm/bridge: nxp-ptn3460: fix i2c_master_send() error checking
Dan Carpenter
1
-5
/
+5
2024-02-23
drm: Don't unref the same fb many times by mistake due to deadlock handling
Ville Syrjälä
1
-0
/
+1
2024-02-23
nouveau/vmm: don't set addr on the fail path to avoid warning
Dave Airlie
1
-0
/
+3
2024-01-25
gpu/drm/radeon: fix two memleaks in radeon_vm_init
Zhipeng Lu
1
-2
/
+6
2024-01-25
drivers/amd/pm: fix a use-after-free in kv_parse_power_table
Zhipeng Lu
1
-3
/
+1
2024-01-25
drm/amd/pm: fix a double-free in si_dpm_init
Zhipeng Lu
1
-3
/
+2
2024-01-25
drm/amdgpu/debugfs: fix error code when smc register accessors are NULL
Alex Deucher
1
-2
/
+2
2024-01-25
drm/bridge: tc358767: Fix return value on error case
Tomi Valkeinen
1
-1
/
+1
2024-01-25
drm/radeon/trinity_dpm: fix a memleak in trinity_parse_power_table
Zhipeng Lu
1
-1
/
+3
2024-01-25
drm/radeon/dpm: fix a memleak in sumo_parse_power_table
Zhipeng Lu
1
-1
/
+3
2024-01-25
drm/radeon: check the alloc_workqueue return value in radeon_crtc_init()
Yang Yingliang
1
-1
/
+6
2024-01-25
drm/drv: propagate errors from drm_modeset_register_all()
Dmitry Baryshkov
1
-2
/
+8
2024-01-25
drm/msm/dsi: Use pm_runtime_resume_and_get to prevent refcnt leaks
Konrad Dybcio
1
-1
/
+3
2024-01-25
drm/msm/mdp4: flush vblank event on disable
Dmitry Baryshkov
1
-0
/
+9
2024-01-25
drm/radeon: check return value of radeon_ring_lock()
Nikita Zhandarovich
1
-0
/
+4
2024-01-25
drm/radeon/r100: Fix integer overflow issues in r100_cs_track_check()
Nikita Zhandarovich
1
-2
/
+2
2024-01-25
drm/radeon/r600_cs: Fix possible int overflows in r600_cs_check_reg()
Nikita Zhandarovich
1
-2
/
+2
2024-01-25
drm/bridge: tpd12s015: Drop buggy __exit annotation for remove function
Uwe Kleine-König
1
-2
/
+2
2024-01-25
drm/nouveau/fence:: fix warning directly dereferencing a rcu pointer
Abhinav Singh
1
-1
/
+1
2024-01-25
drm/panel-elida-kd35t133: hold panel in reset for unprepare
Chris Morgan
1
-0
/
+2
2024-01-25
drm/crtc: fix uninitialized variable use
Jani Nikula
1
-2
/
+1
2024-01-25
drm/crtc: Fix uninit-value bug in drm_mode_setcrtc
Ziqi Zhao
1
-4
/
+5
2024-01-25
drm/exynos: fix a wrong error checking
Inki Dae
1
-5
/
+3
2024-01-25
drm/exynos: fix a potential error pointer dereference
Xiang Yang
1
-0
/
+2
2024-01-25
nouveau/tu102: flush all pdbs on vmm flush
Dave Airlie
1
-1
/
+1
2024-01-25
drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel null pointer
Lu Yao
1
-0
/
+6
2024-01-15
drm/qxl: fix UAF on handle creation
Wander Lairson Costa
4
-14
/
+24
2024-01-15
drm/i915/dp: Fix passing the correct DPCD_REV for drm_dp_set_phy_test_pattern
Khaled Almahallawy
1
-1
/
+1
2023-12-20
drm/mediatek: Add spinlock for setting vblank event in atomic_begin
Jason-JH.Lin
1
-0
/
+5
[next]