index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
scheduler
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-19
drm/sched: Fix drm_sched_fini() docu generation
Bagas Sanjaya
1
-1
/
+2
2024-11-07
drm/sched: Improve teardown documentation
Philipp Stanner
1
-2
/
+21
2024-11-04
Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...
Dave Airlie
1
-1
/
+13
2024-10-31
drm/sched: Document purpose of drm_sched_{start,stop}
Philipp Stanner
1
-1
/
+7
2024-10-28
drm/sched: Mark scheduler work queues with WQ_MEM_RECLAIM
Matthew Brost
1
-2
/
+3
2024-10-25
drm/sched: warn about drm_sched_job_init()'s partial init
Philipp Stanner
1
-0
/
+4
2024-10-22
drm/sched: memset() 'job' in drm_sched_job_init()
Philipp Stanner
1
-0
/
+8
2024-10-17
drm/sched: Further optimise drm_sched_entity_push_job
Tvrtko Ursulin
2
-17
/
+23
2024-10-17
drm/sched: Re-group and rename the entity run-queue lock
Tvrtko Ursulin
2
-15
/
+15
2024-10-17
drm/sched: Stop setting current entity in FIFO mode
Tvrtko Ursulin
1
-1
/
+0
2024-10-17
drm/sched: Optimise drm_sched_entity_push_job
Tvrtko Ursulin
2
-7
/
+12
2024-10-09
Merge tag 'drm-misc-next-2024-09-26' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
2
-8
/
+6
2024-10-09
Merge tag 'drm-misc-next-2024-09-20' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
1
-3
/
+4
2024-10-02
drm/sched: Use drm sched lockdep map for submit_wq
Matthew Brost
1
-0
/
+11
2024-10-01
Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixes
Maarten Lankhorst
1
-17
/
+8
2024-10-01
Merge tag 'drm-misc-fixes-2024-09-26' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
2
-7
/
+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
2
-8
/
+6
2024-09-24
drm/sched: Fix dynamic job-flow control race
Rob Clark
2
-7
/
+4
2024-09-06
drm/sched: add optional errno to drm_sched_start()
Christian König
1
-3
/
+4
2024-07-25
drm/scheduler: remove full_recover from drm_sched_start
Christian König
1
-17
/
+8
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
[next]