summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
...
| | | * rcuperf: Warn on bad perf type for built-in testsPaul E. McKenney2018-08-291-0/+1
| | | * rcutorture: Warn on bad torture type for built-in testsPaul E. McKenney2018-08-291-0/+1
| | | * rcutorture: Force occasional reader waitsPaul E. McKenney2018-08-291-0/+5
| |_|/ |/| |
| | * srcu: Make early-boot call_srcu() reuse workqueue listsPaul E. McKenney2018-08-302-11/+10
| | * srcu: Make call_srcu() available during very early bootPaul E. McKenney2018-08-306-4/+68
| |/ |/|
| * rcu: Convert rcu_state.ofl_lock to raw_spinlock_tMike Galbraith2018-08-302-7/+7
| * rcu: Remove obsolete ->dynticks_fqs and ->cond_resched_completedPaul E. McKenney2018-08-302-10/+3
| * rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticksPaul E. McKenney2018-08-304-80/+56
| * rcu: Switch dyntick nesting counters to rcu_data structurePaul E. McKenney2018-08-303-40/+43
| * rcu: Switch urgent quiescent-state requests to rcu_data structurePaul E. McKenney2018-08-304-16/+14
| * 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