aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/rcu_segcblist.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-14rcu: Mark writes to the rcu_segcblist structure's ->flags fieldPaul E. McKenney1-2/+2
2021-12-07rcu/nocb: Prepare state machine for a new stepFrederic Weisbecker1-5/+7
2021-01-06rcu/nocb: Code-style nits in callback-offloading togglingPaul E. McKenney1-13/+6
2021-01-06rcu/nocb: Add grace period and task state to show_rcu_nocb_state() outputPaul E. McKenney1-0/+11
2021-01-06rcu/nocb: Process batch locally as long as offloading isn't completeFrederic Weisbecker1-0/+12
2021-01-06rcu/nocb: De-offloading CB kthreadFrederic Weisbecker1-1/+1
2021-01-06rcu/nocb: Provide basic callback offloading state machine bitsFrederic Weisbecker1-2/+10
2021-01-06rcu/nocb: Turn enabled/offload states into a common flagFrederic Weisbecker1-2/+21
2021-01-06rcu/segcblist: Add debug checks for segment lengthsJoel Fernandes (Google)1-0/+3
2021-01-06rcu/segcblist: Add counters to segcblist datastructureJoel Fernandes (Google)1-2/+0
2021-01-04rcu/tree: Make rcu_do_batch count how many callbacks were executedJoel Fernandes (Google)1-0/+1
2020-11-19rcu: Implement rcu_segcblist_is_offloaded() config dependentFrederic Weisbecker1-1/+1
2020-01-24rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)1-23/+2
2019-08-13rcu/nocb: Add bypass callback queueingPaul E. McKenney1-0/+5
2019-08-13rcu/nocb: Atomic ->len field in rcu_segcblist structurePaul E. McKenney1-1/+11
2019-08-13rcu/nocb: Use rcu_segcblist for no-CBs CPUsPaul E. McKenney1-0/+1
2019-08-13rcu/nocb: Leave ->cblist enabled for no-CBs CPUsPaul E. McKenney1-1/+1
2019-08-13rcu/nocb: Allow lockless use of rcu_segcblist_empty()Paul E. McKenney1-1/+1
2019-08-13rcu/nocb: Allow lockless use of rcu_segcblist_restempty()Paul E. McKenney1-1/+1
2019-08-13rcu/nocb: Use separate flag to indicate offloaded ->cblistPaul E. McKenney1-0/+7
2019-08-13rcu/nocb: Use separate flag to indicate disabled ->cblistPaul E. McKenney1-1/+1
2019-08-01srcu: Avoid srcutorture security-based pointer obfuscationPaul E. McKenney1-21/+0
2019-02-09rcu/rcu_segcblist: Convert to SPDX license identifierPaul E. McKenney1-15/+2
2018-05-15rcu: Simplify and inline cpu_needs_another_gp()Paul E. McKenney1-2/+0
2017-07-25rcu: Remove unused RCU list functionsPaul E. McKenney1-26/+0
2017-07-25rcu: Localize rcu_state ->orphan_pend and ->orphan_donePaul E. McKenney1-0/+2
2017-05-02rcu: Open-code the rcu_cblist_n_lazy_cbs() functionPaul E. McKenney1-6/+0
2017-05-02rcu: Open-code the rcu_cblist_n_cbs() functionPaul E. McKenney1-6/+0
2017-05-02rcu: Open-code the rcu_cblist_empty() functionPaul E. McKenney1-7/+1
2017-05-02rcu: Separately compile large rcu_segcblist functionsPaul E. McKenney1-498/+35
2017-05-02srcu: Debloat the <linux/rcu_segcblist.h> headerIngo Molnar1-0/+645