summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)Author
2020-03-05rcu: Allow only one expedited GP to run concurrently with wakeupsNeeraj Upadhyay
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-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-26rcu: Fix uninitialized variable in nocb_gp_wait()Dan Carpenter
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
2019-08-13rcu/nocb: Remove obsolete nocb_q_count and nocb_q_count_lazy fieldsPaul E. McKenney
2019-08-13rcu/nocb: Remove obsolete nocb_head and nocb_tail fieldsPaul 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: Remove deferred wakeup checks for extended quiescent statesPaul E. McKenney
2019-08-13rcu/nocb: Check for deferred nocb wakeups before nohz_full early exitPaul E. McKenney
2019-08-13rcu/nocb: Make rcutree_migrate_callbacks() start at leaf rcu_node structurePaul E. McKenney
2019-08-13rcu/nocb: Add checks for offloaded callback processingPaul 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