summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2019-10-30Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'r...Paul E. McKenney
2019-10-30rcu: Suppress levelspread uninitialized messagesPaul E. McKenney
2019-10-30rcu: Fix uninitialized variable in nocb_gp_wait()Dan Carpenter
2019-10-30rcu: Ensure that ->rcu_urgent_qs is set before resched IPIJoel Fernandes (Google)
2019-10-30rcu: Several rcu_segcblist functions can be statickbuild test robot
2019-10-28rcu: Make kernel-mode nohz_full CPUs invoke the RCU core processingPaul E. McKenney
2019-10-28rcu: Confine ->core_needs_qs accesses to the corresponding CPUPaul E. McKenney
2019-10-28rcu: Reset CPU hints when reporting a quiescent stateJoel Fernandes (Google)
2019-10-28rcu: Force nohz_full tick on upon irq enter instead of exitPaul E. McKenney
2019-10-28rcu: Force tick on for nohz_full CPUs not reaching quiescent statesPaul E. McKenney
2019-10-05rcutorture: Make in-kernel-loop testing more brutalPaul E. McKenney
2019-10-05rcutorture: Separate warnings for each failure typePaul E. McKenney
2019-10-05rcu: Remove unused variable rcu_perf_writer_stateEthan Hansen
2019-10-05rcu: Remove unused function rcutorture_record_progress()Ethan Hansen
2019-10-05rcutorture: Emulate dyntick aspect of userspace nohz_full sojournPaul E. McKenney
2019-10-05rcu: Make CPU-hotplug removal operations enable tickPaul E. McKenney
2019-10-05stop_machine: Provide RCU quiescent state in multi_cpu_stop()Paul E. McKenney
2019-10-05rcutorture: Force on tick for readers and callback floodersPaul E. McKenney
2019-10-05rcu: Force on tick when invoking lots of callbacksPaul E. McKenney
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