summaryrefslogtreecommitdiffstats
path: root/lib/dynamic_queue_limits.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-31rcu: Switch ->tick_nohz_enabled_snap to rcu_data structurePaul E. McKenney2-6/+5
2018-08-31rcu: Merge rcu_dynticks structure into rcu_data structurePaul E. McKenney1-0/+17
2018-08-31rcu: Remove unused rcu_dynticks_snap() from Tiny RCUPaul E. McKenney1-6/+0
2018-08-31rcu: Convert "1UL << x" to "BIT(x)"Paul E. McKenney2-2/+2
2018-08-31rcu: Avoid resched_cpu() when rescheduling the current CPUPaul E. McKenney3-13/+21
2018-08-31rcu: More aggressively enlist scheduler aid for nohz_full CPUsPaul E. McKenney3-6/+28
2018-08-31rcu: Compute jiffies_till_sched_qs from other kernel parametersPaul E. McKenney3-17/+57
2018-08-31rcu: Provide functions for determining if call_rcu() has been invokedPaul E. McKenney2-1/+44
2018-08-31rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structurePaul E. McKenney4-48/+17
2018-08-31rcu: Motivate Tiny RCU forward progressPaul E. McKenney1-1/+5
2018-08-31rcutorture: Dump reader protection sequence if failures or close callsPaul E. McKenney1-23/+96
2018-08-31rcu: Provide improved interrupt-from-idle check in rcu_check_callbacks()Paul E. McKenney1-1/+1
2018-08-31rcu: Make need_resched() respond to urgent RCU-QS needsPaul E. McKenney1-0/+9
2018-08-31rcu: Inline _rcu_barrier() into its sole remaining callerPaul E. McKenney4-45/+39
2018-08-31rcu: Define rcu_all_qs() only in !PREEMPT buildsPaul E. McKenney3-40/+42
2018-08-31rcu: Remove !PREEMPT code from rcu_note_voluntary_context_switch()Paul E. McKenney1-6/+2
2018-08-31rcu: Clean up flavor-related definitions and comments in update.cPaul E. McKenney1-10/+10
2018-08-31rcu: Clean up flavor-related definitions and comments in tree_plugin.hPaul E. McKenney1-19/+17
2018-08-31rcu: Clean up flavor-related definitions and comments in tree_exp.hPaul E. McKenney1-11/+11
2018-08-31rcu: Clean up flavor-related definitions and comments in tree.cPaul E. McKenney1-42/+32
2018-08-31rcu: Clean up flavor-related definitions and comments in tiny.cPaul E. McKenney1-5/+5
2018-08-31rcu: Clean up flavor-related definitions and comments in srcutree.hPaul E. McKenney1-1/+1
2018-08-31rcu: Clean up flavor-related definitions and comments in rcutorture.cPaul E. McKenney1-2/+2
2018-08-31rcu: Clean up flavor-related definitions and comments in rcu.hPaul E. McKenney1-8/+10
2018-08-31rcu: Clean up flavor-related definitions and comments in KconfigPaul E. McKenney1-10/+10
2018-08-31rcu: Clean up flavor-related definitions and comments in rcupdate_wait.hPaul E. McKenney1-7/+7
2018-08-31rcu: Clean up flavor-related definitions and comments in rculist.hPaul E. McKenney1-17/+15
2018-08-31rcu: Clean up flavor-related definitions and comments in rcupdate.hPaul E. McKenney1-15/+12
2018-08-31rcu: Remove now-unused rcutorture APIsPaul E. McKenney2-57/+0
2018-08-31rcuperf: Remove the "rcu_bh" and "sched" torture typesPaul E. McKenney1-63/+2
2018-08-31rcutorture: Remove the "rcu_bh" and "sched" torture typesPaul E. McKenney1-86/+3
2018-08-31rcu: Stop testing RCU-bh and RCU-schedPaul E. McKenney8-53/+3
2018-08-31rcutorture: Add RCU-bh and RCU-sched support for extended readersPaul E. McKenney1-10/+22
2018-08-31rcu: Consolidate RCU-sched update-side function definitionsPaul E. McKenney4-105/+32
2018-08-31rcu: Consolidate RCU-bh update-side function definitionsPaul E. McKenney4-46/+22
2018-08-31rcu: Pull rcu_gp_kthread() FQS loop into separate functionPaul E. McKenney1-59/+66
2018-08-31rcu: Inline increment_cpu_stall_ticks() into its sole callerPaul E. McKenney3-8/+1
2018-08-31rcu: Fix typo in force_qs_rnp()'s parameter's parameterPaul E. McKenney1-2/+2
2018-08-31rcu: Eliminate initialization-time use of rspPaul E. McKenney1-13/+12
2018-08-31rcu: Eliminate RCU-barrier use of rspPaul E. McKenney1-33/+32
2018-08-31rcu: Eliminate quiescent-state and grace-period-nonstart use of rspPaul E. McKenney1-17/+15
2018-08-31rcu: Eliminate callback-invocation/invocation use of rspPaul E. McKenney1-13/+11
2018-08-31rcu: Eliminate grace-period management code use of rspPaul E. McKenney1-86/+82
2018-08-31rcu: Eliminate stall-warning use of rspPaul E. McKenney1-41/+39
2018-08-31rcu: Restructure rcu_check_gp_kthread_starvation()Paul E. McKenney1-14/+11
2018-08-31rcu: Simplify rcutorture_get_gp_data()Paul E. McKenney1-7/+2
2018-08-31rcu: Remove for_each_rcu_flavor() flavor-traversal macroPaul E. McKenney3-146/+92
2018-08-31rcu: Remove last non-flavor-traversal rsp local variable from tree_plugin.hPaul E. McKenney1-8/+6
2018-08-31rcu: Remove rcu_data structure's ->rsp fieldPaul E. McKenney3-37/+34
2018-08-31rcu: Remove rsp parameter from rcu_node tree accessor macrosPaul E. McKenney5-40/+33