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