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_job.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-20
BackMerge tag 'v7.2' into drm-next
Dave Airlie
1
-13
/
+14
2026-08-11
Revert "drm/sched: Remove FIFO and RR and simplify to a single run queue"
Tvrtko Ursulin
1
-10
/
+13
2026-08-11
Revert "drm/sched: Embed run queue singleton into the scheduler"
Tvrtko Ursulin
1
-4
/
+2
2026-07-16
drm/amdgpu: use correct gfp_t for job allocation
Christian König
1
-4
/
+5
2026-07-16
drm/amdgpu: move job parameter to the end in amdgpu_job_alloc() and *_with_ib()
Christian König
1
-5
/
+5
2026-07-01
drm/amdgpu: Add IP block soft reset as a GPU recovery method
Timur Kristóf
1
-0
/
+11
2026-07-01
drm/amdgpu: Clarify name of soft recovery to avoid confusion
Timur Kristóf
1
-1
/
+1
2026-04-17
drm/sched: Embed run queue singleton into the scheduler
Tvrtko Ursulin
1
-2
/
+4
2026-04-17
drm/sched: Remove FIFO and RR and simplify to a single run queue
Tvrtko Ursulin
1
-13
/
+10
2026-03-09
Merge tag 'amd-drm-next-7.1-2026-03-04' of https://gitlab.freedesktop.org/agd...
Dave Airlie
1
-4
/
+2
2026-02-23
drm/amdgpu: don't call drm_sched_stop/start() in asic reset
Alex Deucher
1
-4
/
+2
2026-02-23
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-4
/
+11
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+3
2026-02-05
drm/amdgpu: re-add the bad job to the pending list for ring resets
Alex Deucher
1
-1
/
+8
2026-02-05
dma-buf: add dma_fence_was_initialized function v2
Christian König
1
-6
/
+7
2026-01-20
drm/amdgpu: free hw_vm_fence when fail in amdgpu_job_alloc
Jiqian Chen
1
-2
/
+5
2026-01-05
drm/amdgpu: avoid a warning in timedout job handler
Alex Deucher
1
-1
/
+2
2025-11-26
drm/amdgpu: free job fences on failure in amdgpu_job_alloc_with_ib
Pierre-Eric Pelloux-Prayer
1
-0
/
+2
2025-11-26
drm/amdgpu: clear job on failure in amdgpu_job_alloc(_with_ib)
Pierre-Eric Pelloux-Prayer
1
-0
/
+2
2025-11-04
drm/amdgpu: fix possible fence leaks from job structure
Alex Deucher
1
-0
/
+18
2025-11-04
drm/amdgpu: move reset debug disable handling
Alex Deucher
1
-5
/
+3
2025-10-13
drm/amdgpu: clean up and unify hw fence handling
Alex Deucher
1
-13
/
+30
2025-09-01
drm/amdgpu: give each kernel job a unique id
Pierre-Eric Pelloux-Prayer
1
-2
/
+3
2025-08-04
drm/amdgpu: Retain job->vm in amdgpu_job_prepare_job
YuanShang
1
-7
/
+0
2025-07-21
Merge tag 'amd-drm-next-6.17-2025-07-17' of https://gitlab.freedesktop.org/ag...
Dave Airlie
1
-2
/
+5
2025-07-17
drm/amdgpu: move reset support type checks into the caller
Alex Deucher
1
-1
/
+4
2025-07-16
drm/amdgpu: track ring state associated with a fence
Alex Deucher
1
-2
/
+2
2025-07-15
drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESET
Maíra Canal
1
-1
/
+1
2025-07-10
drm/amdgpu: Fix lifetime of struct amdgpu_task_info after ring reset
André Almeida
1
-3
/
+2
2025-07-04
Merge tag 'amd-drm-next-6.17-2025-07-01' of https://gitlab.freedesktop.org/ag...
Dave Airlie
1
-41
/
+17
2025-06-30
drm/amdgpu: move scheduler wqueue handling into callbacks
Alex Deucher
1
-8
/
+0
2025-06-30
drm/amdgpu: move guilty handling into ring resets
Alex Deucher
1
-21
/
+2
2025-06-30
drm/amdgpu: move force completion into ring resets
Alex Deucher
1
-3
/
+1
2025-06-30
drm/amdgpu: rework queue reset scheduler interaction
Christian König
1
-15
/
+20
2025-06-30
drm/amdgpu: update ring reset function signature
Alex Deucher
1
-1
/
+1
2025-06-18
drm/amdgpu: switch job hw_fence to amdgpu_fence
Alex Deucher
1
-6
/
+6
2025-06-17
drm/amdgpu: Make use of drm_wedge_task_info
André Almeida
1
-2
/
+5
2025-06-17
drm: Create a task info option for wedge events
André Almeida
1
-1
/
+1
2025-06-17
drm: amdgpu: Create amdgpu_vm_print_task_info()
André Almeida
1
-3
/
+1
2025-05-28
drm/sched: Store the drm client_id in drm_sched_fence
Pierre-Eric Pelloux-Prayer
1
-3
/
+5
2025-03-21
drm/amdgpu: rework how isolation is enforced v2
Christian König
1
-4
/
+12
2025-03-10
drm/amdgpu: Trigger a wedged event for ring reset
André Almeida
1
-0
/
+1
2025-03-10
Merge tag 'amd-drm-next-6.15-2025-03-07' of https://gitlab.freedesktop.org/ag...
Dave Airlie
1
-6
/
+24
2025-02-27
drm/amdgpu: Create a debug option to disable ring reset
André Almeida
1
-2
/
+3
2025-02-25
drm/amdgpu: Log after a successful ring reset
André Almeida
1
-0
/
+1
2025-02-25
drm/amdgpu: Update amdgpu_job_timedout to check if the ring is guilty
Jesse.zhang@amd.com
1
-4
/
+20
2025-02-24
drm/amdgpu: Pop jobs from the queue more robustly
Tvrtko Ursulin
1
-3
/
+19
2024-12-18
drm/amdgpu: partially revert "reduce reset time"
Christian König
1
-3
/
+0
[next]