summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
* rcu: Remove TINY_RCU bloat from pointless boot parametersPaul E. McKenney2015-12-071-3/+4
* rcu: Allow expedited grace periods to be disabled at initPaul E. McKenney2015-12-041-0/+5
* rcu: Add rcu_normal kernel parameter to suppress expeditingPaul E. McKenney2015-12-044-1/+25
* rcu: Add more diagnostics to expedited stall warning messages.Paul E. McKenney2015-12-041-3/+21
* rcu: Make expedited grace periods resolve stall-warning tiesPaul E. McKenney2015-12-041-1/+1
* rcu: Reduce expedited GP memory contention via per-CPU variablesPaul E. McKenney2015-12-043-16/+21
* rcu: Invert sync_rcu_exp_select_cpus() "if" statementPaul E. McKenney2015-12-041-16/+14
* rcu: Move smp_mb() from rcu_seq_snap() to rcu_exp_gp_seq_snap()Paul E. McKenney2015-12-041-1/+1
* rcu: Clarify role of ->expmaskinitnextPaul E. McKenney2015-12-041-0/+2
* rcu: Short-circuit synchronize_sched_expedited() if only one CPUPaul E. McKenney2015-12-041-0/+4
* rcu: Add transitivity to remaining rcu_node ->lock acquisitionsPaul E. McKenney2015-11-233-14/+14
* rcu: Create transitive rnp->lock acquisition functionsPeter Zijlstra2015-11-233-64/+71
*---. Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...Paul E. McKenney2015-10-073-7/+228
|\ \ \
| | | * rcutorture: Fix unused-function warning for torturing_tasks()Paul E. McKenney2015-10-061-1/+1
| | | * rcutorture: Fix module unwind when bad torture_type specifiedPaul E. McKenney2015-10-061-3/+3
| | |/ | |/|
| | * rcu_sync: Cleanup the CONFIG_PROVE_RCU checksOleg Nesterov2015-10-061-3/+3
| | * rcu_sync: Introduce rcu_sync_dtor()Oleg Nesterov2015-10-061-0/+26
| | * rcu_sync: Add CONFIG_PROVE_RCU checksOleg Nesterov2015-10-061-0/+20
| | * rcu_sync: Simplify rcu_sync using new rcu_sync_ops structureOleg Nesterov2015-10-061-20/+22
| | * rcu: Create rcu_sync infrastructureOleg Nesterov2015-10-062-1/+176
| | * torture: Consolidate cond_resched_rcu_qs() into stutter_wait()Paul E. McKenney2015-10-061-2/+0
| |/
* | Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEADPaul E. McKenney2015-10-074-310/+630
|\ \
| * | rcu: Better hotplug handling for synchronize_sched_expedited()Paul E. McKenney2015-10-071-6/+62
| * | rcu: Enable stall warnings for synchronize_rcu_expedited()Paul E. McKenney2015-10-071-2/+1
| * | rcu: Add tasks to expedited stall-warning messagesPaul E. McKenney2015-10-071-1/+1
| * | rcu: Add online/offline info to expedited stall warning messagePaul E. McKenney2015-10-073-1/+40
| * | rcu: Consolidate expedited CPU selectionPaul E. McKenney2015-10-072-63/+5
| * | rcu: Prepare for consolidating expedited CPU selectionPaul E. McKenney2015-10-071-2/+0
| * | rcu: Stop excluding CPU hotplug in synchronize_sched_expedited()Paul E. McKenney2015-10-071-13/+1
| * | rcu: Stop silencing lockdep false positive for expedited grace periodsPaul E. McKenney2015-10-072-23/+2
| * | rcu: Switch synchronize_sched_expedited() to IPIPaul E. McKenney2015-10-072-15/+20
| * | rcu: Make ->cpu_no_qs be a union for aggregate ORPaul E. McKenney2015-09-204-16/+28
| * | rcu: Invert passed_quiesce and rename to cpu_no_qsPaul E. McKenney2015-09-204-17/+17
| * | rcu: Rename qs_pending to core_needs_qsPaul E. McKenney2015-09-204-12/+12
| * | rcu: Move synchronize_sched_expedited() to combining treePaul E. McKenney2015-09-202-42/+82
| * | rcu: Use single-stage IPI algorithm for RCU expedited grace periodPaul E. McKenney2015-09-202-66/+305
| * | rcu: Consolidate tree setup for synchronize_rcu_expedited()Paul E. McKenney2015-09-203-90/+115
| * | rcu: Move rcu_report_exp_rnp() to allow consolidationPaul E. McKenney2015-09-202-66/+66
| * | rcu: Use rsp->expedited_wq instead of sync_rcu_preempt_exp_wqPaul E. McKenney2015-09-202-5/+3
| |/
* | rcu: Correct comment for values of ->gp_state fieldPaul E. McKenney2015-10-061-1/+1
* | rcu: Finish folding ->fqs_state into ->gp_statePetr Mladek2015-10-063-22/+12
* | rcu: Move preemption disabling out of __srcu_read_lock()Paul E. McKenney2015-10-061-2/+0
* | rcu: Add online/offline info to stall warning messagePaul E. McKenney2015-10-061-2/+6
* | rcu: Eliminate panic when silly boot-time fanout specifiedPaul E. McKenney2015-10-061-9/+11
* | rcu: Don't disable preemption for Tiny and Tree RCU readersBoqun Feng2015-10-061-0/+9
* | rcu: Use call_rcu_func_t to replace explicit type equivalentsBoqun Feng2015-10-062-3/+2
* | rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng2015-10-067-14/+14
|/
* rcu: Suppress lockdep false positive for rcp->exp_funnel_mutexPaul E. McKenney2015-09-201-0/+5
* rcu,locking: Privatize smp_mb__after_unlock_lock()Paul E. McKenney2015-08-041-0/+12
*-. Merge branches 'doc.2015.07.15a' and 'torture.2015.07.15a' into HEADPaul E. McKenney2015-08-041-13/+27
|\ \
OpenPOWER on IntegriCloud