| Commit message (Expand) | Author | Age | Files | Lines |
*---. | Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ... | Paul E. McKenney | 2018-08-31 | 12 | -2385/+2004 |
|\ \ \ |
|
| | | * | rcutorture: Maintain self-propagating CB only during forward-progress test | Paul E. McKenney | 2018-08-29 | 1 | -5/+10 |
| | | * | rcutorture: Check GP completion at stutter end | Paul E. McKenney | 2018-08-29 | 1 | -1/+4 |
| | | * | rcutorture: Print forward-progress test interval on error | Paul E. McKenney | 2018-08-29 | 1 | -5/+9 |
| | | * | rcutorture: Adjust number of reader kthreads per CPU-hotplug operations | Paul E. McKenney | 2018-08-29 | 1 | -2/+6 |
| | | * | rcutorture: Reduce priority of forward-progress testing | Paul E. McKenney | 2018-08-29 | 1 | -0/+2 |
| | | * | rcutorture: Limit reader duration if irq or bh disabled | Paul E. McKenney | 2018-08-29 | 1 | -1/+3 |
| | | * | rcutorture: Increase rcu_read_delay() longdelay_ms | Paul E. McKenney | 2018-08-29 | 1 | -1/+1 |
| | | * | rcutorture: Add self-propagating callback to forward-progress testing | Paul E. McKenney | 2018-08-29 | 1 | -0/+36 |
| | | * | rcutorture: Vary forward-progress test interval | Paul E. McKenney | 2018-08-29 | 1 | -1/+6 |
| | | * | rcutorture: Avoid no-test complaint if too few forward-progress tries | Paul E. McKenney | 2018-08-29 | 1 | -1/+4 |
| | | * | rcutorture: Also use GP sequence to judge forward progress | Paul E. McKenney | 2018-08-29 | 1 | -4/+7 |
| | | * | rcutorture: Add forward-progress tests for RCU grace periods | Paul E. McKenney | 2018-08-29 | 2 | -1/+73 |
| | | * | rcuperf: Warn on bad perf type for built-in tests | Paul E. McKenney | 2018-08-29 | 1 | -0/+1 |
| | | * | rcutorture: Warn on bad torture type for built-in tests | Paul E. McKenney | 2018-08-29 | 1 | -0/+1 |
| | | * | rcutorture: Force occasional reader waits | Paul E. McKenney | 2018-08-29 | 1 | -0/+5 |
| |_|/
|/| | |
|
| | * | srcu: Make early-boot call_srcu() reuse workqueue lists | Paul E. McKenney | 2018-08-31 | 2 | -11/+10 |
| | * | srcu: Make call_srcu() available during very early boot | Paul E. McKenney | 2018-08-31 | 6 | -4/+68 |
| |/
|/| |
|
| * | rcu: Convert rcu_state.ofl_lock to raw_spinlock_t | Mike Galbraith | 2018-08-31 | 2 | -7/+7 |
| * | rcu: Remove obsolete ->dynticks_fqs and ->cond_resched_completed | Paul E. McKenney | 2018-08-31 | 2 | -10/+3 |
| * | rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticks | Paul E. McKenney | 2018-08-31 | 4 | -80/+56 |
| * | rcu: Switch dyntick nesting counters to rcu_data structure | Paul E. McKenney | 2018-08-31 | 3 | -40/+43 |
| * | rcu: Switch urgent quiescent-state requests to rcu_data structure | Paul E. McKenney | 2018-08-31 | 4 | -16/+14 |
| * | rcu: Switch lazy counts to rcu_data structure | Paul E. McKenney | 2018-08-31 | 2 | -20/+10 |
| * | rcu: Switch last accelerate/advance to rcu_data structure | Paul E. McKenney | 2018-08-31 | 2 | -13/+8 |
| * | rcu: Switch ->tick_nohz_enabled_snap to rcu_data structure | Paul E. McKenney | 2018-08-31 | 2 | -6/+5 |
| * | rcu: Merge rcu_dynticks structure into rcu_data structure | Paul E. McKenney | 2018-08-31 | 1 | -0/+17 |
| * | rcu: Convert "1UL << x" to "BIT(x)" | Paul E. McKenney | 2018-08-31 | 2 | -2/+2 |
| * | rcu: Avoid resched_cpu() when rescheduling the current CPU | Paul E. McKenney | 2018-08-31 | 3 | -13/+21 |
| * | rcu: More aggressively enlist scheduler aid for nohz_full CPUs | Paul E. McKenney | 2018-08-31 | 3 | -6/+28 |
| * | rcu: Compute jiffies_till_sched_qs from other kernel parameters | Paul E. McKenney | 2018-08-31 | 2 | -16/+49 |
| * | rcu: Provide functions for determining if call_rcu() has been invoked | Paul E. McKenney | 2018-08-31 | 1 | -1/+4 |
| * | rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structure | Paul E. McKenney | 2018-08-31 | 3 | -45/+15 |
| * | rcu: Motivate Tiny RCU forward progress | Paul E. McKenney | 2018-08-31 | 1 | -1/+5 |
| * | rcutorture: Dump reader protection sequence if failures or close calls | Paul E. McKenney | 2018-08-31 | 1 | -23/+96 |
| * | rcu: Provide improved interrupt-from-idle check in rcu_check_callbacks() | Paul E. McKenney | 2018-08-31 | 1 | -1/+1 |
| * | rcu: Make need_resched() respond to urgent RCU-QS needs | Paul E. McKenney | 2018-08-31 | 1 | -0/+9 |
| * | rcu: Inline _rcu_barrier() into its sole remaining caller | Paul E. McKenney | 2018-08-31 | 3 | -35/+29 |
| * | rcu: Define rcu_all_qs() only in !PREEMPT builds | Paul E. McKenney | 2018-08-31 | 2 | -40/+40 |
| * | rcu: Clean up flavor-related definitions and comments in update.c | Paul E. McKenney | 2018-08-31 | 1 | -10/+10 |
| * | rcu: Clean up flavor-related definitions and comments in tree_plugin.h | Paul E. McKenney | 2018-08-31 | 1 | -19/+17 |
| * | rcu: Clean up flavor-related definitions and comments in tree_exp.h | Paul E. McKenney | 2018-08-31 | 1 | -11/+11 |
| * | rcu: Clean up flavor-related definitions and comments in tree.c | Paul E. McKenney | 2018-08-31 | 1 | -42/+32 |
| * | rcu: Clean up flavor-related definitions and comments in tiny.c | Paul E. McKenney | 2018-08-31 | 1 | -5/+5 |
| * | rcu: Clean up flavor-related definitions and comments in srcutree.h | Paul E. McKenney | 2018-08-31 | 1 | -1/+1 |
| * | rcu: Clean up flavor-related definitions and comments in rcutorture.c | Paul E. McKenney | 2018-08-31 | 1 | -2/+2 |
| * | rcu: Clean up flavor-related definitions and comments in rcu.h | Paul E. McKenney | 2018-08-31 | 1 | -8/+10 |
| * | rcu: Clean up flavor-related definitions and comments in Kconfig | Paul E. McKenney | 2018-08-31 | 1 | -10/+10 |
| * | rcu: Remove now-unused rcutorture APIs | Paul E. McKenney | 2018-08-31 | 2 | -57/+0 |
| * | rcuperf: Remove the "rcu_bh" and "sched" torture types | Paul E. McKenney | 2018-08-31 | 1 | -63/+2 |