summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.h
Commit message (Expand)AuthorAgeFilesLines
* rcu: Convert rcu_state.ofl_lock to raw_spinlock_tMike Galbraith2018-08-311-1/+1
* rcu: Remove obsolete ->dynticks_fqs and ->cond_resched_completedPaul E. McKenney2018-08-311-9/+3Star
* rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticksPaul E. McKenney2018-08-311-23/+12Star
* rcu: Switch dyntick nesting counters to rcu_data structurePaul E. McKenney2018-08-311-2/+0Star
* rcu: Switch urgent quiescent-state requests to rcu_data structurePaul E. McKenney2018-08-311-2/+0Star
* rcu: Switch lazy counts to rcu_data structurePaul E. McKenney2018-08-311-7/+0Star
* rcu: Switch last accelerate/advance to rcu_data structurePaul E. McKenney2018-08-311-4/+0Star
* rcu: Switch ->tick_nohz_enabled_snap to rcu_data structurePaul E. McKenney2018-08-311-1/+0Star
* rcu: Merge rcu_dynticks structure into rcu_data structurePaul E. McKenney2018-08-311-0/+17
* rcu: Convert "1UL << x" to "BIT(x)"Paul E. McKenney2018-08-311-1/+1
* rcu: More aggressively enlist scheduler aid for nohz_full CPUsPaul E. McKenney2018-08-311-0/+1
* rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structurePaul E. McKenney2018-08-311-3/+0Star
* rcu: Inline _rcu_barrier() into its sole remaining callerPaul E. McKenney2018-08-311-2/+2
* rcu: Inline increment_cpu_stall_ticks() into its sole callerPaul E. McKenney2018-08-311-1/+0Star
* rcu: Remove for_each_rcu_flavor() flavor-traversal macroPaul E. McKenney2018-08-311-7/+0Star
* rcu: Remove rcu_data structure's ->rsp fieldPaul E. McKenney2018-08-311-1/+0Star
* rcu: Remove rsp parameter from expedited grace-period functionsPaul E. McKenney2018-08-311-1/+0Star
* rcu: Remove rsp parameter from no-CBs CPU functionsPaul E. McKenney2018-08-311-3/+3
* rcu: Remove rsp parameter from print_cpu_stall_info()Paul E. McKenney2018-08-311-1/+1
* rcu: Remove rsp parameter from rcu_spawn_one_boost_kthread()Paul E. McKenney2018-08-311-4/+0Star
* rcu: Remove rsp parameter from dump_blkd_tasks() and friendPaul E. McKenney2018-08-311-4/+2Star
* rcu: Remove rsp parameter from rcu_print_detail_task_stall()Paul E. McKenney2018-08-311-1/+1
* rcu: Remove rcu_state structure's ->rda fieldPaul E. McKenney2018-08-311-1/+0Star
* rcu: Eliminate rcu_state structure's ->call fieldPaul E. McKenney2018-08-311-1/+0Star
* rcu: Remove RCU_STATE_INITIALIZER()Paul E. McKenney2018-08-311-6/+23
* rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney2018-08-311-7/+2Star
* rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safePaul E. McKenney2018-08-311-0/+1
* rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney2018-08-311-0/+3
* rcu: Remove unused rcu_kick_nohz_cpu() functionPaul E. McKenney2018-07-131-1/+0Star
* rcu: Add diagnostics for offline CPUs failing to report QSPaul E. McKenney2018-07-131-0/+1
* rcu: Record ->gp_state for both phases of grace-period initializationPaul E. McKenney2018-07-131-4/+8
* rcu: Add CPU online/offline state to dump_blkd_tasks()Paul E. McKenney2018-07-131-3/+9
* rcu: Remove CPU-hotplug failsafe from force-quiescent-state code pathPaul E. McKenney2018-07-131-1/+0Star
* rcu: Fix grace-period hangs due to race with CPU offlinePaul E. McKenney2018-07-131-0/+4
* rcu: Remove ->gpnum and ->completedPaul E. McKenney2018-07-131-13/+1Star
* rcu: Move from ->need_future_gp[] to ->gp_seq_neededPaul E. McKenney2018-07-131-17/+2Star
* rcu: Convert grace-period requests to ->gp_seqPaul E. McKenney2018-07-121-1/+1
* rcu: Convert ->rcu_iw_gpnum to ->gp_seqPaul E. McKenney2018-07-121-1/+1
* rcu: Introduce grace-period sequence numbersPaul E. McKenney2018-07-121-0/+3
* rcu: Diagnostics for grace-period startup hangsPaul E. McKenney2018-07-121-0/+2
* rcu: Add debugging info to assertionPaul E. McKenney2018-06-261-0/+2
*---. Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and...Paul E. McKenney2018-05-151-9/+17
|\ \ \
| | * | rcu: Convert ->need_future_gp[] array to booleanPaul E. McKenney2018-05-151-1/+1
| | * | rcu: Make rcu_future_needs_gp() check all ->need_future_gps[] elementsPaul E. McKenney2018-05-151-1/+2
| | * | rcu: Avoid losing ->need_future_gp[] values due to GP start/end racesPaul E. McKenney2018-05-151-2/+1Star
| | * | rcu: Make rcu_gp_cleanup() more accurately predict need for new GPPaul E. McKenney2018-05-151-1/+0Star
| | * | rcu: Add accessor macros for the ->need_future_gp[] arrayPaul E. McKenney2018-05-151-0/+15
| | |/
| * | rcu: Declare rcu_eqs_special_set() in public headerYury Norov2018-05-151-1/+0Star
| * | rcu: Remove deprecated RCU debugfs tracing codeByungchul Park2018-05-151-4/+0Star
| * | rcu: Inline rcu_preempt_do_callback() into its sole callerByungchul Park2018-05-151-1/+0Star
| |/