aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/deadline.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-16sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistencyStanislaw Gruszka1-0/+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
2014-02-27sched/deadline: Cleanup RT leftovers from {inc/dec}_dl_migrationKirill Tkhai1-2/+0
2014-02-21sched: Remove some #ifdefferyPeter Zijlstra1-6/+25
2014-02-21sched: Fix hotplug task migrationPeter Zijlstra1-2/+1
2014-02-21sched/deadline: Remove useless dl_nr_totalKirill Tkhai1-3/+1
2014-02-21sched/deadline: Fix bad accounting of nr_runningJuri Lelli1-4/+2
2014-02-11sched: Push down pre_schedule() and idle_balance()Peter Zijlstra1-8/+7
2014-02-10sched: Push put_prev_task() into pick_next_task()Peter Zijlstra1-1/+4
2014-02-09sched/deadline: Skip in switched_to_dl() if task is currentKirill Tkhai1-1/+1
2014-01-28sched/deadline: Add sched_dl documentationDario Faggioli1-1/+2
2014-01-16sched/deadline: No need to check p if dl_se is validJuri Lelli1-2/+1
2014-01-13sched/deadline: Remove the sysctl_sched_dl knobsPeter Zijlstra1-2/+25
2014-01-13sched/deadline: speed up SCHED_DEADLINE pushes with a push-heapJuri Lelli1-39/+14
2014-01-13sched/deadline: Add bandwidth management for SCHED_DEADLINE tasksDario Faggioli1-6/+40
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli1-38/+53
2014-01-13sched/deadline: Add period support for SCHED_DEADLINE tasksHarald Gustafsson1-3/+7
2014-01-13sched/deadline: Add SCHED_DEADLINE avg_update accountingDario Faggioli1-0/+2
2014-01-13sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logicJuri Lelli1-15/+919
2014-01-13sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli1-0/+684