summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2018-06-09rcu: Make rcu_seq_diff() more exactPaul E. McKenney
2018-06-08rcu: Check the range of jiffies_till_{first,next}_fqs when setting themByungchul Park
2018-06-08rcutorture: Handle extended read-side critical sectionsPaul E. McKenney
2018-06-07rcu: Add diagnostics for rcutorture writer stall warningPaul E. McKenney
2018-05-26rcu: Add comment to the last sleep in the rcu tasks loopSteven Rostedt (VMware)
2018-05-26rcu: Speed up calling of RCU tasks callbacksSteven Rostedt (VMware)
2018-05-26rcu: Identify grace period is in progress as we advance up the treeJoel Fernandes (Google)
2018-05-26rcu: Use better variable names in funnel locking loopJoel Fernandes (Google)
2018-05-26rcu: Add comment documenting how rcu_seq_snap worksJoel Fernandes (Google)
2018-05-26srcu: Add address of first callback to rcutorture outputPaul E. McKenney
2018-05-26rcutorture: Make rcu_torture_timer() use rcu_torture_one_read()Paul E. McKenney
2018-05-26rcutorture: Use per-CPU random state for rcu_torture_timer()Paul E. McKenney
2018-05-26rcutorture: Use atomic increment for n_rcu_torture_timersPaul E. McKenney
2018-05-26rcutorture: Extract common code from rcu_torture_reader()Paul E. McKenney
2018-05-26rcu: Rename the grace-period-request variables and parametersJoel Fernandes
2018-05-26rcu: Use RCU CPU stall timeout for rcu_check_gp_start_stall()Paul E. McKenney
2018-05-26rcu: Remove __maybe_unused from rcu_cpu_has_callbacks()Paul E. McKenney
2018-05-26rcu: Remove "inline" from rcu_perf_print_module_parms()Paul E. McKenney
2018-05-26rcu: Remove "inline" from rcu_torture_print_module_parms()Paul E. McKenney
2018-05-26rcu: Remove "inline" from panic_on_rcu_stall() and rcu_blocking_is_gp()Paul E. McKenney
2018-05-26rcu: Remove unused local variable "cpu"Paul E. McKenney
2018-05-26rcuperf: Remove unused torturing_tasks() functionPaul E. McKenney
2018-05-26rcu: Remove unused rcu_kick_nohz_cpu() functionPaul E. McKenney
2018-05-26rcu: Clarify and correct the rcu_preempt_qs() header commentPaul E. McKenney
2018-05-26rcu: Inline rcu_dynticks_momentary_idle() into its sole callerPaul E. McKenney
2018-05-26rcu: Remove rcutorture test version and sequence numberPaul E. McKenney
2018-05-26rcu: Mark task as .need_qs less aggressivelyPaul E. McKenney
2018-05-26rcu: Regularize resetting of rcu_data wrap indicatorPaul E. McKenney
2018-05-26rcu: Add diagnostics for offline CPUs failing to report QSPaul E. McKenney
2018-05-26rcu: Record ->gp_state for both phases of grace-period initializationPaul E. McKenney
2018-05-26rcutorture: Correctly handle grace-period sequence wrapPaul E. McKenney
2018-05-26torture: Keep old-school dmesg formatPaul E. McKenney
2018-05-26rcu: Make rcu_start_this_gp() check for grace period already startedPaul E. McKenney
2018-05-26rcu: Improve RCU-tasks naming and commentsPaul E. McKenney
2018-05-26rcu: Use pr_fmt to prefix "rcu: " to logging outputJoe Perches
2018-05-26rcu: Fix cpustart tracepoint gp_seq numberJoel Fernandes (Google)
2018-05-26rcu: Produce last "CleanupMore" trace only if late-breaking requestJoel Fernandes (Google)
2018-05-26rcu: Don't funnel-lock above leaf node if GP in progressPaul E. McKenney
2018-05-26rcu: Improve rcu_note_voluntary_context_switch() reportingByungchul Park
2018-05-26torture: Make online/offline messages appear only for verbose=2Paul E. McKenney
2018-05-26rcu: Make rcu_read_unlock_special() staticPaul E. McKenney
2018-05-26rcu: Add CPU online/offline state to dump_blkd_tasks()Paul E. McKenney
2018-05-26rcu: Add up-tree information to dump_blkd_tasks() diagnosticsPaul E. McKenney
2018-05-26rcutorture: Change units of onoff_interval to jiffiesPaul E. McKenney
2018-05-26rcu: Remove CPU-hotplug failsafe from force-quiescent-state code pathPaul E. McKenney
2018-05-26rcu: Remove failsafe check for lost quiescent statePaul E. McKenney
2018-05-26rcu: Move grace-period pre-init delay after pre-initPaul E. McKenney
2018-05-26rcu: Add RCU-preempt check for waiting on newly onlined CPUPaul E. McKenney
2018-05-26rcu: Fix grace-period hangs due to race with CPU offlinePaul E. McKenney
2018-05-23rcu: Fix grace-period hangs from mid-init task resumePaul E. McKenney