aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_rt.c
Commit message (Expand)AuthorAge
* sched: Move all scheduler bits into kernel/sched/Peter Zijlstra2011-11-17
* sched: Make separate sched*.c translation unitsPeter Zijlstra2011-11-17
* sched: Fix comment for requeue_rt_entityRichard Weinberger2011-11-16
* sched, rt: Provide means of disabling cross-cpu bandwidth sharingPeter Zijlstra2011-11-14
* sched: Warn on rt throttlingThomas Gleixner2011-10-06
* sched: Unify the ->cpus_allowed mask copyPeter Zijlstra2011-10-06
* sched: Wrap scheduler p->cpus_allowed accessPeter Zijlstra2011-10-06
* Merge branch 'linus' into sched/coreIngo Molnar2011-10-04
|\
| * sched/rt: Migrate equal priority tasks to available CPUsShawn Bohrer2011-09-18
* | sched: Implement hierarchical task accounting for SCHED_OTHERPaul Turner2011-08-14
* | sched: Use pushable_tasks to determine next highest prioSteven Rostedt2011-08-14
* | sched: Balance RT tasks when forked as wellSteven Rostedt2011-08-14
* | sched: Remove resetting exec_start in put_prev_task_rt()Hillf Danton2011-08-14
* | sched, rt: Fix rq->rt.pushable_tasks bug in push_rt_task()Hillf Danton2011-08-14
* | sched: Remove noop in next_prio()Hillf Danton2011-08-14
|/
* sched: Skip autogroup when looking for all rt sched groupsYong Zhang2011-07-01
* Merge commit 'v3.0-rc5' into sched/coreIngo Molnar2011-07-01
|\
| * sched: Check if lowest_mask is initialized in find_lowest_rq()Steven Rostedt2011-06-15
| * sched: Fix need_resched() when checking peemptHillf Danton2011-06-15
* | Merge branch 'unlikely/sched' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2011-06-03
|\ \ | |/ |/|
| * sched: Change pick_next_task_rt from unlikely to likelySteven Rostedt2010-12-13
| * sched: Cleanup pre_schedule_rtYong Zhang2010-12-13
* | sched: More sched_domain iterations fixesXiaotian Feng2011-05-28
| |
| \
*-. \ Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds2011-05-19
|\ \ \
| | * | sched: Fix rt_rq runtime leakage bugCheng Xu2011-05-16
| |/ / |/| |
| * | sched, rt: Update rq clock when unthrottling of an otherwise idle CPUMike Galbraith2011-05-16
| * | sched: Drop the rq argument to sched_class::select_task_rq()Peter Zijlstra2011-04-14
| * | sched: Provide p->on_rqPeter Zijlstra2011-04-14
|/ /
* | Fix common misspellingsLucas De Marchi2011-03-31
* | Merge branch 'sched/urgent' into sched/coreIngo Molnar2011-03-04
|\ \
| * | sched: Fix sched rt group scheduling when hierachy is enabledBalbir Singh2011-03-04
* | | Merge commit 'v2.6.38-rc5' into sched/coreIngo Molnar2011-02-16
|\| |
| * | sched: Fix update_curr_rt()Peter Zijlstra2011-02-03
* | | sched: Fix switch_from_fair()Peter Zijlstra2011-01-26
|/ /
* / sched: Implement on-demand (active) cfs_rq listPeter Zijlstra2010-11-18
|/
* sched: Do not account irq time to current taskVenkatesh Pallipadi2010-10-18
* sched: Unindent labelsPeter Zijlstra2010-10-18
* sched: Give CPU bound RT tasks preferenceSteven Rostedt2010-09-21
* sched: Try not to migrate higher priority RT tasksSteven Rostedt2010-09-21
* sched: task_tick_rt: Remove the obsolete ->signal != NULL checkOleg Nesterov2010-06-18
* sched: Add enqueue/dequeue flagsPeter Zijlstra2010-04-02
* sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra2010-04-02
* Merge branch 'linus' into sched/coreIngo Molnar2010-04-02
|\
| * Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-03-13
| |\
| * | kernel core: use helpers for rlimitsJiri Slaby2010-03-06
* | | sched: Implement group scheduler statistics in one structLucas De Marchi2010-03-11
| |/ |/|
* | sched: Fix pick_next_highest_task_rt() for cgroupsPeter Zijlstra2010-03-11
|/
* sched: Change usage of rt_rq->rt_se to rt_rq->tg->rt_se[cpu]Yong Zhang2010-02-04
* sched: Implement head queueing for sched_rtThomas Gleixner2010-01-22
* sched: Extend enqueue_task to allow head queueingThomas Gleixner2010-01-22