summaryrefslogtreecommitdiff
path: root/kernel (follow)
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | | | | | | sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel2012-09-04
| | * | | | | | | | | | | | | | sched: Add missing call to calc_load_exit_idle()Charles Wang2012-09-04
| | * | | | | | | | | | | | | | sched: Fix load avg vs cpu-hotplugPeter Zijlstra2012-09-04
| | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-09-14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabledK.Prasad2012-09-04
| | * | | | | | | | | | | | | perf_event: Switch to internal refcount, fix race with close()Al Viro2012-09-04
| | | |_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-09-12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | / / / / / / / / / / | | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | workqueue: fix possible idle worker depletion across CPU hotplugLai Jiangshan2012-09-10
| | * | | | | | | | | | | workqueue: restore POOL_MANAGING_WORKERSLai Jiangshan2012-09-10
| | * | | | | | | | | | | workqueue: fix possible deadlock in idle worker rebindingTejun Heo2012-09-05
| | * | | | | | | | | | | workqueue: move WORKER_REBIND clearing in rebind_workers() to the end of the ...Tejun Heo2012-09-05
| | * | | | | | | | | | | workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomicLai Jiangshan2012-09-04
| | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
* | | | | | | | | | | | Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25bPaul E. McKenney2012-09-25
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | rcu: Use smp_hotplug_thread facility for RCUs per-CPU kthreadPaul E. McKenney2012-08-13
| * | | | | | | | | | | | watchdog: Use hotplug thread infrastructureThomas Gleixner2012-08-13
| * | | | | | | | | | | | softirq: Use hotplug thread infrastructureThomas Gleixner2012-08-13
| * | | | | | | | | | | | hotplug: Fix UP bug in smpboot hotplug codePaul E. McKenney2012-08-13
| * | | | | | | | | | | | smpboot: Provide infrastructure for percpu hotplug threadsThomas Gleixner2012-08-13
| * | | | | | | | | | | | kthread: Implement park/unpark facilityThomas Gleixner2012-08-13
| * | | | | | | | | | | | rcu: Yield simplerThomas Gleixner2012-08-13
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \
*-----. \ \ \ \ \ \ \ \ \ \ \ Merge branches 'bigrt.2012.09.23a', 'doctorture.2012.09.23a', 'fixes.2012.09....Paul E. McKenney2012-09-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | sched: Fix load avg vs cpu-hotplugPeter Zijlstra2012-09-23
| | | * | | | | | | | | | | | | rcu: Disallow callback registry on offline CPUsPaul E. McKenney2012-09-23
| | | * | | | | | | | | | | | | rcu: Remove _rcu_barrier() dependency on __stop_machine()Paul E. McKenney2012-09-23
| | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | | rcu: Fix CONFIG_RCU_FAST_NO_HZ stall warning messagePaul E. McKenney2012-09-23
| | * | | | | | | | | | | | | rcu: Move TINY_RCU quiescent state out of extended quiescent stateLi Zhong2012-09-23
| | * | | | | | | | | | | | | time: RCU permitted to stop idle entry via softirqPaul E. McKenney2012-09-23
| | * | | | | | | | | | | | | rcu: Move TINY_PREEMPT_RCU away from raw_local_irq_save()Paul E. McKenney2012-09-23
| | * | | | | | | | | | | | | rcu: Remove redundant memory barrier from __call_rcu()Paul E. McKenney2012-09-23
| | * | | | | | | | | | | | | rcu: Avoid spurious RCU CPU stall warningsPaul E. McKenney2012-09-23
| | * | | | | | | | | | | | | rcu: Protect rcu_node accesses during CPU stall warningsPaul E. McKenney2012-09-23
| | * | | | | | | | | | | | | rcu: Avoid rcu_print_detail_task_stall_rnp() segfaultPaul E. McKenney2012-09-23
| | * | | | | | | | | | | | | rcu: Apply for_each_rcu_flavor() to increment_cpu_stall_ticks()Paul E. McKenney2012-09-23
| | * | | | | | | | | | | | | rcu: Fix obsolete rcu_initiate_boost() header commentPaul E. McKenney2012-09-23
| | * | | | | | | | | | | | | rcu: Make offline-CPU checking allow for indefinite delaysPaul E. McKenney2012-09-23
| | * | | | | | | | | | | | | rcu: Improve boost selection when moving tasks to root rcu_nodePaul E. McKenney2012-09-23
| | * | | | | | | | | | | | | rcu: Permit RCU_NONIDLE() to be used from interrupt contextPaul E. McKenney2012-09-23
| | * | | | | | | | | | | | | rcu: Properly initialize ->boost_tasks on CPU offlinePaul E. McKenney2012-09-23
| | * | | | | | | | | | | | | rcu: Pull TINY_RCU dyntick-idle tracing into non-idle regionPaul E. McKenney2012-09-23
| | * | | | | | | | | | | | | rcu: Add PROVE_RCU_DELAY to provoke difficult racesPaul E. McKenney2012-09-23
| | |/ / / / / / / / / / / /
| * | | | | | | | | | | | | rcu: Prevent initialization race in rcutorture kthreadsPaul E. McKenney2012-09-23
| * | | | | | | | | | | | | rcu: Switch rcutorture to pr_alert() and friendsPaul E. McKenney2012-09-23
| * | | | | | | | | | | | | rcu: Track CPU-hotplug duration statisticsPaul E. McKenney2012-09-23
| * | | | | | | | | | | | | rcu: Update rcutorture defaultsPaul E. McKenney2012-09-23
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | rcu: Shrink RCU based on number of CPUsPaul E. McKenney2012-09-23
* | | | | | | | | | | | | rcu: Handle unbalanced rcu_node configurations with few CPUsPaul E. McKenney2012-09-23
* | | | | | | | | | | | | rcu: Simplify quiescent-state detectionPaul E. McKenney2012-09-23
* | | | | | | | | | | | | rcu: Reduce synchronize_rcu_expedited() latencyPaul E. McKenney2012-09-23
* | | | | | | | | | | | | rcu: Eliminate signed overflow in synchronize_rcu_expedited()Paul E. McKenney2012-09-23
* | | | | | | | | | | | | rcu: Adjust for unconditional ->completed assignmentPaul E. McKenney2012-09-23