summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.h
Commit message (Expand)AuthorAgeFilesLines
* rcu: Rename rcu_data's ->deferred_qs to ->exp_deferred_qsPaul E. McKenney2019-05-281-1/+1
* rcu: Use irq_work to get scheduler's attention in clean contextPaul E. McKenney2019-05-251-0/+2
* rcu: Enable elimination of Tree-RCU softirq processingSebastian Andrzej Siewior2019-05-251-1/+1
* rcu: Move forward-progress checkers into tree_stall.hPaul E. McKenney2019-03-261-0/+2
* rcu: Move irq-disabled stall-warning checking to tree_stall.hPaul E. McKenney2019-03-261-0/+1
* rcu: Organize functions in tree_stall.hPaul E. McKenney2019-03-261-1/+0
* rcu: Move FAST_NO_HZ stall-warning code to tree_stall.hPaul E. McKenney2019-03-261-1/+0
* rcu: Inline RCU stall-warning info helper functionsPaul E. McKenney2019-03-261-2/+0
* rcu: Inline RCU task stall-warning helper functionsPaul E. McKenney2019-03-261-1/+0
* rcu: Move RCU CPU stall-warning code out of tree.cPaul E. McKenney2019-03-261-3/+7
*---. 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