index
:
kernel/git/stable/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.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
scheduler
/
sched_main.c
Age
Commit message (
Expand
)
Author
2026-04-17
drm/sched: Embed run queue singleton into the scheduler
Tvrtko Ursulin
2026-04-17
drm/sched: Remove FIFO and RR and simplify to a single run queue
Tvrtko Ursulin
2026-04-17
drm/sched: Switch default policy to fair
Tvrtko Ursulin
2026-04-17
drm/sched: Favour interactive clients slightly
Tvrtko Ursulin
2026-04-17
drm/sched: Add fair scheduling policy
Tvrtko Ursulin
2026-04-17
drm/sched: Account entity GPU time
Tvrtko Ursulin
2026-04-17
drm/sched: Free all finished jobs at once
Tvrtko Ursulin
2026-04-17
drm/sched: Implement RR via FIFO
Tvrtko Ursulin
2026-04-17
drm/sched: Move run queue related code into a separate file
Tvrtko Ursulin
2026-04-17
drm/sched: Consolidate entity run queue management
Tvrtko Ursulin
2026-03-11
Merge v7.0-rc3 into drm-next
Simona Vetter
2026-03-04
drm/sched: Fix kernel-doc warning for drm_sched_job_done()
Yujie Liu
2026-02-27
drm/sched: Remove racy hack from drm_sched_fini()
Philipp Stanner
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-12-13
drm/sched: Add pending job list iterator
Matthew Brost
2025-12-13
drm/sched: Add several job helpers to avoid drivers touching scheduler state
Matthew Brost
2025-11-07
drm/sched: Replace use of system_wq with system_percpu_wq
Marco Crivellari
2025-10-31
drm/sched: Add warning for removing hack in drm_sched_fini()
Philipp Stanner
2025-10-31
drm/sched: Fix comment in drm_sched_run_job_work()
Philipp Stanner
2025-10-16
drm/sched: Fix potential double free in drm_sched_job_add_resv_dependencies
Tvrtko Ursulin
2025-08-28
drm/sched: Document race condition in drm_sched_fini()
Philipp Stanner
2025-07-18
drm/sched: Avoid double re-lock on the job free path
Tvrtko Ursulin
2025-07-15
drm/sched: Allow drivers to skip the reset and keep on running
Maíra Canal
2025-07-15
drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESET
Maíra Canal
2025-07-10
drm/sched: Warn if pending_list is not empty
Philipp Stanner
2025-07-10
drm/sched: Avoid memory leaks with cancel_job() callback
Philipp Stanner
2025-07-09
drm/sched: Consolidate drm_sched_rq_select_entity_rr
Tvrtko Ursulin
2025-07-04
drm/sched: De-clutter drm_sched_init
Tvrtko Ursulin
2025-06-16
drm/scheduler: Include <linux/export.h>
Thomas Zimmermann
2025-05-28
drm: Get rid of drm_sched_job.id
Pierre-Eric Pelloux-Prayer
2025-05-28
drm/sched: Cleanup event names
Pierre-Eric Pelloux-Prayer
2025-05-28
drm/sched: Store the drm client_id in drm_sched_fence
Pierre-Eric Pelloux-Prayer
2025-05-13
drm/sched: Fix outdated comments referencing thread
Philipp Stanner
2025-03-14
drm/sched: Clarify docu concerning drm_sched_job_arm()
Philipp Stanner
2025-03-12
drm/sched: revert "drm_sched_job_cleanup(): correct false doc"
Christian König
2025-03-06
drm/sched: Document run_job() refcount hazard
Philipp Stanner
2025-03-05
drm/sched: drm_sched_job_cleanup(): correct false doc
Philipp Stanner
2025-03-04
drm/sched: stop passing non struct drm_device to drm_err() and friends
Jani Nikula
2025-02-24
drm/sched: Add internal job peek/pop API
Tvrtko Ursulin
2025-02-12
drm/sched: Use struct for drm_sched_init() params
Philipp Stanner
2025-01-20
drm/sched: Add helper to check job dependencies
Tvrtko Ursulin
2025-01-16
drm/sched: Remove weak paused submission checks
Tvrtko Ursulin
2025-01-13
drm/sched: Delete unused update_job_credits
Tvrtko Ursulin
2024-12-19
drm/sched: Fix drm_sched_fini() docu generation
Bagas Sanjaya
2024-11-07
drm/sched: Improve teardown documentation
Philipp Stanner
2024-11-04
Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...
Dave Airlie
2024-10-31
drm/sched: Document purpose of drm_sched_{start,stop}
Philipp Stanner
2024-10-28
drm/sched: Mark scheduler work queues with WQ_MEM_RECLAIM
Matthew Brost
2024-10-25
drm/sched: warn about drm_sched_job_init()'s partial init
Philipp Stanner
[next]