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-02
drm/amdgpu: Add pcie64 extended to register block
Lijo Lazar
-29
/
+34
2026-03-02
drm/amdgpu: Add pcie64 indirect to register block
Lijo Lazar
-55
/
+38
2026-03-02
drm/amdgpu: Add pcie ext access to register block
Lijo Lazar
-28
/
+34
2026-03-02
drm/amdgpu: Add pcie indirect to register block
Lijo Lazar
-62
/
+47
2026-03-02
drm/amdgpu: Add pciep method to register block
Lijo Lazar
-16
/
+42
2026-03-02
drm/amdgpu: Add audio method to register block
Lijo Lazar
-74
/
+64
2026-03-02
drm/amdgpu: Add se cac method to register block
Lijo Lazar
-13
/
+36
2026-03-02
drm/amdgpu: Add gc cac method to register block
Lijo Lazar
-21
/
+42
2026-03-02
drm/amdgpu: Add didt method to register block
Lijo Lazar
-47
/
+59
2026-03-02
drm/amdgpu: Drop redundant syncobj handle limit checks in userq ioctls
Srinivasan Shanmugam
-4
/
+2
2026-03-02
drm/amdgpu: Add uvd indirect to register block
Lijo Lazar
-46
/
+55
2026-03-02
drm/amdgpu: Add smc method to register block
Lijo Lazar
-52
/
+76
2026-03-02
drm/amdgpu: clear related counter after RAS eeprom reset
Tao Zhou
-0
/
+3
2026-03-02
drm/amdgpu: compatible with specific RAS old eeprom format
Tao Zhou
-5
/
+12
2026-03-02
drm/amdgpu/userq: change queue id type to u32 from int
Sunil Khatri
-4
/
+4
2026-03-02
drm/amdgpu: Fix static assertion failure issue
YiPeng Chai
-2
/
+3
2026-03-02
drm/amdgpu: fix kernel-doc warning for amdgpu_ttm_alloc_mmio_remap_bo()
Yujie Liu
-1
/
+1
2026-03-02
drm/amdgpu: Move register access functions
Lijo Lazar
-671
/
+731
2026-03-02
drm/amdgpu: Enable DPG support for VCN5
sguttula
-1
/
+3
2026-03-02
Merge tag 'drm-misc-next-2026-02-26' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
-77
/
+75
2026-02-25
drm/amd: Disable MES LR compute W/A
Mario Limonciello
-10
/
+0
2026-02-25
drm/amdgpu: Fix error handling in slot reset
Lijo Lazar
-7
/
+10
2026-02-25
drm/amdgpu/vcn5: Add SMU dpm interface type
sguttula
-0
/
+4
2026-02-25
drm/amdgpu: Fix locking bugs in error paths
Bart Van Assche
-5
/
+7
2026-02-25
drm/amdgpu: Unlock a mutex before destroying it
Bart Van Assche
-0
/
+1
2026-02-25
drm/amdgpu: add upper bound check on user inputs in wait ioctl
Sunil Khatri
-0
/
+5
2026-02-25
drm/amdgpu: add upper bound check on user inputs in signal ioctl
Sunil Khatri
-0
/
+7
2026-02-25
drm/amdgpu/userq: Do not allow userspace to trivially triger kernel warnings
Tvrtko Ursulin
-4
/
+4
2026-02-25
drm/amdgpu/userq: Fix reference leak in amdgpu_userq_wait_ioctl
Tvrtko Ursulin
-0
/
+2
2026-02-25
drm/amd: Disable MES LR compute W/A
Mario Limonciello
-10
/
+0
2026-02-25
drm/amdgpu: Fix error handling in slot reset
Lijo Lazar
-7
/
+10
2026-02-25
drm/amd/ras: Handle check address validity in SR-IOV
Jinzhou Su
-7
/
+19
2026-02-25
drm/amdgpu/vcn5: Add SMU dpm interface type
sguttula
-0
/
+4
2026-02-25
drm/amdgpu: Fix locking bugs in error paths
Bart Van Assche
-5
/
+7
2026-02-25
drm/amdgpu: Unlock a mutex before destroying it
Bart Van Assche
-0
/
+1
2026-02-25
drm/amdgpu: add upper bound check on user inputs in wait ioctl
Sunil Khatri
-0
/
+5
2026-02-25
drm/amdgpu: add upper bound check on user inputs in signal ioctl
Sunil Khatri
-0
/
+7
2026-02-25
drm/amdgpu/userq: Use drm_gem_objects_lookup in amdgpu_userq_wait_ioctl
Tvrtko Ursulin
-56
/
+24
2026-02-25
drm/amdgpu/userq: Use drm_gem_objects_lookup in amdgpu_userq_signal_ioctl
Tvrtko Ursulin
-58
/
+21
2026-02-25
drm/amd/ras: use dedicated memory as vf ras command buffer
YiPeng Chai
-6
/
+18
2026-02-25
drm/amdgpu/userq: Consolidate wait ioctl exit path
Tvrtko Ursulin
-23
/
+5
2026-02-25
drm/amdgpu/userq: Do not allow userspace to trivially triger kernel warnings
Tvrtko Ursulin
-4
/
+4
2026-02-25
drm/amdgpu/userq: Fix reference leak in amdgpu_userq_wait_ioctl
Tvrtko Ursulin
-0
/
+2
2026-02-23
drm/amdgpu/userq: Use memdup_array_user in amdgpu_userq_signal_ioctl
Tvrtko Ursulin
-2
/
+2
2026-02-23
drm/amdgpu/userq: Use memdup_array_user in amdgpu_userq_wait_ioctl
Tvrtko Ursulin
-6
/
+7
2026-02-23
drm/amdgpu/sdma7.1: adjust SDMA limits
Alex Deucher
-2
/
+2
2026-02-23
drm/amdgpu/sdma7.0: adjust SDMA limits
Alex Deucher
-2
/
+2
2026-02-23
drm/amdgpu/sdma6.0: adjust SDMA limits
Alex Deucher
-2
/
+2
2026-02-23
drm/amdgpu/sdma5.2: adjust SDMA limits
Alex Deucher
-2
/
+2
2026-02-23
drm/amdgpu/sdma4.4: adjust SDMA limits
Alex Deucher
-2
/
+2
[prev]
[next]