Merge branch 'sched/arch' into sched/urgent
[linux-flexiantxendom0-3.2.10.git] / kernel / rcutree_plugin.h
2011-12-11 Paul E. McKenneyrcu: Apply ACCESS_ONCE() to rcu_boost() return value
2011-12-11 Paul E. McKenneyRevert "rcu: Permit rt_mutex_unlock() with irqs disabled"
2011-12-11 Paul E. McKenneyrcu: Adaptive dyntick-idle preparation
2011-12-11 Paul E. McKenneyrcu: Keep invoking callbacks if CPU otherwise idle
2011-12-11 Paul E. McKenneyrcu: Permit dyntick-idle with callbacks pending
2011-12-11 Paul E. McKenneyrcu: Reduce latency of rcu_prepare_for_idle()
2011-12-11 Paul E. McKenneyrcu: Eliminate RCU_FAST_NO_HZ grace-period hang
2011-12-11 Paul E. McKenneyrcu: Avoid needlessly IPIing CPUs at GP end
2011-12-11 Paul E. McKenneyrcu: Go dyntick-idle more quickly if CPU has serviced...
2011-12-11 Paul E. McKenneyrcu: Add tracing for RCU_FAST_NO_HZ
2011-12-11 Paul E. McKenneyrcu: Allow dyntick-idle mode for CPUs with callbacks
2011-12-11 Thomas Gleixnerrcu: Remove redundant return from rcu_report_exp_rnp()
2011-12-11 Thomas Gleixnerrcu: Omit self-awaken when setting up expedited grace...
2011-12-11 Paul E. McKenneyrcu: Make synchronize_sched_expedited() better at work...
2011-12-11 Paul E. McKenneyrcu: Avoid RCU-preempt expedited grace-period botch
2011-09-29 Paul E. McKenneyrcu: Remove rcu_needs_cpu_flush() to avoid false quiesc...
2011-09-29 Mike Galbraithrcu: Wire up RCU_BOOST_PRIO for rcutree
2011-09-29 Paul E. McKenneyrcu: Permit rt_mutex_unlock() with irqs disabled
2011-09-29 Paul E. McKenneyrcu: Suppress NMI backtraces when stall ends before...
2011-09-29 Paul E. McKenneyrcu: Simplify unboosting checks
2011-09-29 Paul E. McKenneyrcu: Move __rcu_read_unlock()'s barrier() within if...
2011-09-29 Paul E. McKenneyrcu: Simplify quiescent-state accounting
2011-09-29 Paul E. McKenneyrcu: Add grace-period, quiescent-state, and call_rcu...
2011-09-29 Paul E. McKenneyrcu: Add event-trace markers to TREE_RCU kthreads
2011-09-29 Paul E. McKenneyrcu: Update comments to reflect softirqs vs. kthreads
2011-09-29 Paul E. McKenneyrcu: Put names into TINY_RCU structures under RCU_TRACE
2011-09-29 Paul E. McKenneyrcu: Abstract common code for RCU grace-period-wait...
2011-09-29 Shaohua Lircu: Avoid unnecessary self-wakeup of per-CPU kthreads
2011-09-29 Eric Dumazetrcu: Use kthread_create_on_node()
2011-07-20 Peter Zijlstrasoftirq,rcu: Inform RCU of irq_exit() activity
2011-07-20 Paul E. McKenneyrcu: protect __rcu_read_unlock() against scheduler...
2011-07-20 Paul E. McKenneyrcu: Streamline code produced by __rcu_read_unlock()
2011-07-20 Paul E. McKenneyrcu: Fix RCU_BOOST race handling current->rcu_read_unlo...
2011-07-20 Paul E. McKenneyrcu: decrease rcu_report_exp_rnp coupling with scheduler
2011-07-13 Paul E. McKenneyrcu: Prevent RCU callbacks from executing before schedu...
2011-06-16 Paul E. McKenneyrcu: Move RCU_BOOST #ifdefs to header file
2011-06-16 Paul E. McKenneyrcu: use softirq instead of kthreads except when RCU_BO...
2011-06-14 Shaohua Lircu: Use softirq to address performance regression
2011-06-14 Paul E. McKenneyrcu: Simplify curing of load woes
2011-05-31 Peter Zijlstrarcu: Cure load woes
2011-05-28 Paul E. McKenneyrcu: Start RCU kthreads in TASK_INTERRUPTIBLE state
2011-05-28 Peter Zijlstrarcu: Remove waitqueue usage for cpu, node, and boost...
2011-05-26 Paul E. McKenneyrcu: Decrease memory-barrier usage based on semi-formal...
2011-05-19 Paul E. McKenneyRevert "rcu: Decrease memory-barrier usage based on...
2011-05-08 Paul E. McKenneyrcu: permit rcu_read_unlock() to be called while holdin...
2011-05-06 Paul E. McKenneyrcu: fix spelling
2011-05-06 Lai Jiangshanrcu: call __rcu_read_unlock() in exit_rcu for tree RCU
2011-05-06 Paul E. McKenneyrcu: fix tracing bug thinko on boost-balk attribution
2011-05-06 Paul E. McKenneyrcu: add tracing for RCU's kthread run states.
2011-05-06 Paul E. McKenneyrcu: Add boosting to TREE_PREEMPT_RCU tracing
2011-05-06 Paul E. McKenneyrcu: Force per-rcu_node kthreads off of the outgoing CPU
2011-05-06 Paul E. McKenneyrcu: priority boosting for TREE_PREEMPT_RCU
2011-05-06 Paul E. McKenneyrcu: move TREE_RCU from softirq to kthread
2011-05-06 Paul E. McKenneyrcu: merge TREE_PREEPT_RCU blocked_tasks[] lists
2011-05-06 Paul E. McKenneyrcu: Decrease memory-barrier usage based on semi-formal...
2011-05-06 Paul E. McKenneyrcu: Remove conditional compilation for RCU CPU stall...
2010-12-17 Tejun Heorcu: increase synchronize_sched_expedited() batching
2010-11-30 Paul E. McKenneyrcu: fix race condition in synchronize_sched_expedited()
2010-11-30 Paul E. McKenneyrcu: update documentation/comments for Lai's adoption...
2010-11-30 Lai Jiangshanrcu,cleanup: simplify the code when cpu is dying
2010-11-30 Lai Jiangshanrcu,cleanup: move synchronize_sched_expedited() out...
2010-09-02 Paul E. McKenneyrcu: fix _oddness handling of verbose stall warnings
2010-08-20 Paul E. McKenneyrcu: apply TINY_PREEMPT_RCU read-side speedup to TREE_P...
2010-08-20 Paul E. McKenneyrcu: combine duplicate code, courtesy of CONFIG_PREEMPT_RCU
2010-08-20 Paul E. McKenneyrcu: permit suppressing current grace period's CPU...
2010-08-20 Paul E. McKenneyrcu: improve kerneldoc for rcu_read_lock(), call_rcu...
2010-08-20 Lai Jiangshanrcu: simplify the usage of percpu data
2010-05-11 Paul E. McKenneyrcu: remove all rcu head initializations, except on_sta...
2010-05-10 Paul E. McKenneyrcu: fix build bug in RCU_FAST_NO_HZ builds
2010-05-10 Paul E. McKenneyrcu: RCU_FAST_NO_HZ must check RCU dyntick state
2010-05-10 Paul E. McKenneyrcu: print boot-time console messages if RCU configs...
2010-05-10 Paul E. McKenneyrcu: refactor RCU's context-switch handling
2010-05-10 Lai Jiangshanrcu: ignore offline CPUs in last non-dyntick-idle CPU...
2010-02-28 Paul E. McKenneyrcu: Fix holdoff for accelerated GPs for last non-dynti...
2010-02-27 Paul E. McKenneyrcu: Fix accelerated GPs for last non-dynticked CPU
2010-02-27 Paul E. McKenneyrcu: Fix accelerated grace periods for last non-dyntick...
2010-02-25 Paul E. McKenneyrcu: Add RCU_CPU_STALL_VERBOSE to dump detailed per...
2010-02-25 Paul E. McKenneyrcu: Fix deadlock in TREE_PREEMPT_RCU CPU stall detection
2010-02-25 Paul E. McKenneyrcu: Convert to raw_spinlocks
2010-02-25 Paul E. McKenneyrcu: Accelerate grace period if last non-dynticked CPU
2010-01-13 Paul E. McKenneyrcu: Add debug check for too many rcu_read_unlock()
2010-01-13 Paul E. McKenneyrcu: Add force_quiescent_state() testing to rcutorture
2009-12-03 Paul E. McKenneyrcu: Add expedited grace-period support for preemptible RCU
2009-12-03 Paul E. McKenneyrcu: Rename "quiet" functions
2009-11-22 Paul E. McKenneyrcu: Re-arrange code to reduce #ifdef pain
2009-11-22 Paul E. McKenneyrcu: Fix grace-period-stall bug on large systems with...
2009-11-11 Paul E. McKenneyrcu: Mark init-time-only rcu_bootup_announce() as __init
2009-11-10 Paul E. McKenneyrcu: Simplify association of quiescent states with...
2009-11-10 Paul E. McKenneyrcu: Remove inline from forward-referenced functions
2009-10-15 Paul E. McKenneyrcu: Fix TREE_PREEMPT_RCU CPU_HOTPLUG bad-luck hang
2009-10-15 Paul E. McKenneyrcu: Stopgap fix for synchronize_rcu_expedited() for...
2009-10-07 Paul E. McKenneyrcu: Make hot-unplugged CPU relinquish its own RCU...
2009-10-05 Paul E. McKenneyrcu: Clean up code based on review feedback from Josh...
2009-09-23 Paul E. McKenneyrcu: Clean up code based on review feedback from Josh...
2009-09-23 Paul E. McKenneyrcu: Clean up code based on review feedback from Josh...
2009-09-19 Paul E. McKenneyrcu: Fix whitespace inconsistencies
2009-09-19 Paul E. McKenneyrcu: Fix thinko, actually initialize full tree
2009-09-19 Paul E. McKenneyrcu: Apply results of code inspection of kernel/rcutree...
2009-09-19 Paul E. McKenneyrcu: Add WARN_ON_ONCE() consistency checks covering...
2009-09-17 Paul E. McKenneyrcu: Simplify rcu_read_unlock_special() quiescent-state...
next