aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-26Merge branches 'arm-asymmetric-support-v3', 'cpuidle-next-v4', 'per-cpu-threa...big-LITTLE-MP-v4Viresh Kumar
2012-07-26hotplug: Fix UP bug in smpboot hotplug codePaul E. McKenney
2012-07-26infiniband: ehca: Use hotplug thread infrastructureThomas Gleixner
2012-07-26rcu: Use smp_hotplug_thread facility for RCUs per-CPU kthreadPaul E. McKenney
2012-07-26watchdog: Use hotplug thread infrastructureThomas Gleixner
2012-07-26softirq: Use hotplug thread infrastructureThomas Gleixner
2012-07-26smpboot: Provide infrastructure for percpu hotplug threadsThomas Gleixner
2012-07-25sched: Use device-tree to provide fast/slow CPU list for HMPJon Medhurst (Tixy)
2012-07-25sched: Add HMP forced task migration ftrace eventMorten Rasmussen
2012-07-25sched: Forced migration of high load task on HMP platformsMorten Rasmussen
2012-07-25sched: load-tracking driven wakeup migration for HMP platformsMorten Rasmussen
2012-07-25sched: entity load-tracking load_avg_ratioMorten Rasmussen
2012-07-25sched: Add ftrace events for entity load-trackingMorten Rasmussen
2012-07-25sched: introduce temporary FAIR_GROUP_SCHED dependency for load-trackingPaul Turner
2012-07-25sched: implement usage trackingPaul Turner
2012-07-25sched: make __update_entity_runnable_avg() fastPaul Turner
2012-07-25sched: update_cfs_shares at period edgePaul Turner
2012-07-25sched: refactor update_shares_cpu() -> update_blocked_avgs()Paul Turner
2012-07-25sched: replace update_shares weight distribution with per-entity computationPaul Turner
2012-07-25sched: maintain runnable averages across throttled periodsPaul Turner
2012-07-25sched: normalize tg load contributions against runnable timePaul Turner
2012-07-25sched: compute load contribution by a group entityPaul Turner
2012-07-25sched: aggregate total task_group loadPaul Turner
2012-07-25sched: account for blocked load waking back upPaul Turner
2012-07-25sched: add an rq migration call-back to sched_classPaul Turner
2012-07-25sched: maintain the load contribution of blocked entitiesPaul Turner
2012-07-25sched: aggregate load contributed by task entities on parenting cfs_rqPaul Turner
2012-07-25sched: maintain per-rq runnable averagesBen Segall
2012-07-25sched: track the runnable average on a per-task entitiy basisPaul Turner
2012-07-25kthread: Implement park/unpark facilityThomas Gleixner
2012-07-25rcu: Yield simplerThomas Gleixner
2012-07-25cpuidle: coupled: add parallel barrier functionColin Cross
2012-07-25cpuidle: add support for states that affect multiple cpusColin Cross
2012-07-25cpuidle: fix error handling in __cpuidle_register_deviceColin Cross
2012-07-25cpuidle: refactor out cpuidle_enter_stateColin Cross
2012-07-25sched: cpu_power: enable ARCH_POWERVincent Guittot
2012-07-25sched, x86: Remove broken power estimationPeter Zijlstra
2012-07-25ARM: topology: Update cpu_power according to DT informationVincent Guittot
2012-07-25ARM: topology: factorize the update of sibling masksVincent Guittot
2012-07-25ARM: topology: Add arch_scale_freq_power functionVincent Guittot
2012-07-25workqueue: fix spurious CPU locality WARN from process_one_work()Tejun Heo
2012-07-25kthread_worker: reimplement flush_kthread_work() to allow freeing the work it...Tejun Heo
2012-07-25kthread_worker: reorganize to prepare for flush_kthread_work() reimplementationTejun Heo
2012-07-25workqueue: simplify CPU hotplug codeTejun Heo
2012-07-25workqueue: remove CPU offline trusteeTejun Heo
2012-07-25workqueue: don't butcher idle workers on an offline CPUTejun Heo
2012-07-25workqueue: reimplement CPU online rebinding to handle idle workersTejun Heo
2012-07-25workqueue: drop @bind from create_worker()Tejun Heo
2012-07-25workqueue: use mutex for global_cwq manager exclusionTejun Heo
2012-07-25workqueue: ROGUE workers are UNBOUND workersTejun Heo