summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
|\ \
| | * rcutorture: Add RCU-tasks qualifier to dereferencePaul E. McKenney2015-07-151-2/+14
| | * rcutorture: Fix rcu_torture_cbflood() for callback-free RCUPaul E. McKenney2015-07-151-3/+2
| | * rcutorture: Bounds-check rcutorture.shuffle_intervalPaul E. McKenney2015-07-151-1/+1
| | * rcutorture: Check nfakewriters parameterPaul E. McKenney2015-07-151-6/+9
| | * rcutorture: Better bounds checking for n_barrier_cbsPaul E. McKenney2015-07-151-1/+1
| |/
* | Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEADPaul E. McKenney2015-08-044-408/+401
|\ \
| * | rcu: Silence lockdep false positive for expedited grace periodsPaul E. McKenney2015-08-042-2/+18
| * | rcu: Add fastpath bypassing funnel lockingPaul E. McKenney2015-07-173-3/+19
| * | rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQSPaul E. McKenney2015-07-172-2/+2
| * | rcu: Pull out wait_event*() condition into helper functionPaul E. McKenney2015-07-171-5/+21
| * | rcu: Add stall warnings to synchronize_sched_expedited()Paul E. McKenney2015-07-172-4/+55
| * | rcu: Extend expedited funnel locking to rcu_data structurePaul E. McKenney2015-07-173-5/+21
| * | rcu: Consolidate last open-coded expedited memory barrierPaul E. McKenney2015-07-172-2/+1
| * | rcu: Apply rcu_seq operations to _rcu_barrier()Paul E. McKenney2015-07-173-56/+22
| * | rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loopPaul E. McKenney2015-07-172-33/+18
| * | rcu: Fix synchronize_sched_expedited() type error for "s"Paul E. McKenney2015-07-171-1/+1
| * | rcu: Abstract funnel locking from synchronize_sched_expedited()Paul E. McKenney2015-07-171-33/+47
| * | rcu: Make synchronize_rcu_expedited() use sequence-counter schemePaul E. McKenney2015-07-171-10/+6
| * | rcu: Abstract sequence counting from synchronize_sched_expedited()Paul E. McKenney2015-07-171-10/+58
| * | rcu: Make expedited GP CPU stoppage asynchronousPeter Zijlstra2015-07-173-15/+25
| * | rcu: Get rid of synchronize_sched_expedited()'s polling loopPaul E. McKenney2015-07-173-59/+47
| * | rcu: Rework synchronize_sched_expedited() counter handlingPaul E. McKenney2015-07-173-83/+36
| * | rcu: Switch synchronize_sched_expedited() to stop_one_cpu()Peter Zijlstra2015-07-172-27/+15
| * | rcu: Remove CONFIG_RCU_CPU_STALL_INFOPaul E. McKenney2015-07-172-49/+0
| * | rcu: Stop disabling CPU hotplug in synchronize_rcu_expedited()Paul E. McKenney2015-07-171-23/+2
| * | rcu: Reset rcu_fanout_leaf if out of boundsPaul E. McKenney2015-07-171-0/+1
| * | rcu: Shut up bogus gcc array bounds warningAlexander Gordeev2015-07-171-1/+3
| * | rcu: Simplify arithmetic to calculate number of RCU nodesAlexander Gordeev2015-07-152-15/+6
| * | rcu: Limit count of static data to the number of RCU levelsAlexander Gordeev2015-07-152-17/+16
| * | rcu: Remove unnecessary fields from rcu_state structureAlexander Gordeev2015-07-152-14/+15
| * | rcu: Limit rcu_capacity[] size to RCU_NUM_LVLS itemsAlexander Gordeev2015-07-152-8/+6
| * | rcu: Limit rcu_state::levelcnt[] to RCU_NUM_LVLS itemsAlexander Gordeev2015-07-151-1/+1
| * | rcu: Simplify rcu_init_geometry() capacity arithmeticsAlexander Gordeev2015-07-151-10/+8
| * | rcu: Cleanup rcu_init_geometry() code and arithmeticsAlexander Gordeev2015-07-151-14/+10