index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
scheduler
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-22
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
1
-2
/
+2
2024-03-25
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
2
-8
/
+7
2024-03-15
drm/sched: fix null-ptr-deref in init entity
Vitaly Prosyak
1
-3
/
+9
2024-02-28
drm/scheduler: Simplify the allocation of slab caches in drm_sched_fence_slab...
Kunwu Chan
1
-3
/
+1
2024-02-26
Merge v6.8-rc6 into drm-next
Daniel Vetter
1
-6
/
+9
2024-02-06
drm/sched: Re-queue run job worker when drm_sched_entity_pop_job() returns NULL
Matthew Brost
1
-6
/
+9
2024-02-05
Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-5
/
+6
2024-01-26
drm/sched: Drain all entities in DRM sched run job worker
Matthew Brost
1
-8
/
+7
2024-01-07
drm/sched: Return an error code only as a constant in drm_sched_init()
Markus Elfring
1
-3
/
+3
2024-01-07
drm/sched: One function call less in drm_sched_init() after error detection
Markus Elfring
1
-2
/
+3
2023-11-28
drm/sched: Partial revert of "Qualify drm_sched_wakeup() by drm_sched_entity_...
Bert Karwatzki
1
-3
/
+2
2023-11-24
drm/sched: Reverse run-queue priority enumeration
Luben Tuikov
2
-10
/
+10
2023-11-24
drm/sched: Rename priority MIN to LOW
Luben Tuikov
2
-6
/
+6
2023-11-24
drm/sched: Fix bounds limiting when given a malformed entity
Luben Tuikov
1
-5
/
+8
2023-11-10
drm/sched: implement dynamic job-flow control
Danilo Krummrich
2
-35
/
+137
2023-11-09
drm/sched: Qualify drm_sched_wakeup() by drm_sched_entity_is_ready()
Luben Tuikov
2
-5
/
+7
2023-11-07
drm/sched: Don't disturb the entity when in RR-mode scheduling
Luben Tuikov
1
-13
/
+3
2023-11-04
drm/sched: Drop suffix from drm_sched_wakeup_if_can_queue
Tvrtko Ursulin
2
-4
/
+4
2023-11-04
drm/sched: Rename drm_sched_run_job_queue_if_ready and clarify kerneldoc
Tvrtko Ursulin
1
-8
/
+8
2023-11-04
drm/sched: Rename drm_sched_free_job_queue to be more descriptive
Tvrtko Ursulin
1
-7
/
+7
2023-11-04
drm/sched: Move free worker re-queuing out of the if block
Tvrtko Ursulin
1
-4
/
+3
2023-11-04
drm/sched: Rename drm_sched_get_cleanup_job to be more descriptive
Tvrtko Ursulin
1
-9
/
+9
2023-11-01
drm/sched: Add a helper to queue TDR immediately
Matthew Brost
1
-1
/
+17
2023-11-01
drm/sched: Add drm_sched_start_timeout_unlocked helper
Matthew Brost
1
-10
/
+13
2023-11-01
drm/sched: Split free_job into own work item
Matthew Brost
1
-48
/
+98
2023-11-01
drm/sched: Convert drm scheduler to use a work queue rather than kthread
Matthew Brost
1
-65
/
+66
2023-11-01
drm/sched: Add drm_sched_wqueue_* helpers
Matthew Brost
1
-2
/
+37
2023-10-31
dma-buf: add dma_fence_timestamp helper
Christian König
1
-1
/
+1
2023-10-26
drm/sched: Convert the GPU scheduler to variable number of run-queues
Luben Tuikov
2
-17
/
+75
2023-07-11
Merge v6.5-rc1 into drm-misc-fixes
Maxime Ripard
3
-33
/
+63
2023-06-26
drm/sched: Call drm_sched_fence_set_parent() from drm_sched_fence_scheduled()
Boris Brezillon
2
-17
/
+26
2023-06-22
drm/sched: Make sure we wait for all dependencies in kill_jobs_cb()
Boris Brezillon
1
-8
/
+33
2023-06-19
Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...
Dave Airlie
1
-3
/
+0
2023-06-15
drm/scheduler: avoid infinite loop if entity's dependency is a scheduled erro...
ZhenGuo Yin
1
-1
/
+1
2023-05-26
Merge tag 'drm-misc-next-2023-05-24' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2
-10
/
+9
2023-05-19
drm/sched: Rename to drm_sched_wakeup_if_can_queue()
Luben Tuikov
2
-5
/
+5
2023-05-19
drm/sched: Rename to drm_sched_can_queue()
Luben Tuikov
1
-5
/
+4
2023-05-19
drm/sched: Remove redundant check
Vladislav Efanov
1
-3
/
+0
2023-05-19
Merge tag 'drm-misc-next-2023-05-11' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
3
-22
/
+53
2023-05-12
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
2
-1
/
+76
2023-05-12
Merge tag 'drm-misc-fixes-2023-05-11' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-1
/
+1
2023-05-10
drm/sched: Check scheduler work queue before calling timeout handling
Vitaly Prosyak
1
-1
/
+1
2023-05-09
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-7
/
+2
2023-05-03
drm/scheduler: mark jobs without fence as canceled
Christian König
1
-1
/
+1
2023-04-25
Merge tag 'drm-next-2023-04-24' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2
-1
/
+76
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
3
-14
/
+12
2023-04-18
drm/scheduler: set entity to NULL in drm_sched_entity_pop_job()
Danilo Krummrich
2
-0
/
+10
2023-04-13
drm/sched: Check scheduler ready before calling timeout handling
Vitaly Prosyak
1
-1
/
+2
2023-04-12
Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixes
Maarten Lankhorst
1
-6
/
+0
[next]