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