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-3012-2385/+2004
|\ \ \
| | | * 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-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
OpenPOWER on IntegriCloud