index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_userq.c
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
drm/amdgpu/userq: dont overwrite the error of subsequent map call
Sunil Khatri
1
-2
/
+3
2026-08-25
drm/amdgpu/userq: lock and validate wptr BOs before reading their GPU offset ...
Jesse Zhang
1
-0
/
+24
2026-08-19
drm/amdgpu: fix hang and race in userq destroy
Zhu Lingshan
1
-15
/
+8
2026-08-19
drm/amdgpu: validate rptr and wptr of a userq
Zhu Lingshan
1
-2
/
+8
2026-08-19
drm/amdgpu: ensure all userq VAs mapped before restore
Zhu Lingshan
1
-7
/
+9
2026-08-12
drm/amdgpu: keep PRT mappings off the vm_bo state lists
Jesse Zhang
1
-0
/
+16
2026-08-06
drm/amdgpu/mes: refactor the amdgpu_mes_alloc/free_proc|gang()
Prike Liang
1
-0
/
+6
2026-08-06
drm/amdgpu/userq: serialize queue map against GPU reset
Jesse Zhang
1
-0
/
+5
2026-08-06
drm/amdgpu: fix userq VA validation for sub-page buffers
Candice Li
1
-9
/
+16
2026-07-16
drm/amdgpu: dont pin wptr bo instead use eviction fence
Sunil Khatri
1
-0
/
+19
2026-07-16
drm/amdgpu: properly account for resets with user queues
Alex Deucher
1
-1
/
+17
2026-07-15
drm/amdgpu/userq: fix indefinite fence wait during GPU reset
Jesse Zhang
1
-11
/
+14
2026-07-08
drm/amdgpu: trigger GPU recovery when userq destroy fails to unmap a hung queue
Jesse Zhang
1
-0
/
+9
2026-07-01
drm/amdgpu: reject mapping a reserved doorbell to a new queue
Zhu Lingshan
1
-2
/
+2
2026-07-01
drm/amdgpu/userq: add reset helper and identify guilty user queue
Jesse Zhang
1
-1
/
+21
2026-07-01
drm/amdgpu: do not release the root bo after vm validate
Sunil Khatri
1
-13
/
+7
2026-06-17
drm/amdgpu: add userq job and state transition trace events
Pierre-Eric Pelloux-Prayer
1
-0
/
+21
2026-06-17
drm/amdgpu: add userq create and destroy tracepoints
Prike Liang
1
-0
/
+9
2026-06-17
drm/amdgpu: set the userq xcp_id
Prike Liang
1
-0
/
+2
2026-06-17
drm/amdgpu: implement per-process MES context
Zhu Lingshan
1
-0
/
+6
2026-06-17
drm/amdgpu: correct reservation fence slots for userq per-vm BOs eviction
Prike Liang
1
-1
/
+2
2026-06-17
drm/amdgpu: Remove faulty queue before resume
Amber Lin
1
-1
/
+1
2026-06-17
drm/amdgpu: use a single entry point for mes compute reset
Alex Deucher
1
-1
/
+6
2026-06-17
drm/amdgpu/userq: switch to per queue reset
Alex Deucher
1
-28
/
+10
2026-06-17
drm/amdgpu/userq: split the queue reset from adapter reset
Alex Deucher
1
-23
/
+34
2026-06-03
drm/amdgpu/userq: move wptr_obj cleanup in mqd_destroy
Sunil Khatri
1
-4
/
+0
2026-06-03
drm/amdgpu/userq: remove the vital queue unmap logging
Sunil Khatri
1
-7
/
+3
2026-06-03
drm/amdgpu: unmap userq for evicting user queue
Prike Liang
1
-2
/
+2
2026-06-03
drm/amdgpu: reserve TTM move fences slot for rearming eviction fences
Prike Liang
1
-1
/
+1
2026-05-27
drm/amdgpu/userq: use array instead of list for userq_vas
Sunil Khatri
1
-65
/
+23
2026-05-27
drm/amdgpu/userq: move mqd_destroy to later stage to keep core obj valid
Sunil Khatri
1
-5
/
+4
2026-05-27
drm/amdgpu/userq: remove amdgpu_userq_create/destroy_object wrapper
Sunil Khatri
1
-67
/
+0
2026-05-27
drm/amdgpu/userq: make sure queue is valid in the hang_detect_work
Sunil Khatri
1
-7
/
+7
2026-05-27
drm/amdgpu/userq: reserve root bo without interruption
Sunil Khatri
1
-5
/
+1
2026-05-27
drm/amdgpu: simplify return value in amdgpu_userq_get_doorbell_index
Sunil Khatri
1
-10
/
+11
2026-05-27
drm/amdgpu/userq: Fix the mutex_init cleanup for fence_drv_lock
Sunil Khatri
1
-3
/
+2
2026-05-27
drm/amdgpu/userq: Fix doorbell object cleanup of queue
Sunil Khatri
1
-3
/
+8
2026-05-19
drm/amdgpu: restructure VM state machine v4
Christian König
1
-11
/
+11
2026-05-19
drm/amdgpu: fix handling in amdgpu_userq_create
Christian König
1
-66
/
+52
2026-05-19
drm/amdgpu: userq_va_mapped should remain true once done
Sunil Khatri
1
-12
/
+4
2026-05-18
drm/amdgpu: remove va cursors for all mappings
Sunil Khatri
1
-10
/
+7
2026-05-18
drm/amdgpu/userq: update the vm task info during signal ioctl
Sunil Khatri
1
-0
/
+3
2026-05-18
drm/amdgpu/userq: cancel reset work while tear down in progress
Sunil Khatri
1
-0
/
+8
2026-05-18
drm/amdgpu: rework userq reset work handling
Christian König
1
-40
/
+44
2026-05-18
drm/amdgpu/userq: pin mqd and fw object bo to avoid eviction
Sunil Khatri
1
-3
/
+10
2026-05-11
drm/amdgpu: fix userq hang detection and reset
Christian König
1
-39
/
+26
2026-05-11
drm/amdgpu: remove almost all calls to amdgpu_userq_detect_and_reset_queues
Christian König
1
-24
/
+14
2026-05-11
drm/amdgpu: rework amdgpu_userq_signal_ioctl v3
Christian König
1
-0
/
+2
2026-05-11
drm/amdgpu: remove deadlocks from amdgpu_userq_pre_reset
Christian König
1
-14
/
+12
2026-04-28
drm/amdgpu: clean up the userq unmap error handler
Prike Liang
1
-6
/
+0
[next]