summaryrefslogtreecommitdiff
path: root/kernel/sched/deadline.c
AgeCommit message (Expand)Author
2015-02-18sched/dl: Do update_rq_clock() in yield_task_dl()Kirill Tkhai
2015-02-18sched/dl: Prevent enqueue of a sleeping task in dl_task_timer()Kirill Tkhai
2015-02-18sched: Make dl_task_time() use task_rq_lock()Peter Zijlstra
2015-02-04sched/deadline: Fix stale yield statePeter Zijlstra
2015-02-04sched/deadline: Fix hrtick for a non-leftmost taskWanpeng Li
2015-02-04Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar
2015-02-04sched/deadline: Fix deadline parameter modification handlingPeter Zijlstra
2015-01-30sched/deadline: Modify cpudl::free_cpus to reflect rd->onlineXunlei Pang
2015-01-09sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni
2015-01-09sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni
2014-11-16sched/deadline: Introduce start_hrtick_dl() for !CONFIG_SCHED_HRTICKWanpeng Li
2014-11-16sched/deadline: Fix rq->dl.pushable_tasks bug in push_dl_task()Wanpeng Li
2014-11-16sched: Move p->nr_cpus_allowed check to select_task_rq()Wanpeng Li
2014-11-16Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar
2014-11-16sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistencyStanislaw Gruszka
2014-11-04sched/deadline: Don't check CONFIG_SMP in switched_from_dl()Wanpeng Li
2014-11-04sched/deadline: Reschedule from switched_from_dl() after a successful pullWanpeng Li
2014-11-04sched/deadline: Push task away if the deadline is equal to curr during wakeupWanpeng Li
2014-11-04sched/deadline: Add deadline rq status printWanpeng Li
2014-11-04sched/deadline: Fix artificial overrun introduced by yield_task_dl()Wanpeng Li
2014-11-04sched/deadline: Implement cancel_dl_timer() to use in switched_from_dl()Kirill Tkhai
2014-10-28sched/deadline: Don't balance during wakeup if wakee is pinnedWanpeng Li
2014-10-28sched/deadline: Don't check SD_BALANCE_FORKWanpeng Li
2014-10-28sched/deadline: Fix bandwidth check/update when migrating tasks between exclu...Juri Lelli
2014-10-28sched/deadline: Do not try to push tasks if pinned task switches to dlWanpeng Li
2014-10-28sched/dl: Fix preemption checksKirill Tkhai
2014-10-28sched/deadline: Fix races between rt_mutex_setprio() and dl_task_timer()Juri Lelli
2014-10-28sched/deadline: Don't replenish from a !SCHED_DEADLINE entityJuri Lelli
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-09-24sched/deadline: Fix inter- exclusive cpusets migrationsJuri Lelli
2014-09-24sched/deadline: Clear dl_entity params when setscheduling to different classJuri Lelli
2014-09-19sched/dl: Simplify pick_dl_task()Kirill Tkhai
2014-09-07sched/deadline: Fix a precision problem in the microseconds rangexiaofeng.yan
2014-08-28percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter
2014-08-20sched: Add wrapper for checking task_struct::on_rqKirill Tkhai
2014-07-16sched/rt: Fix replenish_dl_entity() comments to match the current upstream codexiaofeng.yan
2014-07-16sched: Transform resched_task() into resched_curr()Kirill Tkhai
2014-06-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds
2014-06-05sched/deadline: Delete extraneous extern for to_ratio()Paul Gortmaker
2014-06-05sched/dl: Fix race in dl_task_timer()Kirill Tkhai
2014-06-04printk: Add printk_deferred_onceJohn Stultz
2014-06-04printk: rename printk_sched to printk_deferredJohn Stultz
2014-05-22sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match ...xiaofeng.yan
2014-05-22sched, nohz: Change rq->nr_running to always use wrappersKirill Tkhai
2014-05-07sched/deadline: Fix sched_yield() behaviorJuri Lelli
2014-04-17sched: Check for stop task appearance when balancing happensKirill Tkhai
2014-03-11sched/rt: Fix picking RT and DL tasks from empty queueKirill Tkhai
2014-03-11Merge branch 'sched/urgent' into sched/coreIngo Molnar
2014-02-27sched/deadline: Prevent rt_time growth to infinityJuri Lelli