summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree.h
AgeCommit message (Expand)Author
2018-08-30rcu: Remove rsp parameter from expedited grace-period functionsPaul E. McKenney
2018-08-30rcu: Remove rsp parameter from no-CBs CPU functionsPaul E. McKenney
2018-08-30rcu: Remove rsp parameter from print_cpu_stall_info()Paul E. McKenney
2018-08-30rcu: Remove rsp parameter from rcu_spawn_one_boost_kthread()Paul E. McKenney
2018-08-30rcu: Remove rsp parameter from dump_blkd_tasks() and friendPaul E. McKenney
2018-08-30rcu: Remove rsp parameter from rcu_print_detail_task_stall()Paul E. McKenney
2018-08-30rcu: Remove rcu_state structure's ->rda fieldPaul E. McKenney
2018-08-30rcu: Eliminate rcu_state structure's ->call fieldPaul E. McKenney
2018-08-30rcu: Remove RCU_STATE_INITIALIZER()Paul E. McKenney
2018-08-30rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney
2018-08-30rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safePaul E. McKenney
2018-08-30rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney
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