summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-18Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...Paul E. McKenney46-570/+1241
2021-05-18tasks-rcu: Make show_rcu_tasks_gp_kthreads() be static inlinePaul E. McKenney2-1/+4
2021-05-18rcu-tasks: Make ksoftirqd provide RCU Tasks quiescent statesPaul E. McKenney1-0/+1
2021-05-13rcu: Add missing __releases() annotationJules Irenge1-0/+1
2021-05-13rcu: Remove obsolete rcu_read_unlock() deadlock commentaryPaul E. McKenney1-27/+6
2021-05-13rcu: Improve comments describing RCU read-side critical sectionsPaul E. McKenney2-17/+42
2021-05-13rcu: Create an unrcu_pointer() to remove __rcu from a pointerPaul E. McKenney1-0/+14
2021-05-12srcu: Early test SRCU polling startFrederic Weisbecker1-1/+5
2021-05-12rcu: Fix various typos in commentsIngo Molnar7-14/+14
2021-05-12rcu/nocb: Unify timersFrederic Weisbecker3-56/+43
2021-05-12rcu/nocb: Prepare for fine-grained deferred wakeupFrederic Weisbecker3-10/+11
2021-05-12rcu/nocb: Only cancel nocb timer if not pollingFrederic Weisbecker1-7/+7
2021-05-12rcu/nocb: Delete bypass_timer upon nocb_gp wakeupFrederic Weisbecker1-0/+2
2021-05-12rcu/nocb: Cancel nocb_timer upon nocb_gp wakeupFrederic Weisbecker1-0/+4
2021-05-12rcu/nocb: Allow de-offloading rdp leaderFrederic Weisbecker1-4/+0
2021-05-12rcu/nocb: Directly call __wake_nocb_gp() from bypass timerFrederic Weisbecker1-2/+3
2021-05-11rcu: Don't penalize priority boosting when there is nothing to boostPaul E. McKenney1-3/+14
2021-05-11rcu: Point to documentation of ordering guaranteesPaul E. McKenney2-2/+21
2021-05-11rcu: Make rcu_gp_cleanup() be noinline for tracingPaul E. McKenney1-1/+1
2021-05-11rcu: Restrict RCU_STRICT_GRACE_PERIOD to at most four CPUsPaul E. McKenney1-1/+1
2021-05-11rcu: Make show_rcu_gp_kthreads() dump rcu_node structures blocking GPPaul E. McKenney1-2/+3
2021-05-11rcu: Make RCU priority boosting work on single-CPU rcu_node structuresPaul E. McKenney3-24/+9
2021-05-11rcu: Add quiescent states and boost states to show_rcu_gp_kthreads() outputPaul E. McKenney3-3/+11
2021-05-11rcu: Reject RCU_LOCKDEP_WARN() false positivesPaul E. McKenney2-2/+2
2021-05-11lockdep: Explicitly flag likely false-positive reportPaul E. McKenney1-2/+4
2021-05-11rcu: Add ->gp_max to show_rcu_gp_kthreads() outputPaul E. McKenney1-1/+2
2021-05-11rcu: Add ->rt_priority and ->gp_start to show_rcu_gp_kthreads() outputPaul E. McKenney1-3/+5
2021-05-11rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()Paul E. McKenney1-1/+1
2021-05-11rcu: Improve tree.c comments and add code cleanupsZhouyi Zhou1-12/+12
2021-05-11rcu: Remove the unused rcu_irq_exit_preempt() functionPaul E. McKenney3-24/+0
2021-05-11rcutorture: Move mem_dump_obj() tests into separate functionPaul E. McKenney1-39/+42
2021-05-11torture: Don't cap remote runs by build-system number of CPUsPaul E. McKenney2-4/+12
2021-05-11torture: Make kvm-remote.sh account for network failure in pathname checksPaul E. McKenney1-2/+24
2021-05-11rcutorture: Don't count CPU-stalled time against priority boostingPaul E. McKenney2-5/+18
2021-05-11rcutorture: Forgive RCU boost failures when CPUs don't pass through QSPaul E. McKenney3-26/+79
2021-05-11rcutorture: Add BUSTED-BOOST to test RCU priority boosting testsPaul E. McKenney2-0/+25
2021-05-11rcutorture: Make rcu_torture_boost_failed() check for GP endPaul E. McKenney1-0/+6
2021-05-11rcutorture: Consolidate rcu_torture_boost() timing and statisticsPaul E. McKenney1-10/+4
2021-05-11rcutorture: Delay-based false positives for RCU priority boosting testsPaul E. McKenney1-2/+6
2021-05-11torture: Set kvm.sh language to EnglishPaul E. McKenney1-0/+3
2021-05-11torture: Correctly fetch number of CPUs for non-English languagesFrederic Weisbecker2-2/+2
2021-05-11rcutorture: Judge RCU priority boosting on grace periods, not callbacksPaul E. McKenney1-60/+51
2021-05-11torture: Make kvm-find-errors.sh account for kvm-remote.shPaul E. McKenney1-1/+1
2021-05-11torture: Make the build machine control N in "make -jN"Paul E. McKenney1-2/+4
2021-05-11torture: Make kvm.sh use abstracted kvm-end-run-stats.shPaul E. McKenney1-15/+1
2021-05-11torture: Abstract end-of-run summaryPaul E. McKenney2-8/+43
2021-05-11torture: Fix grace-period rate outputPaul E. McKenney1-1/+1
2021-05-11rcutorture: Abstract read-lock-held checksPaul E. McKenney1-10/+19
2021-05-11refscale: Add acqrel, lock, and lock-irqPaul E. McKenney1-2/+107
2021-05-11torture: Add kvm-remote.sh script for distributed rcutorture test runsPaul E. McKenney1-0/+227