aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rcu: Use RCU CPU stall timeout for rcu_check_gp_start_stall()Paul E. McKenney2018-07-121-8/+9
* rcu: Remove __maybe_unused from rcu_cpu_has_callbacks()Paul E. McKenney2018-07-121-1/+1
* rcu: Remove "inline" from rcu_perf_print_module_parms()Paul E. McKenney2018-07-121-1/+1
* rcu: Remove "inline" from rcu_torture_print_module_parms()Paul E. McKenney2018-07-121-1/+1
* rcu: Remove "inline" from panic_on_rcu_stall() and rcu_blocking_is_gp()Paul E. McKenney2018-07-121-2/+2
* rcu: Remove unused local variable "cpu"Paul E. McKenney2018-07-121-2/+0
* rcu: Remove unused rcu_kick_nohz_cpu() functionPaul E. McKenney2018-07-122-18/+0
* rcu: Clarify and correct the rcu_preempt_qs() header commentPaul E. McKenney2018-07-121-6/+10
* rcu: Inline rcu_dynticks_momentary_idle() into its sole callerPaul E. McKenney2018-07-121-16/+7
* rcu: Mark task as .need_qs less aggressivelyPaul E. McKenney2018-07-121-1/+4
* rcu: Improve RCU-tasks naming and commentsPaul E. McKenney2018-07-124-21/+22
* rcu: Use pr_fmt to prefix "rcu: " to logging outputJoe Perches2018-07-125-14/+20
* rcu: rcupdate.h: Get rid of Sphinx warnings at rcu_pointer_handoff()Mauro Carvalho Chehab2018-07-121-3/+2
* rcu: Improve rcu_note_voluntary_context_switch() reportingByungchul Park2018-07-123-7/+5
* rcu: Make rcu_read_unlock_special() staticPaul E. McKenney2018-07-122-2/+2
* rcu: Add diagnostics for offline CPUs failing to report QSPaul E. McKenney2018-07-122-0/+23
* rcu: Record ->gp_state for both phases of grace-period initializationPaul E. McKenney2018-07-122-4/+10
* rcu: Add CPU online/offline state to dump_blkd_tasks()Paul E. McKenney2018-07-123-10/+39
* rcu: Add up-tree information to dump_blkd_tasks() diagnosticsPaul E. McKenney2018-07-121-4/+6
* rcu: Remove CPU-hotplug failsafe from force-quiescent-state code pathPaul E. McKenney2018-07-123-14/+6
* rcu: Remove failsafe check for lost quiescent statePaul E. McKenney2018-07-121-13/+3
* rcu: Move grace-period pre-init delay after pre-initPaul E. McKenney2018-07-122-2/+2
* rcu: Add RCU-preempt check for waiting on newly onlined CPUPaul E. McKenney2018-07-121-0/+3
* rcu: Fix grace-period hangs due to race with CPU offlinePaul E. McKenney2018-07-122-0/+10
* rcu: Fix grace-period hangs from mid-init task resumePaul E. McKenney2018-07-121-3/+17
* rcu: Suppress false-positive splats from mid-init task resumePaul E. McKenney2018-07-121-1/+2
* rcu: Suppress more involved false-positive preempted-task splatsPaul E. McKenney2018-07-121-1/+6
* rcu: Suppress false-positive preempted-task splatsPaul E. McKenney2018-07-121-0/+5
* rcu: Suppress false-positive offline-CPU lockdep-RCU splatPaul E. McKenney2018-07-121-24/+24
* rcu: Prevent useless FQS scan after all CPUs have checked inPaul E. McKenney2018-07-121-0/+2
* rcu: Replace smp_wmb() with smp_store_release() for stall checkPaul E. McKenney2018-07-121-2/+2
* rcu: Fix typo and add additional debugPaul E. McKenney2018-07-122-2/+9
* rcu: Make rcu_report_unblock_qs_rnp() warn on violated preconditionsPaul E. McKenney2018-07-121-2/+4
* rcu: Make rcu_init_new_rnp() stop upon already-set bitPaul E. McKenney2018-07-121-1/+5
* rcu: Fix an obsolete ->qsmaskinit commentPaul E. McKenney2018-07-121-2/+2
* rcu: Clean up handling of tasks blocked across full-rcu_node offlinePaul E. McKenney2018-07-121-13/+17
* rcu: Identify grace period is in progress as we advance up the treeJoel Fernandes (Google)2018-07-121-4/+5
* rcu: Use better variable names in funnel locking loopJoel Fernandes (Google)2018-07-121-32/+32
* rcu: Rename the grace-period-request variables and parametersJoel Fernandes2018-07-122-26/+35
* rcu: Regularize resetting of rcu_data wrap indicatorPaul E. McKenney2018-07-121-2/+4
* rcutorture: Correctly handle grace-period sequence wrapPaul E. McKenney2018-07-124-11/+41
* rcu: Make rcu_start_this_gp() check for grace period already startedPaul E. McKenney2018-07-122-1/+10
* rcu: Fix cpustart tracepoint gp_seq numberJoel Fernandes (Google)2018-07-121-1/+1
* rcu: Produce last "CleanupMore" trace only if late-breaking requestJoel Fernandes (Google)2018-07-121-1/+1
* rcu: Don't funnel-lock above leaf node if GP in progressPaul E. McKenney2018-07-122-2/+11
* doc: Update RCU CPU stall-warning documentationPaul E. McKenney2018-07-121-12/+12
* doc: Update memory-ordering documentation for ->gp-seqPaul E. McKenney2018-07-126-223/+243
* doc: Update data-structure documentation for ->gp_seqPaul E. McKenney2018-07-121-55/+63
* rcu: Make simple callback acceleration refer to rdp->gp_seq_neededPaul E. McKenney2018-07-121-19/+32
* rcu: Remove ->gpnum and ->completedPaul E. McKenney2018-07-123-48/+13