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-11
drm/amdgpu: fix shift-out-of-bounds when updating umc active mask
Hawking Zhang
-2
/
+2
2026-03-11
drm/amdgpu: bypass IMU ucode loading for MP0 15.0.8
Le Ma
-0
/
+7
2026-03-11
drm/amdgpu: update GFX CGCG/LS flags for gfx 12.1
Le Ma
-1
/
+2
2026-03-11
drm/amd/amdgpu: Disable reset on init for soc_v1_0
Asad Kamal
-11
/
+0
2026-03-11
drm/amdgpu: Add default reset method for soc_v1_0
Asad Kamal
-0
/
+24
2026-03-11
drm/amdgpu: use common defines for GMC 12.1 HUB faults
Alex Deucher
-1
/
+5
2026-03-11
drm/amdgpu: Handle IH v7_1 reg offset differences
Hawking Zhang
-7
/
+29
2026-03-11
drm/amdgpu: fix DF NULL pointer issue for soc24
Likun Gao
-1
/
+1
2026-03-11
drm/amdgpu: add support for lsdma v7_1
Likun Gao
-1
/
+135
2026-03-11
drm/amdgpu: Use memcpy to update IPD table for sriov guest
Hawking Zhang
-5
/
+15
2026-03-11
drm/amdgpu: New interface to get IP discovery binary v3
Hawking Zhang
-73
/
+93
2026-03-11
drm/amdgpu/discovery: use common function to check discovery table
Likun Gao
-122
/
+84
2026-03-11
drm/amdgpu/discovery: support new discovery binary header
Likun Gao
-37
/
+91
2026-03-09
Merge tag 'amd-drm-next-7.1-2026-03-04' of https://gitlab.freedesktop.org/agd...
Dave Airlie
-1989
/
+2218
2026-03-06
drm/amd: Fix a few more NULL pointer dereference in device cleanup
Mario Limonciello
-0
/
+6
2026-03-06
drm/amdgpu: fix gpu idle power consumption issue for gfx v12
Yang Wang
-1
/
+4
2026-03-06
drm/amdgpu: Fix kernel-doc comments for some LUT properties
Cristian Ciocaltea
-8
/
+8
2026-03-06
drm/amd: Fix NULL pointer dereference in device cleanup
Mario Limonciello
-0
/
+4
2026-03-06
drm/amdgpu: push userq debugfs function in amdgpu_debugfs files
Sunil Khatri
-48
/
+58
2026-03-06
drm/amdgpu/userq: declutter the code with goto
Sunil Khatri
-22
/
+18
2026-03-06
drm/amdgpu/userq: defer queue publication until create completes
Sunil Khatri
-33
/
+33
2026-03-06
drm/amdgpu: fix warning for potentially insecure string
Sunil Khatri
-1
/
+1
2026-03-06
drm/amdgpu: include ip discovery data in devcoredump
Pierre-Eric Pelloux-Prayer
-0
/
+47
2026-03-06
drm/amdgpu: fix gpu idle power consumption issue for gfx v12
Yang Wang
-1
/
+4
2026-03-06
drm/amdgpu: Fix kernel-doc comments for some LUT properties
Cristian Ciocaltea
-8
/
+8
2026-03-06
drm/amdgpu/amdgpu_connectors: remove amdgpu_connector_free_edid
Joshua Peisach
-15
/
+7
2026-03-06
drm/amdgpu/amdgpu_connectors: use struct drm_edid instead of struct edid
Joshua Peisach
-23
/
+23
2026-03-06
drm/amdgpu/gfx12.1: add support for disable_kq
Alex Deucher
-19
/
+71
2026-03-06
drm/amd: Fix a few more NULL pointer dereference in device cleanup
Mario Limonciello
-0
/
+6
2026-03-06
drm/amdgpu: gfx 12.1 cleanups
Alex Deucher
-15
/
+4
2026-03-06
drm/amdgpu: Move test for fbdev GEM object into generic helper
Thomas Zimmermann
-18
/
+3
2026-03-06
drm/amdgpu/userq: remove queue from doorbell xa during clean up
Sunil Khatri
-0
/
+1
2026-03-06
drm/amdgpu/userq: remove queue from doorbell xarray
Sunil Khatri
-0
/
+1
2026-03-06
drm/amd: Fix NULL pointer dereference in device cleanup
Mario Limonciello
-0
/
+4
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
-2
/
+2
2026-03-04
drm/amdgpu/userq: refcount userqueues to avoid any race conditions
Sunil Khatri
-39
/
+95
2026-03-04
drm/amdgpu/userq: Consolidate wait ioctl exit path
Tvrtko Ursulin
-23
/
+5
2026-03-04
drm/amdgpu/psp: Use Indirect access address for GFX to PSP mailbox
sguttula
-10
/
+10
2026-03-04
drm/amdgpu: Fix use-after-free race in VM acquire
Alysa Liu
-1
/
+5
2026-03-04
drm/amdgpu: Fix mutex handling in amdgpu_benchmark_do_move() v3
Srinivasan Shanmugam
-1
/
+1
2026-03-04
drm/amdgpu/psp: Use Indirect access address for GFX to PSP mailbox
sguttula
-10
/
+10
2026-03-04
drm/amdgpu: Remove redundant missing hw ip handling
Tvrtko Ursulin
-7
/
+0
2026-03-04
drm/amdgpu: Reject impossible entities early
Tvrtko Ursulin
-0
/
+5
2026-03-04
drm/amdgpu/userq: refcount userqueues to avoid any race conditions
Sunil Khatri
-39
/
+95
2026-03-04
drm/amdgpu: Fix use-after-free race in VM acquire
Alysa Liu
-1
/
+5
2026-03-04
drm/amdgpu: GFX12.1 scratch memory limit up to 57-bit
Philip Yang
-3
/
+9
2026-03-02
drm/amdgpu: Enable DPG support for VCN5
sguttula
-1
/
+3
2026-03-02
drm/amdgpu: Use get_smn_base in aqua_vanjaram
Lijo Lazar
-45
/
+90
2026-03-02
drm/amdgpu: Add smn callbacks to register block
Lijo Lazar
-0
/
+24
2026-03-02
drm/amdgpu: Move pcie lock to register block
Lijo Lazar
-57
/
+56
[prev]
[next]