aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/rcu/tree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-16Merge branches 'rcu/misc-for-6.16', 'rcu/seq-counters-for-6.16' and 'rcu/torture-for-6.16' into rcu/for-nextJoel Fernandes1-0/+1
2025-05-16rcutorture: Perform more frequent testing of ->gpwrapJoel Fernandes1-0/+1
2025-05-16rcu/cpu_stall_cputime: fix the hardirq count for x86 architectureYongliang Gao1-1/+1
2024-09-09Merge branches 'context_tracking.15.08.24a', 'csd.lock.15.08.24a', 'nocb.09.09.24a', 'rcutorture.14.08.24a', 'rcustall.09.09.24a', 'srcu.12.08.24a', 'rcu.tasks.14.08.24a', 'rcu_scaling_tests.15.08.24a', 'fixes.12.08.24a' and 'misc.11.08.24a' into next.09.09.24aNeeraj Upadhyay1-1/+5
2024-08-15rcu: Rename struct rcu_data .exp_dynticks_snap into .exp_watching_snapValentin Schneider1-1/+1
2024-08-15rcu: Rename struct rcu_data .dynticks_snap into .watching_snapValentin Schneider1-1/+1
2024-07-29rcu/nocb: Introduce nocb mutexFrederic Weisbecker1-0/+1
2024-07-29rcu/nocb: Move nocb field at the end of state structFrederic Weisbecker1-1/+4
2024-07-04Merge 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 HEADPaul E. McKenney1-1/+1
2024-06-18rcu/tree: Reduce wake up for synchronize_rcu() common caseJoel Fernandes (Google)1-0/+1
2024-06-03rcu/nocb: Remove buggy bypass lock contention mitigationFrederic Weisbecker1-1/+0
2024-05-01Merge branches 'fixes.2024.04.15a', 'misc.2024.04.12a', 'rcu-sync-normal-improve.2024.04.15a', 'rcu-tasks.2024.04.15a' and 'rcutorture.2024.04.15a' into rcu-merge.2024.04.15aUladzislau Rezki (Sony)1-0/+20
2024-04-15rcu: Support direct wake-up of synchronize_rcu() usersUladzislau Rezki (Sony)1-0/+6
2024-04-15rcu: Make hotplug operations track GP state, not flagsPaul E. McKenney1-2/+2
2024-04-11rcu: Add data structures for synchronize_rcu()Uladzislau Rezki (Sony)1-0/+14
2024-02-26Merge branches 'rcu-doc.2024.02.14a', 'rcu-nocb.2024.02.14a', 'rcu-exp.2024.02.14a', 'rcu-tasks.2024.02.26a' and 'rcu-misc.2024.02.14a' into rcu.2024.02.26aBoqun Feng1-11/+9
2024-02-14rcu/exp: Remove rcu_par_gp_wqFrederic Weisbecker1-5/+1
2024-02-14rcu/exp: Make parallel exp gp kworker per rcu nodeFrederic Weisbecker1-0/+3
2024-02-14rcu: s/boost_kthread_mutex/kthread_mutexFrederic Weisbecker1-1/+1
2024-02-14rcu/nocb: Re-arrange call_rcu() NOCB specific codeFrederic Weisbecker1-5/+4
2023-09-11rcu/tree: Defer setting of jiffies during stall resetJoel Fernandes (Google)1-0/+4
2023-01-05rcu: Add RCU stall diagnosis informationZhen Lei1-0/+19
2022-11-29rcu: Make call_rcu() lazy to save powerJoel Fernandes (Google)1-4/+7
2022-10-18rcu: Fix missing nocb gp wake on rcu_barrier()Frederic Weisbecker1-0/+1
2022-07-21Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney1-8/+0
2022-07-21Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'poll.2022.07.21a', 'rcu-tasks.2022.06.21a' and 'torture.2022.06.21a' into HEADPaul E. McKenney1-1/+12
2022-07-21rcu: Add polled expedited grace-period primitivesPaul E. McKenney1-0/+7
2022-07-21rcu: Make polled grace-period API account for expedited grace periodsPaul E. McKenney1-0/+1
2022-07-21rcu: Switch polled grace-period APIs to ->gp_seq_polledPaul E. McKenney1-0/+2
2022-07-19rcu: Add nocb_cb_kthread check to rcu_is_callbacks_kthread()Zqiang1-1/+1
2022-07-19rcu/nocb: Add/del rdp to iterate from rcuog itselfFrederic Weisbecker1-0/+1
2022-07-05rcu/context-tracking: Move RCU-dynticks internal functions to context_trackingFrederic Weisbecker1-5/+0
2022-07-05rcu/context_tracking: Move dynticks_nmi_nesting to context trackingFrederic Weisbecker1-1/+0
2022-07-05rcu/context_tracking: Move dynticks_nesting to context trackingFrederic Weisbecker1-1/+0
2022-07-05rcu/context_tracking: Move dynticks counter to context trackingFrederic Weisbecker1-1/+0
2022-05-11Merge branch 'exp.2022.05.11a' into HEADPaul E. McKenney1-0/+5
2022-05-11rcu: Move expedited grace period (GP) work to RT kthread_workerKalesh Singh1-0/+5
2022-05-03Merge branches 'docs.2022.04.20a', 'fixes.2022.04.20a', 'nocb.2022.04.11b', 'rcu-tasks.2022.04.11b', 'srcu.2022.05.03a', 'torture.2022.04.11b', 'torture-tasks.2022.04.20a' and 'torturescript.2022.04.20a' into HEADPaul E. McKenney1-2/+2
2022-04-11rcu: Check for jiffies going backwardsPaul E. McKenney1-0/+1
2022-04-11rcu/nocb: Initialize nocb kthreads only for boot CPU prior SMP initializationFrederic Weisbecker1-1/+0
2022-04-11rcu: Initialize boost kthread only for boot node prior SMP initializationFrederic Weisbecker1-1/+0
2022-04-11rcu/nocb: Move rcu_nocb_is_setup to rcu_stateFrederic Weisbecker1-0/+1
2022-02-24Merge branches 'exp.2022.02.24a', 'fixes.2022.02.14a', 'rcu_barrier.2022.02.08a', 'rcu-tasks.2022.02.08a', 'rt.2022.02.01b', 'torture.2022.02.01b' and 'torturescript.2022.02.08a' into HEADPaul E. McKenney1-6/+12
2022-02-14rcu: Add mutex for rcu boost kthread spawning and affinity settingDavid Woodhouse1-0/+3
2022-02-08rcu: Make rcu_barrier() no longer block CPU-hotplug operationsPaul E. McKenney1-1/+2
2022-02-08rcu: Rework rcu_barrier() and callback-migration logicPaul E. McKenney1-0/+2
2022-02-08rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusionDavid Woodhouse1-3/+1
2022-02-01rcu: Add per-CPU rcuc task dumps to RCU CPU stall warningsZqiang1-0/+1
2022-02-01rcu: Remove unused rcu_state.boostNeeraj Upadhyay1-3/+2
2022-02-01rcu/nocb: Handle concurrent nocb kthreads creationNeeraj Upadhyay1-0/+2