ALSA: usb-audio: add support for Akai MPD16
[safe/jmp/linux-2.6] / kernel / rcutree.c
2010-05-11 Paul E. McKenneyrcu: remove all rcu head initializations, except on_sta...
2010-05-10 Paul E. McKenneyrcu: reduce the number of spurious RCU_SOFTIRQ invocations
2010-05-10 Paul E. McKenneyrcu: permit discontiguous cpu_possible_mask CPU numbering
2010-05-10 Paul E. McKenneyrcu: improve RCU CPU stall-warning messages
2010-05-10 Paul E. McKenneyrcu: print boot-time console messages if RCU configs...
2010-05-10 Paul E. McKenneyrcu: disable CPU stall warnings upon panic
2010-05-10 Paul E. McKenneyrcu: slim down rcutiny by removing rcu_scheduler_active...
2010-05-10 Paul E. McKenneyrcu: refactor RCU's context-switch handling
2010-05-10 Lai Jiangshanrcu: move some code from macro to function
2010-05-10 Lai Jiangshanrcu: make dead code really dead
2010-05-10 Paul E. McKenneyrcu: substitute set_need_resched for sending resched...
2010-02-27 Paul E. McKenneyrcu: Fix accelerated grace periods for last non-dyntick...
2010-02-26 Paul E. McKenneyrcu: Make rcu_read_lock_sched_held() take boot time...
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: Stop overflowing signed integers
2010-02-25 Paul E. McKenneyrcu: Accelerate grace period if last non-dynticked CPU
2010-01-16 Paul E. McKenneyrcu: Fix sparse warnings
2010-01-13 Paul E. McKenneyrcu: Give different levels of the rcu_node hierarchy...
2010-01-13 Paul E. McKenneyrcu: Add force_quiescent_state() testing to rcutorture
2010-01-13 Paul E. McKenneyrcu: Make force_quiescent_state() start grace period...
2010-01-13 Paul E. McKenneyrcu: Remove redundant grace-period check
2010-01-13 Paul E. McKenneyrcu: Remove leg of force_quiescent_state() switch statement
2010-01-13 Paul E. McKenneyrcu: Eliminate rcu_process_dyntick() return value
2010-01-13 Paul E. McKenneyrcu: Eliminate second argument of rcu_process_dyntick()
2010-01-13 Paul E. McKenneyrcu: Eliminate local variable lastcomp from force_quies...
2010-01-13 Paul E. McKenneyrcu: Eliminate local variable signaled from force_quies...
2010-01-13 Paul E. McKenneyrcu: Prohibit starting new grace periods while forcing...
2010-01-13 Paul E. McKenneyrcu: Adjust force_quiescent_state() locking, step 2
2010-01-13 Paul E. McKenneyrcu: Adjust force_quiescent_state() locking, step 1
2009-12-03 Paul E. McKenneyrcu: Add expedited grace-period support for preemptible RCU
2009-12-03 Paul E. McKenneyrcu: Enable fourth level of TREE_RCU hierarchy
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: Eliminate unneeded function wrapping
2009-11-22 Paul E. McKenneyrcu: Fix grace-period-stall bug on large systems with...
2009-11-14 Paul E. McKenneyrcu: Eliminate __rcu_pending() false positives
2009-11-14 Paul E. McKenneyrcu: Further cleanups of use of lastcomp
2009-11-13 Paul E. McKenneyrcu: Simplify association of forced quiescent states...
2009-11-13 Paul E. McKenneyrcu: Accelerate callback processing on CPUs not detecti...
2009-11-10 Paul E. McKenneyrcu: Simplify association of quiescent states with...
2009-11-10 Paul E. McKenneyrcu: Rename dynticks_completed to completed_fqs
2009-11-10 Paul E. McKenneyrcu: Fix note_new_gpnum() uses of ->gpnum
2009-11-10 Paul E. McKenneyrcu: Fix synchronization for rcu_process_gp_end() uses...
2009-11-10 Paul E. McKenneyrcu: Prepare for synchronization fixes: clean up for...
2009-11-10 Ingo MolnarMerge branch 'core/urgent' into core/rcu
2009-11-02 Paul E. McKenneyrcu: Fix long-grace-period race between forcing and...
2009-10-26 Peter Zijlstrarcu: Simplify creating of lockdep class for root rcu_node
2009-10-15 Paul E. McKenneyrcu: Fix TREE_PREEMPT_RCU CPU_HOTPLUG bad-luck hang
2009-10-15 Paul E. McKenneyrcu: Prevent RCU IPI storms in presence of high call_rc...
2009-10-07 Paul E. McKenneyrcu: Place root rcu_node structure in separate lockdep...
2009-10-07 Paul E. McKenneyrcu: Make hot-unplugged CPU relinquish its own RCU...
2009-10-07 Paul E. McKenneyrcu: Move rcu_barrier() to rcutree
2009-10-05 Paul E. McKenneyrcu: Clean up code based on review feedback from Josh...
2009-10-05 Paul E. McKenneyrcu: Clean up code based on review feedback from Josh...
2009-10-05 Paul E. McKenneyrcu: Fix rcu_lock_map build failure on CONFIG_PROVE_LOC...
2009-09-23 Paul E. McKenneyrcu: Clean up code to address Ingo's checkpatch feedback
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...
2009-09-17 Paul E. McKenneyrcu: Add debug checks to TREE_PREEMPT_RCU for premature...
2009-09-17 Paul E. McKenneyrcu: Initialize multi-level RCU grace periods holding...
2009-09-17 Paul E. McKenneyrcu: Need to update rnp->gpnum if preemptable RCU is...
2009-09-11 Linus TorvaldsMerge branch 'core-rcu-for-linus' of git://git./linux...
2009-08-29 Paul E. McKenneyrcu: Changes from reviews: avoid casts, fix/add warning...
2009-08-29 Paul E. McKenneyrcu: Create rcutree plugins to handle hotplug CPU for...
2009-08-25 Paul E. McKenneyrcu: Add #ifdef to suppress __rcu_offline_cpu() warning...
2009-08-24 Paul E. McKenneyrcu: Add CPU-offline processing for single-node configu...
2009-08-23 Paul E. McKenneyrcu: Merge preemptable-RCU functionality into hierarchi...
2009-08-23 Paul E. McKenneyrcu: Simplify rcu_pending()/rcu_check_callbacks() API
2009-08-23 Paul E. McKenneyrcu: Merge per-RCU-flavor initialization into pre-exist...
2009-08-23 Paul E. McKenneyrcu: Renamings to increase RCU clarity
2009-08-23 Paul E. McKenneyrcu: Move private definitions from include/linux/rcutre...
2009-08-15 Paul E. McKenneyrcu: Simplify RCU CPU-hotplug notification
2009-08-15 Paul E. McKenneyrcu: Split hierarchical RCU initialization into boot...
2009-08-02 Ingo Molnardebug lockups: Improve lockup detection
2009-06-24 Paul E. McKenneyrcu: Mark Hierarchical RCU no longer experimental
2009-04-14 Paul E. McKenneyrcu: Add __rcu_pending tracing to hierarchical RCU
2009-04-14 Paul E. McKenneyrcu: Make hierarchical RCU less IPI-happy
2009-04-03 Ingo Molnarkmemtrace, rcu: fix rcu_tree_trace.c data structure...
2009-04-03 Ingo Molnarkmemtrace, rcu: fix linux/rcutree.h and linux/rcuclassi...
2009-02-26 Paul E. McKenneyrcu: Teach RCU that idle task is not quiscent state...
2009-01-14 Lai Jiangshanrcu: add __cpuinit to rcu_init_percpu_data()
2009-01-05 Paul E. McKenneyrcu: make treercu safe for suspend and resume
2009-01-05 Paul E. McKenneyrcu: fix rcutree grace-period-latency bug on small...
2008-12-18 Paul E. McKenney"Tree RCU": scalable classic RCU implementation