aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched_rt.c
AgeCommit message (Expand)Author
2010-11-18sched: Implement on-demand (active) cfs_rq listPeter Zijlstra
2010-10-18sched: Do not account irq time to current taskVenkatesh Pallipadi
2010-10-18sched: Unindent labelsPeter Zijlstra
2010-09-21sched: Give CPU bound RT tasks preferenceSteven Rostedt
2010-09-21sched: Try not to migrate higher priority RT tasksSteven Rostedt
2010-06-18sched: task_tick_rt: Remove the obsolete ->signal != NULL checkOleg Nesterov
2010-04-02sched: Add enqueue/dequeue flagsPeter Zijlstra
2010-04-02sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra
2010-04-02Merge branch 'linus' into sched/coreIngo Molnar
2010-03-13Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-03-11sched: Implement group scheduler statistics in one structLucas De Marchi
2010-03-11sched: Fix pick_next_highest_task_rt() for cgroupsPeter Zijlstra
2010-03-06kernel core: use helpers for rlimitsJiri Slaby
2010-02-04sched: Change usage of rt_rq->rt_se to rt_rq->tg->rt_se[cpu]Yong Zhang
2010-01-22sched: Implement head queueing for sched_rtThomas Gleixner
2010-01-22sched: Extend enqueue_task to allow head queueingThomas Gleixner
2010-01-21sched: Remove the sched_class load_balance methodsPeter Zijlstra
2010-01-17sched: Don't expose local functionsH Hartley Sweeten
2009-12-16sched: Add pre and post wakeup hooksPeter Zijlstra
2009-12-14sched: Convert rt_runtime_lock to raw_spinlockThomas Gleixner
2009-12-14sched: Convert rq->lock to raw_spinlockThomas Gleixner
2009-12-09sched: Protect sched_rr_get_param() access to task->sched_classThomas Gleixner
2009-11-04cpumask: Simplify sched_rt.cRusty Russell
2009-09-21sched: Simplify sys_sched_rr_get_interval() system callPeter Williams
2009-09-15sched: Rename sync argumentsPeter Zijlstra
2009-09-15sched: Rename select_task_rq() argumentPeter Zijlstra
2009-09-15sched: Hook sched_balance_self() into sched_class::select_task_rq()Peter Zijlstra
2009-09-04sched: Scale down cpu_power due to RT tasksPeter Zijlstra
2009-08-02sched: Fix cpupri build on !CONFIG_SMPIngo Molnar
2009-08-02sched: Add debug check to task_of()Peter Zijlstra
2009-08-02sched: Fully integrate cpus_active_map and root-domain codeGregory Haskins
2009-08-02sched: Enhance the pre/post scheduling logicGregory Haskins
2009-07-10sched_rt: Fix overload bug on rt group schedulingPeter Zijlstra
2009-06-09cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu
2009-04-08Merge commit 'v2.6.30-rc1' into sched/urgentIngo Molnar
2009-04-01sched_rt: don't allocate cpumask in fastpathRusty Russell
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar
2009-02-08Merge branches 'sched/rt' and 'sched/urgent' into sched/coreIngo Molnar
2009-02-01sched_rt: don't use first_cpu on cpumask created with cpumask_andRusty Russell
2009-01-16sched: make plist a library facilityPeter Zijlstra
2009-01-14sched: fix build error in kernel/sched_rt.c when RT_GROUP_SCHED && !SMPGregory Haskins
2009-01-14sched: de CPP-ify the scheduler codeGregory Haskins
2009-01-11cpumask: reduce stack usage in find_lowest_rqMike Travis
2009-01-11Merge branch 'sched/latest' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2009-01-03sched: put back some stack hog changes that were undone in kernel/sched.cMike Travis
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis
2008-12-29RT: fix push_rt_task() to handle dequeue_pushable properlyGregory Haskins
2008-12-29sched: create "pushable_tasks" list to limit pushing to one attemptGregory Haskins
2008-12-29sched: add sched_class->needs_post_schedule() memberGregory Haskins
2008-12-29sched: only try to push a task on wakeup if it is migratableGregory Haskins