aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)Author
2020-03-21Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-03-05rcu: Allow only one expedited GP to run concurrently with wakeupsNeeraj Upadhyay
2020-03-02Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-02-24rcu: Fix data-race due to atomic_t copy-by-valueMarco Elver
2020-02-24rcu: Fix missed wakeup of exp_wq waitersNeeraj Upadhyay
2020-02-24rcu/nocb: Fix dump_tree hierarchy print always activeStefan Reiter
2020-02-17Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-02-11rcu: Use READ_ONCE() for ->expmask in rcu_read_unlock_special()Paul E. McKenney
2020-02-11srcu: Apply *_ONCE() to ->srcu_last_gp_endPaul E. McKenney
2020-02-11rcu: Avoid data-race in rcu_gp_fqs_check_wake()Eric Dumazet
2020-02-11rcu: Use *_ONCE() to protect lockless ->expmask accessesPaul E. McKenney
2020-01-27Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-01-26rcu: Fix uninitialized variable in nocb_gp_wait()Dan Carpenter
2020-01-13irqwork: push most work into softirq contextSebastian Andrzej Siewior
2020-01-13rcutorture: Avoid problematic critical section nesting on RTScott Wood
2020-01-13rcu: enable rcu_normal_after_boot by default for RTJulia Cartwright
2020-01-13srcu: replace local_irqsave() with a locallockSebastian Andrzej Siewior
2020-01-13rcu: Use rcuc threads on PREEMPT_RT as we didScott Wood
2020-01-13kernel/sched/core: add migrate_disable()Sebastian Andrzej Siewior
2020-01-13rcu: make RCU_BOOST default on RTSebastian Andrzej Siewior
2020-01-13Use CONFIG_PREEMPTIONSebastian Andrzej Siewior
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar
2019-08-13rcu: Allow rcu_do_batch() to dynamically adjust batch sizesEric Dumazet
2019-08-13rcu/nocb: Don't wake no-CBs GP kthread if timer posted under overloadPaul E. McKenney
2019-08-13rcu/nocb: Reduce __call_rcu_nocb_wake() leaf rcu_node ->lock contentionPaul E. McKenney
2019-08-13rcu/nocb: Reduce nocb_cb_wait() leaf rcu_node ->lock contentionPaul E. McKenney
2019-08-13rcu/nocb: Advance CBs after merge in rcutree_migrate_callbacks()Paul E. McKenney
2019-08-13rcu/nocb: Avoid synchronous wakeup in __call_rcu_nocb_wake()Paul E. McKenney
2019-08-13rcu/nocb: Print no-CBs diagnostics when rcutorture writer unduly delayedPaul E. McKenney
2019-08-13rcu/nocb: EXP Check use and usefulness of ->nocb_lock_contendedPaul E. McKenney
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: Unconditionally advance and wake for excessive CBsPaul E. McKenney
2019-08-13rcu/nocb: Reduce ->nocb_lock contention with separate ->nocb_gp_lockPaul E. McKenney
2019-08-13rcu/nocb: Reduce contention at no-CBs invocation-done timePaul E. McKenney
2019-08-13rcu/nocb: Reduce contention at no-CBs registry-time CB advancementPaul E. McKenney
2019-08-13rcu/nocb: Round down for number of no-CBs grace-period kthreadsPaul E. McKenney
2019-08-13rcu/nocb: Avoid ->nocb_lock capture by corresponding CPUPaul E. McKenney
2019-08-13rcu/nocb: Avoid needless wakeups of no-CBs grace-period kthreadPaul E. McKenney
2019-08-13rcu/nocb: Make __call_rcu_nocb_wake() safe for many callbacksPaul E. McKenney
2019-08-13rcu/nocb: Never downgrade ->nocb_defer_wakeup in wake_nocb_gp_defer()Paul E. McKenney
2019-08-13rcu/nocb: Enable re-awakening under high callback loadPaul E. McKenney
2019-08-13rcu/nohz: Turn off tick for offloaded CPUsPaul E. McKenney
2019-08-13rcu/nocb: Suppress uninitialized false-positive in nocb_gp_wait()Paul E. McKenney
2019-08-13rcu/nocb: Use build-time no-CBs check in rcu_pending()Paul E. McKenney
2019-08-13rcu/nocb: Use build-time no-CBs check in rcu_core()Paul E. McKenney
2019-08-13rcu/nocb: Use build-time no-CBs check in rcu_do_batch()Paul E. McKenney
2019-08-13rcu/nocb: Remove obsolete nocb_gp_head and nocb_gp_tail fieldsPaul E. McKenney
2019-08-13rcu/nocb: Remove obsolete nocb_cb_tail and nocb_cb_head fieldsPaul E. McKenney