sched: Fix more load-balancing fallout
[linux-flexiantxendom0-3.2.10.git] / kernel / sched / fair.c
2012-04-26 Peter Zijlstrasched: Fix more load-balancing fallout
2012-03-29 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2012-03-23 Peter Zijlstrasched: Fix compiler warning about declared inline after use
2012-03-20 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2012-03-12 Diwakar Tundlamsched/nohz: Correctly initialize 'next_balance' in...
2012-03-12 Peter Zijlstrasched: Fix load-balance wreckage
2012-03-05 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2012-03-01 Peter Zijlstrasched: Ditch per cgroup task lists for load-balancing
2012-03-01 Peter Zijlstrasched: Rename load-balancing fields
2012-03-01 Peter Zijlstrasched: Move load-balancing arguments into helper struct
2012-03-01 Ingo MolnarMerge branch 'linus' into sched/core
2012-02-24 Ingo Molnarstatic keys: Introduce 'struct static_key', static_key_...
2012-02-22 Nikunj A. Dadhaniasched: Remove rcu_read_lock/unlock() from select_idle_s...
2012-02-22 Peter Zijlstrasched/events: Revert trace_sched_stat_sleeptime()
2012-01-31 Hiroshi Shimamotosched: Move SMP-only variable into the SMP section
2012-01-27 Vincent Guittotsched: Ensure cpu_power periodic update
2012-01-26 Suresh Siddhasched/nohz: Fix nohz cpu idle load balancing state...
2012-01-11 Peter Zijlstrasched: Fix lockup by limiting load-balance retries...
2011-12-23 Arun Sharmasched/tracing: Add a new tracepoint for sleeptime
2011-12-21 Daisuke Nishimurasched: Fix cgroup movement of waking process
2011-12-21 Daisuke Nishimurasched: Fix cgroup movement of newly created process
2011-12-21 Daisuke Nishimurasched: Fix cgroup movement of forking process
2011-12-21 Peter Zijlstrasched: Fix load-balance lock-breaking
2011-12-21 Peter Zijlstrasched: Replace all_pinned with a generic flags field
2011-12-21 Peter Zijlstrasched: Only queue remote wakeups when crossing cache...
2011-12-08 Peter Zijlstrasched, nohz: Fix missing RCU read lock
2011-12-06 Suresh Siddhasched, nohz: Set the NOHZ_BALANCE_KICK flag for idle...
2011-12-06 Suresh Siddhasched, nohz: Fix the idle cpu check in nohz_idle_balance
2011-12-06 Mike Galbraithsched: Save some hrtick_start_fair cycles
2011-12-06 Suresh Siddhasched, nohz: Clean up the find_new_ilb() using sched...
2011-12-06 Suresh Siddhasched, nohz: Implement sched group, domain aware nohz...
2011-12-06 Suresh Siddhasched, nohz: Track nr_busy_cpus in the sched_group_power
2011-12-06 Suresh Siddhasched, nohz: Introduce nohz_flags in 'struct rq'
2011-12-06 Mike Galbraithsched: Set skip_clock_update in yield_task_fair()
2011-12-06 Mike Galbraithsched: Use rt.nr_cpus_allowed to recover select_task_rq...
2011-12-06 Suresh Siddhasched: Clean up domain traversal in select_idle_sibling()
2011-12-06 Andrew Vaginevents, sched: Add tracepoint for accounting blocked...
2011-11-17 Peter Zijlstrasched: Move all scheduler bits into kernel/sched/