summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree_exp.h
AgeCommit message (Expand)Author
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
2018-08-30rcu: Avoid resched_cpu() when rescheduling the current CPUPaul E. McKenney
2018-08-30rcu: Clean up flavor-related definitions and comments in tree_exp.hPaul E. McKenney
2018-08-30rcu: Remove rsp parameter from rcu_node tree accessor macrosPaul E. McKenney
2018-08-30rcu: Remove rsp parameter from expedited grace-period functionsPaul E. McKenney
2018-08-30rcu: Remove rsp parameter from rcu_get_root()Paul E. McKenney
2018-08-30rcu: Remove rcu_state_p pointer to default rcu_state structurePaul 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: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney
2018-08-30rcu: Drop "wake" parameter from rcu_report_exp_rdp()Paul E. McKenney
2018-08-30rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney
2018-08-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-07-12rcu: Make expedited GPs handle CPU 0 being offlineBoqun Feng