aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)AuthorFilesLines
2018-07-12rcutorture: Handle extended read-side critical sectionsPaul E. McKenney1-6/+152
2018-07-12rcutorture: Make rcu_torture_timer() use rcu_torture_one_read()Paul E. McKenney1-46/+1
2018-07-12rcutorture: Use per-CPU random state for rcu_torture_timer()Paul E. McKenney1-5/+5
2018-07-12rcutorture: Use atomic increment for n_rcu_torture_timersPaul E. McKenney1-3/+3
2018-07-12rcutorture: Extract common code from rcu_torture_reader()Paul E. McKenney1-43/+55
2018-07-12rcuperf: Remove unused torturing_tasks() functionPaul E. McKenney1-5/+0
2018-07-12rcu: Remove rcutorture test version and sequence numberPaul E. McKenney3-44/+1
2018-07-12rcutorture: Change units of onoff_interval to jiffiesPaul E. McKenney1-2/+2
2018-07-12rcu: Assign higher prio to RCU threads if rcutorture is built-inJoel Fernandes (Google)1-1/+5
2018-07-12srcu: Add grace-period number to rcutorture statistics printoutPaul E. McKenney1-1/+2
2018-07-12rcu: Print stall-warning NMI dyntick state in hexadecimalPaul E. McKenney1-1/+1
2018-07-12rcu: Make rcu_seq_diff() more exactPaul E. McKenney1-1/+14
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: Add comment to the last sleep in the rcu tasks loopSteven Rostedt (VMware)1-0/+1
2018-07-12rcu: Speed up calling of RCU tasks callbacksSteven Rostedt (VMware)1-2/+15
2018-07-12rcu: Add comment documenting how rcu_seq_snap worksJoel Fernandes (Google)1-1/+11
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 rcu_perf_print_module_parms()Paul E. McKenney1-1/+1
2018-07-12rcu: Remove "inline" from rcu_torture_print_module_parms()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: Remove unused local variable "cpu"Paul E. McKenney1-2/+0
2018-07-12rcu: Remove unused rcu_kick_nohz_cpu() functionPaul E. McKenney2-18/+0
2018-07-12rcu: Clarify and correct the rcu_preempt_qs() header commentPaul E. McKenney1-6/+10
2018-07-12rcu: Inline rcu_dynticks_momentary_idle() into its sole callerPaul E. McKenney1-16/+7
2018-07-12rcu: Mark task as .need_qs less aggressivelyPaul E. McKenney1-1/+4
2018-07-12rcu: Improve RCU-tasks naming and commentsPaul E. McKenney2-14/+15
2018-07-12rcu: Use pr_fmt to prefix "rcu: " to logging outputJoe Perches5-14/+20
2018-07-12rcu: Improve rcu_note_voluntary_context_switch() reportingByungchul Park2-5/+3
2018-07-12rcu: Make rcu_read_unlock_special() staticPaul E. McKenney1-1/+2
2018-07-12rcu: Add diagnostics for offline CPUs failing to report QSPaul E. McKenney2-0/+23
2018-07-12rcu: Record ->gp_state for both phases of grace-period initializationPaul E. McKenney2-4/+10
2018-07-12rcu: Add CPU online/offline state to dump_blkd_tasks()Paul E. McKenney3-10/+39
2018-07-12rcu: Add up-tree information to dump_blkd_tasks() diagnosticsPaul E. McKenney1-4/+6
2018-07-12rcu: Remove CPU-hotplug failsafe from force-quiescent-state code pathPaul E. McKenney2-9/+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: Add RCU-preempt check for waiting on newly onlined CPUPaul E. McKenney1-0/+3
2018-07-12rcu: Fix grace-period hangs due to race with CPU offlinePaul E. McKenney2-0/+10
2018-07-12rcu: Fix grace-period hangs from mid-init task resumePaul E. McKenney1-3/+17
2018-07-12rcu: Suppress false-positive splats from mid-init task resumePaul E. McKenney1-1/+2
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. McKenney2-2/+9
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