summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)AuthorFilesLines
2018-07-13rcutorture: Fix rcu_barrier successes counterJoel Fernandes (Google)1-5/+4
2018-07-13rcutorture: Add support to detect if boost kthread prio is too lowJoel Fernandes (Google)3-4/+37
2018-07-13rcutorture: Use monotonic timestamp for stall detectionArnd Bergmann1-2/+3
2018-07-13rcutorture: Make boost test more robustJoel Fernandes (Google)1-6/+39
2018-07-13rcutorture: Disable RT throttling for boost testsJoel Fernandes (Google)1-0/+29
2018-07-13rcutorture: Emphasize testing of single reader protection typePaul E. McKenney1-1/+8
2018-07-13rcutorture: Handle extended read-side critical sectionsPaul E. McKenney1-6/+152
2018-07-13rcutorture: Make rcu_torture_timer() use rcu_torture_one_read()Paul E. McKenney1-46/+1
2018-07-13rcutorture: Use per-CPU random state for rcu_torture_timer()Paul E. McKenney1-5/+5
2018-07-13rcutorture: Use atomic increment for n_rcu_torture_timersPaul E. McKenney1-3/+3
2018-07-13rcutorture: Extract common code from rcu_torture_reader()Paul E. McKenney1-43/+55
2018-07-13rcuperf: Remove unused torturing_tasks() functionPaul E. McKenney1-5/+0
2018-07-13rcu: Remove rcutorture test version and sequence numberPaul E. McKenney3-44/+1
2018-07-13rcutorture: Change units of onoff_interval to jiffiesPaul E. McKenney1-2/+2
2018-07-13rcu: Add diagnostics for offline CPUs failing to report QSPaul E. McKenney2-0/+23
2018-07-13rcu: Record ->gp_state for both phases of grace-period initializationPaul E. McKenney2-4/+10
2018-07-13rcu: Add CPU online/offline state to dump_blkd_tasks()Paul E. McKenney3-10/+39
2018-07-13rcu: Add up-tree information to dump_blkd_tasks() diagnosticsPaul E. McKenney1-4/+6
2018-07-13rcu: Remove CPU-hotplug failsafe from force-quiescent-state code pathPaul E. McKenney2-9/+1
2018-07-13rcu: Remove failsafe check for lost quiescent statePaul E. McKenney1-13/+3
2018-07-13rcu: Move grace-period pre-init delay after pre-initPaul E. McKenney1-1/+1
2018-07-13rcu: Add RCU-preempt check for waiting on newly onlined CPUPaul E. McKenney1-0/+3
2018-07-13rcu: Fix grace-period hangs due to race with CPU offlinePaul E. McKenney2-0/+10
2018-07-13rcu: Fix grace-period hangs from mid-init task resumePaul E. McKenney1-3/+17
2018-07-13rcu: Suppress false-positive splats from mid-init task resumePaul E. McKenney1-1/+2
2018-07-13rcu: Suppress more involved false-positive preempted-task splatsPaul E. McKenney1-1/+6
2018-07-13rcu: Suppress false-positive preempted-task splatsPaul E. McKenney1-0/+5
2018-07-13rcu: Suppress false-positive offline-CPU lockdep-RCU splatPaul E. McKenney1-24/+24
2018-07-13rcu: Prevent useless FQS scan after all CPUs have checked inPaul E. McKenney1-0/+2
2018-07-13rcu: Replace smp_wmb() with smp_store_release() for stall checkPaul E. McKenney1-2/+2
2018-07-13rcu: Fix typo and add additional debugPaul E. McKenney2-2/+9
2018-07-13rcu: Make rcu_report_unblock_qs_rnp() warn on violated preconditionsPaul E. McKenney1-2/+4
2018-07-13rcu: Make rcu_init_new_rnp() stop upon already-set bitPaul E. McKenney1-1/+5
2018-07-13rcu: Fix an obsolete ->qsmaskinit commentPaul E. McKenney1-2/+2
2018-07-13rcu: Clean up handling of tasks blocked across full-rcu_node offlinePaul E. McKenney1-13/+17
2018-07-13rcu: Identify grace period is in progress as we advance up the treeJoel Fernandes (Google)1-4/+5
2018-07-13rcu: Use better variable names in funnel locking loopJoel Fernandes (Google)1-32/+32
2018-07-13rcu: Rename the grace-period-request variables and parametersJoel Fernandes1-19/+27
2018-07-13rcu: Regularize resetting of rcu_data wrap indicatorPaul E. McKenney1-2/+4
2018-07-13rcutorture: Correctly handle grace-period sequence wrapPaul E. McKenney4-11/+41
2018-07-13rcu: Make rcu_start_this_gp() check for grace period already startedPaul E. McKenney2-1/+10
2018-07-13rcu: Fix cpustart tracepoint gp_seq numberJoel Fernandes (Google)1-1/+1
2018-07-13rcu: Produce last "CleanupMore" trace only if late-breaking requestJoel Fernandes (Google)1-1/+1
2018-07-13rcu: Don't funnel-lock above leaf node if GP in progressPaul E. McKenney1-0/+9
2018-07-13rcu: Make simple callback acceleration refer to rdp->gp_seq_neededPaul E. McKenney1-19/+32
2018-07-13rcu: Remove ->gpnum and ->completedPaul E. McKenney3-48/+13
2018-07-13rcu: Convert rcu_fqs tracepoint to ->gp_seqPaul E. McKenney1-4/+4
2018-07-13rcu: Convert rcu_quiescent_state_report tracepoint to ->gp_seqPaul E. McKenney2-2/+2
2018-07-13rcu: Convert rcu_unlock_preempted_task tracepoint to ->gp_seqPaul E. McKenney1-2/+2
2018-07-13rcu: Convert rcu_preempt_task tracepoint to ->gp_seqPaul E. McKenney1-2/+2