index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
Age
Commit message (
Expand
)
Author
Lines
2026-03-17
drm/amdgpu: Limit BO list entry count to prevent resource exhaustion
Jesse.Zhang
-0
/
+4
2026-03-17
drm/amdgpu: Fix ISP segfault issue in kernel v7.0
Pratap Nirujogi
-2
/
+2
2026-03-17
drm/amdgpu/gmc9.0: add bounds checking for cid
Alex Deucher
-7
/
+14
2026-03-17
drm/amdgpu/mmhub4.2.0: add bounds checking for cid
Alex Deucher
-1
/
+2
2026-03-17
drm/amdgpu/mmhub4.1.0: add bounds checking for cid
Alex Deucher
-1
/
+2
2026-03-17
drm/amdgpu/mmhub3.0: add bounds checking for cid
Alex Deucher
-1
/
+2
2026-03-17
drm/amdgpu/mmhub3.0.2: add bounds checking for cid
Alex Deucher
-1
/
+2
2026-03-17
drm/amdgpu/mmhub3.0.1: add bounds checking for cid
Alex Deucher
-1
/
+2
2026-03-17
drm/amdgpu/mmhub2.3: add bounds checking for cid
Alex Deucher
-1
/
+2
2026-03-17
drm/amdgpu/mmhub2.0: add bounds checking for cid
Alex Deucher
-3
/
+6
2026-03-17
drm/amdgpu: Add default case in DVI mode validation
Srinivasan Shanmugam
-0
/
+2
2026-03-17
drm/amdgpu: Drop unreachable return in amdgpu_reg_get_smn_base64()
Srinivasan Shanmugam
-1
/
+0
2026-03-17
drm/amdgpu: validate fence_count in wait_fences ioctl
Jesse.Zhang
-0
/
+7
2026-03-17
drm/amdgpu: move devcoredump generation to a worker
Pierre-Eric Pelloux-Prayer
-7
/
+91
2026-03-17
drm/amd/amdgpu: Fix build errors due to declarations after labels
Jesse.Zhang
-1
/
+2
2026-03-17
drm/amdgpu/userq: unlock cancel_delayed_work_sync for hang_detect_work
Sunil Khatri
-5
/
+6
2026-03-17
drm/amdgpu/userq: fix dma_fence refcount underflow in userq path
Sunil Khatri
-5
/
+1
2026-03-17
drm/amdgpu: fallback to default discovery offset/size in sriov guest
Hawking Zhang
-8
/
+12
2026-03-17
drm/amdgpu/userq: Use kvfree instead of kfree in amdgpu_userq_signal_ioctl
Sunil Khatri
-2
/
+2
2026-03-17
drm/amdgpu: update flip bit setting of RAS bad page
Tao Zhou
-33
/
+80
2026-03-17
drm/amdgpu: Replace deprecated strcpy() in amdgpu_virt_write_vf2pf_data
Yicong Hui
-2
/
+2
2026-03-17
drm/amdgpu: switch XGMI sysfs show helpers to sysfs_emit_at()
David Baum
-6
/
+6
2026-03-17
drm/amdgpu/discovery: Add braces to case statements in amdgpu_discovery_table...
Nathan Chancellor
-5
/
+10
2026-03-17
drm/amdgpu/userq: Use kvfree instead of kfree in amdgpu_userq_wait_ioctl
Sunil Khatri
-2
/
+2
2026-03-17
drm/amdgpu: fix amdgpu_userq_evict
Christian König
-7
/
+2
2026-03-17
drm/amdgpu: Limit BO list entry count to prevent resource exhaustion
Jesse.Zhang
-0
/
+4
2026-03-17
drm/amdgpu: Add poison consumption handling for gfx v12_1
YiPeng Chai
-0
/
+45
2026-03-17
drm/amdgpu: Add umc ecc error handling for gmc v12_1
YiPeng Chai
-3
/
+28
2026-03-17
drm/amdgpu: Place firmware bo in vram for A + A
Hawking Zhang
-1
/
+1
2026-03-17
drm/amdgpu/mmhub_v4_2_0: expand gart aperture to gart_end on A+A
Feifei Xu
-2
/
+2
2026-03-17
drm/amdgpu/gmc12: Init vram_size for A + A
Hawking Zhang
-3
/
+7
2026-03-17
drm/amdgpu/gmc12: Update connected_to_cpu flag
Hawking Zhang
-1
/
+2
2026-03-17
drm/amdgpu/gmc12: Fix VRAM base offset calculation
Hawking Zhang
-0
/
+3
2026-03-17
drm/amdgpu/gmc12: Query host-gpu interface
Hawking Zhang
-0
/
+4
2026-03-17
drm/amdgpu: Retire get_xgmi_info callback for gfxhub v12_1
Hawking Zhang
-42
/
+0
2026-03-17
drm/amdgpu: Query xgmi info from mmhub if available
Hawking Zhang
-3
/
+15
2026-03-17
drm/amdgpu: Implement get_xgmi_info callback for mmhub_v4_2
Hawking Zhang
-0
/
+41
2026-03-17
drm/amdgpu/gmc12: Update gmc aperture base for A + A
Hawking Zhang
-2
/
+6
2026-03-17
drm/amdgpu/gmc12: Bypass FB resize on A + A platform
Hawking Zhang
-1
/
+2
2026-03-17
drm/amdgpu: Update gfxhub system aperture settings for A + A
Hawking Zhang
-64
/
+71
2026-03-17
drm/amdgpu: Correct mmhub system aperture settings for A + A
Hawking Zhang
-67
/
+68
2026-03-17
drm/amdgpu/gmc12: Set up pdb0 for vmid0 page table
Hawking Zhang
-1
/
+13
2026-03-17
drm/amdgpu: Init table depth and block_size for A + A
Hawking Zhang
-0
/
+8
2026-03-17
drm/amdgpu: Place gart and vram in sysvm aper for A + A
Hawking Zhang
-6
/
+9
2026-03-17
drm/amdgpu: Limit physical transcation mode to A + A only
Hawking Zhang
-4
/
+12
2026-03-17
drm/amdgpu: Support forcing MTYPE_RW
Harish Kasiviswanathan
-11
/
+23
2026-03-17
drm/amdgpu: Update MTYPE for GFX12.1
Harish Kasiviswanathan
-6
/
+6
2026-03-17
drm/amdgpu: update cp packets for gfx v12_1
Likun Gao
-122
/
+101
2026-03-17
drm/amdgpu: retire some unsupport cmd pkt bit for gfx v12_1
Likun Gao
-12
/
+5
2026-03-17
drm/amdgpu: 57-bit enable for watch address on gfx_v12_1
Alex Sierra
-1
/
+1
[prev]
[next]