index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_userq_fence.c
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
drm/amdgpu/userq: Fix reading timeline points in wait ioctl
David Rosca
1
-4
/
+5
2026-05-19
drm/amdgpu/userq: use drm_exec in amdgpu_userq_fence_read_wptr
Sunil Khatri
1
-29
/
+26
2026-05-12
drm/amdgpu: fix userq hang detection and reset
Christian König
1
-4
/
+13
2026-05-12
drm/amdgpu: rework amdgpu_userq_signal_ioctl v3
Christian König
1
-121
/
+105
2026-05-05
drm/amdgpu: nuke amdgpu_userq_fence_slab v2
Christian König
1
-24
/
+4
2026-04-17
drm/amdgpu: drop userq fence driver refs out of fence process()
Prike Liang
1
-14
/
+33
2026-04-03
drm/amdgpu: make userq fence_drv drop explicit in queue destroy
Prike Liang
1
-4
/
+8
2026-04-03
drm/amdgpu: rework userq fence driver alloc/destroy
Prike Liang
1
-19
/
+1
2026-03-24
drm/amdgpu/userq: convert comma to semicolon
Chen Ni
1
-2
/
+2
2026-03-23
drm/amdgpu: make amdgpu_user_wait_ioctl more resilent v2
Christian König
1
-21
/
+27
2026-03-18
drm/amdgpu: rework amdgpu_userq_wait_ioctl v4
Christian König
1
-259
/
+323
2026-03-17
drm/amdgpu/userq: fix dma_fence refcount underflow in userq path
Sunil Khatri
1
-5
/
+1
2026-03-17
drm/amdgpu/userq: Use kvfree instead of kfree in amdgpu_userq_signal_ioctl
Sunil Khatri
1
-2
/
+2
2026-03-17
drm/amdgpu/userq: Use kvfree instead of kfree in amdgpu_userq_wait_ioctl
Sunil Khatri
1
-2
/
+2
2026-03-04
drm/amdgpu/userq: refcount userqueues to avoid any race conditions
Sunil Khatri
1
-4
/
+10
2026-03-03
drm/amdgpu: Drop redundant syncobj handle limit checks in userq ioctls
Srinivasan Shanmugam
1
-4
/
+2
2026-02-26
drm/amdgpu: add upper bound check on user inputs in wait ioctl
Sunil Khatri
1
-0
/
+5
2026-02-26
drm/amdgpu: add upper bound check on user inputs in signal ioctl
Sunil Khatri
1
-0
/
+7
2026-02-26
drm/amdgpu/userq: Use drm_gem_objects_lookup in amdgpu_userq_wait_ioctl
Tvrtko Ursulin
1
-56
/
+24
2026-02-26
drm/amdgpu/userq: Use drm_gem_objects_lookup in amdgpu_userq_signal_ioctl
Tvrtko Ursulin
1
-58
/
+21
2026-02-26
drm/amdgpu/userq: Consolidate wait ioctl exit path
Tvrtko Ursulin
1
-23
/
+5
2026-02-26
drm/amdgpu/userq: Do not allow userspace to trivially triger kernel warnings
Tvrtko Ursulin
1
-4
/
+4
2026-02-26
drm/amdgpu/userq: Fix reference leak in amdgpu_userq_wait_ioctl
Tvrtko Ursulin
1
-0
/
+2
2026-02-23
drm/amdgpu/userq: Use memdup_array_user in amdgpu_userq_signal_ioctl
Tvrtko Ursulin
1
-2
/
+2
2026-02-23
drm/amdgpu/userq: Use memdup_array_user in amdgpu_userq_wait_ioctl
Tvrtko Ursulin
1
-6
/
+7
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-4
/
+3
2026-01-21
drm/amd/amdgpu: Add independent hang detect work for user queue fence
Jesse.Zhang
1
-0
/
+1
2026-01-14
drm/amdgpu/userq: Fix fence reference leak on queue teardown v2
Srinivasan Shanmugam
1
-0
/
+2
2026-01-10
drm/amdgpu: make sure userqs are enabled in userq IOCTLs
Alex Deucher
1
-0
/
+6
2025-12-08
drm/amdgpu: Rename userq_mgr_xa to userq_xa
Lijo Lazar
1
-2
/
+2
2025-12-08
drm/amdgpu: Update vm start, end, hole to support 57bit address
Philip Yang
1
-2
/
+5
2025-11-12
drm/amdgpu: fix lock warning in amdgpu_userq_fence_driver_process
Jesse.Zhang
1
-2
/
+3
2025-11-06
drm/amdgpu/userq: need to unref bo
David (Ming Qiang) Wu
1
-0
/
+1
2025-10-28
drm/amdgpu: Convert amdgpu userqueue management from IDR to XArray
Jesse.Zhang
1
-2
/
+2
2025-09-25
drm/amdgpu: Fix fence signaling race condition in userqueue
Jesse.Zhang
1
-1
/
+1
2025-09-06
drm/amdgpu/userq: add force completion helpers
Alex Deucher
1
-0
/
+42
2025-06-11
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-4
/
+4
2025-06-03
drm/amdgpu: Fix integer overflow issues in amdgpu_userq_fence.c
Dan Carpenter
1
-4
/
+4
2025-06-03
dma-fence: Use a flag for 64-bit seqnos
Tvrtko Ursulin
1
-3
/
+2
2025-05-13
drm/amdgpu/userq: Fix lock contention in userq fence
Arunpravin Paneer Selvam
1
-2
/
+2
2025-05-13
drm/amdgpu: Fix amdgpu_userq_wait_ioctl() warn missing error code 'r'
Arvind Yadav
1
-1
/
+3
2025-05-05
drm/amdgpu: only keep most recent fence for each context
Arvind Yadav
1
-0
/
+6
2025-05-01
drm/amdgpu/userq: Call unreserve on error in amdgpu_userq_fence_read_wptr()
Dan Carpenter
1
-0
/
+1
2025-05-01
drm/amdgpu: remove DRM_AMDGPU_NAVI3X_USERQ config for UQ
Arvind Yadav
1
-18
/
+0
2025-04-22
drm/amdgpu/userq: use consistent function naming
Alex Deucher
1
-2
/
+2
2025-04-22
drm/amdgpu: Add queue id support to the user queue wait IOCTL
Arunpravin Paneer Selvam
1
-8
/
+12
2025-04-21
drm/amdgpu: Clean up error handling in amdgpu_userq_fence_driver_alloc()
Dan Carpenter
1
-5
/
+2
2025-04-21
drm/amdgpu: Fix double free in amdgpu_userq_fence_driver_alloc()
Dan Carpenter
1
-5
/
+2
2025-04-21
drm/amdgpu/userq: move some code around
Alex Deucher
1
-0
/
+26
[next]