summaryrefslogtreecommitdiff
path: root/kernel/rcu/rcu_segcblist.c
AgeCommit message (Expand)Author
2023-10-04rcu: Use rcu_segcblist_segempty() instead of open coding itFrederic Weisbecker
2023-01-03rcu: Throttle callback invocation based on number of ready callbacksPaul E. McKenney
2022-04-11rcu: Clarify fill-the-gap comment in rcu_segcblist_advance()Paul E. McKenney
2021-12-07rcu/nocb: Invoke rcu_core() at the start of deoffloadingFrederic Weisbecker
2021-12-07rcu/nocb: Prepare state machine for a new stepFrederic Weisbecker
2021-03-15rcu/nocb: Remove stale comment above rcu_segcblist_offload()Frederic Weisbecker
2021-01-06rcu/nocb: De-offloading CB kthreadFrederic Weisbecker
2021-01-06rcu/nocb: Provide basic callback offloading state machine bitsFrederic Weisbecker
2021-01-06rcu/nocb: Turn enabled/offload states into a common flagFrederic Weisbecker
2021-01-06rcu/segcblist: Add debug checks for segment lengthsJoel Fernandes (Google)
2021-01-06rcu/tree: segcblist: Remove redundant smp_mb()sJoel Fernandes (Google)
2021-01-06rcu/segcblist: Add counters to segcblist datastructureJoel Fernandes (Google)
2021-01-06rcu/segcblist: Add additional comments to explain smp_mb()Joel Fernandes (Google)
2021-01-04rcu/tree: Make rcu_do_batch count how many callbacks were executedJoel Fernandes (Google)
2020-09-03rcu/segcblist: Prevent useless GP start if no CBs to accelerateJoel Fernandes (Google)
2020-02-20rcu: Remove dead code from rcu_segcblist_insert_pend_cbs()Paul E. McKenney
2020-02-20rcu: Add READ_ONCE() to rcu_segcblist ->tails[]Paul E. McKenney
2020-01-24rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)
2019-10-30rcu: Several rcu_segcblist functions can be statickbuild test robot
2019-08-13rcu/nocb: Add bypass callback queueingPaul E. McKenney
2019-08-13rcu/nocb: Atomic ->len field in rcu_segcblist structurePaul E. McKenney
2019-08-13rcu/nocb: Use rcu_segcblist for no-CBs CPUsPaul E. McKenney
2019-08-13rcu/nocb: Leave ->cblist enabled for no-CBs CPUsPaul E. McKenney
2019-08-13rcu/nocb: Allow lockless use of rcu_segcblist_empty()Paul E. McKenney
2019-08-13rcu/nocb: Allow lockless use of rcu_segcblist_restempty()Paul E. McKenney
2019-08-13rcu/nocb: Use separate flag to indicate offloaded ->cblistPaul E. McKenney
2019-08-13rcu/nocb: Use separate flag to indicate disabled ->cblistPaul E. McKenney
2019-02-09rcu/rcu_segcblist: Convert to SPDX license identifierPaul E. McKenney
2018-05-15rcu: Simplify and inline cpu_needs_another_gp()Paul E. McKenney
2017-10-19rcu/segcblist: Include rcupdate.hSebastian Andrzej Siewior
2017-07-25rcu: Remove unused RCU list functionsPaul E. McKenney
2017-07-25rcu: Localize rcu_state ->orphan_pend and ->orphan_donePaul E. McKenney
2017-05-02rcu: Separately compile large rcu_segcblist functionsPaul E. McKenney