aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney1-14/+14
2015-07-22rcu: Make rcu_is_watching() really notraceAlexei Starovoitov1-2/+2
2015-07-22rcu: Add RCU-sched flavors of get-state and cond-syncPaul E. McKenney1-0/+52
2015-07-17rcu: Add fastpath bypassing funnel lockingPaul E. McKenney1-0/+16
2015-07-17rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQSPaul E. McKenney1-1/+1
2015-07-17rcu: Pull out wait_event*() condition into helper functionPaul E. McKenney1-5/+21
2015-07-17rcu: Add stall warnings to synchronize_sched_expedited()Paul E. McKenney1-4/+54
2015-07-17rcu: Extend expedited funnel locking to rcu_data structurePaul E. McKenney1-3/+16
2015-07-17rcu: Consolidate last open-coded expedited memory barrierPaul E. McKenney1-1/+1
2015-07-17rcu: Apply rcu_seq operations to _rcu_barrier()Paul E. McKenney1-53/+19
2015-07-17rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loopPaul E. McKenney1-7/+8
2015-07-17rcu: Fix synchronize_sched_expedited() type error for "s"Paul E. McKenney1-1/+1
2015-07-17rcu: Abstract funnel locking from synchronize_sched_expedited()Paul E. McKenney1-33/+47
2015-07-17rcu: Abstract sequence counting from synchronize_sched_expedited()Paul E. McKenney1-10/+58
2015-07-17rcu: Make expedited GP CPU stoppage asynchronousPeter Zijlstra1-14/+17
2015-07-17rcu: Get rid of synchronize_sched_expedited()'s polling loopPaul E. McKenney1-55/+40
2015-07-17rcu: Rework synchronize_sched_expedited() counter handlingPaul E. McKenney1-68/+30
2015-07-17rcu: Switch synchronize_sched_expedited() to stop_one_cpu()Peter Zijlstra1-27/+14
2015-07-17rcu: Reset rcu_fanout_leaf if out of boundsPaul E. McKenney1-0/+1
2015-07-15rcu: Limit count of static data to the number of RCU levelsAlexander Gordeev1-17/+4
2015-07-15rcu: Remove unnecessary fields from rcu_state structureAlexander Gordeev1-12/+15
2015-07-15rcu: Limit rcu_capacity[] size to RCU_NUM_LVLS itemsAlexander Gordeev1-6/+6
2015-07-15rcu: Simplify rcu_init_geometry() capacity arithmeticsAlexander Gordeev1-10/+8
2015-07-15rcu: Cleanup rcu_init_geometry() code and arithmeticsAlexander Gordeev1-14/+10
2015-07-15rcu: Remove superfluous local variable in rcu_init_geometry()Alexander Gordeev1-7/+7
2015-07-15rcu: Panic if RCU tree can not accommodate all CPUsAlexander Gordeev1-12/+17
2015-07-15rcu: Provide more diagnostics for stalled GP kthreadPaul E. McKenney1-2/+8
2015-07-06rcu: Drop RCU_USER_QS in favor of NO_HZ_FULLPaul E. McKenney1-4/+4
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2015-05-27Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', 'hotplug.2015.05.27a', 'init.2015.05.27a', 'tiny.2015.05.27a' and 'torture.2015.05.27a' into HEADPaul E. McKenney1-61/+120
2015-05-27rcu: Conditionally compile RCU's eqs warningsPaul E. McKenney1-8/+15
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_KTHREAD_PRIOPaul E. McKenney1-0/+4
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAFPaul E. McKenney1-4/+4
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUTPaul E. McKenney1-2/+2
2015-05-27rcu: Enable diagnostic dump of rcu_node combining treePaul E. McKenney1-0/+27
2015-05-27rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameterPaul E. McKenney1-2/+5
2015-05-27rcu: Provide diagnostic option to slow down grace-period scansPaul E. McKenney1-4/+25
2015-05-27rcu: Shut up spurious gcc uninitialized-variable warningPaul E. McKenney1-3/+3
2015-05-27rcu: Modulate grace-period slow init to normalize delayPaul E. McKenney1-2/+13
2015-05-27rcu: Correctly initialize ->rcu_qs_ctr_snap at online timePaul E. McKenney1-1/+1
2015-05-27rcu: Remove redundant offline checkPaul E. McKenney1-2/+0
2015-05-27rcu: Remove dead code from force_qs_rnp()Paul E. McKenney1-4/+0
2015-05-27rcu: Eliminate HOTPLUG_CPU #ifdef in favor of IS_ENABLED()Paul E. McKenney1-25/+14
2015-05-27rcu: Change function declaration to boolNicholas Mc Guire1-1/+1
2015-05-27rcu: Make rcu_*_data variables staticNicolas Iooss1-1/+1
2015-05-27rcu: Make synchronize_sched_expedited() call wait_rcu_gp()Paul E. McKenney1-1/+1
2015-05-27rcu: Add more debug info on "kthread starved" RCU CPU stall warningsPaul E. McKenney1-2/+3
2015-05-27rcu: Force wakeup of rcu_gp_kthread at grace-period endPaul E. McKenney1-0/+1