aboutsummaryrefslogtreecommitdiff
path: root/kernel
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-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-25sched: cpu_power: enable ARCH_POWERVincent 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
2012-07-25workqueue: drop CPU_DYING notifier operationTejun Heo
2012-07-25workqueue: perform cpu down operations from low priority cpu_notifier()Tejun Heo
2012-07-25workqueue: reimplement WQ_HIGHPRI using a separate worker_poolTejun Heo
2012-07-25workqueue: introduce NR_WORKER_POOLS and for_each_worker_pool()Tejun Heo
2012-07-25workqueue: separate out worker_pool flagsTejun Heo
2012-07-25workqueue: use @pool instead of @gcwq or @cpu where applicableTejun Heo
2012-07-25workqueue: factor out worker_pool from global_cwqTejun Heo
2012-07-25workqueue: don't use WQ_HIGHPRI for unbound workqueuesTejun Heo
2012-07-21Merge branch 'anton-kgdb' (kgdb dmesg fixups)Linus Torvalds