aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-07Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'list.2015.12.04b' and 'torture.2015.12.05a' into HEADPaul E. McKenney7-140/+234
2015-12-07rcu: Make rcu_gp_init() be bool rather than intPaul E. McKenney1-5/+5
2015-12-07rcu: Move wakeup out from under rnp->lockPeter Zijlstra1-1/+1
2015-12-07rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney1-6/+26
2015-12-07rcu: Make cpu_needs_another_gp() be boolPaul E. McKenney1-7/+7
2015-12-07rcu: Eliminate unused rcu_init_one() argumentPaul E. McKenney2-5/+4
2015-12-07rcu: Remove TINY_RCU bloat from pointless boot parametersPaul E. McKenney1-3/+4
2015-12-05rcutorture: Print symbolic name for ->gp_statePaul E. McKenney2-2/+25
2015-12-05rcutorture: Print symbolic name for rcu_torture_writer_statePaul E. McKenney1-1/+23
2015-12-05rcutorture: Dump stack when GP kthread stallsPaul E. McKenney1-1/+4
2015-12-05rcutorture: Flag nonexistent RCU GP kthreadPaul E. McKenney1-1/+1
2015-12-04rcu: Stop disabling interrupts in scheduler fastpathsPaul E. McKenney2-23/+18
2015-12-04rcu: Avoid tick_nohz_active checks on NOCBs CPUsPaul E. McKenney1-5/+2
2015-12-04rcu: Fix obsolete rcu_bootup_announce_oddness() commentPaul E. McKenney1-2/+1
2015-12-04rcu: Remove lock-acquisition loop from rcu_read_unlock_special()Paul E. McKenney1-12/+6
2015-12-04rcu: Simplify rcu_sched_qs() control flowPaul E. McKenney1-15/+14
2015-12-04kernel: Make rcu/tree_trace.c explicitly non-modularPaul Gortmaker1-16/+3
2015-12-04rcu: Move lock_class_key to local scopePaul E. McKenney1-4/+3
2015-12-04rcu: Allow expedited grace periods to be disabled at initPaul E. McKenney1-0/+5
2015-12-04rcu: Add rcu_normal kernel parameter to suppress expeditingPaul E. McKenney4-1/+25
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. McKenney3-16/+21
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: Clarify role of ->expmaskinitnextPaul E. McKenney1-0/+2
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. McKenney3-14/+14
2015-11-23rcu: Create transitive rnp->lock acquisition functionsPeter Zijlstra3-64/+71
2015-11-23list: Use WRITE_ONCE() when adding to lists and hlistsPaul E. McKenney0-0/+0
2015-10-07Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.2015.10.06a' into HEADPaul E. McKenney3-7/+228
2015-10-07Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEADPaul E. McKenney4-310/+630
2015-10-07rcu: Better hotplug handling for synchronize_sched_expedited()Paul E. McKenney1-6/+62
2015-10-07rcu: Enable stall warnings for synchronize_rcu_expedited()Paul E. McKenney1-2/+1
2015-10-07rcu: Add tasks to expedited stall-warning messagesPaul E. McKenney1-1/+1
2015-10-07rcu: Add online/offline info to expedited stall warning messagePaul E. McKenney3-1/+40
2015-10-07rcu: Consolidate expedited CPU selectionPaul E. McKenney2-63/+5
2015-10-07rcu: Prepare for consolidating expedited CPU selectionPaul E. McKenney1-2/+0
2015-10-07rcu: Stop excluding CPU hotplug in synchronize_sched_expedited()Paul E. McKenney1-13/+1
2015-10-07rcu: Stop silencing lockdep false positive for expedited grace periodsPaul E. McKenney2-23/+2
2015-10-07rcu: Switch synchronize_sched_expedited() to IPIPaul E. McKenney2-15/+20
2015-10-06rcutorture: Fix unused-function warning for torturing_tasks()Paul E. McKenney1-1/+1
2015-10-06rcutorture: Fix module unwind when bad torture_type specifiedPaul E. McKenney1-3/+3
2015-10-06rcu_sync: Cleanup the CONFIG_PROVE_RCU checksOleg Nesterov1-3/+3
2015-10-06rcu_sync: Introduce rcu_sync_dtor()Oleg Nesterov1-0/+26
2015-10-06rcu_sync: Add CONFIG_PROVE_RCU checksOleg Nesterov1-0/+20
2015-10-06rcu_sync: Simplify rcu_sync using new rcu_sync_ops structureOleg Nesterov1-20/+22
2015-10-06rcu: Create rcu_sync infrastructureOleg Nesterov2-1/+176
2015-10-06torture: Consolidate cond_resched_rcu_qs() into stutter_wait()Paul E. McKenney1-2/+0
2015-10-06rcu: Correct comment for values of ->gp_state fieldPaul E. McKenney1-1/+1