index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
deadline.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-16
sched/deadline: Use deadline instead of period when calculating overflow
Steven Rostedt (VMware)
1
-4
/
+4
2017-03-16
sched/deadline: Throttle a constrained deadline task activated after the dead...
Daniel Bristot de Oliveira
1
-0
/
+45
2017-03-16
sched/deadline: Make sure the replenishment timer fires in the next period
Daniel Bristot de Oliveira
1
-2
/
+7
2017-03-16
sched/deadline: Add missing update_rq_clock() in dl_task_timer()
Wanpeng Li
1
-0
/
+1
2017-03-02
sched/core: Remove the tsk_nr_cpus_allowed() wrapper
Ingo Molnar
1
-14
/
+14
2017-03-02
sched/core: Remove the tsk_cpus_allowed() wrapper
Ingo Molnar
1
-4
/
+3
2017-01-30
sched/rt: Add a missing rescheduling point
Sebastian Andrzej Siewior
1
-2
/
+1
2017-01-14
sched/core: Add wrappers for lockdep_(un)pin_lock()
Matt Fleming
1
-5
/
+5
2016-11-23
sched/dl: Fix comment in pick_next_task_dl()
T.Zhou
1
-1
/
+1
2016-11-11
sched/deadline: Fix typo in a comment
Daniel Bristot de Oliveira
1
-1
/
+1
2016-10-03
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-39
/
+39
2016-09-05
sched/deadline: Fix the intention to re-evalute tick dependency for offline CPU
Wanpeng Li
1
-28
/
+18
2016-09-05
sched/deadline: Split cpudl_set() into cpudl_set() and cpudl_clear()
Tommaso Cucinotta
1
-5
/
+5
2016-08-16
cpufreq / sched: Pass runqueue pointer to cpufreq_update_util()
Rafael J. Wysocki
1
-2
/
+1
2016-08-16
cpufreq / sched: Pass flags to cpufreq_update_util()
Rafael J. Wysocki
1
-2
/
+2
2016-08-10
sched/deadline: Remove useless parameter from setup_new_dl_entity()
Juri Lelli
1
-6
/
+16
2016-08-10
sched/deadline: Fix lock pinning warning during CPU hotplug
Wanpeng Li
1
-1
/
+4
2016-05-12
sched/core: Provide a tsk_nr_cpus_allowed() helper
Thomas Gleixner
1
-14
/
+14
2016-05-12
sched/core: Use tsk_cpus_allowed() instead of accessing ->cpus_allowed
Thomas Gleixner
1
-1
/
+1
2016-05-12
Merge branch 'sched/urgent' into sched/core to pick up fixes
Ingo Molnar
1
-0
/
+1
2016-05-10
sched/rt, sched/dl: Don't push if task's scheduling class was changed
Xunlei Pang
1
-0
/
+1
2016-05-05
locking/lockdep, sched/core: Implement a better lock pinning scheme
Peter Zijlstra
1
-5
/
+6
2016-05-05
sched/core: Introduce 'struct rq_flags'
Peter Zijlstra
1
-3
/
+3
2016-04-28
sched/cpufreq: Optimize cpufreq update kicker to avoid update multiple times
Wanpeng Li
1
-4
/
+4
2016-03-16
Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+4
2016-03-14
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
1
-0
/
+4
2016-03-09
cpufreq: Add mechanism for registering utilization update callbacks
Rafael J. Wysocki
1
-0
/
+4
2016-03-08
sched/deadline: Remove dl_new from struct sched_dl_entity
Luca Abeni
1
-22
/
+13
2016-02-29
sched/deadline: Remove superfluous call to switched_to_dl()
Peter Zijlstra
1
-2
/
+1
2016-02-29
sched/deadline: Always calculate end of period on sched_yield()
Peter Zijlstra
1
-9
/
+13
2016-02-17
sched/deadline: Fix trivial typo in printk() message
Steven Rostedt
1
-1
/
+1
2016-01-06
sched/deadline: Fix the earliest_dl.next logic
Wanpeng Li
1
-52
/
+7
2015-10-23
sched/core: Add missing lockdep_unpin() annotations
Peter Zijlstra
1
-1
/
+8
2015-10-20
sched/deadline: Fix migration of SCHED_DEADLINE tasks
Luca Abeni
1
-3
/
+5
2015-08-12
sched/deadline: Fix comment in enqueue_task_dl()
Andrea Parri
1
-1
/
+1
2015-08-12
sched/deadline: Fix comment in push_dl_tasks()
Andrea Parri
1
-1
/
+1
2015-08-12
sched: Change the sched_class::set_cpus_allowed() calling context
Peter Zijlstra
1
-37
/
+2
2015-08-12
sched: Make sched_class::set_cpus_allowed() unconditional
Peter Zijlstra
1
-8
/
+12
2015-08-03
sched/deadline: Remove a redundant condition from task_woken_dl()
Xunlei Pang
1
-1
/
+0
2015-06-24
Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-103
/
+135
2015-06-22
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-10
/
+2
2015-06-19
sched/deadline: Remove needless parameter in dl_runtime_exceeded()
Zhiqiang Zhang
1
-2
/
+2
2015-06-19
sched/deadline: Reduce rq lock contention by eliminating locking of non-feasi...
Wanpeng Li
1
-1
/
+14
2015-06-19
sched/deadline: Make init_sched_dl_class() __init
Wanpeng Li
1
-1
/
+1
2015-06-19
sched/deadline: Optimize pull_dl_task()
Wanpeng Li
1
-1
/
+27
2015-06-19
sched,lockdep: Employ lock pinning
Peter Zijlstra
1
-0
/
+8
2015-06-19
sched,dl: Fix sched class hopping CBS hole
Peter Zijlstra
1
-66
/
+86
2015-06-19
sched, dl: Convert switched_{from, to}_dl() / prio_changed_dl() to balance ca...
Peter Zijlstra
1
-21
/
+24
2015-06-19
sched,dl: Remove return value from pull_dl_task()
Peter Zijlstra
1
-10
/
+10
2015-06-19
sched: Replace post_schedule with a balance callback list
Peter Zijlstra
1
-10
/
+11
[next]