aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-01rcutorture: Print time since GP end upon forward-progress failurePaul E. McKenney1-1/+4
2018-12-01rcutorture: Print GP age upon forward-progress failurePaul E. McKenney1-0/+2
2018-12-01rcu: Print per-CPU callback counts for forward-progress failuresPaul E. McKenney1-0/+18
2018-12-01rcu: Account for nocb-CPU callback counts in RCU CPU stall warningsPaul E. McKenney1-4/+15
2018-12-01rcutorture: Dump grace-period diagnostics upon forward-progress OOMPaul E. McKenney1-0/+20
2018-12-01Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a', 'fixes.2018.11.12a', 'initrd.2018.11.08b', 'sil.2018.11.12a' and 'srcu.2018.11.27a' into HEADPaul E. McKenney1-21/+24
2018-11-12rcu: Trace end of grace period before end of grace periodPaul E. McKenney1-2/+2
2018-11-12rcu: Adjust the comment of function rcu_is_watchingZhouyi Zhou1-3/+3
2018-11-12rcu: Add jiffies-since-GP-activity to show_rcu_gp_kthreads()Paul E. McKenney1-3/+5
2018-11-12rcu: Add state name to show_rcu_gp_kthreads() outputPaul E. McKenney1-12/+13
2018-11-12rcu: Parameterize rcu_check_gp_start_stall()Paul E. McKenney1-4/+4
2018-11-12rcu: Avoid double multiply by HZPaul E. McKenney1-1/+1
2018-11-08rcu: Eliminate BUG_ON() for kernel/rcu/tree.cPaul E. McKenney1-2/+3
2018-08-30Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' and 'torture.2018.08.29a' into HEADPaul E. McKenney1-1319/+894
2018-08-30srcu: Make call_srcu() available during very early bootPaul E. McKenney1-0/+1
2018-08-30rcu: Convert rcu_state.ofl_lock to raw_spinlock_tMike Galbraith1-6/+6
2018-08-30rcu: Remove obsolete ->dynticks_fqs and ->cond_resched_completedPaul E. McKenney1-1/+0
2018-08-30rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticksPaul E. McKenney1-51/+41
2018-08-30rcu: Switch dyntick nesting counters to rcu_data structurePaul E. McKenney1-37/+42
2018-08-30rcu: Switch urgent quiescent-state requests to rcu_data structurePaul E. McKenney1-6/+6
2018-08-30rcu: Convert "1UL << x" to "BIT(x)"Paul E. McKenney1-1/+1
2018-08-30rcu: Avoid resched_cpu() when rescheduling the current CPUPaul E. McKenney1-4/+7
2018-08-30rcu: More aggressively enlist scheduler aid for nohz_full CPUsPaul E. McKenney1-6/+26
2018-08-30rcu: Compute jiffies_till_sched_qs from other kernel parametersPaul E. McKenney1-16/+47
2018-08-30rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structurePaul E. McKenney1-38/+14
2018-08-30rcu: Provide improved interrupt-from-idle check in rcu_check_callbacks()Paul E. McKenney1-1/+1
2018-08-30rcu: Make need_resched() respond to urgent RCU-QS needsPaul E. McKenney1-0/+9
2018-08-30rcu: Inline _rcu_barrier() into its sole remaining callerPaul E. McKenney1-32/+26
2018-08-30rcu: Define rcu_all_qs() only in !PREEMPT buildsPaul E. McKenney1-40/+1
2018-08-30rcu: Clean up flavor-related definitions and comments in tree.cPaul E. McKenney1-42/+32
2018-08-30rcu: Remove now-unused rcutorture APIsPaul E. McKenney1-47/+0
2018-08-30rcu: Consolidate RCU-sched update-side function definitionsPaul E. McKenney1-58/+0
2018-08-30rcu: Consolidate RCU-bh update-side function definitionsPaul E. McKenney1-9/+0
2018-08-30rcu: Pull rcu_gp_kthread() FQS loop into separate functionPaul E. McKenney1-59/+66
2018-08-30rcu: Inline increment_cpu_stall_ticks() into its sole callerPaul E. McKenney1-1/+1
2018-08-30rcu: Fix typo in force_qs_rnp()'s parameter's parameterPaul E. McKenney1-2/+2
2018-08-30rcu: Eliminate initialization-time use of rspPaul E. McKenney1-13/+12
2018-08-30rcu: Eliminate RCU-barrier use of rspPaul E. McKenney1-33/+32
2018-08-30rcu: Eliminate quiescent-state and grace-period-nonstart use of rspPaul E. McKenney1-17/+15
2018-08-30rcu: Eliminate callback-invocation/invocation use of rspPaul E. McKenney1-13/+11
2018-08-30rcu: Eliminate grace-period management code use of rspPaul E. McKenney1-86/+82
2018-08-30rcu: Eliminate stall-warning use of rspPaul E. McKenney1-41/+39
2018-08-30rcu: Restructure rcu_check_gp_kthread_starvation()Paul E. McKenney1-14/+11
2018-08-30rcu: Simplify rcutorture_get_gp_data()Paul E. McKenney1-7/+2
2018-08-30rcu: Remove for_each_rcu_flavor() flavor-traversal macroPaul E. McKenney1-102/+70
2018-08-30rcu: Remove rcu_data structure's ->rsp fieldPaul E. McKenney1-15/+13
2018-08-30rcu: Remove rsp parameter from rcu_node tree accessor macrosPaul E. McKenney1-10/+9
2018-08-30rcu: Remove rsp parameter from expedited grace-period functionsPaul E. McKenney1-2/+2
2018-08-30rcu: Remove rsp parameter from no-CBs CPU functionsPaul E. McKenney1-2/+2
2018-08-30rcu: Remove rsp parameter from print_cpu_stall_info()Paul E. McKenney1-2/+2