| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-08-14 | rcuscale: Stop testing RCU Tasks Rude asynchronous APIs |  Paul E. McKenney | 1 | -2/+0 |
| 2024-08-14 | rcutorture: Stop testing RCU Tasks Rude asynchronous APIs |  Paul E. McKenney | 1 | -8/+0 |
| 2024-08-14 | rcutorture: Add a stall_cpu_repeat module parameter |  Paul E. McKenney | 1 | -16/+40 |
| 2024-08-12 | srcu: Mark callbacks not currently participating in barrier operation |  Paul E. McKenney | 1 | -0/+2 |
| 2024-08-12 | srcu: Check for concurrent updates of heuristics |  Paul E. McKenney | 1 | -0/+2 |
| 2024-08-12 | srcu: faster gp seq wrap-around |  JP Kobryn | 2 | -6/+4 |
| 2024-08-12 | rcu: Use system_unbound_wq to avoid disturbing isolated CPUs |  Waiman Long | 1 | -4/+4 |
| 2024-08-11 | rcu: Annotate struct kvfree_rcu_bulk_data with __counted_by() |  Thorsten Blum | 1 | -2/+3 |
| 2024-08-11 | context_tracking, rcu: Rename DYNTICK_IRQ_NONIDLE into CT_NESTING_IRQ_NONIDLE |  Valentin Schneider | 1 | -1/+1 |
| 2024-08-11 | context_tracking, rcu: Rename ct_dynticks_nmi_nesting_cpu() into ct_nmi_nesting_cpu() |  Valentin Schneider | 1 | -1/+1 |
| 2024-08-11 | context_tracking, rcu: Rename ct_dynticks_nmi_nesting() into ct_nmi_nesting() |  Valentin Schneider | 1 | -3/+3 |
| 2024-08-11 | context_tracking, rcu: Rename struct context_tracking .dynticks_nmi_nesting into .nmi_nesting |  Valentin Schneider | 1 | -2/+2 |
| 2024-08-11 | context_tracking, rcu: Rename ct_dynticks_nesting_cpu() into ct_nesting_cpu() |  Valentin Schneider | 1 | -1/+1 |
| 2024-08-11 | context_tracking, rcu: Rename ct_dynticks_nesting() into ct_nesting() |  Valentin Schneider | 1 | -3/+3 |
| 2024-08-11 | context_tracking, rcu: Rename struct context_tracking .dynticks_nesting into .nesting |  Valentin Schneider | 1 | -4/+4 |
| 2024-07-29 | rcu/kfree: Warn on unexpected tail state |  Paul E. McKenney | 1 | -1/+1 |
| 2024-07-29 | rcutorture: Make rcu_torture_write_types() print number of update types |  Paul E. McKenney | 1 | -0/+1 |
| 2024-07-29 | rcutorture: Generic test for NUM_ACTIVE_*RCU_POLL* |  Paul E. McKenney | 1 | -8/+28 |
| 2024-07-29 | rcutorture: Add SRCU ->same_gp_state and ->get_comp_state functions |  Paul E. McKenney | 1 | -0/+4 |
| 2024-07-29 | rcutorture: Remove redundant rcu_torture_ops get_gp_completed fields |  Paul E. McKenney | 1 | -8/+4 |
| 2024-07-29 | rcu/nocb: Remove SEGCBLIST_RCU_CORE |  Frederic Weisbecker | 3 | -21/+0 |
| 2024-07-29 | rcu/nocb: Remove halfway (de-)offloading handling from rcu_core |  Frederic Weisbecker | 1 | -22/+4 |
| 2024-07-29 | rcu/nocb: Remove halfway (de-)offloading handling from rcu_core()'s QS reporting |  Frederic Weisbecker | 1 | -13/+0 |
| 2024-07-29 | rcu/nocb: Remove halfway (de-)offloading handling from bypass |  Frederic Weisbecker | 1 | -8/+0 |
| 2024-07-29 | rcu/nocb: (De-)offload callbacks on offline CPUs only |  Frederic Weisbecker | 1 | -61/+21 |
| 2024-07-29 | rcu/nocb: Introduce nocb mutex |  Frederic Weisbecker | 4 | -8/+17 |
| 2024-07-29 | rcu/nocb: Assert no callbacks while nocb kthread allocation fails |  Frederic Weisbecker | 1 | -3/+11 |
| 2024-07-29 | rcu/nocb: Move nocb field at the end of state struct |  Frederic Weisbecker | 1 | -1/+4 |
| 2024-07-29 | rcu/nocb: Introduce RCU_NOCB_LOCKDEP_WARN() |  Frederic Weisbecker | 2 | -16/+2 |
| 2024-07-29 | context_tracking, rcu: Rename ct_dynticks_cpu_acquire() into ct_rcu_watching_cpu_acquire() |  Valentin Schneider | 2 | -3/+3 |
| 2024-07-29 | context_tracking, rcu: Rename ct_dynticks_cpu() into ct_rcu_watching_cpu() |  Valentin Schneider | 2 | -7/+7 |
| 2024-07-29 | context_tracking, rcu: Rename ct_dynticks() into ct_rcu_watching() |  Valentin Schneider | 1 | -1/+1 |
| 2024-07-29 | context_tracking, rcu: Rename RCU_DYNTICKS_IDX into CT_RCU_WATCHING |  Valentin Schneider | 1 | -6/+6 |
| 2024-07-04 | Merge branches 'doc.2024.06.06a', 'fixes.2024.07.04a', 'mb.2024.06.28a', 'nocb.2024.06.03a', 'rcu-tasks.2024.06.06a', 'rcutorture.2024.06.06a' and 'srcu.2024.06.18a' into HEAD |  Paul E. McKenney | 13 | -188/+200 |
| 2024-07-04 | rcu: Fix rcu_barrier() VS post CPUHP_TEARDOWN_CPU invocation |  Frederic Weisbecker | 1 | -3/+7 |
| 2024-07-04 | rcu: Eliminate lockless accesses to rcu_sync->gp_count |  Oleg Nesterov | 1 | -8/+4 |
| 2024-07-04 | rcu: Add rcutree.nohz_full_patience_delay to reduce nohz_full OS jitter |  Paul E. McKenney | 2 | -2/+19 |
| 2024-06-28 | rcu/exp: Remove redundant full memory barrier at the end of GP |  Frederic Weisbecker | 1 | -2/+6 |
| 2024-06-28 | rcu: Remove full memory barrier on RCU stall printout |  Frederic Weisbecker | 2 | -12/+2 |
| 2024-06-28 | rcu: Remove full memory barrier on boot time eqs sanity check |  Frederic Weisbecker | 1 | -1/+1 |
| 2024-06-28 | rcu/exp: Remove superfluous full memory barrier upon first EQS snapshot |  Frederic Weisbecker | 1 | -1/+15 |
| 2024-06-28 | rcu: Remove superfluous full memory barrier upon first EQS snapshot |  Frederic Weisbecker | 1 | -1/+12 |
| 2024-06-28 | rcu: Remove full ordering on second EQS snapshot |  Frederic Weisbecker | 1 | -1/+9 |
| 2024-06-18 | srcu: Fill out polled grace-period APIs |  Paul E. McKenney | 2 | -2/+4 |
| 2024-06-18 | srcu: Update cleanup_srcu_struct() comment |  Paul E. McKenney | 1 | -1/+4 |
| 2024-06-18 | srcu: Disable interrupts directly in srcu_gp_end() |  Paul E. McKenney | 1 | -3/+2 |
| 2024-06-18 | rcu: Disable interrupts directly in rcu_gp_init() |  Paul E. McKenney | 1 | -3/+3 |
| 2024-06-18 | rcu/tree: Reduce wake up for synchronize_rcu() common case |  Joel Fernandes (Google) | 2 | -4/+27 |
| 2024-06-06 | rcu/tasks: Fix stale task snaphot for Tasks Trace |  Frederic Weisbecker | 1 | -0/+10 |
| 2024-06-06 | rcutorture: Add missing MODULE_DESCRIPTION() macros |  Jeff Johnson | 3 | -0/+3 |