summaryrefslogtreecommitdiffstats
path: root/kernel/sched/deadline.c
Commit message (Expand)AuthorAgeFilesLines
* sched/dl: Fix preemption checksKirill Tkhai2014-10-281-3/+7
* sched/deadline: Fix races between rt_mutex_setprio() and dl_task_timer()Juri Lelli2014-10-281-5/+13
* sched/deadline: Don't replenish from a !SCHED_DEADLINE entityJuri Lelli2014-10-281-1/+12
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-1/+1
|\
| * percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter2014-08-281-1/+1
* | sched/deadline: Fix inter- exclusive cpusets migrationsJuri Lelli2014-09-241-0/+7
* | sched/deadline: Clear dl_entity params when setscheduling to different classJuri Lelli2014-09-241-0/+2
* | sched/dl: Simplify pick_dl_task()Kirill Tkhai2014-09-191-3/+1
* | sched/deadline: Fix a precision problem in the microseconds rangexiaofeng.yan2014-09-071-4/+1
* | sched: Add wrapper for checking task_struct::on_rqKirill Tkhai2014-08-201-7/+8
|/
* sched/rt: Fix replenish_dl_entity() comments to match the current upstream codexiaofeng.yan2014-07-161-1/+1
* sched: Transform resched_task() into resched_curr()Kirill Tkhai2014-07-161-8/+8
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-121-2/+0
|\
| * sched/deadline: Delete extraneous extern for to_ratio()Paul Gortmaker2014-06-051-2/+0
* | Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-081-9/+4
|\ \
| * | printk: Add printk_deferred_onceJohn Stultz2014-06-041-6/+1
| * | printk: rename printk_sched to printk_deferredJohn Stultz2014-06-041-1/+1
| |/
| * sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match ...xiaofeng.yan2014-05-221-1/+1
| * sched, nohz: Change rq->nr_running to always use wrappersKirill Tkhai2014-05-221-2/+2
* | sched/dl: Fix race in dl_task_timer()Kirill Tkhai2014-06-051-1/+9
|/
* sched/deadline: Fix sched_yield() behaviorJuri Lelli2014-05-071-2/+3
* sched: Check for stop task appearance when balancing happensKirill Tkhai2014-04-171-1/+10
* sched/rt: Fix picking RT and DL tasks from empty queueKirill Tkhai2014-03-111-2/+8
* Merge branch 'sched/urgent' into sched/coreIngo Molnar2014-03-111-11/+9
|\
| * sched/deadline: Prevent rt_time growth to infinityJuri Lelli2014-02-271-2/+6
| * sched/deadline: Cleanup RT leftovers from {inc/dec}_dl_migrationKirill Tkhai2014-02-271-2/+0
| * sched/deadline: Remove useless dl_nr_totalKirill Tkhai2014-02-211-3/+1
| * sched/deadline: Fix bad accounting of nr_runningJuri Lelli2014-02-211-4/+2
* | sched: Remove some #ifdefferyPeter Zijlstra2014-02-211-6/+25
* | sched: Fix hotplug task migrationPeter Zijlstra2014-02-211-2/+1
* | sched: Push down pre_schedule() and idle_balance()Peter Zijlstra2014-02-111-8/+7
* | sched: Push put_prev_task() into pick_next_task()Peter Zijlstra2014-02-101-1/+4
* | sched/deadline: Skip in switched_to_dl() if task is currentKirill Tkhai2014-02-091-1/+1
|/
* sched/deadline: Add sched_dl documentationDario Faggioli2014-01-281-1/+2
* sched/deadline: No need to check p if dl_se is validJuri Lelli2014-01-161-2/+1
* sched/deadline: Remove the sysctl_sched_dl knobsPeter Zijlstra2014-01-131-2/+25
* sched/deadline: speed up SCHED_DEADLINE pushes with a push-heapJuri Lelli2014-01-131-39/+14
* sched/deadline: Add bandwidth management for SCHED_DEADLINE tasksDario Faggioli2014-01-131-6/+40
* sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli2014-01-131-38/+53
* sched/deadline: Add period support for SCHED_DEADLINE tasksHarald Gustafsson2014-01-131-3/+7
* sched/deadline: Add SCHED_DEADLINE avg_update accountingDario Faggioli2014-01-131-0/+2
* sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logicJuri Lelli2014-01-131-15/+919
* sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli2014-01-131-0/+684
OpenPOWER on IntegriCloud