summaryrefslogtreecommitdiff
path: root/kernel/rcu/rcu.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney2022-07-211-4/+0
|\
| * rcu/context_tracking: Move dynticks_nmi_nesting to context trackingFrederic Weisbecker2022-07-051-4/+0
* | rcu: Provide a get_completed_synchronize_rcu() functionPaul E. McKenney2022-06-201-0/+3
* | rcu: Make normal polling GP be more precise about sequence numbersPaul E. McKenney2022-06-201-0/+12
|/
* Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-261-0/+2
|\
| * sched: Move rt_period/runtime sysctls to rt.cZhen Ni2022-04-061-0/+2
* | Merge branch 'exp.2022.05.11a' into HEADPaul E. McKenney2022-05-111-0/+7
|\ \
| * | rcu: Move expedited grace period (GP) work to RT kthread_workerKalesh Singh2022-05-111-0/+5
| * | rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUTUladzislau Rezki2022-05-111-0/+2
| |/
| |
| \
*-. \ Merge branches 'docs.2022.04.20a', 'fixes.2022.04.20a', 'nocb.2022.04.11b', '...Paul E. McKenney2022-05-031-2/+4
|\ \ \ | |_|/ |/| |
| | * rcutorture: Suppress debugging grace period delays during floodingPaul E. McKenney2022-04-111-0/+4
| |/ |/|
| * rcu: Remove rcu_is_nocb_cpu()Frederic Weisbecker2022-04-111-2/+0
|/
*---. Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...Paul E. McKenney2021-05-181-6/+8
|\ \ \
| | | * rcutorture: Forgive RCU boost failures when CPUs don't pass through QSPaul E. McKenney2021-05-101-0/+2
| |_|/ |/| |
| | * tasks-rcu: Make show_rcu_tasks_gp_kthreads() be static inlinePaul E. McKenney2021-05-181-0/+4
| |/ |/|
| * srcu: Fix broken node geometry after early ssp initFrederic Weisbecker2021-05-101-0/+2
| * srcu: Initialize SRCU after timersFrederic Weisbecker2021-05-101-6/+0
|/
* Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Paul E. McKenney2021-01-221-3/+13
|\
| * rcu: Add lockdep_assert_irqs_disabled() to raw_spin_unlock_rcu_node() macrosPaul E. McKenney2021-01-041-3/+13
* | rcutorture: Make grace-period kthread report match RCU flavor being testedPaul E. McKenney2020-11-021-0/+16
|/
* treewide: Make all debug_obj_descriptors constStephen Boyd2020-09-241-1/+1
*-. Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney2020-05-071-0/+7
|\ \
| | * 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
| |/ |/|