开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
rcu
/
tree_nocb.h
Age
Commit message (
Expand
)
Author
2024-06-03
rcu/nocb: Remove buggy bypass lock contention mitigation
Frederic Weisbecker
2024-06-03
rcu/nocb: Use kthread parking instead of ad-hoc implementation
Frederic Weisbecker
2024-02-26
Merge branches 'rcu-doc.2024.02.14a', 'rcu-nocb.2024.02.14a', 'rcu-exp.2024.0...
Boqun Feng
2024-02-14
rcu: Rename jiffies_till_flush to jiffies_lazy_flush
Frederic Weisbecker
2024-02-14
rcu/nocb: Check rdp_gp->nocb_timer in __call_rcu_nocb_wake()
Zqiang
2024-02-14
rcu/nocb: Fix WARN_ON_ONCE() in the rcu_nocb_bypass_lock()
Zqiang
2024-02-14
rcu/nocb: Re-arrange call_rcu() NOCB specific code
Frederic Weisbecker
2024-02-14
rcu/nocb: Make IRQs disablement symmetric
Frederic Weisbecker
2024-02-14
rcu/nocb: Remove needless full barrier after callback advancing
Frederic Weisbecker
2024-02-14
rcu/nocb: Remove needless LOAD-ACQUIRE
Frederic Weisbecker
2023-10-04
rcu: dynamically allocate the rcu-lazy shrinker
Qi Zheng
2023-08-16
rcu: Make the rcu_nocb_poll boot parameter usable via boot config
Paul E. McKenney
2023-05-11
rcu/nocb: Make shrinker iterate only over NOCB CPUs
Frederic Weisbecker
2023-05-09
rcu/nocb: Recheck lazy callbacks under the ->nocb_lock from shrinker
Frederic Weisbecker
2023-05-09
rcu/nocb: Fix shrinker race against callback enqueuer
Frederic Weisbecker
2023-05-09
rcu/nocb: Protect lazy shrinker against concurrent (de-)offloading
Frederic Weisbecker
2023-04-05
rcu: Register rcu-lazy shrinker only for CONFIG_RCU_LAZY=y kernels
Zqiang
2022-11-29
rcu: Shrinker for lazy rcu
Vineeth Pillai
2022-11-29
rcu: Refactor code a bit in rcu_nocb_do_flush_bypass()
Joel Fernandes (Google)
2022-11-29
rcu: Make call_rcu() lazy to save power
Joel Fernandes (Google)
2022-10-18
rcu: Fix missing nocb gp wake on rcu_barrier()
Frederic Weisbecker
2022-10-18
rcu: Fix late wakeup when flush of bypass cblist happens
Joel Fernandes (Google)
2022-10-18
rcu: Simplify rcu_init_nohz() cpumask handling
Zhen Lei
2022-08-31
rcu/nocb: Add CPU number to CPU-{,de}offload failure messages
Paul E. McKenney
2022-08-31
rcu/nocb: Choose the right rcuog/rcuop kthreads to output
Zqiang
2022-07-19
rcu/nocb: Avoid polling when my_rdp->nocb_head_rdp list is empty
Zqiang
2022-07-19
rcu/nocb: Add option to opt rcuo kthreads out of RT priority
Uladzislau Rezki (Sony)
2022-07-19
rcu/nocb: Add an option to offload all CPUs on boot
Joel Fernandes
2022-07-19
rcu/nocb: Fix NOCB kthreads spawn failure with rcu_nocb_rdp_deoffload() direc...
Zqiang
2022-07-19
rcu/nocb: Invert rcu_state.barrier_mutex VS hotplug lock locking order
Zqiang
2022-07-19
rcu/nocb: Add/del rdp to iterate from rcuog itself
Frederic Weisbecker
2022-04-11
rcu/nocb: Initialize nocb kthreads only for boot CPU prior SMP initialization
Frederic Weisbecker
2022-04-11
rcu/nocb: Move rcu_nocb_is_setup to rcu_state
Frederic Weisbecker
2022-04-11
rcu: Remove rcu_is_nocb_cpu()
Frederic Weisbecker
2022-02-24
Merge branches 'exp.2022.02.24a', 'fixes.2022.02.14a', 'rcu_barrier.2022.02.0...
Paul E. McKenney
2022-02-14
rcu: Replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
2022-02-01
rcu: Elevate priority of offloaded callback threads
Alison Chaiken
2022-02-01
rcu: Make priority of grace-period thread consistent
Alison Chaiken
2022-02-01
rcu/nocb: Handle concurrent nocb kthreads creation
Neeraj Upadhyay
2021-12-09
rcu/nocb: Merge rcu_spawn_cpu_nocb_kthread() and rcu_spawn_one_nocb_kthread()
Frederic Weisbecker
2021-12-09
rcu/nocb: Allow empty "rcu_nocbs" kernel parameter
Frederic Weisbecker
2021-12-09
rcu/nocb: Create kthreads on all CPUs if "rcu_nocbs=" or "nohz_full=" are passed
Frederic Weisbecker
2021-12-09
rcu/nocb: Optimize kthreads and rdp initialization
Frederic Weisbecker
2021-12-09
rcu/nocb: Prepare nocb_cb_wait() to start with a non-offloaded rdp
Frederic Weisbecker
2021-12-09
rcu/nocb: Remove rcu_node structure from nocb list when de-offloaded
Frederic Weisbecker
2021-12-07
rcu/nocb: Invoke rcu_core() at the start of deoffloading
Frederic Weisbecker
2021-12-07
rcu/nocb: Prepare state machine for a new step
Frederic Weisbecker
2021-09-13
rcu-nocb: Fix a couple of tree_nocb code-style nits
Paul E. McKenney
2021-07-20
rcu/nocb: Start moving nocb code to its own plugin file
Frederic Weisbecker