summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.h
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney2019-02-091-24/+3
|\ \ \
| | | * srcu: Remove srcu_queue_delayed_work_on()Sebastian Andrzej Siewior2019-01-251-8/+0
| |_|/ |/| |
| | * rcu/tree: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2
| |/ |/|
| * rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney2019-01-251-1/+1
|/
* Merge branches 'consolidate.2019.01.26a' and 'fwd.2019.01.26a' into HEADPaul E. McKenney2019-01-251-8/+9
|\
| * rcu: Improve diagnostics for failed RCU grace-period startPaul E. McKenney2019-01-251-0/+2
| * rcu: Remove unused rcu_cpu_kthread_cpu per-CPU variablePaul E. McKenney2019-01-251-4/+0
| * rcu: Move rcu_cpu_has_work to rcu_data structurePaul E. McKenney2019-01-251-2/+1
| * rcu: Remove unused rcu_cpu_kthread_loops per-CPU variablePaul E. McKenney2019-01-251-1/+0
| * rcu: Move rcu_cpu_kthread_status to rcu_data structurePaul E. McKenney2019-01-251-1/+2
| * rcu: Move rcu_cpu_kthread_task to rcu_data structurePaul E. McKenney2019-01-251-1/+5
* | rcu: Discard separate per-CPU callback countsPaul E. McKenney2019-01-251-5/+1
* | rcu: Determine expedited-GP IPI handler at build timePaul E. McKenney2019-01-251-1/+0
* | rcu: Rename and comment changes due to only one rcuo kthread per CPUPaul E. McKenney2019-01-251-1/+1
|/
* rcutorture: Print time since GP end upon forward-progress failurePaul E. McKenney2018-12-011-0/+2
* rcu: Account for nocb-CPU callback counts in RCU CPU stall warningsPaul E. McKenney2018-12-011-0/+1
* rcu: Fix rcu_{node,data} comments about gp_seq_neededJoel Fernandes (Google)2018-11-081-2/+2
* rcu: Remove unused rcu_state externsJoel Fernandes (Google)2018-11-081-11/+0
* rcu: Convert rcu_state.ofl_lock to raw_spinlock_tMike Galbraith2018-08-301-1/+1
* rcu: Remove obsolete ->dynticks_fqs and ->cond_resched_completedPaul E. McKenney2018-08-301-9/+3
* rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticksPaul E. McKenney2018-08-301-23/+12
* rcu: Switch dyntick nesting counters to rcu_data structurePaul E. McKenney2018-08-301-2/+0
* rcu: Switch urgent quiescent-state requests to rcu_data structurePaul E. McKenney2018-08-301-2/+0
* rcu: Switch lazy counts to rcu_data structurePaul E. McKenney2018-08-301-7/+0
* rcu: Switch last accelerate/advance to rcu_data structurePaul E. McKenney2018-08-301-4/+0
* rcu: Switch ->tick_nohz_enabled_snap to rcu_data structurePaul E. McKenney2018-08-301-1/+0
* rcu: Merge rcu_dynticks structure into rcu_data structurePaul E. McKenney2018-08-301-0/+17
* rcu: Convert "1UL << x" to "BIT(x)"Paul E. McKenney2018-08-301-1/+1
* rcu: More aggressively enlist scheduler aid for nohz_full CPUsPaul E. McKenney2018-08-301-0/+1
* rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structurePaul E. McKenney2018-08-301-3/+0
* rcu: Inline _rcu_barrier() into its sole remaining callerPaul E. McKenney2018-08-301-2/+2
* rcu: Inline increment_cpu_stall_ticks() into its sole callerPaul E. McKenney2018-08-301-1/+0
* rcu: Remove for_each_rcu_flavor() flavor-traversal macroPaul E. McKenney2018-08-301-7/+0
* rcu: Remove rcu_data structure's ->rsp fieldPaul E. McKenney2018-08-301-1/+0
* rcu: Remove rsp parameter from expedited grace-period functionsPaul E. McKenney2018-08-301-1/+0
* rcu: Remove rsp parameter from no-CBs CPU functionsPaul E. McKenney2018-08-301-3/+3
* rcu: Remove rsp parameter from print_cpu_stall_info()Paul E. McKenney2018-08-301-1/+1
* rcu: Remove rsp parameter from rcu_spawn_one_boost_kthread()Paul E. McKenney2018-08-301-4/+0
* rcu: Remove rsp parameter from dump_blkd_tasks() and friendPaul E. McKenney2018-08-301-4/+2
* rcu: Remove rsp parameter from rcu_print_detail_task_stall()Paul E. McKenney2018-08-301-1/+1
* rcu: Remove rcu_state structure's ->rda fieldPaul E. McKenney2018-08-301-1/+0
* rcu: Eliminate rcu_state structure's ->call fieldPaul E. McKenney2018-08-301-1/+0
* rcu: Remove RCU_STATE_INITIALIZER()Paul E. McKenney2018-08-301-6/+23
* rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney2018-08-301-7/+2
* rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safePaul E. McKenney2018-08-301-0/+1
* rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney2018-08-301-0/+3
* rcu: Remove unused rcu_kick_nohz_cpu() functionPaul E. McKenney2018-07-121-1/+0
* rcu: Add diagnostics for offline CPUs failing to report QSPaul E. McKenney2018-07-121-0/+1
* rcu: Record ->gp_state for both phases of grace-period initializationPaul E. McKenney2018-07-121-4/+8
* rcu: Add CPU online/offline state to dump_blkd_tasks()Paul E. McKenney2018-07-121-3/+9