| Commit message (Expand) | Author | Age | Files | Lines |
*-. | Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1... | Paul E. McKenney | 2019-06-19 | 1 | -1/+1 |
|\ \ |
|
| | * | rcu: Dump specified number of blocked tasks | Neeraj Upadhyay | 2019-05-28 | 1 | -1/+1 |
| |/ |
|
* | | rcu: Rename rcu_data's ->deferred_qs to ->exp_deferred_qs | Paul E. McKenney | 2019-05-28 | 1 | -7/+7 |
* | | rcu: Use irq_work to get scheduler's attention in clean context | Paul E. McKenney | 2019-05-25 | 1 | -0/+20 |
* | | rcu: Allow rcu_read_unlock_special() to raise_softirq() if in_irq() | Paul E. McKenney | 2019-05-25 | 1 | -1/+1 |
* | | rcu: Only do rcu_read_unlock_special() wakeups if expedited | Paul E. McKenney | 2019-05-25 | 1 | -2/+10 |
* | | rcu: Check for wakeup-safe conditions in rcu_read_unlock_special() | Paul E. McKenney | 2019-05-25 | 1 | -5/+14 |
* | | rcu: Enable elimination of Tree-RCU softirq processing | Sebastian Andrzej Siewior | 2019-05-25 | 1 | -120/+14 |
|/ |
|
*-. | Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.2... | Paul E. McKenney | 2019-04-09 | 1 | -228/+29 |
|\ \ |
|
| | * | rcu: Move FAST_NO_HZ stall-warning code to tree_stall.h | Paul E. McKenney | 2019-03-26 | 1 | -80/+0 |
| | * | rcu: Inline RCU stall-warning info helper functions | Paul E. McKenney | 2019-03-26 | 1 | -12/+0 |
| | * | rcu: Move rcu_print_task_exp_stall() to tree_exp.h | Paul E. McKenney | 2019-03-26 | 1 | -31/+0 |
| | * | rcu: Move RCU CPU stall-warning code out of tree_plugin.h | Paul E. McKenney | 2019-03-26 | 1 | -90/+0 |
| |/
|/| |
|
| * | rcu: Correct READ_ONCE()/WRITE_ONCE() for ->rcu_read_unlock_special | Paul E. McKenney | 2019-03-26 | 1 | -2/+2 |
| * | rcu: Eliminate redundant NULL-pointer check | Paul E. McKenney | 2019-03-26 | 1 | -5/+2 |
| * | rcu: Report error for bad rcu_nocbs= parameter values | Paul E. McKenney | 2019-03-26 | 1 | -2/+10 |
| * | rcu: Allow rcu_nocbs= to specify all CPUs | Paul E. McKenney | 2019-03-26 | 1 | -1/+4 |
| * | rcu: Make exit_rcu() handle non-preempted RCU readers | Paul E. McKenney | 2019-03-26 | 1 | -7/+13 |
|/ |
|
*-. | Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp... | Paul E. McKenney | 2019-02-09 | 1 | -29/+12 |
|\ \ |
|
| | * | rcu/tree: Convert to SPDX license identifier | Paul E. McKenney | 2019-02-09 | 1 | -15/+2 |
| |/
|/| |
|
| * | rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq() | Paul E. McKenney | 2019-01-25 | 1 | -14/+10 |
|/ |
|
* | Merge branches 'consolidate.2019.01.26a' and 'fwd.2019.01.26a' into HEAD | Paul E. McKenney | 2019-01-25 | 1 | -40/+28 |
|\ |
|
| * | rcu: Update NOCB comments | Paul E. McKenney | 2019-01-25 | 1 | -17/+16 |
| * | rcu: Move rcu_cpu_has_work to rcu_data structure | Paul E. McKenney | 2019-01-25 | 1 | -11/+4 |
| * | rcu: Remove unused rcu_cpu_kthread_loops per-CPU variable | Paul E. McKenney | 2019-01-25 | 1 | -2/+0 |
| * | rcu: Move rcu_cpu_kthread_status to rcu_data structure | Paul E. McKenney | 2019-01-25 | 1 | -4/+3 |
| * | rcu: Move rcu_cpu_kthread_task to rcu_data structure | Paul E. McKenney | 2019-01-25 | 1 | -6/+5 |
* | | rcu: Discard separate per-CPU callback counts | Paul E. McKenney | 2019-01-25 | 1 | -38/+12 |
* | | rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu() | Paul E. McKenney | 2019-01-25 | 1 | -64/+0 |
* | | rcu: Inline rcu_kthread_do_work() into its sole remaining caller | Paul E. McKenney | 2019-01-25 | 1 | -6/+1 |
* | | rcu: Rename and comment changes due to only one rcuo kthread per CPU | Paul E. McKenney | 2019-01-25 | 1 | -4/+4 |
|/ |
|
* | rcu: Account for nocb-CPU callback counts in RCU CPU stall warnings | Paul E. McKenney | 2018-12-01 | 1 | -5/+19 |
* | rcutorture: Affinity forward-progress test to avoid housekeeping CPUs | Paul E. McKenney | 2018-12-01 | 1 | -0/+11 |
*-. | Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a... | Paul E. McKenney | 2018-12-01 | 1 | -12/+25 |
|\ \ |
|
| | * | rcu: Avoid signed integer overflow in rcu_preempt_deferred_qs() | Paul E. McKenney | 2018-11-12 | 1 | -8/+13 |
| | * | rcu: Replace this_cpu_ptr() with __this_cpu_read() | Paul E. McKenney | 2018-11-12 | 1 | -1/+1 |
| | * | rcu: Speed up expedited GPs when interrupting RCU reader | Paul E. McKenney | 2018-11-12 | 1 | -3/+11 |
| |/ |
|
* | | rcu: Eliminate BUG_ON() for kernel/rcu/tree_plugin.h | Paul E. McKenney | 2018-11-12 | 1 | -3/+6 |
|/ |
|
* | rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticks | Paul E. McKenney | 2018-08-30 | 1 | -2/+1 |
* | rcu: Switch dyntick nesting counters to rcu_data structure | Paul E. McKenney | 2018-08-30 | 1 | -1/+1 |
* | rcu: Switch urgent quiescent-state requests to rcu_data structure | Paul E. McKenney | 2018-08-30 | 1 | -7/+7 |
* | rcu: Switch lazy counts to rcu_data structure | Paul E. McKenney | 2018-08-30 | 1 | -13/+10 |
* | rcu: Switch last accelerate/advance to rcu_data structure | Paul E. McKenney | 2018-08-30 | 1 | -9/+8 |
* | rcu: Switch ->tick_nohz_enabled_snap to rcu_data structure | Paul E. McKenney | 2018-08-30 | 1 | -5/+5 |
* | rcu: Avoid resched_cpu() when rescheduling the current CPU | Paul E. McKenney | 2018-08-30 | 1 | -2/+4 |
* | rcu: More aggressively enlist scheduler aid for nohz_full CPUs | Paul E. McKenney | 2018-08-30 | 1 | -0/+1 |
* | rcu: Compute jiffies_till_sched_qs from other kernel parameters | Paul E. McKenney | 2018-08-30 | 1 | -0/+2 |
* | rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structure | Paul E. McKenney | 2018-08-30 | 1 | -4/+1 |
* | rcu: Inline _rcu_barrier() into its sole remaining caller | Paul E. McKenney | 2018-08-30 | 1 | -1/+1 |
* | rcu: Define rcu_all_qs() only in !PREEMPT builds | Paul E. McKenney | 2018-08-30 | 1 | -0/+39 |