| Commit message (Expand) | Author | Age | Files | Lines |
* | rcu: Make call_rcu() lazy to save power | Joel Fernandes (Google) | 2022-11-29 | 1 | -1/+1 |
*-. | Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', ... | Paul E. McKenney | 2022-09-01 | 1 | -3/+54 |
|\ \ |
|
| | * | rcu: Make synchronize_rcu_expedited() fast path update .expedited_sequence | Paul E. McKenney | 2022-08-31 | 1 | -0/+6 |
| | * | rcu: Remove expedited grace-period fast-path forward-progress helper | Paul E. McKenney | 2022-08-31 | 1 | -2/+0 |
| | * | rcu: Add full-sized polling for cond_sync_exp_full() | Paul E. McKenney | 2022-08-31 | 1 | -0/+27 |
| | * | rcu: Add full-sized polling for start_poll_expedited() | Paul E. McKenney | 2022-08-31 | 1 | -0/+18 |
| |/
|/| |
|
| * | rcu: Add QS check in rcu_exp_handler() for non-preemptible kernels | Zqiang | 2022-08-31 | 1 | -1/+3 |
|/ |
|
* | Merge branch 'ctxt.2022.07.05a' into HEAD | Paul E. McKenney | 2022-07-21 | 1 | -1/+1 |
|\ |
|
| * | rcu/context_tracking: Move dynticks counter to context tracking | Frederic Weisbecker | 2022-07-05 | 1 | -1/+1 |
* | | rcu: Add irqs-disabled indicator to expedited RCU CPU stall warnings | Zqiang | 2022-07-21 | 1 | -2/+3 |
* | | rcu: Diagnose extended sync_rcu_do_polled_gp() loops | Paul E. McKenney | 2022-07-21 | 1 | -1/+6 |
* | | rcu: Put panic_on_rcu_stall() after expedited RCU CPU stall warnings | Zqiang | 2022-07-21 | 1 | -1/+1 |
* | | rcu: Add polled expedited grace-period primitives | Paul E. McKenney | 2022-07-21 | 1 | -0/+85 |
* | | rcu: Make polled grace-period API account for expedited grace periods | Paul E. McKenney | 2022-07-21 | 1 | -2/+14 |
|/ |
|
* | rcu: Move expedited grace period (GP) work to RT kthread_worker | Kalesh Singh | 2022-05-11 | 1 | -31/+116 |
* | rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUT | Uladzislau Rezki | 2022-05-11 | 1 | -2/+2 |
* | rcu: Mark ->expmask access in synchronize_rcu_expedited_wait() | Paul E. McKenney | 2022-02-01 | 1 | -1/+2 |
* | rcu/exp: Fix check for idle context in rcu_exp_handler | Neeraj Upadhyay | 2022-02-01 | 1 | -1/+1 |
* | rcu/exp: Mark current CPU as exp-QS in IPI loop second pass | Frederic Weisbecker | 2021-12-07 | 1 | -0/+1 |
* | rcu: Prevent expedited GP from enabling tick on offline CPU | Paul E. McKenney | 2021-12-07 | 1 | -1/+4 |
* | rcu: Mark sync_sched_exp_online_cleanup() ->cpu_no_qs.b.exp load | Paul E. McKenney | 2021-12-07 | 1 | -1/+1 |
* | rcu: Remove rcu_data.exp_deferred_qs and convert to rcu_data.cpu no_qs.b.exp | Frederic Weisbecker | 2021-12-07 | 1 | -3/+2 |
* | rcu: Move rcu_data.cpu_no_qs.b.exp reset to rcu_export_exp_rdp() | Frederic Weisbecker | 2021-12-07 | 1 | -0/+1 |
* | rcu: Fix existing exp request check in sync_sched_exp_online_cleanup() | Neeraj Upadhyay | 2021-09-13 | 1 | -1/+1 |
* | rcu: Make rcu_normal_after_boot writable again | Juri Lelli | 2021-09-13 | 1 | -1/+0 |
* | rcu/tree: Add a trace event for RCU CPU stall warnings | Sangmoon Kim | 2021-03-15 | 1 | -0/+1 |
* | rcu: Mark obtuse portion of stall warning as internal debug | Paul E. McKenney | 2021-01-04 | 1 | -1/+1 |
* | rcu: Initialize at declaration time in rcu_exp_handler() | Paul E. McKenney | 2020-08-24 | 1 | -4/+2 |
* | rcu: Expedited grace-period sleeps to idle priority | Paul E. McKenney | 2020-06-29 | 1 | -1/+1 |
*---. | Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020.... | Paul E. McKenney | 2020-05-07 | 1 | -26/+5 |
|\ \ \ |
|
| | | * | rcu: Use data_race() for RCU expedited CPU stall-warning prints | Paul E. McKenney | 2020-04-27 | 1 | -4/+4 |
| | |/
| |/| |
|
| | * | rcu: Don't use negative nesting depth in __rcu_read_unlock() | Lai Jiangshan | 2020-04-27 | 1 | -26/+5 |
| |/ |
|
* / | rcu: Add *_ONCE() and data_race() to rcu_node ->exp_tasks plus locking | Paul E. McKenney | 2020-04-27 | 1 | -8/+11 |
|/ |
|
*-. | Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a... | Paul E. McKenney | 2020-03-21 | 1 | -4/+9 |
|\ \ |
|
| | * | rcutorture: Allow boottime stall warnings to be suppressed | Paul E. McKenney | 2020-02-20 | 1 | -1/+1 |
| | * | rcutorture: Suppress forward-progress complaints during early boot | Paul E. McKenney | 2020-02-20 | 1 | -1/+6 |
| |/
|/| |
|
| * | rcu: Add WRITE_ONCE to rcu_node ->exp_seq_rq store | Paul E. McKenney | 2020-02-20 | 1 | -1/+1 |
| * | rcu: Fix exp_funnel_lock()/rcu_exp_wait_wake() datarace | Paul E. McKenney | 2020-02-20 | 1 | -1/+1 |
|/ |
|
* | rcu: Forgive slow expedited grace periods at boot time | Paul E. McKenney | 2020-01-25 | 1 | -1/+0 |
*-. | Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf... | Paul E. McKenney | 2020-01-24 | 1 | -56/+91 |
|\ \ |
|
| | * | rcu: Provide wrappers for uses of ->rcu_read_lock_nesting | Lai Jiangshan | 2020-01-24 | 1 | -2/+2 |
| | * | rcu: Use CONFIG_PREEMPTION where appropriate | Sebastian Andrzej Siewior | 2019-12-09 | 1 | -1/+1 |
| |/
|/| |
|
| * | rcu: Enable tick for nohz_full CPUs slow to provide expedited QS | Paul E. McKenney | 2019-12-09 | 1 | -7/+45 |
| * | rcu: Replace synchronize_sched_expedited_wait() "_sched" with "_rcu" | Paul E. McKenney | 2019-12-09 | 1 | -2/+2 |
| * | rcu: Update tree_exp.h function-header comments | Paul E. McKenney | 2019-12-09 | 1 | -12/+13 |
| * | rcu: Rename sync_rcu_preempt_exp_done() to sync_rcu_exp_done() | Paul E. McKenney | 2019-12-09 | 1 | -10/+9 |
| * | rcu: Allow only one expedited GP to run concurrently with wakeups | Neeraj Upadhyay | 2019-12-09 | 1 | -6/+5 |
| * | rcu: Fix missed wakeup of exp_wq waiters | Neeraj Upadhyay | 2019-12-09 | 1 | -1/+1 |
| * | rcu: Substitute lookup for bit-twiddling in sync_rcu_exp_select_node_cpus() | Paul E. McKenney | 2019-12-09 | 1 | -2/+2 |
| * | rcu: Avoid modifying mask_ofl_ipi in sync_rcu_exp_select_node_cpus() | Boqun Feng | 2019-12-09 | 1 | -7/+6 |