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