summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/rcu.h
Commit message (Expand)AuthorAgeFilesLines
...
| | * rcu: Allow rcutorture to starve grace-period kthreadPaul E. McKenney2020-05-071-0/+2
| |/ |/|
| * rcu-tasks: Avoid IPIing userspace/idle tasks if kernel is so builtPaul E. McKenney2020-04-271-0/+2
| * rcu-tasks: Add RCU tasks to rcutorture writer stall outputPaul E. McKenney2020-04-271-0/+1
| * rcutorture: Add torture tests for RCU Tasks TracePaul E. McKenney2020-04-271-0/+1
| * rcutorture: Add torture tests for RCU Tasks RudePaul E. McKenney2020-04-271-0/+1
|/
*-. Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a...Paul E. McKenney2020-03-211-2/+21
|\ \
| | * rcutorture: Allow boottime stall warnings to be suppressedPaul E. McKenney2020-02-201-0/+17
| |/ |/|
| * rcu: Warn on for_each_leaf_node_cpu_mask() from non-leafPaul E. McKenney2020-02-201-2/+4
|/
*---. Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney2020-01-241-30/+3
|\ \ \
| | | * rcu: Make PREEMPT_RCU be a modifier to TREE_RCULai Jiangshan2019-12-091-1/+1
| |_|/ |/| |
| | * rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)2020-01-241-27/+0
| |/ |/|
| * rcu: Fix harmless omission of "CONFIG_" from #if conditionLai Jiangshan2020-01-241-2/+2
|/
*-. Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'r...Paul E. McKenney2019-10-301-2/+2
|\ \
| | * rcu: Remove unused function rcutorture_record_progress()Ethan Hansen2019-10-051-2/+0
| |/ |/|
| * rcu: Suppress levelspread uninitialized messagesPaul E. McKenney2019-10-301-0/+2
|/
* rcu: Add kernel parameter to dump trace after RCU CPU stall warningPaul E. McKenney2019-08-011-0/+1
* rcutorture: Add trivial RCU implementationPaul E. McKenney2019-05-281-0/+5
* Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-151-7/+2
|\
| * rcu: validate arguments for rcu tracepointsYafang Shao2019-04-081-7/+2
* | rcu: Move RCU CPU stall-warning code out of update.cPaul E. McKenney2019-03-261-0/+1
|/
*-. Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney2019-02-091-16/+3
|\ \
| | * rcu/rcu.h: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2
| |/ |/|
| * rcu: Fix obsolete DYNTICK_IRQ_NONIDLE commentPaul E. McKenney2019-01-251-1/+1
|/
* rcu: Eliminate RCU_BH_FLAVOR and RCU_SCHED_FLAVORPaul E. McKenney2019-01-251-2/+0
* rcutorture: Dump grace-period diagnostics upon forward-progress OOMPaul E. McKenney2018-12-011-0/+2
* rcutorture: Affinity forward-progress test to avoid housekeeping CPUsPaul E. McKenney2018-12-011-0/+2
*-. Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney2018-08-301-36/+31
|\ \
| | * srcu: Make call_srcu() available during very early bootPaul E. McKenney2018-08-301-0/+6
| |/ |/|
| * rcu: Provide functions for determining if call_rcu() has been invokedPaul E. McKenney2018-08-301-1/+4
| * rcu: Clean up flavor-related definitions and comments in rcu.hPaul E. McKenney2018-08-301-8/+10
| * rcu: Remove now-unused rcutorture APIsPaul E. McKenney2018-08-301-10/+0
| * rcu: Remove rsp parameter from rcu_node tree accessor macrosPaul E. McKenney2018-08-301-17/+11
|/
* Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEADPaul E. McKenney2018-07-121-4/+2
|\
| * rcutorture: Add support to detect if boost kthread prio is too lowJoel Fernandes (Google)2018-07-121-0/+2
| * rcu: Remove rcutorture test version and sequence numberPaul E. McKenney2018-07-121-4/+0
* | rcu: Make rcu_seq_diff() more exactPaul E. McKenney2018-07-121-1/+14
* | rcu: Add comment documenting how rcu_seq_snap worksJoel Fernandes (Google)2018-07-121-1/+11
|/
* rcutorture: Correctly handle grace-period sequence wrapPaul E. McKenney2018-07-121-0/+9
* rcu: Make rcu_start_this_gp() check for grace period already startedPaul E. McKenney2018-07-121-0/+9
* rcutorture: Convert rcutorture_get_gp_data() to ->gp_seqPaul E. McKenney2018-07-121-11/+6
* rcu: Move RCU's grace-period-change code to ->gp_seqPaul E. McKenney2018-07-121-0/+17
* rcu: Make rcutorture's batches-completed API use ->gp_seqPaul E. McKenney2018-07-121-12/+6
* rcu: Make expedited grace period use direct call on last leafPaul E. McKenney2018-06-251-0/+3
*-. Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and...Paul E. McKenney2018-05-151-3/+8
|\ \
| * | rcu: Add leaf-node macrosPaul E. McKenney2018-05-151-3/+8
| |/
* / rcu: Parallelize expedited grace-period initializationPaul E. McKenney2018-05-151-0/+1
|/
* rcu: Create RCU-specific workqueues with rescuersPaul E. McKenney2018-02-231-0/+1
* rcu: Make expedited RCU CPU selection avoid unnecessary storesPaul E. McKenney2018-02-201-3/+13
* rcu: Add more tracing of expedited grace periodsPaul E. McKenney2018-02-201-1/+7
* rcu: Use wrapper for lockdep assertsMatthew Wilcox2018-02-201-1/+4