summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree_exp.h
AgeCommit message (Expand)Author
2021-03-15rcu/tree: Add a trace event for RCU CPU stall warningsSangmoon Kim
2021-01-04rcu: Mark obtuse portion of stall warning as internal debugPaul E. McKenney
2020-08-24rcu: Initialize at declaration time in rcu_exp_handler()Paul E. McKenney
2020-06-29rcu: Expedited grace-period sleeps to idle priorityPaul E. McKenney
2020-05-07Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney
2020-04-27rcu: Use data_race() for RCU expedited CPU stall-warning printsPaul E. McKenney
2020-04-27rcu: Don't use negative nesting depth in __rcu_read_unlock()Lai Jiangshan
2020-04-27rcu: Add *_ONCE() and data_race() to rcu_node ->exp_tasks plus lockingPaul E. McKenney
2020-03-21Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a...Paul E. McKenney
2020-02-20rcutorture: Allow boottime stall warnings to be suppressedPaul E. McKenney
2020-02-20rcutorture: Suppress forward-progress complaints during early bootPaul E. McKenney
2020-02-20rcu: Add WRITE_ONCE to rcu_node ->exp_seq_rq storePaul E. McKenney
2020-02-20rcu: Fix exp_funnel_lock()/rcu_exp_wait_wake() dataracePaul E. McKenney
2020-01-25rcu: Forgive slow expedited grace periods at boot timePaul E. McKenney
2020-01-24Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney
2020-01-24rcu: Provide wrappers for uses of ->rcu_read_lock_nestingLai Jiangshan
2019-12-09rcu: Use CONFIG_PREEMPTION where appropriateSebastian Andrzej Siewior
2019-12-09rcu: Enable tick for nohz_full CPUs slow to provide expedited QSPaul E. McKenney
2019-12-09rcu: Replace synchronize_sched_expedited_wait() "_sched" with "_rcu"Paul E. McKenney
2019-12-09rcu: Update tree_exp.h function-header commentsPaul E. McKenney
2019-12-09rcu: Rename sync_rcu_preempt_exp_done() to sync_rcu_exp_done()Paul E. McKenney
2019-12-09rcu: Allow only one expedited GP to run concurrently with wakeupsNeeraj Upadhyay
2019-12-09rcu: Fix missed wakeup of exp_wq waitersNeeraj Upadhyay
2019-12-09rcu: Substitute lookup for bit-twiddling in sync_rcu_exp_select_node_cpus()Paul E. McKenney
2019-12-09rcu: Avoid modifying mask_ofl_ipi in sync_rcu_exp_select_node_cpus()Boqun Feng
2019-12-09rcu: Use *_ONCE() to protect lockless ->expmask accessesPaul E. McKenney
2019-08-12rcu: Fix spelling mistake "greate"->"great"Mukesh Ojha
2019-08-01rcu: Add destroy_work_on_stack() to match INIT_WORK_ONSTACK()Paul E. McKenney
2019-06-19Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...Paul E. McKenney
2019-06-13rcu: Upgrade sync_exp_work_done() to smp_mb()Paul E. McKenney
2019-05-28rcu: Remove unused rdp local from synchronize_rcu_expedited()Jiang Biao
2019-05-28rcu: Rename rcu_data's ->deferred_qs to ->exp_deferred_qsPaul E. McKenney
2019-05-25rcu: Avoid self-IPI in sync_sched_exp_online_cleanup()Paul E. McKenney
2019-05-25rcu: Avoid self-IPI in sync_rcu_exp_select_node_cpus()Paul E. McKenney
2019-04-09Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.2...Paul E. McKenney
2019-03-26rcu: Move rcu_print_task_exp_stall() to tree_exp.hPaul E. McKenney
2019-03-26rcu: Correct READ_ONCE()/WRITE_ONCE() for ->rcu_read_unlock_specialPaul E. McKenney
2019-03-26rcu: Fix typo in tree_exp.h commentPaul E. McKenney
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-25rcu: Remove preemption disabling from expedited CPU selectionPaul E. McKenney
2019-01-25rcu: Inline _synchronize_rcu_expedited() into synchronize_rcu_expedited()Paul E. McKenney
2019-01-25rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu()Paul E. McKenney
2019-01-25rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu_expedited()Paul E. McKenney
2019-01-25rcu: Determine expedited-GP IPI handler at build timePaul E. McKenney
2019-01-25rcu: Make expedited IPI handler return after handling critical sectionPaul E. McKenney
2018-11-12rcu: Speed up expedited GPs when interrupting RCU readerPaul E. McKenney
2018-11-11rcu: Stop expedited grace periods from relying on stop-machinePaul E. McKenney
2018-08-30rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticksPaul E. McKenney
2018-08-30rcu: Switch urgent quiescent-state requests to rcu_data structurePaul E. McKenney