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