summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.h
AgeCommit message (Expand)Author
2018-07-12rcu: Remove unused rcu_kick_nohz_cpu() functionPaul E. McKenney
2018-07-12rcu: Add diagnostics for offline CPUs failing to report QSPaul E. McKenney
2018-07-12rcu: Record ->gp_state for both phases of grace-period initializationPaul E. McKenney
2018-07-12rcu: Add CPU online/offline state to dump_blkd_tasks()Paul E. McKenney
2018-07-12rcu: Remove CPU-hotplug failsafe from force-quiescent-state code pathPaul E. McKenney
2018-07-12rcu: Fix grace-period hangs due to race with CPU offlinePaul E. McKenney
2018-07-12rcu: Remove ->gpnum and ->completedPaul E. McKenney
2018-07-12rcu: Move from ->need_future_gp[] to ->gp_seq_neededPaul E. McKenney
2018-07-12rcu: Convert grace-period requests to ->gp_seqPaul E. McKenney
2018-07-12rcu: Convert ->rcu_iw_gpnum to ->gp_seqPaul E. McKenney
2018-07-12rcu: Introduce grace-period sequence numbersPaul E. McKenney
2018-07-12rcu: Diagnostics for grace-period startup hangsPaul E. McKenney
2018-06-26rcu: Add debugging info to assertionPaul E. McKenney
2018-05-15Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and...Paul E. McKenney
2018-05-15rcu: Convert ->need_future_gp[] array to booleanPaul E. McKenney
2018-05-15rcu: Make rcu_future_needs_gp() check all ->need_future_gps[] elementsPaul E. McKenney
2018-05-15rcu: Avoid losing ->need_future_gp[] values due to GP start/end racesPaul E. McKenney
2018-05-15rcu: Make rcu_gp_cleanup() more accurately predict need for new GPPaul E. McKenney
2018-05-15rcu: Add accessor macros for the ->need_future_gp[] arrayPaul E. McKenney
2018-05-15rcu: Declare rcu_eqs_special_set() in public headerYury Norov
2018-05-15rcu: Remove deprecated RCU debugfs tracing codeByungchul Park
2018-05-15rcu: Inline rcu_preempt_do_callback() into its sole callerByungchul Park
2018-05-15rcu: Parallelize expedited grace-period initializationPaul E. McKenney
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