summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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-122-14/+15
* | | rcu: Use pr_fmt to prefix "rcu: " to logging outputJoe Perches2018-07-125-14/+20
* | | rcu: Improve rcu_note_voluntary_context_switch() reportingByungchul Park2018-07-122-5/+3
* | | rcu: Make rcu_read_unlock_special() staticPaul E. McKenney2018-07-121-1/+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-122-9/+1
* | 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-121-1/+1
* | 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-121-19/+27
* | 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-121-0/+9
* | 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
* | rcu: Convert rcu_fqs tracepoint to ->gp_seqPaul E. McKenney2018-07-121-4/+4
* | rcu: Convert rcu_quiescent_state_report tracepoint to ->gp_seqPaul E. McKenney2018-07-122-2/+2
* | rcu: Convert rcu_unlock_preempted_task tracepoint to ->gp_seqPaul E. McKenney2018-07-121-2/+2
* | rcu: Convert rcu_preempt_task tracepoint to ->gp_seqPaul E. McKenney2018-07-121-2/+2
* | rcu: Convert rcu_future_grace_period tracepoint to gp_seqPaul E. McKenney2018-07-121-4/+3
* | rcu: Convert rcu_grace_period tracepoint to gp_seqPaul E. McKenney2018-07-122-23/+22
* | rcu: Make rcu_nocb_wait_gp() check if GP already requestedPaul E. McKenney2018-07-122-5/+15
* | rcu: Move from ->need_future_gp[] to ->gp_seq_neededPaul E. McKenney2018-07-122-33/+20
* | rcutorture: Convert rcutorture_get_gp_data() to ->gp_seqPaul E. McKenney2018-07-124-31/+20
* | rcu: Make RCU CPU stall warnings use ->gp_seqPaul E. McKenney2018-07-122-29/+30
* | rcu: Convert grace-period requests to ->gp_seqPaul E. McKenney2018-07-123-68/+24
OpenPOWER on IntegriCloud