summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney2018-08-3112-2385/+2004Star
|\ \ \
| | | * rcutorture: Maintain self-propagating CB only during forward-progress testPaul E. McKenney2018-08-291-5/+10
| | | * rcutorture: Check GP completion at stutter endPaul E. McKenney2018-08-291-1/+4
| | | * rcutorture: Print forward-progress test interval on errorPaul E. McKenney2018-08-291-5/+9
| | | * rcutorture: Adjust number of reader kthreads per CPU-hotplug operationsPaul E. McKenney2018-08-291-2/+6
| | | * rcutorture: Reduce priority of forward-progress testingPaul E. McKenney2018-08-291-0/+2
| | | * rcutorture: Limit reader duration if irq or bh disabledPaul E. McKenney2018-08-291-1/+3
| | | * rcutorture: Increase rcu_read_delay() longdelay_msPaul E. McKenney2018-08-291-1/+1
| | | * rcutorture: Add self-propagating callback to forward-progress testingPaul E. McKenney2018-08-291-0/+36
| | | * rcutorture: Vary forward-progress test intervalPaul E. McKenney2018-08-291-1/+6
| | | * rcutorture: Avoid no-test complaint if too few forward-progress triesPaul E. McKenney2018-08-291-1/+4
| | | * rcutorture: Also use GP sequence to judge forward progressPaul E. McKenney2018-08-291-4/+7
| | | * rcutorture: Add forward-progress tests for RCU grace periodsPaul E. McKenney2018-08-292-1/+73
| | | * 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-312-11/+10Star
| | * srcu: Make call_srcu() available during very early bootPaul E. McKenney2018-08-316-4/+68
| |/ |/|
| * rcu: Convert rcu_state.ofl_lock to raw_spinlock_tMike Galbraith2018-08-312-7/+7
| * rcu: Remove obsolete ->dynticks_fqs and ->cond_resched_completedPaul E. McKenney2018-08-312-10/+3Star
| * rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticksPaul E. McKenney2018-08-314-80/+56Star
| * rcu: Switch dyntick nesting counters to rcu_data structurePaul E. McKenney2018-08-313-40/+43
| * rcu: Switch urgent quiescent-state requests to rcu_data structurePaul E. McKenney2018-08-314-16/+14Star
| * rcu: Switch lazy counts to rcu_data structurePaul E. McKenney2018-08-312-20/+10Star
| * rcu: Switch last accelerate/advance to rcu_data structurePaul E. McKenney2018-08-312-13/+8Star
| * rcu: Switch ->tick_nohz_enabled_snap to rcu_data structurePaul E. McKenney2018-08-312-6/+5Star
| * rcu: Merge rcu_dynticks structure into rcu_data structurePaul E. McKenney2018-08-311-0/+17
| * rcu: Convert "1UL << x" to "BIT(x)"Paul E. McKenney2018-08-312-2/+2
| * rcu: Avoid resched_cpu() when rescheduling the current CPUPaul E. McKenney2018-08-313-13/+21
| * rcu: More aggressively enlist scheduler aid for nohz_full CPUsPaul E. McKenney2018-08-313-6/+28
| * rcu: Compute jiffies_till_sched_qs from other kernel parametersPaul E. McKenney2018-08-312-16/+49
| * rcu: Provide functions for determining if call_rcu() has been invokedPaul E. McKenney2018-08-311-1/+4
| * rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structurePaul E. McKenney2018-08-313-45/+15Star
| * rcu: Motivate Tiny RCU forward progressPaul E. McKenney2018-08-311-1/+5
| * rcutorture: Dump reader protection sequence if failures or close callsPaul E. McKenney2018-08-311-23/+96
| * rcu: Provide improved interrupt-from-idle check in rcu_check_callbacks()Paul E. McKenney2018-08-311-1/+1
| * rcu: Make need_resched() respond to urgent RCU-QS needsPaul E. McKenney2018-08-311-0/+9
| * rcu: Inline _rcu_barrier() into its sole remaining callerPaul E. McKenney2018-08-313-35/+29Star
| * rcu: Define rcu_all_qs() only in !PREEMPT buildsPaul E. McKenney2018-08-312-40/+40
| * rcu: Clean up flavor-related definitions and comments in update.cPaul E. McKenney2018-08-311-10/+10
| * rcu: Clean up flavor-related definitions and comments in tree_plugin.hPaul E. McKenney2018-08-311-19/+17Star
| * rcu: Clean up flavor-related definitions and comments in tree_exp.hPaul E. McKenney2018-08-311-11/+11
| * rcu: Clean up flavor-related definitions and comments in tree.cPaul E. McKenney2018-08-311-42/+32Star
| * rcu: Clean up flavor-related definitions and comments in tiny.cPaul E. McKenney2018-08-311-5/+5
| * rcu: Clean up flavor-related definitions and comments in srcutree.hPaul E. McKenney2018-08-311-1/+1
| * rcu: Clean up flavor-related definitions and comments in rcutorture.cPaul E. McKenney2018-08-311-2/+2
| * rcu: Clean up flavor-related definitions and comments in rcu.hPaul E. McKenney2018-08-311-8/+10
| * rcu: Clean up flavor-related definitions and comments in KconfigPaul E. McKenney2018-08-311-10/+10
| * rcu: Remove now-unused rcutorture APIsPaul E. McKenney2018-08-312-57/+0Star
| * rcuperf: Remove the "rcu_bh" and "sched" torture typesPaul E. McKenney2018-08-311-63/+2Star