aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2018-07-12Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEADPaul E. McKenney1-37/+7
2018-07-12rcutorture: Add support to detect if boost kthread prio is too lowJoel Fernandes (Google)1-0/+7
2018-07-12rcu: Remove rcutorture test version and sequence numberPaul E. McKenney1-37/+0
2018-07-12rcu: Assign higher prio to RCU threads if rcutorture is built-inJoel Fernandes (Google)1-1/+5
2018-07-12rcu: Check the range of jiffies_till_{first,next}_fqs when setting themByungchul Park1-13/+32
2018-07-12rcu: Add diagnostics for rcutorture writer stall warningPaul E. McKenney1-0/+21
2018-07-12rcu: Use RCU CPU stall timeout for rcu_check_gp_start_stall()Paul E. McKenney1-8/+9
2018-07-12rcu: Remove __maybe_unused from rcu_cpu_has_callbacks()Paul E. McKenney1-1/+1
2018-07-12rcu: Remove "inline" from panic_on_rcu_stall() and rcu_blocking_is_gp()Paul E. McKenney1-2/+2
2018-07-12rcu: Inline rcu_dynticks_momentary_idle() into its sole callerPaul E. McKenney1-16/+7
2018-07-12rcu: Improve RCU-tasks naming and commentsPaul E. McKenney1-1/+1
2018-07-12rcu: Use pr_fmt to prefix "rcu: " to logging outputJoe Perches1-3/+5
2018-07-12rcu: Improve rcu_note_voluntary_context_switch() reportingByungchul Park1-2/+2
2018-07-12rcu: Add diagnostics for offline CPUs failing to report QSPaul E. McKenney1-0/+22
2018-07-12rcu: Record ->gp_state for both phases of grace-period initializationPaul E. McKenney1-0/+2
2018-07-12rcu: Add CPU online/offline state to dump_blkd_tasks()Paul E. McKenney1-2/+10
2018-07-12rcu: Remove CPU-hotplug failsafe from force-quiescent-state code pathPaul E. McKenney1-8/+1
2018-07-12rcu: Remove failsafe check for lost quiescent statePaul E. McKenney1-13/+3
2018-07-12rcu: Move grace-period pre-init delay after pre-initPaul E. McKenney1-1/+1
2018-07-12rcu: Fix grace-period hangs due to race with CPU offlinePaul E. McKenney1-0/+6
2018-07-12rcu: Fix grace-period hangs from mid-init task resumePaul E. McKenney1-3/+17
2018-07-12rcu: Suppress more involved false-positive preempted-task splatsPaul E. McKenney1-1/+6
2018-07-12rcu: Suppress false-positive preempted-task splatsPaul E. McKenney1-0/+5
2018-07-12rcu: Suppress false-positive offline-CPU lockdep-RCU splatPaul E. McKenney1-24/+24
2018-07-12rcu: Prevent useless FQS scan after all CPUs have checked inPaul E. McKenney1-0/+2
2018-07-12rcu: Replace smp_wmb() with smp_store_release() for stall checkPaul E. McKenney1-2/+2
2018-07-12rcu: Fix typo and add additional debugPaul E. McKenney1-0/+1
2018-07-12rcu: Make rcu_report_unblock_qs_rnp() warn on violated preconditionsPaul E. McKenney1-2/+4
2018-07-12rcu: Make rcu_init_new_rnp() stop upon already-set bitPaul E. McKenney1-1/+5
2018-07-12rcu: Fix an obsolete ->qsmaskinit commentPaul E. McKenney1-2/+2
2018-07-12rcu: Clean up handling of tasks blocked across full-rcu_node offlinePaul E. McKenney1-13/+17
2018-07-12rcu: Identify grace period is in progress as we advance up the treeJoel Fernandes (Google)1-4/+5
2018-07-12rcu: Use better variable names in funnel locking loopJoel Fernandes (Google)1-32/+32
2018-07-12rcu: Rename the grace-period-request variables and parametersJoel Fernandes1-19/+27
2018-07-12rcu: Regularize resetting of rcu_data wrap indicatorPaul E. McKenney1-2/+4
2018-07-12rcutorture: Correctly handle grace-period sequence wrapPaul E. McKenney1-3/+3
2018-07-12rcu: Make rcu_start_this_gp() check for grace period already startedPaul E. McKenney1-1/+1
2018-07-12rcu: Fix cpustart tracepoint gp_seq numberJoel Fernandes (Google)1-1/+1
2018-07-12rcu: Produce last "CleanupMore" trace only if late-breaking requestJoel Fernandes (Google)1-1/+1
2018-07-12rcu: Don't funnel-lock above leaf node if GP in progressPaul E. McKenney1-0/+9
2018-07-12rcu: Make simple callback acceleration refer to rdp->gp_seq_neededPaul E. McKenney1-19/+32
2018-07-12rcu: Remove ->gpnum and ->completedPaul E. McKenney1-34/+11
2018-07-12rcu: Convert rcu_fqs tracepoint to ->gp_seqPaul E. McKenney1-4/+4
2018-07-12rcu: Convert rcu_quiescent_state_report tracepoint to ->gp_seqPaul E. McKenney1-1/+1
2018-07-12rcu: Convert rcu_future_grace_period tracepoint to gp_seqPaul E. McKenney1-4/+3
2018-07-12rcu: Convert rcu_grace_period tracepoint to gp_seqPaul E. McKenney1-22/+21
2018-07-12rcu: Make rcu_nocb_wait_gp() check if GP already requestedPaul E. McKenney1-0/+5
2018-07-12rcu: Move from ->need_future_gp[] to ->gp_seq_neededPaul E. McKenney1-16/+18
2018-07-12rcutorture: Convert rcutorture_get_gp_data() to ->gp_seqPaul E. McKenney1-3/+2