summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.h
AgeCommit message (Expand)Author
2016-06-15rcu: Correctly handle sparse possible cpusMark Rutland
2016-04-21Merge branches 'doc.2016.04.19a', 'exp.2016.03.31d', 'fixes.2016.03.31d' and ...Paul E. McKenney
2016-03-31rcu: Awaken grace-period kthread if too long since FQSPaul E. McKenney
2016-03-31rcu: Overlap wakeups with next expedited grace periodPaul E. McKenney
2016-03-31rcu: Enforce expedited-GP fairness via funnel wait queuePaul E. McKenney
2016-03-31rcu: Shorten expedited_workdone* to exp_workdone*Paul E. McKenney
2016-03-31rcu: Remove expedited GP funnel-lock bypassPaul E. McKenney
2016-03-15Merge commit 'fixes.2015.02.23a' into core/rcuIngo Molnar
2016-02-25rcu: Use simple wait queues where possible in rcutreePaul Gortmaker
2016-02-25rcu: Do not call rcu_nocb_gp_cleanup() while holding rnp->lockDaniel Wagner
2016-02-23RCU: Privatize rcu_node::lockBoqun Feng
2015-12-07Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...Paul E. McKenney
2015-12-05rcutorture: Print symbolic name for ->gp_statePaul E. McKenney
2015-12-04rcu: Reduce expedited GP memory contention via per-CPU variablesPaul E. McKenney
2015-12-04rcu: Clarify role of ->expmaskinitnextPaul E. McKenney
2015-11-23rcu: Create transitive rnp->lock acquisition functionsPeter Zijlstra
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