summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_exp.h
Commit message (Expand)AuthorAgeFilesLines
...
| * rcu: Fix exp_funnel_lock()/rcu_exp_wait_wake() dataracePaul E. McKenney2020-02-201-1/+1
|/
* rcu: Forgive slow expedited grace periods at boot timePaul E. McKenney2020-01-251-1/+0
*-. Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney2020-01-241-56/+91
|\ \
| | * rcu: Provide wrappers for uses of ->rcu_read_lock_nestingLai Jiangshan2020-01-241-2/+2
| | * rcu: Use CONFIG_PREEMPTION where appropriateSebastian Andrzej Siewior2019-12-091-1/+1
| |/ |/|
| * rcu: Enable tick for nohz_full CPUs slow to provide expedited QSPaul E. McKenney2019-12-091-7/+45
| * rcu: Replace synchronize_sched_expedited_wait() "_sched" with "_rcu"Paul E. McKenney2019-12-091-2/+2
| * rcu: Update tree_exp.h function-header commentsPaul E. McKenney2019-12-091-12/+13
| * rcu: Rename sync_rcu_preempt_exp_done() to sync_rcu_exp_done()Paul E. McKenney2019-12-091-10/+9
| * rcu: Allow only one expedited GP to run concurrently with wakeupsNeeraj Upadhyay2019-12-091-6/+5
| * rcu: Fix missed wakeup of exp_wq waitersNeeraj Upadhyay2019-12-091-1/+1
| * rcu: Substitute lookup for bit-twiddling in sync_rcu_exp_select_node_cpus()Paul E. McKenney2019-12-091-2/+2
| * rcu: Avoid modifying mask_ofl_ipi in sync_rcu_exp_select_node_cpus()Boqun Feng2019-12-091-7/+6
| * rcu: Use *_ONCE() to protect lockless ->expmask accessesPaul E. McKenney2019-12-091-10/+9
|/
* rcu: Fix spelling mistake "greate"->"great"Mukesh Ojha2019-08-121-1/+1
* rcu: Add destroy_work_on_stack() to match INIT_WORK_ONSTACK()Paul E. McKenney2019-08-011-1/+5
*-. Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...Paul E. McKenney2019-06-191-2/+1
|\ \
| | * rcu: Upgrade sync_exp_work_done() to smp_mb()Paul E. McKenney2019-06-131-2/+1
| |/
* | rcu: Remove unused rdp local from synchronize_rcu_expedited()Jiang Biao2019-05-281-2/+0
* | rcu: Rename rcu_data's ->deferred_qs to ->exp_deferred_qsPaul E. McKenney2019-05-281-4/+4
* | rcu: Avoid self-IPI in sync_sched_exp_online_cleanup()Paul E. McKenney2019-05-251-6/+29
* | rcu: Avoid self-IPI in sync_rcu_exp_select_node_cpus()Paul E. McKenney2019-05-251-0/+5
|/
*-. Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.2...Paul E. McKenney2019-04-091-2/+34
|\ \
| | * rcu: Move rcu_print_task_exp_stall() to tree_exp.hPaul E. McKenney2019-03-261-0/+32
| |/ |/|
| * rcu: Correct READ_ONCE()/WRITE_ONCE() for ->rcu_read_unlock_specialPaul E. McKenney2019-03-261-1/+1
| * rcu: Fix typo in tree_exp.h commentPaul E. McKenney2019-03-261-1/+1
|/
*-. Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney2019-02-091-17/+2
|\ \
| | * rcu/tree: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2
| |/ |/|
| * rcu: Remove preemption disabling from expedited CPU selectionPaul E. McKenney2019-01-251-2/+0
|/
* rcu: Inline _synchronize_rcu_expedited() into synchronize_rcu_expedited()Paul E. McKenney2019-01-251-45/+36
* rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu()Paul E. McKenney2019-01-251-27/+0
* rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu_expedited()Paul E. McKenney2019-01-251-56/+49
* rcu: Determine expedited-GP IPI handler at build timePaul E. McKenney2019-01-251-16/+14
* rcu: Make expedited IPI handler return after handling critical sectionPaul E. McKenney2019-01-251-0/+1
* rcu: Speed up expedited GPs when interrupting RCU readerPaul E. McKenney2018-11-121-1/+3
* rcu: Stop expedited grace periods from relying on stop-machinePaul E. McKenney2018-11-111-2/+4
* rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticksPaul E. McKenney2018-08-301-4/+2
* rcu: Switch urgent quiescent-state requests to rcu_data structurePaul E. McKenney2018-08-301-1/+1
* rcu: Avoid resched_cpu() when rescheduling the current CPUPaul E. McKenney2018-08-301-7/+10
* rcu: Clean up flavor-related definitions and comments in tree_exp.hPaul E. McKenney2018-08-301-11/+11
* rcu: Remove rsp parameter from rcu_node tree accessor macrosPaul E. McKenney2018-08-301-9/+9
* rcu: Remove rsp parameter from expedited grace-period functionsPaul E. McKenney2018-08-301-99/+86
* rcu: Remove rsp parameter from rcu_get_root()Paul E. McKenney2018-08-301-3/+3
* rcu: Remove rcu_state_p pointer to default rcu_state structurePaul E. McKenney2018-08-301-1/+1
* rcu: Remove rcu_state structure's ->rda fieldPaul E. McKenney2018-08-301-10/+9
* rcu: Eliminate rcu_state structure's ->call fieldPaul E. McKenney2018-08-301-1/+1
* rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney2018-08-301-76/+77
* rcu: Drop "wake" parameter from rcu_report_exp_rdp()Paul E. McKenney2018-08-301-5/+4
* rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney2018-08-301-16/+55
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-131-2/+2
|\