summaryrefslogtreecommitdiffstats
path: root/kernel/sched/deadline.c
Commit message (Expand)AuthorAgeFilesLines
* sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)2017-03-161-4/+4
* sched/deadline: Throttle a constrained deadline task activated after the dead...Daniel Bristot de Oliveira2017-03-161-0/+45
* sched/deadline: Make sure the replenishment timer fires in the next periodDaniel Bristot de Oliveira2017-03-161-2/+7
* sched/deadline: Add missing update_rq_clock() in dl_task_timer()Wanpeng Li2017-03-161-0/+1
* sched/core: Remove the tsk_nr_cpus_allowed() wrapperIngo Molnar2017-03-021-14/+14
* sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar2017-03-021-4/+3
* sched/rt: Add a missing rescheduling pointSebastian Andrzej Siewior2017-01-301-2/+1
* sched/core: Add wrappers for lockdep_(un)pin_lock()Matt Fleming2017-01-141-5/+5
* sched/dl: Fix comment in pick_next_task_dl()T.Zhou2016-11-231-1/+1
* sched/deadline: Fix typo in a commentDaniel Bristot de Oliveira2016-11-111-1/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-031-39/+39
|\
| * sched/deadline: Fix the intention to re-evalute tick dependency for offline CPUWanpeng Li2016-09-051-28/+18
| * sched/deadline: Split cpudl_set() into cpudl_set() and cpudl_clear()Tommaso Cucinotta2016-09-051-5/+5
| * sched/deadline: Remove useless parameter from setup_new_dl_entity()Juri Lelli2016-08-101-6/+16
* | cpufreq / sched: Pass runqueue pointer to cpufreq_update_util()Rafael J. Wysocki2016-08-161-2/+1
* | cpufreq / sched: Pass flags to cpufreq_update_util()Rafael J. Wysocki2016-08-161-2/+2
|/
* sched/deadline: Fix lock pinning warning during CPU hotplugWanpeng Li2016-08-101-1/+4
* sched/core: Provide a tsk_nr_cpus_allowed() helperThomas Gleixner2016-05-121-14/+14
* sched/core: Use tsk_cpus_allowed() instead of accessing ->cpus_allowedThomas Gleixner2016-05-121-1/+1
* Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar2016-05-121-0/+1
|\
| * sched/rt, sched/dl: Don't push if task's scheduling class was changedXunlei Pang2016-05-101-0/+1
* | locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra2016-05-051-5/+6
* | sched/core: Introduce 'struct rq_flags'Peter Zijlstra2016-05-051-3/+3
* | sched/cpufreq: Optimize cpufreq update kicker to avoid update multiple timesWanpeng Li2016-04-281-4/+4
|/
* Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-161-0/+4
|\
| * Merge branch 'pm-cpufreq'Rafael J. Wysocki2016-03-141-0/+4
| |\
| | * cpufreq: Add mechanism for registering utilization update callbacksRafael J. Wysocki2016-03-091-0/+4
* | | sched/deadline: Remove dl_new from struct sched_dl_entityLuca Abeni2016-03-081-22/+13
* | | sched/deadline: Remove superfluous call to switched_to_dl()Peter Zijlstra2016-02-291-2/+1
* | | sched/deadline: Always calculate end of period on sched_yield()Peter Zijlstra2016-02-291-9/+13
|/ /
* / sched/deadline: Fix trivial typo in printk() messageSteven Rostedt2016-02-171-1/+1
|/
* sched/deadline: Fix the earliest_dl.next logicWanpeng Li2016-01-061-52/+7
* sched/core: Add missing lockdep_unpin() annotationsPeter Zijlstra2015-10-231-1/+8
* sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni2015-10-201-3/+5
* sched/deadline: Fix comment in enqueue_task_dl()Andrea Parri2015-08-121-1/+1
* sched/deadline: Fix comment in push_dl_tasks()Andrea Parri2015-08-121-1/+1
* sched: Change the sched_class::set_cpus_allowed() calling contextPeter Zijlstra2015-08-121-37/+2
* sched: Make sched_class::set_cpus_allowed() unconditionalPeter Zijlstra2015-08-121-8/+12
* sched/deadline: Remove a redundant condition from task_woken_dl()Xunlei Pang2015-08-031-1/+0
* Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-06-241-103/+135
|\
| * sched,lockdep: Employ lock pinningPeter Zijlstra2015-06-191-0/+8
| * sched,dl: Fix sched class hopping CBS holePeter Zijlstra2015-06-191-66/+86
| * sched, dl: Convert switched_{from, to}_dl() / prio_changed_dl() to balance ca...Peter Zijlstra2015-06-191-21/+24
| * sched,dl: Remove return value from pull_dl_task()Peter Zijlstra2015-06-191-10/+10
| * sched: Replace post_schedule with a balance callback listPeter Zijlstra2015-06-191-10/+11
| * Merge branch 'timers/core' into sched/hrtimersThomas Gleixner2015-06-191-10/+2
| |\
* | \ Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-221-10/+2
|\ \ \ | | |/ | |/|
| * | sched: deadline: Use hrtimer_start()Thomas Gleixner2015-04-221-10/+2
* | | sched/deadline: Remove needless parameter in dl_runtime_exceeded()Zhiqiang Zhang2015-06-191-2/+2
* | | sched/deadline: Reduce rq lock contention by eliminating locking of non-feasi...Wanpeng Li2015-06-191-1/+14