index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_job.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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/agd5f/linux into drm-next
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
2024-12-18
drm/amdgpu: set the VM pointer to NULL in amdgpu_job_prepare
Christian König
1
-0
/
+7
2024-12-18
drm/amdgpu: remove useless init from amdgpu_job_alloc
Pierre-Eric Pelloux-Prayer
1
-5
/
+0
2024-12-18
drm/amdgpu: drop the amdgpu_device argument from amdgpu_ib_free
Pierre-Eric Pelloux-Prayer
1
-1
/
+1
2024-12-18
drm/amdgpu: don't access invalid sched
Pierre-Eric Pelloux-Prayer
1
-2
/
+1
2024-11-08
Merge tag 'amd-drm-next-6.13-2024-11-06' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
1
-0
/
+2
2024-11-04
drm/amdgpu: add ring reset messages
Alex Deucher
1
-0
/
+3
2024-10-29
Merge tag 'amd-drm-next-6.13-2024-10-25' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
1
-3
/
+3
2024-10-09
Merge tag 'drm-misc-next-2024-09-20' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Dave Airlie
1
-1
/
+1
2024-10-08
drm/amdgpu: Remove the while loop from amdgpu_job_prepare_job
Tvrtko Ursulin
1
-1
/
+1
2024-10-08
drm/amdgpu: Drop impossible condition from amdgpu_job_prepare_job
Tvrtko Ursulin
1
-1
/
+1
2024-10-01
drm/amdgpu: update the handle ptr in dump_ip_state
Sunil Khatri
1
-1
/
+1
2024-09-25
drm/amdgpu: skip coredump after job timeout in SRIOV
ZhenGuo Yin
1
-1
/
+4
2024-09-11
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-1
/
+66
2024-09-06
drm/sched: add optional errno to drm_sched_start()
Christian König
1
-1
/
+1
2024-08-29
drm/amdgpu: Move the dumping log out of for loop
Sunil Khatri
1
-3
/
+2
2024-08-29
drm/amdgpu: Do core dump immediately when job tmo
Trigger Huang
1
-1
/
+67
2024-08-27
Merge tag 'amd-drm-next-6.12-2024-08-26' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Daniel Vetter
1
-0
/
+20
2024-08-16
drm/amdgpu: increase the reset counter for the queue reset
Prike Liang
1
-0
/
+1
2024-08-16
drm/amdgpu: add per ring reset support (v5)
Alex Deucher
1
-0
/
+19
2024-08-07
drm/amdgpu: Forward soft recovery errors to userspace
Joshua Ashton
1
-2
/
+1
2024-08-06
drm/amdgpu: Forward soft recovery errors to userspace
Joshua Ashton
1
-2
/
+1
2024-07-10
drm/amdgpu/job: Replace DRM_INFO/ERROR logging
Alex Deucher
1
-10
/
+11
2024-06-14
drm/amdgpu: add reset source in various cases
Eric Huang
1
-0
/
+1
2024-04-09
drm/amdgpu: Refine IB schedule error logging
Lijo Lazar
1
-2
/
+5
2024-03-04
drm/amdgpu: change vm->task_info handling
Shashank Sharma
1
-7
/
+11
2023-11-24
drm/sched: Reverse run-queue priority enumeration
Luben Tuikov
1
-1
/
+1
2023-11-24
drm/sched: Rename priority MIN to LOW
Luben Tuikov
1
-1
/
+1
2023-11-10
drm/sched: implement dynamic job-flow control
Danilo Krummrich
1
-1
/
+1
2023-10-26
drm/sched: Convert the GPU scheduler to variable number of run-queues
Luben Tuikov
1
-2
/
+2
2023-06-15
drm/amdgpu: add VM generation token
Christian König
1
-2
/
+2
2023-06-15
drm/amdgpu: abort submissions during prepare on error
Christian König
1
-1
/
+12
2023-06-09
drm/amdgpu: set finished fence error if job timedout
ZhenGuo Yin
1
-0
/
+2
2023-01-18
drm/amdgpu: fix amdgpu_job_free_resources v2
Christian König
1
-2
/
+8
2022-12-13
Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-47
/
+33
2022-11-25
Merge tag 'amd-drm-fixes-6.1-2022-11-23' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
Dave Airlie
1
-1
/
+5
2022-11-23
drm/amdgpu: fix use-after-free during gpu recovery
Stanley.Yang
1
-1
/
+6
2022-11-23
drm/amdgpu: fix use-after-free during gpu recovery
Stanley.Yang
1
-1
/
+5
2022-11-18
drm/amdgpu: handle gang submit before VMID
Christian König
1
-3
/
+3
2022-11-05
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-1
/
+0
2022-11-03
drm/scheduler: rename dependency callback into prepare_job
Christian König
1
-2
/
+2
2022-11-03
drm/amdgpu: use scheduler dependencies for CS
Christian König
1
-8
/
+1
2022-11-03
drm/amdgpu: move explicit sync check into the CS
Christian König
1
-9
/
+3
[next]