summaryrefslogtreecommitdiff
path: root/kernel/sched/deadline.c
AgeCommit message (Expand)Author
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
2014-02-27sched/deadline: Cleanup RT leftovers from {inc/dec}_dl_migrationKirill Tkhai
2014-02-21sched: Remove some #ifdefferyPeter Zijlstra
2014-02-21sched: Fix hotplug task migrationPeter Zijlstra
2014-02-21sched/deadline: Remove useless dl_nr_totalKirill Tkhai
2014-02-21sched/deadline: Fix bad accounting of nr_runningJuri Lelli
2014-02-11sched: Push down pre_schedule() and idle_balance()Peter Zijlstra
2014-02-10sched: Push put_prev_task() into pick_next_task()Peter Zijlstra
2014-02-09sched/deadline: Skip in switched_to_dl() if task is currentKirill Tkhai
2014-01-28sched/deadline: Add sched_dl documentationDario Faggioli
2014-01-16sched/deadline: No need to check p if dl_se is validJuri Lelli
2014-01-13sched/deadline: Remove the sysctl_sched_dl knobsPeter Zijlstra
2014-01-13sched/deadline: speed up SCHED_DEADLINE pushes with a push-heapJuri Lelli
2014-01-13sched/deadline: Add bandwidth management for SCHED_DEADLINE tasksDario Faggioli
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli
2014-01-13sched/deadline: Add period support for SCHED_DEADLINE tasksHarald Gustafsson
2014-01-13sched/deadline: Add SCHED_DEADLINE avg_update accountingDario Faggioli
2014-01-13sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logicJuri Lelli
2014-01-13sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli