summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree.h
AgeCommit message (Expand)Author
2023-09-11rcu/tree: Defer setting of jiffies during stall resetJoel Fernandes (Google)
2023-01-05rcu: Add RCU stall diagnosis informationZhen Lei
2022-11-29rcu: Make call_rcu() lazy to save powerJoel Fernandes (Google)
2022-10-18rcu: Fix missing nocb gp wake on rcu_barrier()Frederic Weisbecker
2022-07-21Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney
2022-07-21Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'p...Paul E. McKenney
2022-07-21rcu: Add polled expedited grace-period primitivesPaul E. McKenney
2022-07-21rcu: Make polled grace-period API account for expedited grace periodsPaul E. McKenney
2022-07-21rcu: Switch polled grace-period APIs to ->gp_seq_polledPaul E. McKenney
2022-07-19rcu: Add nocb_cb_kthread check to rcu_is_callbacks_kthread()Zqiang
2022-07-19rcu/nocb: Add/del rdp to iterate from rcuog itselfFrederic Weisbecker
2022-07-05rcu/context-tracking: Move RCU-dynticks internal functions to context_trackingFrederic Weisbecker
2022-07-05rcu/context_tracking: Move dynticks_nmi_nesting to context trackingFrederic Weisbecker
2022-07-05rcu/context_tracking: Move dynticks_nesting to context trackingFrederic Weisbecker
2022-07-05rcu/context_tracking: Move dynticks counter to context trackingFrederic Weisbecker
2022-05-11Merge branch 'exp.2022.05.11a' into HEADPaul E. McKenney
2022-05-11rcu: Move expedited grace period (GP) work to RT kthread_workerKalesh Singh
2022-05-03Merge branches 'docs.2022.04.20a', 'fixes.2022.04.20a', 'nocb.2022.04.11b', '...Paul E. McKenney
2022-04-11rcu: Check for jiffies going backwardsPaul E. McKenney
2022-04-11rcu/nocb: Initialize nocb kthreads only for boot CPU prior SMP initializationFrederic Weisbecker
2022-04-11rcu: Initialize boost kthread only for boot node prior SMP initializationFrederic Weisbecker
2022-04-11rcu/nocb: Move rcu_nocb_is_setup to rcu_stateFrederic Weisbecker
2022-02-24Merge branches 'exp.2022.02.24a', 'fixes.2022.02.14a', 'rcu_barrier.2022.02.0...Paul E. McKenney
2022-02-14rcu: Add mutex for rcu boost kthread spawning and affinity settingDavid Woodhouse
2022-02-08rcu: Make rcu_barrier() no longer block CPU-hotplug operationsPaul E. McKenney
2022-02-08rcu: Rework rcu_barrier() and callback-migration logicPaul E. McKenney
2022-02-08rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusionDavid Woodhouse
2022-02-01rcu: Add per-CPU rcuc task dumps to RCU CPU stall warningsZqiang
2022-02-01rcu: Remove unused rcu_state.boostNeeraj Upadhyay
2022-02-01rcu/nocb: Handle concurrent nocb kthreads creationNeeraj Upadhyay
2021-12-09Merge branches 'doc.2021.11.30c', 'exp.2021.12.07a', 'fastnohz.2021.11.30c', ...Paul E. McKenney
2021-12-09rcu/nocb: Remove rcu_node structure from nocb list when de-offloadedFrederic Weisbecker
2021-12-07rcu/nocb: Make local rcu_nocb_lock_irqsave() safe against concurrent deoffloa...Frederic Weisbecker
2021-12-07rcu: Remove rcu_data.exp_deferred_qs and convert to rcu_data.cpu no_qs.b.expFrederic Weisbecker
2021-11-30rcu: Remove the RCU_FAST_NO_HZ Kconfig optionPaul E. McKenney
2021-05-18Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...Paul E. McKenney
2021-05-12rcu: Fix various typos in commentsIngo Molnar
2021-05-12rcu/nocb: Unify timersFrederic Weisbecker
2021-05-12rcu/nocb: Prepare for fine-grained deferred wakeupFrederic Weisbecker
2021-05-10rcu: Make RCU priority boosting work on single-CPU rcu_node structuresPaul E. McKenney
2021-05-10rcu: Add quiescent states and boost states to show_rcu_gp_kthreads() outputPaul E. McKenney
2021-05-10rcu/nocb: Use the rcuog CPU's ->nocb_timerFrederic Weisbecker
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-17rcu/nocb: Trigger self-IPI on late deferred wake up before user resumeFrederic Weisbecker
2021-01-06rcu/nocb: Shutdown nocb timer on de-offloadingFrederic Weisbecker
2021-01-06rcu/nocb: De-offloading CB kthreadFrederic Weisbecker
2020-11-19rcu: Prevent lockdep-RCU splats on lock acquisition/releasePaul E. McKenney
2020-11-19rcu: Fix single-CPU check in rcu_blocking_is_gp()Neeraj Upadhyay
2020-09-03Merge branch 'strictgp.2020.08.24a' into HEADPaul E. McKenney
2020-08-24rcu: Execute RCU reader shortly after rcu_core for strict GPsPaul E. McKenney