summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-08Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...Paul E. McKenney1-82/+135
2015-12-08rcu: Make rcu_gp_init() be bool rather than intPaul E. McKenney1-5/+5
2015-12-08rcu: Move wakeup out from under rnp->lockPeter Zijlstra1-1/+1
2015-12-08rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney1-6/+26
2015-12-08rcu: Make cpu_needs_another_gp() be boolPaul E. McKenney1-7/+7
2015-12-08rcu: Eliminate unused rcu_init_one() argumentPaul E. McKenney1-4/+3
2015-12-06rcutorture: Print symbolic name for ->gp_statePaul E. McKenney1-2/+13
2015-12-06rcutorture: Dump stack when GP kthread stallsPaul E. McKenney1-1/+4
2015-12-06rcutorture: Flag nonexistent RCU GP kthreadPaul E. McKenney1-1/+1
2015-12-04rcu: Stop disabling interrupts in scheduler fastpathsPaul E. McKenney1-15/+12
2015-12-04rcu: Simplify rcu_sched_qs() control flowPaul E. McKenney1-15/+14
2015-12-04rcu: Move lock_class_key to local scopePaul E. McKenney1-4/+3
2015-12-04rcu: Add rcu_normal kernel parameter to suppress expeditingPaul E. McKenney1-0/+6
2015-12-04rcu: Add more diagnostics to expedited stall warning messages.Paul E. McKenney1-3/+21
2015-12-04rcu: Make expedited grace periods resolve stall-warning tiesPaul E. McKenney1-1/+1
2015-12-04rcu: Reduce expedited GP memory contention via per-CPU variablesPaul E. McKenney1-6/+5
2015-12-04rcu: Invert sync_rcu_exp_select_cpus() "if" statementPaul E. McKenney1-16/+14
2015-12-04rcu: Move smp_mb() from rcu_seq_snap() to rcu_exp_gp_seq_snap()Paul E. McKenney1-1/+1
2015-12-04rcu: Short-circuit synchronize_sched_expedited() if only one CPUPaul E. McKenney1-0/+4
2015-11-23rcu: Add transitivity to remaining rcu_node ->lock acquisitionsPaul E. McKenney1-12/+12
2015-11-23rcu: Create transitive rnp->lock acquisition functionsPeter Zijlstra1-52/+26
2015-10-08Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEADPaul E. McKenney1-93/+364
2015-10-08rcu: Better hotplug handling for synchronize_sched_expedited()Paul E. McKenney1-6/+62
2015-10-08rcu: Add tasks to expedited stall-warning messagesPaul E. McKenney1-1/+1
2015-10-08rcu: Add online/offline info to expedited stall warning messagePaul E. McKenney1-1/+8
2015-10-08rcu: Consolidate expedited CPU selectionPaul E. McKenney1-3/+4
2015-10-08rcu: Prepare for consolidating expedited CPU selectionPaul E. McKenney1-2/+0
2015-10-08rcu: Stop excluding CPU hotplug in synchronize_sched_expedited()Paul E. McKenney1-13/+1
2015-10-08rcu: Stop silencing lockdep false positive for expedited grace periodsPaul E. McKenney1-15/+2
2015-10-08rcu: Switch synchronize_sched_expedited() to IPIPaul E. McKenney1-12/+20
2015-10-06rcu: Finish folding ->fqs_state into ->gp_statePetr Mladek1-10/+8
2015-10-06rcu: Eliminate panic when silly boot-time fanout specifiedPaul E. McKenney1-9/+11
2015-10-06rcu: Don't disable preemption for Tiny and Tree RCU readersBoqun Feng1-0/+9
2015-10-06rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng1-4/+4
2015-09-21rcu: Make ->cpu_no_qs be a union for aggregate ORPaul E. McKenney1-11/+11
2015-09-21rcu: Invert passed_quiesce and rename to cpu_no_qsPaul E. McKenney1-11/+11
2015-09-21rcu: Rename qs_pending to core_needs_qsPaul E. McKenney1-7/+7
2015-09-21rcu: Move synchronize_sched_expedited() to combining treePaul E. McKenney1-41/+82
2015-09-21rcu: Use single-stage IPI algorithm for RCU expedited grace periodPaul E. McKenney1-20/+55
2015-09-21rcu: Consolidate tree setup for synchronize_rcu_expedited()Paul E. McKenney1-1/+85
2015-09-21rcu: Move rcu_report_exp_rnp() to allow consolidationPaul E. McKenney1-0/+66
2015-09-21rcu: Use rsp->expedited_wq instead of sync_rcu_preempt_exp_wqPaul E. McKenney1-1/+1
2015-09-21rcu: Suppress lockdep false positive for rcp->exp_funnel_mutexPaul E. McKenney1-0/+5
2015-08-04Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEADPaul E. McKenney1-262/+327
2015-08-04rcu: Silence lockdep false positive for expedited grace periodsPaul E. McKenney1-2/+10
2015-07-23rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney1-14/+14
2015-07-23rcu: Make rcu_is_watching() really notraceAlexei Starovoitov1-2/+2
2015-07-23rcu: Add RCU-sched flavors of get-state and cond-syncPaul E. McKenney1-0/+52
2015-07-18rcu: Add fastpath bypassing funnel lockingPaul E. McKenney1-0/+16
2015-07-18rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQSPaul E. McKenney1-1/+1