aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)AuthorFilesLines
2024-08-14rcu-tasks: Remove RCU Tasks Rude asynchronous APIsPaul E. McKenney1-38/+17
2024-08-14rcuscale: Stop testing RCU Tasks Rude asynchronous APIsPaul E. McKenney1-2/+0
2024-08-14rcutorture: Stop testing RCU Tasks Rude asynchronous APIsPaul E. McKenney1-8/+0
2024-08-14rcutorture: Add a stall_cpu_repeat module parameterPaul E. McKenney1-16/+40
2024-08-12srcu: Mark callbacks not currently participating in barrier operationPaul E. McKenney1-0/+2
2024-08-12srcu: Check for concurrent updates of heuristicsPaul E. McKenney1-0/+2
2024-08-12srcu: faster gp seq wrap-aroundJP Kobryn2-6/+4
2024-08-12rcu: Use system_unbound_wq to avoid disturbing isolated CPUsWaiman Long1-4/+4
2024-08-11rcu: Annotate struct kvfree_rcu_bulk_data with __counted_by()Thorsten Blum1-2/+3
2024-08-11context_tracking, rcu: Rename DYNTICK_IRQ_NONIDLE into CT_NESTING_IRQ_NONIDLEValentin Schneider1-1/+1
2024-08-11context_tracking, rcu: Rename ct_dynticks_nmi_nesting_cpu() into ct_nmi_nesti...Valentin Schneider1-1/+1
2024-08-11context_tracking, rcu: Rename ct_dynticks_nmi_nesting() into ct_nmi_nesting()Valentin Schneider1-3/+3
2024-08-11context_tracking, rcu: Rename struct context_tracking .dynticks_nmi_nesting i...Valentin Schneider1-2/+2
2024-08-11context_tracking, rcu: Rename ct_dynticks_nesting_cpu() into ct_nesting_cpu()Valentin Schneider1-1/+1
2024-08-11context_tracking, rcu: Rename ct_dynticks_nesting() into ct_nesting()Valentin Schneider1-3/+3
2024-08-11context_tracking, rcu: Rename struct context_tracking .dynticks_nesting into ...Valentin Schneider1-4/+4
2024-07-29rcu/kfree: Warn on unexpected tail statePaul E. McKenney1-1/+1
2024-07-29rcutorture: Make rcu_torture_write_types() print number of update typesPaul E. McKenney1-0/+1
2024-07-29rcutorture: Generic test for NUM_ACTIVE_*RCU_POLL*Paul E. McKenney1-8/+28
2024-07-29rcutorture: Add SRCU ->same_gp_state and ->get_comp_state functionsPaul E. McKenney1-0/+4
2024-07-29rcutorture: Remove redundant rcu_torture_ops get_gp_completed fieldsPaul E. McKenney1-8/+4
2024-07-29rcu/nocb: Remove SEGCBLIST_RCU_COREFrederic Weisbecker3-21/+0
2024-07-29rcu/nocb: Remove halfway (de-)offloading handling from rcu_coreFrederic Weisbecker1-22/+4
2024-07-29rcu/nocb: Remove halfway (de-)offloading handling from rcu_core()'s QS reportingFrederic Weisbecker1-13/+0
2024-07-29rcu/nocb: Remove halfway (de-)offloading handling from bypassFrederic Weisbecker1-8/+0
2024-07-29rcu/nocb: (De-)offload callbacks on offline CPUs onlyFrederic Weisbecker1-61/+21
2024-07-29rcu/nocb: Introduce nocb mutexFrederic Weisbecker4-8/+17
2024-07-29rcu/nocb: Assert no callbacks while nocb kthread allocation failsFrederic Weisbecker1-3/+11
2024-07-29rcu/nocb: Move nocb field at the end of state structFrederic Weisbecker1-1/+4
2024-07-29rcu/nocb: Introduce RCU_NOCB_LOCKDEP_WARN()Frederic Weisbecker2-16/+2
2024-07-29context_tracking, rcu: Rename ct_dynticks_cpu_acquire() into ct_rcu_watching_...Valentin Schneider2-3/+3
2024-07-29context_tracking, rcu: Rename ct_dynticks_cpu() into ct_rcu_watching_cpu()Valentin Schneider2-7/+7
2024-07-29context_tracking, rcu: Rename ct_dynticks() into ct_rcu_watching()Valentin Schneider1-1/+1
2024-07-29context_tracking, rcu: Rename RCU_DYNTICKS_IDX into CT_RCU_WATCHINGValentin Schneider1-6/+6
2024-07-04Merge branches 'doc.2024.06.06a', 'fixes.2024.07.04a', 'mb.2024.06.28a', 'noc...Paul E. McKenney13-188/+200
2024-07-04rcu: Fix rcu_barrier() VS post CPUHP_TEARDOWN_CPU invocationFrederic Weisbecker1-3/+7
2024-07-04rcu: Eliminate lockless accesses to rcu_sync->gp_countOleg Nesterov1-8/+4
2024-07-04rcu: Add rcutree.nohz_full_patience_delay to reduce nohz_full OS jitterPaul E. McKenney2-2/+19
2024-06-28rcu/exp: Remove redundant full memory barrier at the end of GPFrederic Weisbecker1-2/+6
2024-06-28rcu: Remove full memory barrier on RCU stall printoutFrederic Weisbecker2-12/+2
2024-06-28rcu: Remove full memory barrier on boot time eqs sanity checkFrederic Weisbecker1-1/+1
2024-06-28rcu/exp: Remove superfluous full memory barrier upon first EQS snapshotFrederic Weisbecker1-1/+15
2024-06-28rcu: Remove superfluous full memory barrier upon first EQS snapshotFrederic Weisbecker1-1/+12
2024-06-28rcu: Remove full ordering on second EQS snapshotFrederic Weisbecker1-1/+9
2024-06-18srcu: Fill out polled grace-period APIsPaul E. McKenney2-2/+4
2024-06-18srcu: Update cleanup_srcu_struct() commentPaul E. McKenney1-1/+4
2024-06-18srcu: Disable interrupts directly in srcu_gp_end()Paul E. McKenney1-3/+2
2024-06-18rcu: Disable interrupts directly in rcu_gp_init()Paul E. McKenney1-3/+3
2024-06-18rcu/tree: Reduce wake up for synchronize_rcu() common caseJoel Fernandes (Google)2-4/+27
2024-06-06rcu/tasks: Fix stale task snaphot for Tasks TraceFrederic Weisbecker1-0/+10