| Commit message (Expand) | Author | Age | Files | Lines |
*---. | Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf... | Paul E. McKenney | 2020-01-24 | 1 | -30/+3 |
|\ \ \ |
|
| | | * | rcu: Make PREEMPT_RCU be a modifier to TREE_RCU | Lai Jiangshan | 2019-12-09 | 1 | -1/+1 |
| |_|/
|/| | |
|
| | * | rcu: Remove kfree_rcu() special casing and lazy-callback handling | Joel Fernandes (Google) | 2020-01-24 | 1 | -27/+0 |
| |/
|/| |
|
| * | rcu: Fix harmless omission of "CONFIG_" from #if condition | Lai Jiangshan | 2020-01-24 | 1 | -2/+2 |
|/ |
|
*-. | Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'r... | Paul E. McKenney | 2019-10-30 | 1 | -2/+2 |
|\ \ |
|
| | * | rcu: Remove unused function rcutorture_record_progress() | Ethan Hansen | 2019-10-05 | 1 | -2/+0 |
| |/
|/| |
|
| * | rcu: Suppress levelspread uninitialized messages | Paul E. McKenney | 2019-10-30 | 1 | -0/+2 |
|/ |
|
* | rcu: Add kernel parameter to dump trace after RCU CPU stall warning | Paul E. McKenney | 2019-08-01 | 1 | -0/+1 |
* | rcutorture: Add trivial RCU implementation | Paul E. McKenney | 2019-05-28 | 1 | -0/+5 |
* | Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2019-05-15 | 1 | -7/+2 |
|\ |
|
| * | rcu: validate arguments for rcu tracepoints | Yafang Shao | 2019-04-08 | 1 | -7/+2 |
* | | rcu: Move RCU CPU stall-warning code out of update.c | Paul E. McKenney | 2019-03-26 | 1 | -0/+1 |
|/ |
|
*-. | Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp... | Paul E. McKenney | 2019-02-09 | 1 | -16/+3 |
|\ \ |
|
| | * | rcu/rcu.h: Convert to SPDX license identifier | Paul E. McKenney | 2019-02-09 | 1 | -15/+2 |
| |/
|/| |
|
| * | rcu: Fix obsolete DYNTICK_IRQ_NONIDLE comment | Paul E. McKenney | 2019-01-25 | 1 | -1/+1 |
|/ |
|
* | rcu: Eliminate RCU_BH_FLAVOR and RCU_SCHED_FLAVOR | Paul E. McKenney | 2019-01-25 | 1 | -2/+0 |
* | rcutorture: Dump grace-period diagnostics upon forward-progress OOM | Paul E. McKenney | 2018-12-01 | 1 | -0/+2 |
* | rcutorture: Affinity forward-progress test to avoid housekeeping CPUs | Paul E. McKenney | 2018-12-01 | 1 | -0/+2 |
*-. | Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ... | Paul E. McKenney | 2018-08-30 | 1 | -36/+31 |
|\ \ |
|
| | * | srcu: Make call_srcu() available during very early boot | Paul E. McKenney | 2018-08-30 | 1 | -0/+6 |
| |/
|/| |
|
| * | rcu: Provide functions for determining if call_rcu() has been invoked | Paul E. McKenney | 2018-08-30 | 1 | -1/+4 |
| * | rcu: Clean up flavor-related definitions and comments in rcu.h | Paul E. McKenney | 2018-08-30 | 1 | -8/+10 |
| * | rcu: Remove now-unused rcutorture APIs | Paul E. McKenney | 2018-08-30 | 1 | -10/+0 |
| * | rcu: Remove rsp parameter from rcu_node tree accessor macros | Paul E. McKenney | 2018-08-30 | 1 | -17/+11 |
|/ |
|
* | Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEAD | Paul E. McKenney | 2018-07-12 | 1 | -4/+2 |
|\ |
|
| * | rcutorture: Add support to detect if boost kthread prio is too low | Joel Fernandes (Google) | 2018-07-12 | 1 | -0/+2 |
| * | rcu: Remove rcutorture test version and sequence number | Paul E. McKenney | 2018-07-12 | 1 | -4/+0 |
* | | rcu: Make rcu_seq_diff() more exact | Paul E. McKenney | 2018-07-12 | 1 | -1/+14 |
* | | rcu: Add comment documenting how rcu_seq_snap works | Joel Fernandes (Google) | 2018-07-12 | 1 | -1/+11 |
|/ |
|
* | rcutorture: Correctly handle grace-period sequence wrap | Paul E. McKenney | 2018-07-12 | 1 | -0/+9 |
* | rcu: Make rcu_start_this_gp() check for grace period already started | Paul E. McKenney | 2018-07-12 | 1 | -0/+9 |
* | rcutorture: Convert rcutorture_get_gp_data() to ->gp_seq | Paul E. McKenney | 2018-07-12 | 1 | -11/+6 |
* | rcu: Move RCU's grace-period-change code to ->gp_seq | Paul E. McKenney | 2018-07-12 | 1 | -0/+17 |
* | rcu: Make rcutorture's batches-completed API use ->gp_seq | Paul E. McKenney | 2018-07-12 | 1 | -12/+6 |
* | rcu: Make expedited grace period use direct call on last leaf | Paul E. McKenney | 2018-06-25 | 1 | -0/+3 |
*-. | Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and... | Paul E. McKenney | 2018-05-15 | 1 | -3/+8 |
|\ \ |
|
| * | | rcu: Add leaf-node macros | Paul E. McKenney | 2018-05-15 | 1 | -3/+8 |
| |/ |
|
* / | rcu: Parallelize expedited grace-period initialization | Paul E. McKenney | 2018-05-15 | 1 | -0/+1 |
|/ |
|
* | rcu: Create RCU-specific workqueues with rescuers | Paul E. McKenney | 2018-02-23 | 1 | -0/+1 |
* | rcu: Make expedited RCU CPU selection avoid unnecessary stores | Paul E. McKenney | 2018-02-20 | 1 | -3/+13 |
* | rcu: Add more tracing of expedited grace periods | Paul E. McKenney | 2018-02-20 | 1 | -1/+7 |
* | rcu: Use wrapper for lockdep asserts | Matthew Wilcox | 2018-02-20 | 1 | -1/+4 |
* | rcu: Consolidate rcu.h #ifdefs | Paul E. McKenney | 2018-02-20 | 1 | -6/+2 |
* | rcu: Shrink ->dynticks_{nmi_,}nesting from long long to long | Paul E. McKenney | 2017-11-28 | 1 | -1/+1 |
* | rcu: Make ->dynticks_nesting be a simple counter | Paul E. McKenney | 2017-11-27 | 1 | -26/+1 |
* | rcu: Clamp ->dynticks_nmi_nesting at eqs entry/exit | Paul E. McKenney | 2017-11-27 | 1 | -0/+2 |
* | rcu: Suppress RCU CPU stall warnings while dumping trace | Paul E. McKenney | 2017-10-09 | 1 | -0/+17 |
* | rcu: Turn off tracing before dumping trace | Paul E. McKenney | 2017-10-09 | 1 | -1/+3 |
* | rcu: Move rcu.h to new trivial-function style | Paul E. McKenney | 2017-08-17 | 1 | -108/+20 |
* | rcu: Eliminate NOCBs CPU-state Kconfig options | Paul E. McKenney | 2017-06-08 | 1 | -3/+1 |