summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2012-02-2829-583/+2906
|\
| * rcu: Stop spurious warnings from synchronize_sched_expeditedHugh Dickins2012-02-211-1/+1
| * rcu: Hold off RCU_FAST_NO_HZ after timer postedPaul E. McKenney2012-02-211-1/+1
| * rcu: Eliminate softirq-mediated RCU_FAST_NO_HZ idle-entry loopPaul E. McKenney2012-02-211-1/+2
| * rcu: Add RCU_NONIDLE() for idle-loop RCU read-side critical sectionsPaul E. McKenney2012-02-213-0/+31
| * rcu: Allow nesting of rcu_idle_enter() and rcu_idle_exit()Paul E. McKenney2012-02-213-12/+46
| * rcu: Remove redundant check for rcu_head misalignmentPaul E. McKenney2012-02-211-1/+0
| * PTR_ERR should be called before its argument is cleared.Julia Lawall2012-02-211-1/+4
| * rcu: Convert WARN_ON_ONCE() in rcu_lock_acquire() to lockdepHeiko Carstens2012-02-212-2/+16
| * rcu: Trace only after NULL-pointer checkPaul E. McKenney2012-02-211-2/+2
| * rcu: Call out dangers of expedited RCU primitivesPaul E. McKenney2012-02-215-22/+77
| * rcu: Rework detection of use of RCU by offline CPUsPaul E. McKenney2012-02-215-71/+87
| * lockdep: Add CPU-idle/offline warning to lockdep-RCU splatPaul E. McKenney2012-02-211-1/+7
| * rcu: No interrupt disabling for rcu_prepare_for_idle()Paul E. McKenney2012-02-211-17/+1
| * rcu: Move synchronize_sched_expedited() to rcutree.cPaul E. McKenney2012-02-212-116/+117
| * rcu: Check for illegal use of RCU from offlined CPUsPaul E. McKenney2012-02-215-4/+61
| * rcu: Update stall-warning documentationPaul E. McKenney2012-02-211-7/+80
| * rcu: Add CPU-stall capability to rcutorturePaul E. McKenney2012-02-212-0/+84
| * rcu: Make documentation give more realistic rcutorture durationPaul E. McKenney2012-02-211-1/+1
| * rcutorture: Permit holding off CPU-hotplug operations during bootPaul E. McKenney2012-02-212-4/+21
| * rcu: Print scheduling-clock information on RCU CPU stall-warning messagesPaul E. McKenney2012-02-214-14/+194
| * rcu: Set RCU CPU stall times via sysfsPaul E. McKenney2012-02-212-11/+26
| * rcu: Remove #ifdef CONFIG_SMP from TREE_RCUPaul E. McKenney2012-02-212-31/+0
| * rcu: Note that rcu_access_pointer() can be used for teardownPaul E. McKenney2012-02-211-0/+7
| * rcu: Make rcu_sleep_check() also check rcu_lock_mapPaul E. McKenney2012-02-211-0/+14
| * rcu: Check for idle-loop entry while in RCU read-side critical sectionPaul E. McKenney2012-02-211-0/+11
| * rcu: Clean up straggling rcu_preempt_needs_cpu() namePaul E. McKenney2012-02-213-6/+6
| * rcu: Simplify unboosting checksPaul E. McKenney2012-02-212-6/+7
| * rcu: Inform RCU of irq_exit() activityPaul E. McKenney2012-02-211-1/+1
| * rcu: Prevent RCU callbacks from executing before scheduler initializedPaul E. McKenney2012-02-212-7/+12
| * rcu: Streamline code produced by __rcu_read_unlock()Paul E. McKenney2012-02-211-1/+1
| * rcu: Protect __rcu_read_unlock() against scheduler-using irq handlersPaul E. McKenney2012-02-211-8/+35
| * rcu: Remove single-rcu_node optimization in rcu_start_gp()Paul E. McKenney2012-02-211-18/+0
| * rcu: Don't make callbacks go through second full grace periodPaul E. McKenney2012-02-211-6/+46
| * rcu: Check for callback invocation from offline CPUsPaul E. McKenney2012-02-211-0/+1
| * rcu: Limit lazy-callback durationPaul E. McKenney2012-02-211-1/+11
| * rcu: Make rcutorture flag online/offline failuresPaul E. McKenney2012-02-211-0/+4
| * rcu: Simplify offline processingPaul E. McKenney2012-02-213-99/+90
| * mac80211: Convert call_rcu() to kfree_rcu(), drop mesh_gate_node_reclaim()Paul E. McKenney2012-02-211-7/+1
| * ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcuPaul E. McKenney2012-02-211-6/+1
| * ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcu()Paul E. McKenney2012-02-211-8/+3
| * tcm_fc: Convert call_rcu() to kfree_rcu(), drop ft_tport_rcu_free()Paul E. McKenney2012-02-211-11/+1
| * s390: Convert call_rcu() to kfree_rcu(), drop ext_int_hash_update()Paul E. McKenney2012-02-211-8/+1
| * rcu: Move RCU_TRACE to lib/Kconfig.debugPaul E. McKenney2012-02-212-9/+10
| * rcu: Avoid waking up CPUs having only kfree_rcu() callbacksPaul E. McKenney2012-02-2110-47/+153
| * rcu: Add diagnostic for misaligned rcu_head structuresPaul E. McKenney2012-02-211-0/+1
| * rcu: Add lockdep-RCU checks for simple self-deadlockPaul E. McKenney2012-02-215-0/+27
| * rcu: Improve synchronize_rcu() diagnosticsFrederic Weisbecker2012-02-211-0/+1
| * rcu: Bring RTFP.txt up to date.Paul E. McKenney2012-02-211-98/+1686
* | Merge tag 'ktest-fix-make-min-failed-build-for-real' of git://git.kernel.org/...Linus Torvalds2012-02-271-3/+5
|\ \