pch_gbe: Do not abort probe on bad MAC
[linux-flexiantxendom0.git] / kernel / rcutree.c
2011-10-31 Paul Gortmakerkernel: Map most files to use export.h instead of module.h
2011-09-29 Paul E. McKenneyrcu: Move propagation of ->completed from rcu_start_gp...
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: Avoid having just-onlined CPU resched itself when...
2011-09-29 Paul E. McKenneyrcu: Suppress NMI backtraces when stall ends before...
2011-09-29 Paul E. McKenneyrcu: Prohibit grace periods during early boot
2011-09-29 Paul E. McKenneyrcu: Prevent early boot set_need_resched() from __rcu_p...
2011-09-29 Paul E. McKenneyrcu: Dump local stack if cannot dump all CPUs' stacks
2011-09-29 Paul E. McKenneyrcu: Make rcu_implicit_dynticks_qs() locals be correct...
2011-09-29 Paul E. McKenneyrcu: Eliminate in_irq() checks in rcu_enter_nohz()
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: Update comments to reflect softirqs vs. kthreads
2011-09-29 Paul E. McKenneyrcu: Add RCU type to callback-invocation tracing
2011-09-29 Paul E. McKenneyrcu: Put names into TINY_RCU structures under RCU_TRACE
2011-09-29 Paul E. McKenneyrcu: Event-trace markers for computing RCU CPU utilization
2011-09-29 Paul E. McKenneyrcu: Add event-tracing for RCU callback invocation
2011-09-29 Paul E. McKenneyrcu: Abstract common code for RCU grace-period-wait...
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-28 Paul E. McKenneyrcu: Avoid acquiring rcu_node locks in timer functions
2011-05-28 Ingo MolnarMerge branch 'rcu/urgent' of git://git./linux/kernel...
2011-05-26 Paul E. McKenneyrcu: Decrease memory-barrier usage based on semi-formal...
2011-05-26 Paul E. McKenneyrcu: Make rcu_enter_nohz() pay attention to nesting
2011-05-26 Paul E. McKenneyrcu: Don't do reschedule unless in irq
2011-05-26 Paul E. McKenneyrcu: Remove old memory barriers from rcu_process_callba...
2011-05-26 Paul E. McKenneyrcu: Add memory barriers
2011-05-20 Linus Torvaldssanitize <linux/prefetch.h> usage
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 Gleb Natapovrcu: provide rcu_virt_note_context_switch() function.
2011-05-06 Paul E. McKenneyrcu: get rid of signed overflow in check_cpu_stall()
2011-05-06 Paul E. McKenneyrcu: prevent call_rcu() from diving into rcu core if...
2011-05-06 Paul E. McKenneyrcu: further lower priority in rcu_yield()
2011-05-06 Lai Jiangshanrcu: introduce kfree_rcu()
2011-05-06 Paul E. McKenneyrcu: fix spelling
2011-05-06 Paul E. McKenneyrcu: Switch to this_cpu() primitives
2011-05-06 Paul E. McKenneyrcu: Add forward-progress diagnostic for per-CPU kthreads
2011-05-06 Paul E. McKenneyrcu: add grace-period age and more kthread state to...
2011-05-06 Paul E. McKenneyrcu: make rcutorture version numbers available through...
2011-05-06 Paul E. McKenneyrcu: add tracing for RCU's kthread run states.
2011-05-06 Paul E. McKenneyrcu: put per-CPU kthread at non-RT priority during...
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...
2011-01-08 Linus TorvaldsMerge branch 'for-2.6.38' of git://git./linux/kernel...
2010-12-17 Paul E. McKenneyrcu: reduce __call_rcu()-induced contention on rcu_node...
2010-12-17 Paul E. McKenneyrcu: limit rcu_node leaf-level fanout
2010-12-17 Paul E. McKenneyrcu: fine-tune grace-period begin/end checks
2010-12-17 Frederic Weisbeckerrcu: Keep gpnum and completed fields synchronized
2010-12-17 Frederic Weisbeckerrcu: Stop chasing QS if another CPU did it for us
2010-12-17 Christoph Lametercore: Replace __get_cpu_var with __this_cpu_read if...
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-10-07 Dongdong Dengrcu: using ACCESS_ONCE() to observe the jiffies_stall...
2010-09-23 Paul E. McKenneyrcu: Add tracing data to support queueing models
2010-08-20 Paul E. McKenneyrcu: permit suppressing current grace period's CPU...
2010-08-20 Paul E. McKenneyrcu: refer RCU CPU stall-warning victims to stallwarn.txt
2010-08-20 Paul E. McKenneyrcu: Allow RCU CPU stall warnings to be off at boot...
2010-08-20 Paul E. McKenneyrcu: allow RCU CPU stall warning messages to be control...
2010-08-20 Paul E. McKenneyrcu: add boot parameter to suppress RCU CPU stall warni...
2010-08-20 Lai Jiangshanrcu: simplify the usage of percpu data
2010-06-14 Mathieu Desnoyerstree/tiny rcu: Add debug RCU head objects
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...
next