summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | rcu: Convert ->completedqs to ->gp_seqPaul E. McKenney2018-07-122-4/+4
* | rcu: Convert ->rcu_iw_gpnum to ->gp_seqPaul E. McKenney2018-07-123-8/+8
* | rcu: Move rcu_gp_in_progress() to ->gp_seqPaul E. McKenney2018-07-121-1/+1
* | rcu: Move rcu_nocb_gp_get() to ->gp_seqPaul E. McKenney2018-07-121-1/+1
* | rcu: Move rcu_try_advance_all_cbs() to ->gp_seqPaul E. McKenney2018-07-121-1/+2
* | rcu: Move rcu_implicit_dynticks_qs() to ->gp_seqPaul E. McKenney2018-07-121-1/+1
* | rcu: Convert rcu_gpnum_ovf() to ->gp_seqPaul E. McKenney2018-07-121-2/+3
* | rcu: Move RCU's grace-period-change code to ->gp_seqPaul E. McKenney2018-07-122-23/+33
* | rcu: Convert conditional grace-period primitives to ->gp_seqPaul E. McKenney2018-07-121-32/+10
* | rcu: Make quiescent-state reporting use ->gp_seqPaul E. McKenney2018-07-121-9/+9
* | rcu: Convert rcu_check_gp_kthread_starvation() to GP sequence numberPaul E. McKenney2018-07-121-2/+2
* | rcu: Make rcutorture's batches-completed API use ->gp_seqPaul E. McKenney2018-07-124-100/+45
* | rcu: Move rcu_gp_slow() to ->gp_seqPaul E. McKenney2018-07-121-1/+2
* | rcu: Introduce grace-period sequence numbersPaul E. McKenney2018-07-122-1/+18
| |
| \
| \
| \
*---. \ Merge branches 'expedited.2018.07.12a', 'fixes.2018.07.12a', 'srcu.2018.06.25...Paul E. McKenney2018-07-126-34/+144
|\ \ \ \
| | | * | torture: Keep old-school dmesg formatPaul E. McKenney2018-06-252-0/+6
| | | * | torture: Make online/offline messages appear only for verbose=2Paul E. McKenney2018-06-252-2/+2
| | | |/