- 181a80d1 sched: Mark pick_next_task_dl() and build_sched_domain() as static by Viresh Kumar · 8 years ago
- 193be41 sched/deadline: Fix confusing comments about selection of top pi-waiter by Joel Fernandes · 7 years ago
- 06a76fe sched/deadline: Move DL related code from sched/core.c to sched/deadline.c by Nicolas Pitre · 8 years ago
- 3effcb4 sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks by Daniel Bristot de Oliveira · 8 years ago
- ae83b56 sched/deadline: Zero out positive runtime after throttling constrained tasks by Xunlei Pang · 8 years ago
- daec579 sched/deadline: Reclaim bandwidth not used by dl tasks by Luca Abeni · 8 years ago
- 9f0d1a5 sched/deadline: Base GRUB reclaiming on the inactive utilization by Luca Abeni · 8 years ago
- 8fd2723 sched/deadline: Track the "total rq utilization" too by Luca Abeni · 8 years ago
- 2d4283e sched/deadline: Make GRUB a task's flag by Luca Abeni · 8 years ago
- 4da3abc sched/deadline: Do not reclaim the whole CPU bandwidth by Luca Abeni · 8 years ago
- c52f14d sched/deadline: Implement GRUB accounting by Luca Abeni · 8 years ago
- 387e313 sched/deadline: Fix the update of the total -deadline utilization by Luca Abeni · 8 years ago
- 209a0cb sched/deadline: Improve the tracking of active utilization by Luca Abeni · 8 years ago
- e36d867 sched/deadline: Track the active utilization by Luca Abeni · 8 years ago
- a776b96 sched/deadline: Remove unnecessary condition in push_dl_task() by Byungchul Park · 8 years ago
- 2317d5f sched/deadline: Use deadline instead of period when calculating overflow by Steven Rostedt (VMware) · 8 years ago
- df8eac8 sched/deadline: Throttle a constrained deadline task activated after the deadline by Daniel Bristot de Oliveira · 8 years ago
- 5ac69d3 sched/deadline: Make sure the replenishment timer fires in the next period by Daniel Bristot de Oliveira · 8 years ago
- dcc3b5f sched/deadline: Add missing update_rq_clock() in dl_task_timer() by Wanpeng Li · 8 years ago
- 4b53a34 sched/core: Remove the tsk_nr_cpus_allowed() wrapper by Ingo Molnar · 8 years ago
- 0c98d34 sched/core: Remove the tsk_cpus_allowed() wrapper by Ingo Molnar · 8 years ago
- 619bd4a sched/rt: Add a missing rescheduling point by Sebastian Andrzej Siewior · 8 years ago
- d8ac897 sched/core: Add wrappers for lockdep_(un)pin_lock() by Matt Fleming · 8 years ago
- 176cedc sched/dl: Fix comment in pick_next_task_dl() by T.Zhou · 8 years ago
- 9846d50 sched/deadline: Fix typo in a comment by Daniel Bristot de Oliveira · 8 years ago
- af79ad2 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 61c7aca sched/deadline: Fix the intention to re-evalute tick dependency for offline CPU by Wanpeng Li · 8 years ago
- d8206bb sched/deadline: Split cpudl_set() into cpudl_set() and cpudl_clear() by Tommaso Cucinotta · 8 years ago
- 12bde33 cpufreq / sched: Pass runqueue pointer to cpufreq_update_util() by Rafael J. Wysocki · 8 years ago
- 58919e8 cpufreq / sched: Pass flags to cpufreq_update_util() by Rafael J. Wysocki · 8 years ago
- 98b0a85 sched/deadline: Remove useless parameter from setup_new_dl_entity() by Juri Lelli · 8 years ago
- c0c8c9f sched/deadline: Fix lock pinning warning during CPU hotplug by Wanpeng Li · 8 years ago
- 50605ff sched/core: Provide a tsk_nr_cpus_allowed() helper by Thomas Gleixner · 9 years ago
- ade42e0 sched/core: Use tsk_cpus_allowed() instead of accessing ->cpus_allowed by Thomas Gleixner · 9 years ago
- eb60b3e Merge branch 'sched/urgent' into sched/core to pick up fixes by Ingo Molnar · 9 years ago
- 13b5ab0 sched/rt, sched/dl: Don't push if task's scheduling class was changed by Xunlei Pang · 9 years ago
- e7904a2 locking/lockdep, sched/core: Implement a better lock pinning scheme by Peter Zijlstra · 9 years ago
- eb58075 sched/core: Introduce 'struct rq_flags' by Peter Zijlstra · 9 years ago
- 594dd29 sched/cpufreq: Optimize cpufreq update kicker to avoid update multiple times by Wanpeng Li · 9 years ago
- 277edba Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
- 4ed3900 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 9 years ago
- 34e2c55 cpufreq: Add mechanism for registering utilization update callbacks by Rafael J. Wysocki · 9 years ago
- 72f9f3f sched/deadline: Remove dl_new from struct sched_dl_entity by Luca Abeni · 9 years ago
- 801ccdb sched/deadline: Remove superfluous call to switched_to_dl() by Peter Zijlstra · 9 years ago
- 48be3a6 sched/deadline: Always calculate end of period on sched_yield() by Peter Zijlstra · 9 years ago
- c219b7d sched/deadline: Fix trivial typo in printk() message by Steven Rostedt · 9 years ago
- 7d92de3 sched/deadline: Fix the earliest_dl.next logic by Wanpeng Li · 9 years ago
- 0aaafaa sched/core: Add missing lockdep_unpin() annotations by Peter Zijlstra · 9 years ago
- 5aa5050 sched/deadline: Fix migration of SCHED_DEADLINE tasks by Luca Abeni · 9 years ago
- ff277d4 sched/deadline: Fix comment in enqueue_task_dl() by Andrea Parri · 9 years ago
- 4ffa08e sched/deadline: Fix comment in push_dl_tasks() by Andrea Parri · 9 years ago
- 6c37067 sched: Change the sched_class::set_cpus_allowed() calling context by Peter Zijlstra · 10 years ago
- c5b2803 sched: Make sched_class::set_cpus_allowed() unconditional by Peter Zijlstra · 10 years ago
- 3fe33bc sched/deadline: Remove a redundant condition from task_woken_dl() by Xunlei Pang · 9 years ago
- 98ec21a Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 43224b9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 6fab541 sched/deadline: Remove needless parameter in dl_runtime_exceeded() by Zhiqiang Zhang · 10 years ago
- 9d51426 sched/deadline: Reduce rq lock contention by eliminating locking of non-feasible target by Wanpeng Li · 10 years ago
- a6c0e74 sched/deadline: Make init_sched_dl_class() __init by Wanpeng Li · 10 years ago
- 8b5e770 sched/deadline: Optimize pull_dl_task() by Wanpeng Li · 10 years ago
- cbce1a6 sched,lockdep: Employ lock pinning by Peter Zijlstra · 10 years ago
- a649f23 sched,dl: Fix sched class hopping CBS hole by Peter Zijlstra · 10 years ago
- 9916e21 sched, dl: Convert switched_{from, to}_dl() / prio_changed_dl() to balance callbacks by Peter Zijlstra · 10 years ago
- 0ea60c2 sched,dl: Remove return value from pull_dl_task() by Peter Zijlstra · 10 years ago
- e3fca9e sched: Replace post_schedule with a balance callback list by Peter Zijlstra · 10 years ago
- 624bbdf Merge branch 'timers/core' into sched/hrtimers by Thomas Gleixner · 10 years ago
- 316c1608d sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE() by Jason Low · 10 years ago
- cc9684d sched: deadline: Use hrtimer_start() by Thomas Gleixner · 10 years ago
- fa9c9d1 sched/deadline: Support DL task migration during CPU hotplug by Wanpeng Li · 10 years ago
- 4cd57f9 sched/deadline: Always enqueue on previous rq when dl_task_timer() fires by Juri Lelli · 10 years ago
- 07c54f7 sched/core: Remove unused argument from init_[rt|dl]_rq() by Abel Vesa · 10 years ago
- bd4bde1 sched/deadline: Avoid a superfluous check by Wanpeng Li · 10 years ago
- 44fb085 sched/deadline: Add rq->clock update skip for dl task yield by Wanpeng Li · 10 years ago
- 6f1607f sched/dl: Do update_rq_clock() in yield_task_dl() by Kirill Tkhai · 10 years ago
- a79ec89 sched/dl: Prevent enqueue of a sleeping task in dl_task_timer() by Kirill Tkhai · 10 years ago
- 3960c8c sched: Make dl_task_time() use task_rq_lock() by Peter Zijlstra · 10 years ago
- 1019a35 sched/deadline: Fix stale yield state by Peter Zijlstra · 10 years ago
- a7bebf4 sched/deadline: Fix hrtick for a non-leftmost task by Wanpeng Li · 10 years ago
- 4c195c8 Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new patches by Ingo Molnar · 10 years ago
- 40767b0 sched/deadline: Fix deadline parameter modification handling by Peter Zijlstra · 10 years ago
- 16b2694 sched/deadline: Modify cpudl::free_cpus to reflect rd->online by Xunlei Pang · 10 years ago
- 269ad80 sched/deadline: Avoid double-accounting in case of missed deadlines by Luca Abeni · 10 years ago
- 6a503c3 sched/deadline: Fix migration of SCHED_DEADLINE tasks by Luca Abeni · 10 years ago
- 36ce988 sched/deadline: Introduce start_hrtick_dl() for !CONFIG_SCHED_HRTICK by Wanpeng Li · 10 years ago
- c51b8ab sched/deadline: Fix rq->dl.pushable_tasks bug in push_dl_task() by Wanpeng Li · 10 years ago
- 6c1d941 sched: Move p->nr_cpus_allowed check to select_task_rq() by Wanpeng Li · 10 years ago
- e9ac5f0 Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying more changes by Ingo Molnar · 10 years ago
- 6e99891 sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistency by Stanislaw Gruszka · 10 years ago
- cad3bb3 sched/deadline: Don't check CONFIG_SMP in switched_from_dl() by Wanpeng Li · 10 years ago
- cd66091 sched/deadline: Reschedule from switched_from_dl() after a successful pull by Wanpeng Li · 10 years ago
- 6b0a563 sched/deadline: Push task away if the deadline is equal to curr during wakeup by Wanpeng Li · 10 years ago
- acb3213 sched/deadline: Add deadline rq status print by Wanpeng Li · 10 years ago
- 8049688 sched/deadline: Fix artificial overrun introduced by yield_task_dl() by Wanpeng Li · 10 years ago
- 67dfa1b sched/deadline: Implement cancel_dl_timer() to use in switched_from_dl() by Kirill Tkhai · 10 years ago
- f4e9d94a sched/deadline: Don't balance during wakeup if wakee is pinned by Wanpeng Li · 10 years ago
- 1d7e974 sched/deadline: Don't check SD_BALANCE_FORK by Wanpeng Li · 10 years ago
- 7f51412 sched/deadline: Fix bandwidth check/update when migrating tasks between exclusive cpusets by Juri Lelli · 10 years ago
- d9aade7a sched/deadline: Do not try to push tasks if pinned task switches to dl by Wanpeng Li · 10 years ago
- f3a7e1a sched/dl: Fix preemption checks by Kirill Tkhai · 10 years ago
- aee38ea sched/deadline: Fix races between rt_mutex_setprio() and dl_task_timer() by Juri Lelli · 10 years ago