summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree.h
AgeCommit message (Expand)Author
2018-02-20rcu: Remove redundant nxttail index macro defineLiu, Changcheng
2018-02-20rcu: Remove obsolete force-quiescent-state statistics for debugfsPaul E. McKenney
2018-02-20rcu: Remove obsolete __rcu_pending() statistics for debugfsPaul E. McKenney
2018-02-20rcu: Remove obsolete callback-invocation statistics for debugfsPaul E. McKenney
2018-02-20rcu: Remove obsolete boost statistics for debugfsPaul E. McKenney
2017-11-28rcu: Shrink ->dynticks_{nmi_,}nesting from long long to longPaul E. McKenney
2017-11-27rcu: Make ->dynticks_nesting be a simple counterPaul E. McKenney
2017-10-09rcu: Make RCU CPU stall warnings check for irq-disabled CPUsPaul E. McKenney
2017-08-17Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney
2017-07-25rcu: Localize rcu_state ->orphan_pend and ->orphan_donePaul E. McKenney
2017-07-25rcu: Eliminate rcu_state ->orphan_lockPaul E. McKenney
2017-07-25rcu: Make NOCB CPUs migrate CBs directly from outgoing CPUPaul E. McKenney
2017-07-25rcu: Remove orphan/adopt event-tracing fieldsPaul E. McKenney
2017-07-25rcu: Use timer as backstop for NOCB deferred wakeupsPaul E. McKenney
2017-06-08rcu: Remove debugfs tracingPaul E. McKenney
2017-06-08rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney
2017-06-08rcu: Move rnp->lock wrappers for SRCU usePaul E. McKenney
2017-06-08rcu: Convert rnp->lock wrappers to macros for SRCU usePaul E. McKenney
2017-06-08rcu: Use RCU_NOCB_WAKE rather than RCU_NOGP_WAKEPaul E. McKenney
2017-06-08rcu: Complain if blocking in preemptible RCU read-side critical sectionPaul E. McKenney
2017-05-02srcu: Debloat the <linux/rcu_segcblist.h> headerIngo Molnar
2017-04-21srcu: Parallelize callback handlingPaul E. McKenney
2017-04-18srcu: Move rcu_node traversal macros to rcu.hPaul E. McKenney
2017-04-18srcu: Move combining-tree definitions for SRCU's benefitPaul E. McKenney
2017-04-18srcu: Use rcu_segcblist to track SRCU callbacksPaul E. McKenney
2017-04-18srcu: Abstract multi-tail callback list handlingPaul E. McKenney
2017-04-18rcu: Default RCU_FANOUT_LEAF to 16 unless explicitly changedPaul E. McKenney
2017-04-18rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actionsPaul E. McKenney
2017-04-18rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle()Paul E. McKenney
2017-04-18rcu: Pull rcu_qs_ctr into rcu_dynticks structurePaul E. McKenney
2017-04-18rcu: Pull rcu_sched_qs_mask into rcu_dynticks structurePaul E. McKenney
2017-04-18rcu: Maintain special bits at bottom of ->dynticks counterPaul E. McKenney
2017-03-02sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>Ingo Molnar
2017-01-25Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a',...Paul E. McKenney
2017-01-25srcu: Force full grace-period orderingPaul E. McKenney
2017-01-23rcu: Abstract extended quiescent state determinationPaul E. McKenney
2017-01-23rcu: Eliminate unused expedited_normal counterPaul E. McKenney
2016-11-14rcu: Make expedited grace periods recheck dyntick idle statePaul E. McKenney
2016-08-22rcu: Drive expedited grace periods from workqueuePaul E. McKenney
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