summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exp.2022.05.11a' into HEADPaul E. McKenney2022-05-111-0/+5
|\
| * rcu: Move expedited grace period (GP) work to RT kthread_workerKalesh Singh2022-05-111-0/+5
| |
| \
*-. \ Merge branches 'docs.2022.04.20a', 'fixes.2022.04.20a', 'nocb.2022.04.11b', '...Paul E. McKenney2022-05-031-2/+2
|\ \ \ | |_|/ |/| |
| | * rcu/nocb: Initialize nocb kthreads only for boot CPU prior SMP initializationFrederic Weisbecker2022-04-111-1/+0
| | * rcu: Initialize boost kthread only for boot node prior SMP initializationFrederic Weisbecker2022-04-111-1/+0
| | * rcu/nocb: Move rcu_nocb_is_setup to rcu_stateFrederic Weisbecker2022-04-111-0/+1
| |/ |/|
| * rcu: Check for jiffies going backwardsPaul E. McKenney2022-04-111-0/+1
|/
*---. Merge branches 'exp.2022.02.24a', 'fixes.2022.02.14a', 'rcu_barrier.2022.02.0...Paul E. McKenney2022-02-241-6/+12
|\ \ \
| | | * rcu: Add per-CPU rcuc task dumps to RCU CPU stall warningsZqiang2022-02-011-0/+1
| | | * rcu: Remove unused rcu_state.boostNeeraj Upadhyay2022-02-011-3/+2
| | | * rcu/nocb: Handle concurrent nocb kthreads creationNeeraj Upadhyay2022-02-011-0/+2
| |_|/ |/| |
| | * rcu: Make rcu_barrier() no longer block CPU-hotplug operationsPaul E. McKenney2022-02-081-1/+2
| | * rcu: Rework rcu_barrier() and callback-migration logicPaul E. McKenney2022-02-081-0/+2
| | * rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusionDavid Woodhouse2022-02-081-3/+1
| |/ |/|
| * rcu: Add mutex for rcu boost kthread spawning and affinity settingDavid Woodhouse2022-02-141-0/+3
|/
*---. Merge branches 'doc.2021.11.30c', 'exp.2021.12.07a', 'fastnohz.2021.11.30c', ...Paul E. McKenney2021-12-091-16/+15
|\ \ \
| | | * rcu/nocb: Remove rcu_node structure from nocb list when de-offloadedFrederic Weisbecker2021-12-091-2/+5
| | | * rcu/nocb: Make local rcu_nocb_lock_irqsave() safe against concurrent deoffloa...Frederic Weisbecker2021-12-071-6/+10
| |_|/ |/| |
| | * rcu: Remove the RCU_FAST_NO_HZ Kconfig optionPaul E. McKenney2021-11-301-7/+0
| |/ |/|
| * rcu: Remove rcu_data.exp_deferred_qs and convert to rcu_data.cpu no_qs.b.expFrederic Weisbecker2021-12-071-1/+0
|/
*-. Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...Paul E. McKenney2021-05-181-7/+7
|\ \
| | * rcu: Fix various typos in commentsIngo Molnar2021-05-121-1/+1
| | * rcu/nocb: Unify timersFrederic Weisbecker2021-05-121-3/+3
| | * rcu/nocb: Prepare for fine-grained deferred wakeupFrederic Weisbecker2021-05-121-1/+1
| | * rcu/nocb: Use the rcuog CPU's ->nocb_timerFrederic Weisbecker2021-05-101-1/+0
| |/ |/|
| * rcu: Make RCU priority boosting work on single-CPU rcu_node structuresPaul E. McKenney2021-05-101-1/+1
| * rcu: Add quiescent states and boost states to show_rcu_gp_kthreads() outputPaul E. McKenney2021-05-101-0/+1
|/
* Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-211-1/+1
|\
| * rcu/nocb: Trigger self-IPI on late deferred wake up before user resumeFrederic Weisbecker2021-02-171-1/+1
* | rcu/nocb: Shutdown nocb timer on de-offloadingFrederic Weisbecker2021-01-061-0/+1
* | rcu/nocb: De-offloading CB kthreadFrederic Weisbecker2021-01-061-0/+1
|/
* rcu: Prevent lockdep-RCU splats on lock acquisition/releasePaul E. McKenney2020-11-191-0/+1
* rcu: Fix single-CPU check in rcu_blocking_is_gp()Neeraj Upadhyay2020-11-191-0/+1
* Merge branch 'strictgp.2020.08.24a' into HEADPaul E. McKenney2020-09-031-0/+1
|\
| * rcu: Execute RCU reader shortly after rcu_core for strict GPsPaul E. McKenney2020-08-241-0/+1
* | rcu: Move rcu_cpu_started per-CPU variable to rcu_dataPaul E. McKenney2020-08-241-0/+1
|/
* rcu: grpnum just records group numberWei Yang2020-06-291-1/+1
* rcu: grplo/grphi just records CPU numberWei Yang2020-06-291-2/+2
* rcu: gp_max is protected by root rcu_node's lockWei Yang2020-06-291-2/+2
* rcu: Update comment from rsp->rcu_gp_seq to rsp->gp_seqLihao Liang2020-06-291-2/+2
* rcu: Add callbacks-invoked countersPaul E. McKenney2020-06-291-0/+1
*-. Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney2020-05-071-0/+2
|\ \
| | * rcu-tasks: Avoid IPIing userspace/idle tasks if kernel is so builtPaul E. McKenney2020-04-271-0/+2
| |/
* / rcu: Expedite first two FQS scans under callback-overload conditionsPaul E. McKenney2020-04-271-0/+1
|/
* rcu: React to callback overload by aggressively seeking quiescent statesPaul E. McKenney2020-02-201-0/+4
*---. Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney2020-01-241-17/+1
|\ \ \
| | | * rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)2020-01-241-1/+0
| |_|/ |/| |
| | * rcu: Remove unused stop-machine #includePaul E. McKenney2020-01-241-1/+0
| | * rcu: Move gp_state_names[] and gp_state_getname() to tree_stall.hLai Jiangshan2020-01-241-12/+0
| | * rcu: Remove the declaration of call_rcu() in tree.hLai Jiangshan2020-01-241-1/+0