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-09-04
drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
Daniel Vetter
1
-0
/
+3
2024-09-04
drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc
Jesse Zhang
1
-1
/
+2
2024-09-04
drm/msm/dpu: don't play tricks with debug macros
Dmitry Baryshkov
1
-12
/
+2
2024-09-04
drm/msm: use drm_debug_enabled() to check for debug categories
Jani Nikula
1
-2
/
+2
2024-09-04
drm/amdgpu: Actually check flags for all context ops.
Bas Nieuwenhuizen
1
-0
/
+8
2024-08-19
drm/i915/gem: Fix Virtual Memory mapping boundaries calculation
Andi Shyti
1
-5
/
+42
2024-08-19
drm/mgag200: Set DDC timeout in milliseconds
Thomas Zimmermann
1
-1
/
+1
2024-08-19
drm/bridge: analogix_dp: properly handle zero sized AUX transactions
Lucas Stach
1
-4
/
+1
2024-08-19
drm/vmwgfx: Fix overlay when using Screen Targets
Ian Forbes
1
-1
/
+1
2024-08-19
drm/gma500: fix null pointer dereference in psb_intel_lvds_get_modes
Ma Ke
1
-0
/
+3
2024-08-19
drm/gma500: fix null pointer dereference in cdv_intel_lvds_get_modes
Ma Ke
1
-0
/
+3
2024-08-19
drm/etnaviv: fix DMA direction handling for cached RW buffers
Lucas Stach
1
-2
/
+4
2024-07-18
drm/i915: make find_fw_domain work on intel_uncore
Daniele Ceraolo Spurio
1
-10
/
+10
2024-07-18
drm/amdgpu/atomfirmware: silence UBSAN warning
Alex Deucher
1
-1
/
+1
2024-07-18
drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes
Ma Ke
1
-0
/
+3
2024-07-18
drm/amd/display: Skip finding free audio for unknown engine_id
Alex Hung
1
-0
/
+3
2024-07-05
drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes
Ma Ke
1
-0
/
+4
2024-07-05
drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes
Ma Ke
1
-0
/
+2
2024-07-05
drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep
Laurent Pinchart
1
-3
/
+3
2024-07-05
drm/amdgpu: fix UBSAN warning in kv_dpm.c
Alex Deucher
1
-0
/
+2
2024-07-05
drm/radeon: fix UBSAN warning in kv_dpm.c
Alex Deucher
1
-0
/
+2
2024-07-05
drm/exynos/vidi: fix memory leak in .get_modes()
Jani Nikula
1
-1
/
+6
2024-07-05
drm/bridge/panel: Fix runtime warning on panel bridge release
Adam Miotk
1
-2
/
+5
2024-07-05
drm/amd/display: Handle Y carry-over in VCP X.Y calculation
George Shen
1
-0
/
+6
2024-06-16
drm/msm/dpu: use kms stored hw mdp block
Jeykumar Sankaran
2
-19
/
+2
2024-06-16
drm/arm/malidp: fix a possible null pointer dereference
Huai-Yuan Liu
1
-1
/
+4
2024-06-16
drm/mediatek: Add 0 size check to mtk_drm_gem_obj
Justin Green
1
-0
/
+3
2024-06-16
drm/amd/display: Fix potential index out of bounds in color transformation fu...
Srinivasan Shanmugam
1
-0
/
+5
2024-06-16
drm/amd/display: Set color_mgmt_changed to true on unsuspend
Joshua Ashton
1
-0
/
+1
2024-05-17
drm/vmwgfx: Fix invalid reads in fence signaled events
Zack Rusin
1
-1
/
+1
2024-05-17
drm/amdgpu: Fix leak when GPU memory allocation fails
Mukul Joshi
1
-0
/
+1
2024-05-17
drm/amdkfd: change system memory overcommit limit
Eric Huang
1
-41
/
+58
2024-05-02
drm/amdgpu: validate the parameters of bo mapping operations more clearly
xinhui pan
1
-26
/
+46
2024-05-02
amdgpu: validate offset_in_bo of drm_amdgpu_gem_va
Chia-I Wu
1
-8
/
+8
2024-05-02
drm/amdgpu: restrict bo mapping within gpu address limits
Rajneesh Bhardwaj
1
-2
/
+4
2024-05-02
nouveau: fix instmem race condition around ptr stores
Dave Airlie
1
-1
/
+6
2024-05-02
drm: nv04: Fix out of bounds access
Mikhail Kobuk
1
-6
/
+7
2024-05-02
nouveau: fix function cast warning
Arnd Bergmann
1
-1
/
+6
2024-04-13
amdkfd: use calloc instead of kzalloc to avoid integer overflow
Dave Airlie
1
-2
/
+2
2024-04-13
drm/vkms: call drm_atomic_helper_shutdown before drm_dev_put()
Guo Mengqi
1
-1
/
+1
2024-04-13
drm/amd/display: Fix nanosec stat overflow
Aric Cyr
1
-2
/
+2
2024-04-13
drm/vc4: hdmi: do not return negative values from .get_modes()
Jani Nikula
1
-1
/
+1
2024-04-13
drm/imx/ipuv3: do not return negative values from .get_modes()
Jani Nikula
1
-2
/
+2
2024-03-26
drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flip
Hsin-Yi Wang
1
-5
/
+7
2024-03-26
drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()
Srinivasan Shanmugam
1
-1
/
+1
2024-03-26
drm/tegra: put drm_gem_object ref on error in tegra_fb_create
Fedor Pchelkin
1
-0
/
+1
2024-03-26
drm/mediatek: dsi: Fix DSI RGB666 formats and definitions
AngeloGioacchino Del Regno
1
-5
/
+5
2024-03-26
drm/radeon/ni: Fix wrong firmware size logging in ni_init_microcode()
Nikita Zhandarovich
1
-1
/
+1
2024-03-26
drm/rockchip: lvds: do not print scary message when probing defer
Quentin Schulz
1
-1
/
+1
2024-03-26
drm/rockchip: lvds: do not overwrite error code
Quentin Schulz
1
-1
/
+0
[next]