summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree.h
AgeCommit message (Expand)Author
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney
2019-02-09rcu/tree: Convert to SPDX license identifierPaul E. McKenney
2019-01-25srcu: Remove srcu_queue_delayed_work_on()Sebastian Andrzej Siewior
2019-01-25rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney
2019-01-25Merge branches 'consolidate.2019.01.26a' and 'fwd.2019.01.26a' into HEADPaul E. McKenney
2019-01-25rcu: Improve diagnostics for failed RCU grace-period startPaul E. McKenney
2019-01-25rcu: Remove unused rcu_cpu_kthread_cpu per-CPU variablePaul E. McKenney
2019-01-25rcu: Move rcu_cpu_has_work to rcu_data structurePaul E. McKenney
2019-01-25rcu: Remove unused rcu_cpu_kthread_loops per-CPU variablePaul E. McKenney
2019-01-25rcu: Move rcu_cpu_kthread_status to rcu_data structurePaul E. McKenney
2019-01-25rcu: Move rcu_cpu_kthread_task to rcu_data structurePaul E. McKenney
2019-01-25rcu: Discard separate per-CPU callback countsPaul E. McKenney
2019-01-25rcu: Determine expedited-GP IPI handler at build timePaul E. McKenney
2019-01-25rcu: Rename and comment changes due to only one rcuo kthread per CPUPaul E. McKenney
2018-12-01rcutorture: Print time since GP end upon forward-progress failurePaul E. McKenney
2018-12-01rcu: Account for nocb-CPU callback counts in RCU CPU stall warningsPaul E. McKenney
2018-11-08rcu: Fix rcu_{node,data} comments about gp_seq_neededJoel Fernandes (Google)
2018-11-08rcu: Remove unused rcu_state externsJoel Fernandes (Google)
2018-08-30rcu: Convert rcu_state.ofl_lock to raw_spinlock_tMike Galbraith
2018-08-30rcu: Remove obsolete ->dynticks_fqs and ->cond_resched_completedPaul E. McKenney
2018-08-30rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticksPaul E. McKenney
2018-08-30rcu: Switch dyntick nesting counters to rcu_data structurePaul E. McKenney
2018-08-30rcu: Switch urgent quiescent-state requests to rcu_data structurePaul E. McKenney
2018-08-30rcu: Switch lazy counts to rcu_data structurePaul E. McKenney
2018-08-30rcu: Switch last accelerate/advance to rcu_data structurePaul E. McKenney
2018-08-30rcu: Switch ->tick_nohz_enabled_snap to rcu_data structurePaul E. McKenney
2018-08-30rcu: Merge rcu_dynticks structure into rcu_data structurePaul E. McKenney
2018-08-30rcu: Convert "1UL << x" to "BIT(x)"Paul E. McKenney
2018-08-30rcu: More aggressively enlist scheduler aid for nohz_full CPUsPaul E. McKenney
2018-08-30rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structurePaul E. McKenney
2018-08-30rcu: Inline _rcu_barrier() into its sole remaining callerPaul E. McKenney
2018-08-30rcu: Inline increment_cpu_stall_ticks() into its sole callerPaul E. McKenney
2018-08-30rcu: Remove for_each_rcu_flavor() flavor-traversal macroPaul E. McKenney
2018-08-30rcu: Remove rcu_data structure's ->rsp fieldPaul E. McKenney
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