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.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-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
/
scheduler
/
gpu_scheduler.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-07
drm: move amd_gpu_scheduler into common location
Lucas Stach
1
-744
/
+0
2017-12-06
drm/amd/scheduler: add WARN_ON for s_fence->parent
Chunming Zhou
1
-0
/
+1
2017-12-06
drm/amd/scheduler: fix page protection of cb
Chunming Zhou
1
-0
/
+7
2017-12-05
drm/amdgpu:fix gpu recover missing skipping(v2)
Monk Liu
1
-2
/
+3
2017-12-05
amd/scheduler:imple job skip feature(v3)
Monk Liu
1
-16
/
+23
2017-12-05
drm/amdgpu: Remove job->s_entity to avoid keeping reference to stale pointer.
Andrey Grodzovsky
1
-10
/
+9
2017-12-05
drm/amdgpu: Fix deadlock during GPU reset.
Andrey Grodzovsky
1
-44
/
+24
2017-12-05
drm/amdgpu:cleanup job reset routine(v2)
Monk Liu
1
-1
/
+30
2017-12-05
drm/amd/scheduler:introduce guilty pointer member
Monk Liu
1
-1
/
+2
2017-12-05
drm/amdgpu:add hang_limit for sched(v2)
Monk Liu
1
-1
/
+5
2017-12-05
drm/amdgpu: Avoid accessing job->entity after the job is scheduled.
Andrey Grodzovsky
1
-0
/
+1
2017-11-16
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-11
/
+55
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-1
/
+1
2017-10-19
drm/amd/sched: fix job tear down order v2
Christian König
1
-3
/
+2
2017-10-18
Revert "drm/amdgpu: discard commands of killed processes"
Alex Deucher
1
-19
/
+4
2017-10-09
drm/amd/sched: allow clients to edit an entity's rq v2
Andres Rodriguez
1
-2
/
+22
2017-10-07
drm/amd/sched: fix deadlock caused by unsignaled fences of deleted jobs
Nicolai Hähnle
1
-1
/
+7
2017-10-07
drm/amd/sched: NULL out the s_fence field after run_job
Nicolai Hähnle
1
-0
/
+4
2017-10-07
drm/amd/sched: move adding finish callback to amd_sched_job_begin
Nicolai Hähnle
1
-2
/
+3
2017-10-07
drm/amd/sched: fix an outdated comment
Nicolai Hähnle
1
-2
/
+1
2017-10-07
drm/amd/sched: rename amd_sched_entity_pop_job
Nicolai Hähnle
1
-2
/
+2
2017-08-29
drm/amdgpu: discard commands of killed processes
Christian König
1
-4
/
+19
2017-08-24
drm/amdgpu: discard commands of killed processes
Christian König
1
-4
/
+19
2017-05-25
drm/amdgpu/SRIOV:implement guilty job TDR for(V2)
Monk Liu
1
-1
/
+10
2017-05-10
drm/amdgpu: fix dependency issue
Chunming Zhou
1
-0
/
+17
2017-05-10
drm/amd: fix init order of sched job
Chunming Zhou
1
-1
/
+1
2017-04-29
drm/amdgpu: fix NULL pointer error
Chunming Zhou
1
-1
/
+3
2017-03-30
drm/amd/sched: revise priority number
Chunming Zhou
1
-2
/
+2
2017-03-30
drm/amd/sched: add a unique job id to amd_sched_job
Andres Rodriguez
1
-0
/
+2
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <uap...
Ingo Molnar
1
-0
/
+1
2016-11-30
Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-next
Dave Airlie
1
-13
/
+0
2016-11-07
Backmerge tag 'v4.9-rc4' into drm-next
Dave Airlie
1
-0
/
+1
2016-10-31
drm/amd: fix scheduler fence teardown order v2
Christian König
1
-13
/
+0
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
1
-33
/
+34
2016-10-25
drm/amdgpu: fix sched fence slab teardown
Grazvydas Ignotas
1
-0
/
+1
2016-08-19
drm/amdgpu: fix timeout value check in amd_sched_job_recovery
Christian König
1
-1
/
+1
2016-07-29
drm/amd: fix deadlock of job_list_lock V2
Chunming Zhou
1
-3
/
+6
2016-07-29
drm/amd: reset hw count when reset job
Chunming Zhou
1
-0
/
+3
2016-07-07
drm/amdgpu: add amd_sched_job_recovery
Chunming Zhou
1
-0
/
+33
2016-07-07
drm/amd: add amd_sched_hw_job_reset
Chunming Zhou
1
-0
/
+14
2016-07-07
drm/amd: add parent for sched fence
Chunming Zhou
1
-0
/
+1
2016-07-07
drm/amdgpu: remove fence parameter from amd_sched_job_init
Christian König
1
-3
/
+1
2016-07-07
drm/amdgpu: stop disabling irqs when it isn't neccessary
Christian König
1
-8
/
+6
2016-07-07
drm/amdgpu: block scheduler when gpu reset
Chunming Zhou
1
-3
/
+14
2016-07-07
drm/amdgpu: stop trying to schedule() with a spin held
Christian König
1
-0
/
+2
2016-07-07
drm/amdgpu: generalize the scheduler fence
Christian König
1
-15
/
+19
2016-07-07
drm/amdgpu: fix and cleanup job destruction
Christian König
1
-27
/
+19
2016-07-07
drm/amdgpu: move locking into the functions who need it
Christian König
1
-9
/
+9
2016-07-07
drm/amdgpu: properly abstract scheduler timeout handling
Christian König
1
-2
/
+9
2016-07-07
drm/amdgpu: remove use_shed hack in job cleanup
Christian König
1
-1
/
+0
[next]