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