index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
scheduler
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/sched: Mark scheduler work queues with WQ_MEM_RECLAIM
Matthew Brost
2024-10-28
1
-2
/
+3
*
drm/sched: Use drm sched lockdep map for submit_wq
Matthew Brost
2024-10-02
1
-0
/
+11
*
Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixes
Maarten Lankhorst
2024-10-01
1
-17
/
+8
|
\
|
*
Merge tag 'drm-misc-fixes-2024-09-26' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
2024-10-01
2
-7
/
+4
|
|
\
|
*
|
drm/scheduler: remove full_recover from drm_sched_start
Christian König
2024-07-25
1
-17
/
+8
*
|
|
drm/sched: revert "Always increment correct scheduler score"
Christian König
2024-09-30
1
-1
/
+1
*
|
|
drm/sched: Always increment correct scheduler score
Tvrtko Ursulin
2024-09-26
1
-1
/
+1
*
|
|
drm/sched: Always wake up correct scheduler in drm_sched_entity_push_job
Tvrtko Ursulin
2024-09-26
1
-2
/
+8
*
|
|
drm/sched: Add locking to drm_sched_entity_modify_sched
Tvrtko Ursulin
2024-09-26
1
-0
/
+2
|
|
/
|
/
|
*
|
drm/sched: Fix dynamic job-flow control race
Rob Clark
2024-09-24
2
-7
/
+4
|
/
*
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
2024-05-22
1
-2
/
+2
*
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
2024-03-25
2
-8
/
+7
|
\
|
*
drm/scheduler: Simplify the allocation of slab caches in drm_sched_fence_slab...
Kunwu Chan
2024-02-28
1
-3
/
+1
|
*
Merge v6.8-rc6 into drm-next
Daniel Vetter
2024-02-26
1
-6
/
+9
|
|
\
|
*
\
Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2024-02-05
1
-5
/
+6
|
|
\
\
|
|
*
|
drm/sched: Return an error code only as a constant in drm_sched_init()
Markus Elfring
2024-01-07
1
-3
/
+3
|
|
*
|
drm/sched: One function call less in drm_sched_init() after error detection
Markus Elfring
2024-01-07
1
-2
/
+3
*
|
|
|
drm/sched: fix null-ptr-deref in init entity
Vitaly Prosyak
2024-03-15
1
-3
/
+9
|
|
_
|
/
|
/
|
|
*
|
|
drm/sched: Re-queue run job worker when drm_sched_entity_pop_job() returns NULL
Matthew Brost
2024-02-06
1
-6
/
+9
|
/
/
*
/
drm/sched: Drain all entities in DRM sched run job worker
Matthew Brost
2024-01-26
1
-8
/
+7
|
/
*
drm/sched: Partial revert of "Qualify drm_sched_wakeup() by drm_sched_entity_...
Bert Karwatzki
2023-11-28
1
-3
/
+2
*
drm/sched: Reverse run-queue priority enumeration
Luben Tuikov
2023-11-24
2
-10
/
+10
*
drm/sched: Rename priority MIN to LOW
Luben Tuikov
2023-11-24
2
-6
/
+6
*
drm/sched: Fix bounds limiting when given a malformed entity
Luben Tuikov
2023-11-24
1
-5
/
+8
*
drm/sched: implement dynamic job-flow control
Danilo Krummrich
2023-11-10
2
-35
/
+137
*
drm/sched: Qualify drm_sched_wakeup() by drm_sched_entity_is_ready()
Luben Tuikov
2023-11-09
2
-5
/
+7
*
drm/sched: Don't disturb the entity when in RR-mode scheduling
Luben Tuikov
2023-11-07
1
-13
/
+3
*
drm/sched: Drop suffix from drm_sched_wakeup_if_can_queue
Tvrtko Ursulin
2023-11-04
2
-4
/
+4
*
drm/sched: Rename drm_sched_run_job_queue_if_ready and clarify kerneldoc
Tvrtko Ursulin
2023-11-04
1
-8
/
+8
*
drm/sched: Rename drm_sched_free_job_queue to be more descriptive
Tvrtko Ursulin
2023-11-04
1
-7
/
+7
*
drm/sched: Move free worker re-queuing out of the if block
Tvrtko Ursulin
2023-11-04
1
-4
/
+3
*
drm/sched: Rename drm_sched_get_cleanup_job to be more descriptive
Tvrtko Ursulin
2023-11-04
1
-9
/
+9
*
drm/sched: Add a helper to queue TDR immediately
Matthew Brost
2023-11-01
1
-1
/
+17
*
drm/sched: Add drm_sched_start_timeout_unlocked helper
Matthew Brost
2023-11-01
1
-10
/
+13
*
drm/sched: Split free_job into own work item
Matthew Brost
2023-11-01
1
-48
/
+98
*
drm/sched: Convert drm scheduler to use a work queue rather than kthread
Matthew Brost
2023-11-01
1
-65
/
+66
*
drm/sched: Add drm_sched_wqueue_* helpers
Matthew Brost
2023-11-01
1
-2
/
+37
*
dma-buf: add dma_fence_timestamp helper
Christian König
2023-10-31
1
-1
/
+1
*
drm/sched: Convert the GPU scheduler to variable number of run-queues
Luben Tuikov
2023-10-26
2
-17
/
+75
*
Merge v6.5-rc1 into drm-misc-fixes
Maxime Ripard
2023-07-11
3
-33
/
+63
|
\
|
*
Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...
Dave Airlie
2023-06-19
1
-3
/
+0
|
|
\
|
*
|
drm/scheduler: avoid infinite loop if entity's dependency is a scheduled erro...
ZhenGuo Yin
2023-06-15
1
-1
/
+1
|
*
|
Merge tag 'drm-misc-next-2023-05-24' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2023-05-26
2
-10
/
+9
|
|
\
\
|
|
*
|
drm/sched: Rename to drm_sched_wakeup_if_can_queue()
Luben Tuikov
2023-05-19
2
-5
/
+5
|
|
*
|
drm/sched: Rename to drm_sched_can_queue()
Luben Tuikov
2023-05-19
1
-5
/
+4
|
*
|
|
Merge tag 'drm-misc-next-2023-05-11' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2023-05-19
3
-22
/
+53
|
|
\
|
|
|
|
*
|
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2023-05-09
1
-7
/
+2
|
|
|
\
\
|
|
*
|
|
drm/scheduler: mark jobs without fence as canceled
Christian König
2023-05-03
1
-1
/
+1
|
|
*
|
|
drm/scheduler: add drm_sched_entity_error and use rcu for last_scheduled
Christian König
2023-04-24
1
-8
/
+31
|
|
*
|
|
drm/scheduler: properly forward fence errors
Christian König
2023-04-24
3
-14
/
+12
[next]