aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/rcu/tree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-08rcu: Remove debugfs tracingPaul E. McKenney1-27/+0
2017-06-08rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney1-16/+0
2017-06-08rcu: Move rnp->lock wrappers for SRCU usePaul E. McKenney1-53/+0
2017-06-08rcu: Convert rnp->lock wrappers to macros for SRCU usePaul E. McKenney1-26/+21
2017-06-08rcu: Use RCU_NOCB_WAKE rather than RCU_NOGP_WAKEPaul E. McKenney1-3/+3
2017-06-08rcu: Complain if blocking in preemptible RCU read-side critical sectionPaul E. McKenney1-1/+1
2017-05-02srcu: Debloat the <linux/rcu_segcblist.h> headerIngo Molnar1-1/+2
2017-04-21srcu: Parallelize callback handlingPaul E. McKenney1-0/+8
2017-04-18srcu: Move rcu_node traversal macros to rcu.hPaul E. McKenney1-35/+0
2017-04-18srcu: Move combining-tree definitions for SRCU's benefitPaul E. McKenney1-70/+1
2017-04-18srcu: Use rcu_segcblist to track SRCU callbacksPaul E. McKenney1-1/+1
2017-04-18srcu: Abstract multi-tail callback list handlingPaul E. McKenney1-34/+7
2017-04-18rcu: Default RCU_FANOUT_LEAF to 16 unless explicitly changedPaul E. McKenney1-5/+1
2017-04-18rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actionsPaul E. McKenney1-1/+2
2017-04-18rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle()Paul E. McKenney1-2/+1
2017-04-18rcu: Pull rcu_qs_ctr into rcu_dynticks structurePaul E. McKenney1-1/+2
2017-04-18rcu: Pull rcu_sched_qs_mask into rcu_dynticks structurePaul E. McKenney1-0/+1
2017-04-18rcu: Maintain special bits at bottom of ->dynticks counterPaul E. McKenney1-0/+1
2017-03-02sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>Ingo Molnar1-0/+1
2017-01-25Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a', 'srcu.2017.01.25a' and 'torture.2017.01.15b' into HEADPaul E. McKenney1-13/+2
2017-01-25srcu: Force full grace-period orderingPaul E. McKenney1-12/+0
2017-01-23rcu: Abstract extended quiescent state determinationPaul E. McKenney1-0/+2
2017-01-23rcu: Eliminate unused expedited_normal counterPaul E. McKenney1-1/+0
2016-11-14rcu: Make expedited grace periods recheck dyntick idle statePaul E. McKenney1-0/+1
2016-08-22rcu: Drive expedited grace periods from workqueuePaul E. McKenney1-0/+1
2016-06-15rcu: Correctly handle sparse possible cpusMark Rutland1-0/+15
2016-04-21Merge branches 'doc.2016.04.19a', 'exp.2016.03.31d', 'fixes.2016.03.31d' and 'torture.2016.04.21a' into HEADPaul E. McKenney1-10/+10
2016-03-31rcu: Awaken grace-period kthread if too long since FQSPaul E. McKenney1-0/+2
2016-03-31rcu: Overlap wakeups with next expedited grace periodPaul E. McKenney1-1/+2
2016-03-31rcu: Enforce expedited-GP fairness via funnel wait queuePaul E. McKenney1-6/+4
2016-03-31rcu: Shorten expedited_workdone* to exp_workdone*Paul E. McKenney1-3/+3
2016-03-31rcu: Remove expedited GP funnel-lock bypassPaul E. McKenney1-1/+0
2016-03-15Merge commit 'fixes.2015.02.23a' into core/rcuIngo Molnar1-11/+31
2016-02-25rcu: Use simple wait queues where possible in rcutreePaul Gortmaker1-6/+7
2016-02-25rcu: Do not call rcu_nocb_gp_cleanup() while holding rnp->lockDaniel Wagner1-1/+2
2016-02-23RCU: Privatize rcu_node::lockBoqun Feng1-11/+31
2015-12-07Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'list.2015.12.04b' and 'torture.2015.12.05a' into HEADPaul E. McKenney1-4/+18
2015-12-05rcutorture: Print symbolic name for ->gp_statePaul E. McKenney1-0/+12
2015-12-04rcu: Reduce expedited GP memory contention via per-CPU variablesPaul E. McKenney1-4/+4
2015-12-04rcu: Clarify role of ->expmaskinitnextPaul E. McKenney1-0/+2
2015-11-23rcu: Create transitive rnp->lock acquisition functionsPeter Zijlstra1-0/+39
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