usb: gadget: pch_udc: Fix disconnect issue
[linux-flexiantxendom0.git] / kernel / sched_fair.c
2011-12-16 Peter Zijlstrasched: Fix select_idle_sibling() regression in selectin...
2011-11-16 Paul Turnersched: Fix buglet in return_cfs_rq_runtime()
2011-11-16 Peter Zijlstrasched: Avoid SMT siblings in select_idle_sibling()...
2011-11-14 Hui Kangsched_fair: Fix a typo in the comment describing update...
2011-11-14 Peter Zijlstrasched: Add a comment to effective_load() since it's...
2011-10-06 Peter Zijlstrasched: Wrap scheduler p->cpus_allowed access
2011-10-06 Suresh Siddhasched: Request for idle balance during nohz idle load...
2011-10-06 Suresh Siddhasched: Use resched IPI to kick off the nohz idle balance
2011-09-26 Wang Xingchaosched: Remove redundant test in check_preempt_tick()
2011-08-14 Paul Turnersched: Return unused runtime on group dequeue
2011-08-14 Nikhil Raosched: Add exports tracking cfs bandwidth control stati...
2011-08-14 Paul Turnersched: Throttle entities exceeding their allowed bandwidth
2011-08-14 Paul Turnersched: Prevent buddy interactions with throttled entities
2011-08-14 Paul Turnersched: Prevent interactions with throttled entities
2011-08-14 Paul Turnersched: Add support for unthrottling group entities
2011-08-14 Paul Turnersched: Add support for throttling group entities
2011-08-14 Paul Turnersched: Expire invalid runtime
2011-08-14 Paul Turnersched: Add a timer to handle CFS bandwidth refresh
2011-08-14 Paul Turnersched: Accumulate per-cfs_rq cpu usage and charge again...
2011-08-14 Paul Turnersched: Introduce primitives to account for CFS bandwidt...
2011-08-14 Paul Turnersched: Implement hierarchical task accounting for SCHED...
2011-08-14 Hillf Dantonsched: Remove noop in lowest_flag_domain()
2011-08-14 Yong Zhangsched: Kill WAKEUP_PREEMPT
2011-07-22 Lin Mingsched: Cleanup duplicate local variable in [enqueue...
2011-07-21 Stephan Baerwolfsched: Replace use of entity_key()
2011-07-21 Jan Schoenherrsched: Remove unused function cpu_cfs_rq()
2011-07-21 Peter Zijlstrasched, cgroup: Optimize load_balance_fair()
2011-07-21 Paul Turnersched: Don't update shares twice on on_rq parent
2011-07-21 Paul Turnersched: update correct entity's runtime in check_preempt...
2011-07-21 Ingo MolnarMerge branch 'linus' into sched/core
2011-07-20 Peter Zijlstrasched: Break out cpu_power from the sched_group structure
2011-07-01 Nikunj A. Dadhaniasched: Remove rcu_read_lock() from wake_affine()
2011-05-28 Peter Zijlstrasched: Fix ->min_vruntime calculation in dequeue_entity()
2011-05-20 Nikhil Raosched: Introduce SCHED_POWER_SCALE to scale cpu_power...
2011-05-04 Vladimir Davydovsched: Remove unused 'this_best_prio arg' from balance_...
2011-04-19 Venkatesh Pallipadisched: Next buddy hint on sleep and preempt path
2011-04-19 Venkatesh Pallipadisched: Make set_*_buddy() work on non-task entities
2011-04-18 Ingo MolnarMerge branch 'sched/locking' into sched/core
2011-04-14 Peter Zijlstrasched: Deal with non-atomic min_vruntime reads on 32bits
2011-04-14 Peter Zijlstrasched: Remove rq argument to sched_class::task_waking()
2011-04-14 Peter Zijlstrasched: Drop the rq argument to sched_class::select_task...
2011-04-11 Peter Zijlstrasched: Avoid using sd->level
2011-04-11 Peter Zijlstrasched: Dynamically allocate sched_domain/sched_group...
2011-04-11 Shaohua Lisched: Eliminate dead code from wakeup_gran()
2011-04-11 Ken Chensched: Fix erroneous all_pinned logic
2011-04-11 Ken Chensched: Fix sched-domain avg_load calculation
2011-04-07 Linus TorvaldsMerge branches 'x86-fixes-for-linus', 'sched-fixes...
2011-04-07 Linus TorvaldsMerge branch 'for-linus2' of git://git.profusion.mobi...
2011-04-05 Peter Zijlstrasched: Clean up rebalance_domains() load-balance interv...
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-31 Sisir Koppakasched: Fix rebalance interval calculation
2011-03-04 Venkatesh Pallipadisched: Resched proper CPU on yield_to()
2011-03-04 Darren Hartsched: Allow SCHED_BATCH to preempt SCHED_IDLE tasks
2011-02-23 Peter Zijlstrasched: Fix the group_imb logic
2011-02-23 Peter Zijlstrasched: Clean up some f_b_g() comments
2011-02-23 Peter Zijlstrasched: Clean up remnants of sd_idle
2011-02-16 Venkatesh Pallipadisched: Wholesale removal of sd_idle logic
2011-02-03 Mike Galbraithsched: Add yield_to(task, preempt) functionality
2011-02-03 Rik van Rielsched: Use a buddy to implement yield_task_fair()
2011-02-03 Rik van Rielsched: Limit the scope of clear_buddies
2011-02-03 Rik van Rielsched: Check the right ->nr_running in yield_task_fair()
2011-01-26 Peter Zijlstrasched: Fix switch_from_fair()
2011-01-26 Paul Turnersched: Avoid expensive initial update_cfs_load()
2011-01-26 Paul Turnersched: Simplify update_cfs_shares parameters
2011-01-26 Paul Turnersched: Use rq->clock_task instead of rq->clock for...
2011-01-26 Paul Turnersched: Fix/remove redundant cfs_rq checks
2011-01-26 Paul Turnersched: Fix sign under-flows in wake_affine
2011-01-24 Yong Zhangsched: Fix poor interactivity on UP systems due to...
2011-01-18 Mike Galbraithsched: Fix signed unsigned comparison in check_preempt_...
2011-01-18 Paul Turnersched: Update effective_load() to use global share...
2010-12-19 Paul Turnersched: Fix interactivity bug by charging unaccounted...
2010-12-19 Paul Turnersched: Move periodic share updates to entity_tick()
2010-12-08 Ingo MolnarMerge branch 'linus' into sched/core
2010-11-26 Ingo MolnarMerge commit 'v2.6.37-rc3' into sched/core
2010-11-23 Peter Zijlstrasched: Fix UP build breakage
2010-11-18 Paul Turnersched: Allow update_cfs_load() to update global load
2010-11-18 Paul Turnersched: Implement demand based update_cfs_load()
2010-11-18 Paul Turnersched: Update shares on idle_balance
2010-11-18 Paul Turnersched: Add sysctl_sched_shares_window
2010-11-18 Paul Turnersched: Introduce hierarchal order on shares update...
2010-11-18 Paul Turnersched: Fix update_cfs_load() synchronization
2010-11-18 Paul Turnersched: Fix load corruption from update_cfs_shares()
2010-11-18 Peter Zijlstrasched: Make tg_shares_up() walk on-demand
2010-11-18 Peter Zijlstrasched: Implement on-demand (active) cfs_rq list
2010-11-18 Peter Zijlstrasched: Rewrite tg_shares_up)
2010-11-18 Nikhil Raosched: Fix idle balancing
2010-11-18 Alex Shisched: Fix volanomark performance regression
2010-11-11 Peter Zijlstrasched: Fix cross-sched-class wakeup preemption
2010-11-10 Suresh Siddhasched: Use group weight, idle cpu metrics to fix imbala...
2010-10-29 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2010-10-22 Peter Zijlstrasched, cgroup: Fixup broken cgroup movement
2010-10-21 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2010-10-18 Venkatesh Pallipadisched: Remove irq time from available CPU power
2010-10-18 Venkatesh Pallipadisched: Do not account irq time to current task
2010-10-18 Nikhil Raosched: Drop group_capacity to 1 only if local group...
2010-10-18 Nikhil Raosched: Force balancing on newidle balance if local...
2010-10-18 Nikhil Raosched: Set group_imb only a task can be pulled from...
2010-10-14 Takuya Yoshikawasched: Comment updates: fix default latency and granula...
2010-10-14 Ingo MolnarMerge branch 'linus' into sched/core
2010-10-07 Paul E. McKenneysched: suppress RCU lockdep splat in task_fork_fair
next