summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt2011-03-231-1/+1
* sched: Fix wake_affine() vs RT tasksPeter Zijlstra2011-02-171-18/+7
* sched: Fix idle balancingNikhil Rao2011-02-171-1/+3
* sched: Fix volanomark performance regressionAlex Shi2011-02-171-4/+0
* sched: Fix cross-sched-class wakeup preemptionPeter Zijlstra2011-02-171-5/+19
* sched: Use group weight, idle cpu metrics to fix imbalances during idleSuresh Siddha2011-02-171-3/+33
* sched, cgroup: Fixup broken cgroup movementPeter Zijlstra2011-02-171-4/+4
* sched: Export account_system_vtime()Ingo Molnar2011-02-171-0/+1
* sched: Call tick_check_idle before __irq_enterVenkatesh Pallipadi2011-02-171-1/+1
* sched: Remove irq time from available CPU powerVenkatesh Pallipadi2011-02-171-1/+25
* sched: Do not account irq time to current taskVenkatesh Pallipadi2011-02-171-2/+38
* sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeVenkatesh Pallipadi2011-02-171-0/+49
* sched: Fix softirq time accountingVenkatesh Pallipadi2011-02-171-1/+1
* sched: Drop group_capacity to 1 only if local group has extra capacityNikhil Rao2011-02-171-2/+7
* sched: Force balancing on newidle balance if local group has capacityNikhil Rao2011-02-171-3/+25
* sched: Set group_imb only a task can be pulled from the busiest cpuNikhil Rao2011-02-171-5/+7
* sched: Do not consider SCHED_IDLE tasks to be cache hotNikhil Rao2011-02-171-0/+3
* sched: fix RCU lockdep splat from task_group()Peter Zijlstra2011-02-171-0/+12
* sched: Increment cache_nice_tries only on periodic lbVenkatesh Pallipadi2011-02-171-1/+8
* sched: Move sched_avg_update() to update_cpu_load()Suresh Siddha2011-02-171-2/+6
* sched: Remove USER_SCHEDDhaval Giani2011-02-171-101/+7
* sched: Fix string comparison in /proc/sched_featuresMathieu Desnoyers2010-11-221-4/+3
* fix 2.6.32.23 suspend regression caused by commit 6f6198aMike Galbraith2010-10-281-6/+1
* sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka2010-09-261-2/+2
* sched: cpuacct: Use bigger percpu counter batch values for stats countersAnton Blanchard2010-09-201-1/+19
* sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra2010-09-201-2/+5
* sched: Fix nr_uninterruptible countPeter Zijlstra2010-09-201-2/+6
* sched: Optimize task_rq_lock()Peter Zijlstra2010-09-201-8/+15
* sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra2010-09-201-41/+24
* sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov2010-09-201-3/+1
* sched: _cpu_down(): Don't play with current->cpus_allowedOleg Nesterov2010-09-201-1/+1
* sched: sched_exec(): Remove the select_fallback_rq() logicOleg Nesterov2010-09-201-17/+8
* sched: move_task_off_dead_cpu(): Remove retry logicOleg Nesterov2010-09-201-7/+6
* sched: move_task_off_dead_cpu(): Take rq->lock around select_fallback_rq()Oleg Nesterov2010-09-201-15/+15
* sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Oleg Nesterov2010-09-201-7/+3
* sched: set_cpus_allowed_ptr(): Don't use rq->migration_thread after unlockOleg Nesterov2010-09-201-1/+1
* sched: Queue a deboosted task to the head of the RT prio queueThomas Gleixner2010-09-201-1/+1
* sched: Extend enqueue_task to allow head queueingThomas Gleixner2010-09-201-6/+7
* sched: Fix race between ttwu() and task_rq_lock()Peter Zijlstra2010-09-201-26/+45
* sched: Fix fork vs hotplug vs cpuset namespacesPeter Zijlstra2010-09-201-12/+27
* sched: Fix hotplug hangPeter Zijlstra2010-09-201-1/+1
* sched: Remove the cfs_rq dependency from set_task_cpu()Peter Zijlstra2010-09-201-5/+1
* sched: Add pre and post wakeup hooksPeter Zijlstra2010-09-201-4/+8
* sched: Fix select_task_rq() vs hotplug issuesPeter Zijlstra2010-09-201-36/+40
* sched: Fix sched_exec() balancingPeter Zijlstra2010-09-201-22/+23
* sched: Fix broken assertionPeter Zijlstra2010-09-201-1/+2
* sched: Make warning less noisyIngo Molnar2010-09-201-1/+1
* sched: Ensure set_task_cpu() is never called on blocked tasksPeter Zijlstra2010-09-201-17/+66
* sched: Use TASK_WAKING for fork wakupsPeter Zijlstra2010-09-201-9/+9
* sched: Use rcu in sched_get_rr_param()Thomas Gleixner2010-09-201-3/+3