aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c
Commit message (Expand)AuthorAge
*---. Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...Paul E. McKenney2015-12-07
|\ \ \
| | | * rcutorture: Print symbolic name for ->gp_statePaul E. McKenney2015-12-05
| | | * rcutorture: Dump stack when GP kthread stallsPaul E. McKenney2015-12-05
| | | * rcutorture: Flag nonexistent RCU GP kthreadPaul E. McKenney2015-12-05
| |_|/ |/| |
| | * rcu: Make rcu_gp_init() be bool rather than intPaul E. McKenney2015-12-07
| | * rcu: Move wakeup out from under rnp->lockPeter Zijlstra2015-12-07
| | * rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney2015-12-07
| | * rcu: Make cpu_needs_another_gp() be boolPaul E. McKenney2015-12-07
| | * rcu: Eliminate unused rcu_init_one() argumentPaul E. McKenney2015-12-07
| | * rcu: Stop disabling interrupts in scheduler fastpathsPaul E. McKenney2015-12-04
| | * rcu: Simplify rcu_sched_qs() control flowPaul E. McKenney2015-12-04
| | * rcu: Move lock_class_key to local scopePaul E. McKenney2015-12-04
| |/ |/|
| * rcu: Add rcu_normal kernel parameter to suppress expeditingPaul E. McKenney2015-12-04
| * rcu: Add more diagnostics to expedited stall warning messages.Paul E. McKenney2015-12-04
| * rcu: Make expedited grace periods resolve stall-warning tiesPaul E. McKenney2015-12-04
| * rcu: Reduce expedited GP memory contention via per-CPU variablesPaul E. McKenney2015-12-04
| * rcu: Invert sync_rcu_exp_select_cpus() "if" statementPaul E. McKenney2015-12-04
| * rcu: Move smp_mb() from rcu_seq_snap() to rcu_exp_gp_seq_snap()Paul E. McKenney2015-12-04
| * rcu: Short-circuit synchronize_sched_expedited() if only one CPUPaul E. McKenney2015-12-04
|/
* rcu: Add transitivity to remaining rcu_node ->lock acquisitionsPaul E. McKenney2015-11-23
* rcu: Create transitive rnp->lock acquisition functionsPeter Zijlstra2015-11-23
* Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEADPaul E. McKenney2015-10-07
|\
| * rcu: Better hotplug handling for synchronize_sched_expedited()Paul E. McKenney2015-10-07
| * rcu: Add tasks to expedited stall-warning messagesPaul E. McKenney2015-10-07
| * rcu: Add online/offline info to expedited stall warning messagePaul E. McKenney2015-10-07
| * rcu: Consolidate expedited CPU selectionPaul E. McKenney2015-10-07
| * rcu: Prepare for consolidating expedited CPU selectionPaul E. McKenney2015-10-07
| * rcu: Stop excluding CPU hotplug in synchronize_sched_expedited()Paul E. McKenney2015-10-07
| * rcu: Stop silencing lockdep false positive for expedited grace periodsPaul E. McKenney2015-10-07
| * rcu: Switch synchronize_sched_expedited() to IPIPaul E. McKenney2015-10-07
| * rcu: Make ->cpu_no_qs be a union for aggregate ORPaul E. McKenney2015-09-21
| * rcu: Invert passed_quiesce and rename to cpu_no_qsPaul E. McKenney2015-09-21
| * rcu: Rename qs_pending to core_needs_qsPaul E. McKenney2015-09-21
| * rcu: Move synchronize_sched_expedited() to combining treePaul E. McKenney2015-09-21
| * rcu: Use single-stage IPI algorithm for RCU expedited grace periodPaul E. McKenney2015-09-21
| * rcu: Consolidate tree setup for synchronize_rcu_expedited()Paul E. McKenney2015-09-21
| * rcu: Move rcu_report_exp_rnp() to allow consolidationPaul E. McKenney2015-09-21
| * rcu: Use rsp->expedited_wq instead of sync_rcu_preempt_exp_wqPaul E. McKenney2015-09-21
* | rcu: Finish folding ->fqs_state into ->gp_statePetr Mladek2015-10-06
* | rcu: Eliminate panic when silly boot-time fanout specifiedPaul E. McKenney2015-10-06
* | rcu: Don't disable preemption for Tiny and Tree RCU readersBoqun Feng2015-10-06
* | rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng2015-10-06
|/
* rcu: Suppress lockdep false positive for rcp->exp_funnel_mutexPaul E. McKenney2015-09-21
* Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEADPaul E. McKenney2015-08-04
|\
| * rcu: Silence lockdep false positive for expedited grace periodsPaul E. McKenney2015-08-04
| * rcu: Add fastpath bypassing funnel lockingPaul E. McKenney2015-07-17
| * rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQSPaul E. McKenney2015-07-17
| * rcu: Pull out wait_event*() condition into helper functionPaul E. McKenney2015-07-17
| * rcu: Add stall warnings to synchronize_sched_expedited()Paul E. McKenney2015-07-17
| * rcu: Extend expedited funnel locking to rcu_data structurePaul E. McKenney2015-07-17