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.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
/
scheduler
/
sched_entity.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-01
drm/sched: Remove optimization that causes hang when killing dependent jobs
Lin.Cao
1
-19
/
+2
2025-07-06
drm/scheduler: signal scheduled fence when kill job
Lin.Cao
1
-0
/
+1
2025-03-29
Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-19
/
+6
2025-03-13
drm/sched: Fix fence reference count leak
qianyi liu
1
-2
/
+9
2025-03-04
drm/sched: stop passing non struct drm_device to drm_err() and friends
Jani Nikula
1
-1
/
+1
2025-02-24
drm/sched: Move drm_sched_entity_is_ready to internal header
Tvrtko Ursulin
1
-12
/
+0
2025-02-24
drm/sched: Add internal job peek/pop API
Tvrtko Ursulin
1
-6
/
+5
2024-10-17
drm/sched: Further optimise drm_sched_entity_push_job
Tvrtko Ursulin
1
-2
/
+9
2024-10-17
drm/sched: Re-group and rename the entity run-queue lock
Tvrtko Ursulin
1
-14
/
+14
2024-10-17
drm/sched: Optimise drm_sched_entity_push_job
Tvrtko Ursulin
1
-4
/
+9
2024-10-09
Merge tag 'drm-misc-next-2024-09-26' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
1
-6
/
+4
2024-09-30
drm/sched: revert "Always increment correct scheduler score"
Christian König
1
-1
/
+1
2024-09-26
drm/sched: Always increment correct scheduler score
Tvrtko Ursulin
1
-1
/
+1
2024-09-26
drm/sched: Always wake up correct scheduler in drm_sched_entity_push_job
Tvrtko Ursulin
1
-2
/
+8
2024-09-26
drm/sched: Add locking to drm_sched_entity_modify_sched
Tvrtko Ursulin
1
-0
/
+2
2024-09-24
drm/sched: Add locking to drm_sched_entity_modify_sched
Tvrtko Ursulin
1
-0
/
+2
2024-09-24
drm/scheduler: Improve documentation
Shuicheng Lin
1
-6
/
+4
2024-09-24
drm/sched: Fix dynamic job-flow control race
Rob Clark
1
-2
/
+2
2024-03-15
drm/sched: fix null-ptr-deref in init entity
Vitaly Prosyak
1
-3
/
+9
2023-11-25
drm/sched: Reverse run-queue priority enumeration
Luben Tuikov
1
-2
/
+3
2023-11-25
drm/sched: Rename priority MIN to LOW
Luben Tuikov
1
-1
/
+1
2023-11-25
drm/sched: Fix bounds limiting when given a malformed entity
Luben Tuikov
1
-5
/
+8
2023-11-10
drm/sched: Qualify drm_sched_wakeup() by drm_sched_entity_is_ready()
Luben Tuikov
1
-2
/
+2
2023-11-05
drm/sched: Drop suffix from drm_sched_wakeup_if_can_queue
Tvrtko Ursulin
1
-2
/
+2
2023-10-26
drm/sched: Convert the GPU scheduler to variable number of run-queues
Luben Tuikov
1
-3
/
+15
2023-07-11
Merge v6.5-rc1 into drm-misc-fixes
Maxime Ripard
1
-14
/
+41
2023-06-22
drm/sched: Make sure we wait for all dependencies in kill_jobs_cb()
Boris Brezillon
1
-8
/
+33
2023-06-15
drm/scheduler: avoid infinite loop if entity's dependency is a scheduled erro...
ZhenGuo Yin
1
-1
/
+1
2023-05-19
drm/sched: Rename to drm_sched_wakeup_if_can_queue()
Luben Tuikov
1
-2
/
+2
2023-04-24
drm/scheduler: add drm_sched_entity_error and use rcu for last_scheduled
Christian König
1
-8
/
+31
2023-04-24
drm/scheduler: properly forward fence errors
Christian König
1
-3
/
+1
2023-04-19
drm/scheduler: set entity to NULL in drm_sched_entity_pop_job()
Danilo Krummrich
1
-0
/
+6
2023-04-07
drm/scheduler: Fix UAF race in drm_sched_entity_push_job()
Asahi Lina
1
-2
/
+9
2023-04-07
drm/scheduler: Fix UAF race in drm_sched_entity_push_job()
Asahi Lina
1
-2
/
+9
2023-01-02
drm/scheduler: Fix lockup in drm_sched_entity_kill()
Dmitry Osipenko
1
-1
/
+1
2022-11-23
drm/scheduler: Fix lockup in drm_sched_entity_kill()
Dmitry Osipenko
1
-1
/
+1
2022-11-05
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-1
/
+2
2022-11-03
drm/scheduler: rename dependency callback into prepare_job
Christian König
1
-2
/
+2
2022-11-03
drm/scheduler: rework entity flush, kill and fini
Christian König
1
-105
/
+91
2022-10-25
Merge tag 'drm-misc-next-2022-10-20' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+25
2022-10-19
drm/sched: add DRM_SCHED_FENCE_DONT_PIPELINE flag
Christian König
1
-1
/
+2
2022-10-05
drm/scheduler: fix fence ref counting
Christian König
1
-1
/
+5
2022-09-30
drm/sched: Add FIFO sched policy to run queue
Andrey Grodzovsky
1
-0
/
+20
2022-07-15
drm/scheduler: Don't kill jobs in interrupt context
Dmitry Osipenko
1
-3
/
+3
2022-05-17
drm/scheduler: Don't kill jobs in interrupt context
Dmitry Osipenko
1
-3
/
+3
2021-11-01
drm/sched: Avoid lockdep spalt on killing a processes
Andrey Grodzovsky
1
-3
/
+12
2021-08-30
drm/sched: improve docs around drm_sched_entity
Daniel Vetter
1
-60
/
+25
2021-08-30
drm/sched: drop entity parameter from drm_sched_push_job
Daniel Vetter
1
-4
/
+2
2021-08-30
drm/sched: Add dependency tracking
Daniel Vetter
1
-3
/
+15
2021-08-30
drm/sched: Barriers are needed for entity->last_scheduled
Daniel Vetter
1
-2
/
+25
[next]