aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)AuthorFilesLines
2019-10-30Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'r...Gravatar Paul E. McKenney 7-52/+94
2019-10-30rcu: Suppress levelspread uninitialized messagesGravatar Paul E. McKenney 1-0/+2
2019-10-30rcu: Fix uninitialized variable in nocb_gp_wait()Gravatar Dan Carpenter 1-1/+1
2019-10-30rcu: Ensure that ->rcu_urgent_qs is set before resched IPIGravatar Joel Fernandes (Google) 1-0/+1
2019-10-30rcu: Several rcu_segcblist functions can be staticGravatar kbuild test robot 1-3/+3
2019-10-28rcu: Make kernel-mode nohz_full CPUs invoke the RCU core processingGravatar Paul E. McKenney 1-5/+5
2019-10-28rcu: Confine ->core_needs_qs accesses to the corresponding CPUGravatar Paul E. McKenney 1-4/+4
2019-10-28rcu: Reset CPU hints when reporting a quiescent stateGravatar Joel Fernandes (Google) 1-7/+10
2019-10-28rcu: Force nohz_full tick on upon irq enter instead of exitGravatar Paul E. McKenney 1-6/+5
2019-10-28rcu: Force tick on for nohz_full CPUs not reaching quiescent statesGravatar Paul E. McKenney 2-7/+32
2019-10-05rcutorture: Make in-kernel-loop testing more brutalGravatar Paul E. McKenney 1-1/+1
2019-10-05rcutorture: Separate warnings for each failure typeGravatar Paul E. McKenney 1-6/+9
2019-10-05rcu: Remove unused variable rcu_perf_writer_stateGravatar Ethan Hansen 1-16/+0
2019-10-05rcu: Remove unused function rcutorture_record_progress()Gravatar Ethan Hansen 1-2/+0
2019-10-05rcutorture: Emulate dyntick aspect of userspace nohz_full sojournGravatar Paul E. McKenney 2-0/+12
2019-10-05rcu: Make CPU-hotplug removal operations enable tickGravatar Paul E. McKenney 1-0/+9
2019-10-05stop_machine: Provide RCU quiescent state in multi_cpu_stop()Gravatar Paul E. McKenney 1-1/+1
2019-10-05rcutorture: Force on tick for readers and callback floodersGravatar Paul E. McKenney 1-6/+10
2019-10-05rcu: Force on tick when invoking lots of callbacksGravatar Paul E. McKenney 1-0/+2
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-13/+13
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesGravatar Ingo Molnar 3-10/+10
2019-08-13rcu: Allow rcu_do_batch() to dynamically adjust batch sizesGravatar Eric Dumazet 1-1/+19
2019-08-13rcu/nocb: Don't wake no-CBs GP kthread if timer posted under overloadGravatar Paul E. McKenney 1-2/+5
2019-08-13rcu/nocb: Reduce __call_rcu_nocb_wake() leaf rcu_node ->lock contentionGravatar Paul E. McKenney 1-3/+10
2019-08-13rcu/nocb: Reduce nocb_cb_wait() leaf rcu_node ->lock contentionGravatar Paul E. McKenney 1-1/+4
2019-08-13rcu/nocb: Advance CBs after merge in rcutree_migrate_callbacks()Gravatar Paul E. McKenney 1-0/+1
2019-08-13rcu/nocb: Avoid synchronous wakeup in __call_rcu_nocb_wake()Gravatar Paul E. McKenney 1-14/+5
2019-08-13rcu/nocb: Print no-CBs diagnostics when rcutorture writer unduly delayedGravatar Paul E. McKenney 4-1/+94
2019-08-13rcu/nocb: EXP Check use and usefulness of ->nocb_lock_contendedGravatar Paul E. McKenney 1-1/+3
2019-08-13rcu/nocb: Add bypass callback queueingGravatar Paul E. McKenney 5-41/+395
2019-08-13rcu/nocb: Atomic ->len field in rcu_segcblist structureGravatar Paul E. McKenney 2-8/+90
2019-08-13rcu/nocb: Unconditionally advance and wake for excessive CBsGravatar Paul E. McKenney 1-5/+11
2019-08-13rcu/nocb: Reduce ->nocb_lock contention with separate ->nocb_gp_lockGravatar Paul E. McKenney 2-5/+7
2019-08-13rcu/nocb: Reduce contention at no-CBs invocation-done timeGravatar Paul E. McKenney 1-3/+4
2019-08-13rcu/nocb: Reduce contention at no-CBs registry-time CB advancementGravatar Paul E. McKenney 2-5/+4
2019-08-13rcu/nocb: Round down for number of no-CBs grace-period kthreadsGravatar Paul E. McKenney 1-1/+1
2019-08-13rcu/nocb: Avoid ->nocb_lock capture by corresponding CPUGravatar Paul E. McKenney 2-24/+62
2019-08-13rcu/nocb: Avoid needless wakeups of no-CBs grace-period kthreadGravatar Paul E. McKenney 2-4/+24
2019-08-13rcu/nocb: Make __call_rcu_nocb_wake() safe for many callbacksGravatar Paul E. McKenney 1-1/+1
2019-08-13rcu/nocb: Never downgrade ->nocb_defer_wakeup in wake_nocb_gp_defer()Gravatar Paul E. McKenney 1-1/+2
2019-08-13rcu/nocb: Enable re-awakening under high callback loadGravatar Paul E. McKenney 1-2/+2
2019-08-13rcu/nohz: Turn off tick for offloaded CPUsGravatar Paul E. McKenney 1-7/+9
2019-08-13rcu/nocb: Suppress uninitialized false-positive in nocb_gp_wait()Gravatar Paul E. McKenney 1-2/+2
2019-08-13rcu/nocb: Use build-time no-CBs check in rcu_pending()Gravatar Paul E. McKenney 1-1/+2
2019-08-13rcu/nocb: Use build-time no-CBs check in rcu_core()Gravatar Paul E. McKenney 1-4/+4
2019-08-13rcu/nocb: Use build-time no-CBs check in rcu_do_batch()Gravatar Paul E. McKenney 1-5/+5
2019-08-13rcu/nocb: Remove obsolete nocb_gp_head and nocb_gp_tail fieldsGravatar Paul E. McKenney 1-4/+2
2019-08-13rcu/nocb: Remove obsolete nocb_cb_tail and nocb_cb_head fieldsGravatar Paul E. McKenney 2-3/+0
2019-08-13rcu/nocb: Remove obsolete nocb_q_count and nocb_q_count_lazy fieldsGravatar Paul E. McKenney 3-20/+3
2019-08-13rcu/nocb: Remove obsolete nocb_head and nocb_tail fieldsGravatar Paul E. McKenney 2-4/+0