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.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-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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-29
drm/sched: Fix clang build warning in kunit tests
Tvrtko Ursulin
1
-10
/
+2
2026-04-17
drm/sched: Remove drm_sched_init_args->num_rqs usage
Tvrtko Ursulin
1
-1
/
+0
2026-04-17
drm/sched: Embed run queue singleton into the scheduler
Tvrtko Ursulin
5
-53
/
+24
2026-04-17
drm/sched: Remove FIFO and RR and simplify to a single run queue
Tvrtko Ursulin
4
-181
/
+45
2026-04-17
drm/sched: Switch default policy to fair
Tvrtko Ursulin
1
-2
/
+2
2026-04-17
drm/sched: Favour interactive clients slightly
Tvrtko Ursulin
4
-7
/
+41
2026-04-17
drm/sched: Add fair scheduling policy
Tvrtko Ursulin
4
-17
/
+205
2026-04-17
drm/sched: Remove idle entity from tree
Tvrtko Ursulin
1
-6
/
+12
2026-04-17
drm/sched: Account entity GPU time
Tvrtko Ursulin
3
-1
/
+110
2026-04-17
drm/sched: Free all finished jobs at once
Tvrtko Ursulin
1
-11
/
+2
2026-04-17
drm/sched: Implement RR via FIFO
Tvrtko Ursulin
3
-92
/
+45
2026-04-17
drm/sched: Add some more scheduling quality unit tests
Tvrtko Ursulin
1
-1
/
+188
2026-04-17
drm/sched: Add some scheduling quality unit tests
Tvrtko Ursulin
2
-1
/
+697
2026-04-17
drm/sched: Move run queue related code into a separate file
Tvrtko Ursulin
4
-260
/
+280
2026-04-17
drm/sched: Consolidate entity run queue management
Tvrtko Ursulin
3
-61
/
+72
2026-04-17
drm/sched: Disallow initializing entities with no schedulers
Tvrtko Ursulin
1
-9
/
+4
2026-04-16
drm/sched: Make drm_sched_entity_kill() a public function
Philipp Stanner
1
-2
/
+11
2026-03-11
Merge v7.0-rc3 into drm-next
Simona Vetter
1
-0
/
+1
2026-03-04
drm/sched: Fix kernel-doc warning for drm_sched_job_done()
Yujie Liu
1
-0
/
+1
2026-02-27
drm/tests: Mark slow tests as slow
Maxime Ripard
1
-2
/
+2
2026-02-27
drm/sched: Remove racy hack from drm_sched_fini()
Philipp Stanner
1
-37
/
+1
2026-02-23
dma-buf: abstract fence locking v2
Christian König
1
-3
/
+3
2026-02-23
dma-buf: protected fence ops by RCU v8
Christian König
1
-2
/
+2
2026-02-22
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+4
2025-12-15
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-17
/
+23
2025-12-13
drm/sched: Add pending job list iterator
Matthew Brost
1
-1
/
+3
2025-12-13
drm/sched: Add several job helpers to avoid drivers touching scheduler state
Matthew Brost
1
-2
/
+34
2025-11-21
Merge tag 'v6.18-rc6' into drm-next
Dave Airlie
1
-17
/
+23
2025-11-07
drm/sched: Replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-11-05
drm/sched: Fix deadlock in drm_sched_entity_kill_jobs_cb
Pierre-Eric Pelloux-Prayer
1
-15
/
+19
2025-10-31
drm/sched: Add warning for removing hack in drm_sched_fini()
Philipp Stanner
1
-1
/
+8
2025-10-31
drm/sched: Fix comment in drm_sched_run_job_work()
Philipp Stanner
1
-2
/
+7
2025-10-28
drm/sched: avoid killing parent entity on child SIGKILL
David Rosca
1
-1
/
+2
2025-10-27
drm/sched: Fix race in drm_sched_entity_select_rq()
Philipp Stanner
1
-1
/
+2
2025-10-21
Merge tag 'drm-misc-next-2025-10-02' of https://gitlab.freedesktop.org/drm/mi...
Simona Vetter
1
-2
/
+1
2025-10-16
drm/sched: Fix potential double free in drm_sched_job_add_resv_dependencies
Tvrtko Ursulin
1
-6
/
+7
2025-09-19
drm/sched/tests: Remove relict of done_list
Philipp Stanner
1
-2
/
+1
2025-09-02
drm/sched: Fix racy access to drm_sched_entity.dependency
Pierre-Eric Pelloux-Prayer
1
-4
/
+7
2025-08-28
drm/sched: Document race condition in drm_sched_fini()
Philipp Stanner
1
-0
/
+16
2025-08-28
drm/sched/tests: Remove redundant header files
Liao Yuanhong
1
-1
/
+0
2025-08-28
drm/sched: Remove mention of indirect buffers
Tvrtko Ursulin
1
-7
/
+7
2025-08-11
Merge drm/drm-next into drm-misc-n
Thomas Zimmermann
1
-19
/
+2
2025-07-31
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
8
-168
/
+377
2025-07-18
drm/sched: Avoid double re-lock on the job free path
Tvrtko Ursulin
1
-31
/
+20
2025-07-17
drm/sched: Remove optimization that causes hang when killing dependent jobs
Lin.Cao
1
-19
/
+2
2025-07-17
drm/sched: Fix a race in DRM_GPU_SCHED_STAT_NO_HANG test
Tvrtko Ursulin
3
-6
/
+7
2025-07-15
drm/sched: Add new test for DRM_GPU_SCHED_STAT_NO_HANG
Maíra Canal
3
-0
/
+49
2025-07-15
drm/sched: Make timeout KUnit tests faster
Maíra Canal
1
-3
/
+5
2025-07-15
drm/sched: Allow drivers to skip the reset and keep on running
Maíra Canal
1
-2
/
+44
[next]