aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-24Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kfree_rcu.2020.01.24a', 'list.2020.01.10a', 'preempt.2020.01.24a' and 'torture.2019.12.09a' into HEADPaul E. McKenney1-17/+1
2020-01-24rcu: Remove unused stop-machine #includePaul E. McKenney1-1/+0
2020-01-24rcu: Move gp_state_names[] and gp_state_getname() to tree_stall.hLai Jiangshan1-12/+0
2020-01-24rcu: Remove the declaration of call_rcu() in tree.hLai Jiangshan1-1/+0
2020-01-24rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)1-1/+0
2019-12-12rcu: Mark non-global functions and variables as staticPaul E. McKenney1-2/+0
2019-12-09rcu: Enable tick for nohz_full CPUs slow to provide expedited QSPaul E. McKenney1-0/+1
2019-10-28rcu: Force tick on for nohz_full CPUs not reaching quiescent statesPaul E. McKenney1-0/+1
2019-08-13rcu/nocb: Print no-CBs diagnostics when rcutorture writer unduly delayedPaul E. McKenney1-1/+6
2019-08-13rcu/nocb: Add bypass callback queueingPaul E. McKenney1-10/+18
2019-08-13rcu/nocb: Reduce ->nocb_lock contention with separate ->nocb_gp_lockPaul E. McKenney1-1/+2
2019-08-13rcu/nocb: Avoid ->nocb_lock capture by corresponding CPUPaul E. McKenney1-1/+17
2019-08-13rcu/nocb: Remove obsolete nocb_gp_head and nocb_gp_tail fieldsPaul E. McKenney1-4/+2
2019-08-13rcu/nocb: Remove obsolete nocb_cb_tail and nocb_cb_head fieldsPaul E. McKenney1-2/+0
2019-08-13rcu/nocb: Remove obsolete nocb_q_count and nocb_q_count_lazy fieldsPaul E. McKenney1-3/+0
2019-08-13rcu/nocb: Remove obsolete nocb_head and nocb_tail fieldsPaul E. McKenney1-3/+0
2019-08-13rcu/nocb: Use rcu_segcblist for no-CBs CPUsPaul E. McKenney1-6/+8
2019-08-13rcu/nocb: Leave ->cblist enabled for no-CBs CPUsPaul E. McKenney1-1/+0
2019-08-13rcu/nocb: Provide separate no-CBs grace-period kthreadsPaul E. McKenney1-2/+4
2019-08-13rcu/nocb: Update comments to prepare for forward-progress workPaul E. McKenney1-4/+4
2019-08-13rcu/nocb: Rename rcu_data fields to prepare for forward-progress workPaul E. McKenney1-7/+7
2019-05-28rcu: Rename rcu_data's ->deferred_qs to ->exp_deferred_qsPaul E. McKenney1-1/+1
2019-05-25rcu: Use irq_work to get scheduler's attention in clean contextPaul E. McKenney1-0/+2
2019-05-25rcu: Enable elimination of Tree-RCU softirq processingSebastian Andrzej Siewior1-1/+1
2019-03-26rcu: Move forward-progress checkers into tree_stall.hPaul E. McKenney1-0/+2
2019-03-26rcu: Move irq-disabled stall-warning checking to tree_stall.hPaul E. McKenney1-0/+1
2019-03-26rcu: Organize functions in tree_stall.hPaul E. McKenney1-1/+0
2019-03-26rcu: Move FAST_NO_HZ stall-warning code to tree_stall.hPaul E. McKenney1-1/+0
2019-03-26rcu: Inline RCU stall-warning info helper functionsPaul E. McKenney1-2/+0
2019-03-26rcu: Inline RCU task stall-warning helper functionsPaul E. McKenney1-1/+0
2019-03-26rcu: Move RCU CPU stall-warning code out of tree.cPaul E. McKenney1-3/+7
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'spdx.2019.02.09a', 'srcu.2019.01.26a' and 'torture.2019.01.26a' into HEADPaul E. McKenney1-24/+3
2019-02-09rcu/tree: Convert to SPDX license identifierPaul E. McKenney1-15/+2
2019-01-25srcu: Remove srcu_queue_delayed_work_on()Sebastian Andrzej Siewior1-8/+0
2019-01-25rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney1-1/+1
2019-01-25Merge branches 'consolidate.2019.01.26a' and 'fwd.2019.01.26a' into HEADPaul E. McKenney1-8/+9
2019-01-25rcu: Improve diagnostics for failed RCU grace-period startPaul E. McKenney1-0/+2
2019-01-25rcu: Remove unused rcu_cpu_kthread_cpu per-CPU variablePaul E. McKenney1-4/+0
2019-01-25rcu: Move rcu_cpu_has_work to rcu_data structurePaul E. McKenney1-2/+1
2019-01-25rcu: Remove unused rcu_cpu_kthread_loops per-CPU variablePaul E. McKenney1-1/+0
2019-01-25rcu: Move rcu_cpu_kthread_status to rcu_data structurePaul E. McKenney1-1/+2
2019-01-25rcu: Move rcu_cpu_kthread_task to rcu_data structurePaul E. McKenney1-1/+5
2019-01-25rcu: Discard separate per-CPU callback countsPaul E. McKenney1-5/+1
2019-01-25rcu: Determine expedited-GP IPI handler at build timePaul E. McKenney1-1/+0
2019-01-25rcu: Rename and comment changes due to only one rcuo kthread per CPUPaul E. McKenney1-1/+1
2018-12-01rcutorture: Print time since GP end upon forward-progress failurePaul E. McKenney1-0/+2
2018-12-01rcu: Account for nocb-CPU callback counts in RCU CPU stall warningsPaul E. McKenney1-0/+1
2018-11-08rcu: Fix rcu_{node,data} comments about gp_seq_neededJoel Fernandes (Google)1-2/+2
2018-11-08rcu: Remove unused rcu_state externsJoel Fernandes (Google)1-11/+0
2018-08-30rcu: Convert rcu_state.ofl_lock to raw_spinlock_tMike Galbraith1-1/+1