Age | Commit message (Expand) | Author | Files | Lines |
2022-05-11 | Merge branch 'exp.2022.05.11a' into HEAD | Paul E. McKenney | 1 | -0/+5 |
2022-05-11 | rcu: Move expedited grace period (GP) work to RT kthread_worker | Kalesh Singh | 1 | -0/+5 |
2022-05-03 | Merge branches 'docs.2022.04.20a', 'fixes.2022.04.20a', 'nocb.2022.04.11b', '... | Paul E. McKenney | 1 | -2/+2 |
2022-04-11 | rcu: Check for jiffies going backwards | Paul E. McKenney | 1 | -0/+1 |
2022-04-11 | rcu/nocb: Initialize nocb kthreads only for boot CPU prior SMP initialization | Frederic Weisbecker | 1 | -1/+0 |
2022-04-11 | rcu: Initialize boost kthread only for boot node prior SMP initialization | Frederic Weisbecker | 1 | -1/+0 |
2022-04-11 | rcu/nocb: Move rcu_nocb_is_setup to rcu_state | Frederic Weisbecker | 1 | -0/+1 |
2022-02-24 | Merge branches 'exp.2022.02.24a', 'fixes.2022.02.14a', 'rcu_barrier.2022.02.0... | Paul E. McKenney | 1 | -6/+12 |
2022-02-14 | rcu: Add mutex for rcu boost kthread spawning and affinity setting | David Woodhouse | 1 | -0/+3 |
2022-02-08 | rcu: Make rcu_barrier() no longer block CPU-hotplug operations | Paul E. McKenney | 1 | -1/+2 |
2022-02-08 | rcu: Rework rcu_barrier() and callback-migration logic | Paul E. McKenney | 1 | -0/+2 |
2022-02-08 | rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusion | David Woodhouse | 1 | -3/+1 |
2022-02-01 | rcu: Add per-CPU rcuc task dumps to RCU CPU stall warnings | Zqiang | 1 | -0/+1 |
2022-02-01 | rcu: Remove unused rcu_state.boost | Neeraj Upadhyay | 1 | -3/+2 |
2022-02-01 | rcu/nocb: Handle concurrent nocb kthreads creation | Neeraj Upadhyay | 1 | -0/+2 |
2021-12-09 | Merge branches 'doc.2021.11.30c', 'exp.2021.12.07a', 'fastnohz.2021.11.30c', ... | Paul E. McKenney | 1 | -16/+15 |
2021-12-09 | rcu/nocb: Remove rcu_node structure from nocb list when de-offloaded | Frederic Weisbecker | 1 | -2/+5 |
2021-12-07 | rcu/nocb: Make local rcu_nocb_lock_irqsave() safe against concurrent deoffloa... | Frederic Weisbecker | 1 | -6/+10 |
2021-12-07 | rcu: Remove rcu_data.exp_deferred_qs and convert to rcu_data.cpu no_qs.b.exp | Frederic Weisbecker | 1 | -1/+0 |
2021-11-30 | rcu: Remove the RCU_FAST_NO_HZ Kconfig option | Paul E. McKenney | 1 | -7/+0 |
2021-05-18 | Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1... | Paul E. McKenney | 1 | -7/+7 |
2021-05-12 | rcu: Fix various typos in comments | Ingo Molnar | 1 | -1/+1 |
2021-05-12 | rcu/nocb: Unify timers | Frederic Weisbecker | 1 | -3/+3 |
2021-05-12 | rcu/nocb: Prepare for fine-grained deferred wakeup | Frederic Weisbecker | 1 | -1/+1 |
2021-05-10 | rcu: Make RCU priority boosting work on single-CPU rcu_node structures | Paul E. McKenney | 1 | -1/+1 |
2021-05-10 | rcu: Add quiescent states and boost states to show_rcu_gp_kthreads() output | Paul E. McKenney | 1 | -0/+1 |
2021-05-10 | rcu/nocb: Use the rcuog CPU's ->nocb_timer | Frederic Weisbecker | 1 | -1/+0 |
2021-02-21 | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2021-02-17 | rcu/nocb: Trigger self-IPI on late deferred wake up before user resume | Frederic Weisbecker | 1 | -1/+1 |
2021-01-06 | rcu/nocb: Shutdown nocb timer on de-offloading | Frederic Weisbecker | 1 | -0/+1 |
2021-01-06 | rcu/nocb: De-offloading CB kthread | Frederic Weisbecker | 1 | -0/+1 |
2020-11-19 | rcu: Prevent lockdep-RCU splats on lock acquisition/release | Paul E. McKenney | 1 | -0/+1 |
2020-11-19 | rcu: Fix single-CPU check in rcu_blocking_is_gp() | Neeraj Upadhyay | 1 | -0/+1 |
2020-09-03 | Merge branch 'strictgp.2020.08.24a' into HEAD | Paul E. McKenney | 1 | -0/+1 |
2020-08-24 | rcu: Execute RCU reader shortly after rcu_core for strict GPs | Paul E. McKenney | 1 | -0/+1 |
2020-08-24 | rcu: Move rcu_cpu_started per-CPU variable to rcu_data | Paul E. McKenney | 1 | -0/+1 |
2020-06-29 | rcu: grpnum just records group number | Wei Yang | 1 | -1/+1 |
2020-06-29 | rcu: grplo/grphi just records CPU number | Wei Yang | 1 | -2/+2 |
2020-06-29 | rcu: gp_max is protected by root rcu_node's lock | Wei Yang | 1 | -2/+2 |
2020-06-29 | rcu: Update comment from rsp->rcu_gp_seq to rsp->gp_seq | Lihao Liang | 1 | -2/+2 |
2020-06-29 | rcu: Add callbacks-invoked counters | Paul E. McKenney | 1 | -0/+1 |
2020-05-07 | Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020.... | Paul E. McKenney | 1 | -0/+2 |
2020-04-27 | rcu-tasks: Avoid IPIing userspace/idle tasks if kernel is so built | Paul E. McKenney | 1 | -0/+2 |
2020-04-27 | rcu: Expedite first two FQS scans under callback-overload conditions | Paul E. McKenney | 1 | -0/+1 |
2020-02-20 | rcu: React to callback overload by aggressively seeking quiescent states | Paul E. McKenney | 1 | -0/+4 |
2020-01-24 | Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf... | Paul E. McKenney | 1 | -17/+1 |
2020-01-24 | rcu: Remove unused stop-machine #include | Paul E. McKenney | 1 | -1/+0 |
2020-01-24 | rcu: Move gp_state_names[] and gp_state_getname() to tree_stall.h | Lai Jiangshan | 1 | -12/+0 |
2020-01-24 | rcu: Remove the declaration of call_rcu() in tree.h | Lai Jiangshan | 1 | -1/+0 |
2020-01-24 | rcu: Remove kfree_rcu() special casing and lazy-callback handling | Joel Fernandes (Google) | 1 | -1/+0 |