aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-07Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEADPaul E. McKenney1-20/+28
2015-10-07rcu: Add online/offline info to expedited stall warning messagePaul E. McKenney1-0/+1
2015-10-07rcu: Stop silencing lockdep false positive for expedited grace periodsPaul E. McKenney1-8/+0
2015-10-07rcu: Switch synchronize_sched_expedited() to IPIPaul E. McKenney1-3/+0
2015-10-06rcu: Correct comment for values of ->gp_state fieldPaul E. McKenney1-1/+1
2015-10-06rcu: Finish folding ->fqs_state into ->gp_statePetr Mladek1-11/+3
2015-10-06rcu: Use call_rcu_func_t to replace explicit type equivalentsBoqun Feng1-2/+1
2015-10-06rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng1-1/+1
2015-09-20rcu: Make ->cpu_no_qs be a union for aggregate ORPaul E. McKenney1-1/+13
2015-09-20rcu: Invert passed_quiesce and rename to cpu_no_qsPaul E. McKenney1-1/+1
2015-09-20rcu: Rename qs_pending to core_needs_qsPaul E. McKenney1-2/+2
2015-09-20rcu: Move synchronize_sched_expedited() to combining treePaul E. McKenney1-1/+0
2015-09-20rcu: Consolidate tree setup for synchronize_rcu_expedited()Paul E. McKenney1-5/+12
2015-08-04rcu,locking: Privatize smp_mb__after_unlock_lock()Paul E. McKenney1-0/+12
2015-08-04rcu: Silence lockdep false positive for expedited grace periodsPaul E. McKenney1-0/+8
2015-07-17rcu: Add fastpath bypassing funnel lockingPaul E. McKenney1-1/+1
2015-07-17rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQSPaul E. McKenney1-1/+1
2015-07-17rcu: Add stall warnings to synchronize_sched_expedited()Paul E. McKenney1-0/+1
2015-07-17rcu: Extend expedited funnel locking to rcu_data structurePaul E. McKenney1-1/+3
2015-07-17rcu: Apply rcu_seq operations to _rcu_barrier()Paul E. McKenney1-1/+1
2015-07-17rcu: Make expedited GP CPU stoppage asynchronousPeter Zijlstra1-0/+6
2015-07-17rcu: Get rid of synchronize_sched_expedited()'s polling loopPaul E. McKenney1-2/+6
2015-07-17rcu: Rework synchronize_sched_expedited() counter handlingPaul E. McKenney1-7/+2
2015-07-17rcu: Switch synchronize_sched_expedited() to stop_one_cpu()Peter Zijlstra1-0/+1
2015-07-17rcu: Remove CONFIG_RCU_CPU_STALL_INFOPaul E. McKenney1-4/+0
2015-07-17rcu: Shut up bogus gcc array bounds warningAlexander Gordeev1-1/+3
2015-07-15rcu: Simplify arithmetic to calculate number of RCU nodesAlexander Gordeev1-13/+4
2015-07-15rcu: Limit count of static data to the number of RCU levelsAlexander Gordeev1-0/+12
2015-07-15rcu: Remove unnecessary fields from rcu_state structureAlexander Gordeev1-2/+0
2015-07-15rcu: Limit rcu_capacity[] size to RCU_NUM_LVLS itemsAlexander Gordeev1-2/+0
2015-07-15rcu: Limit rcu_state::levelcnt[] to RCU_NUM_LVLS itemsAlexander Gordeev1-1/+1
2015-07-15rcu: Provide more diagnostics for stalled GP kthreadPaul E. McKenney1-1/+5
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-9/+26
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAFPaul E. McKenney1-1/+11
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUTPaul E. McKenney1-3/+15
2015-05-27rcu: Make rcu_*_data variables staticNicolas Iooss1-3/+0
2015-05-27rcu: Eliminate a few RCU_BOOST #ifdefs in favor of IS_ENABLED()Paul E. McKenney1-2/+0
2015-03-12rcu: Eliminate ->onoff_mutex from rcu_node structurePaul E. McKenney1-2/+0
2015-03-12rcu: Process offlining and onlining only at grace-period startPaul E. McKenney1-0/+9
2015-01-15Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a', 'srcu.2015.01.06a', 'stall.2015.01.16a' and 'torture.2015.01.11a' into HEADPaul E. McKenney1-47/+15
2015-01-15rcu: Make cond_resched_rcu_qs() apply to normal RCU flavorsPaul E. McKenney1-0/+2
2015-01-10rcu: Remove redundant rcu_batches_completed() declarationPaul E. McKenney1-1/+0
2015-01-10rcu: Make _batches_completed() functions return unsigned longPaul E. McKenney1-1/+1
2015-01-06rcu: Handle gpnum/completed wrap while dyntick idlePaul E. McKenney1-0/+1
2015-01-06rcu: Improve diagnostics for spurious RCU CPU stall warningsPaul E. McKenney1-0/+2
2015-01-06rcu: Make RCU_CPU_STALL_INFO include number of fqs attemptsPaul E. McKenney1-0/+2
2015-01-06rcu: Revert "Allow post-unlock reference for rt_mutex" to avoid priority-inversionLai Jiangshan1-5/+0
2015-01-06rcu: Don't migrate blocked tasks even if all corresponding CPUs offlinePaul E. McKenney1-18/+0
2015-01-06rcu: Abstract rcu_cleanup_dead_rnp() from rcu_cleanup_dead_cpu()Paul E. McKenney1-0/+1
2015-01-06rcu: Remove "select IRQ_WORK" from config TREE_RCULai Jiangshan1-1/+0