summaryrefslogtreecommitdiff
path: root/kernel/rcu/rcu.h
AgeCommit message (Expand)Author
2020-01-24Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney
2020-01-24rcu: Fix harmless omission of "CONFIG_" from #if conditionLai Jiangshan
2020-01-24rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)
2019-12-09rcu: Make PREEMPT_RCU be a modifier to TREE_RCULai Jiangshan
2019-10-30Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'r...Paul E. McKenney
2019-10-30rcu: Suppress levelspread uninitialized messagesPaul E. McKenney
2019-10-05rcu: Remove unused function rcutorture_record_progress()Ethan Hansen
2019-08-01rcu: Add kernel parameter to dump trace after RCU CPU stall warningPaul E. McKenney
2019-05-28rcutorture: Add trivial RCU implementationPaul E. McKenney
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-04-08rcu: validate arguments for rcu tracepointsYafang Shao
2019-03-26rcu: Move RCU CPU stall-warning code out of update.cPaul E. McKenney
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney
2019-02-09rcu/rcu.h: Convert to SPDX license identifierPaul E. McKenney
2019-01-25rcu: Fix obsolete DYNTICK_IRQ_NONIDLE commentPaul E. McKenney
2019-01-25rcu: Eliminate RCU_BH_FLAVOR and RCU_SCHED_FLAVORPaul E. McKenney
2018-12-01rcutorture: Dump grace-period diagnostics upon forward-progress OOMPaul E. McKenney
2018-12-01rcutorture: Affinity forward-progress test to avoid housekeeping CPUsPaul E. McKenney
2018-08-30Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney
2018-08-30srcu: Make call_srcu() available during very early bootPaul E. McKenney
2018-08-30rcu: Provide functions for determining if call_rcu() has been invokedPaul E. McKenney
2018-08-30rcu: Clean up flavor-related definitions and comments in rcu.hPaul E. McKenney
2018-08-30rcu: Remove now-unused rcutorture APIsPaul E. McKenney
2018-08-30rcu: Remove rsp parameter from rcu_node tree accessor macrosPaul E. McKenney
2018-07-12Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEADPaul E. McKenney
2018-07-12rcutorture: Add support to detect if boost kthread prio is too lowJoel Fernandes (Google)
2018-07-12rcu: Remove rcutorture test version and sequence numberPaul E. McKenney
2018-07-12rcu: Make rcu_seq_diff() more exactPaul E. McKenney
2018-07-12rcu: Add comment documenting how rcu_seq_snap worksJoel Fernandes (Google)
2018-07-12rcutorture: Correctly handle grace-period sequence wrapPaul E. McKenney
2018-07-12rcu: Make rcu_start_this_gp() check for grace period already startedPaul E. McKenney
2018-07-12rcutorture: Convert rcutorture_get_gp_data() to ->gp_seqPaul E. McKenney
2018-07-12rcu: Move RCU's grace-period-change code to ->gp_seqPaul E. McKenney
2018-07-12rcu: Make rcutorture's batches-completed API use ->gp_seqPaul E. McKenney
2018-06-25rcu: Make expedited grace period use direct call on last leafPaul E. McKenney
2018-05-15Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and...Paul E. McKenney
2018-05-15rcu: Add leaf-node macrosPaul E. McKenney
2018-05-15rcu: Parallelize expedited grace-period initializationPaul E. McKenney
2018-02-23rcu: Create RCU-specific workqueues with rescuersPaul E. McKenney
2018-02-20rcu: Make expedited RCU CPU selection avoid unnecessary storesPaul E. McKenney
2018-02-20rcu: Add more tracing of expedited grace periodsPaul E. McKenney
2018-02-20rcu: Use wrapper for lockdep assertsMatthew Wilcox
2018-02-20rcu: Consolidate rcu.h #ifdefsPaul E. McKenney
2017-11-28rcu: Shrink ->dynticks_{nmi_,}nesting from long long to longPaul E. McKenney
2017-11-27rcu: Make ->dynticks_nesting be a simple counterPaul E. McKenney
2017-11-27rcu: Clamp ->dynticks_nmi_nesting at eqs entry/exitPaul E. McKenney
2017-10-09rcu: Suppress RCU CPU stall warnings while dumping tracePaul E. McKenney
2017-10-09rcu: Turn off tracing before dumping tracePaul E. McKenney
2017-08-17rcu: Move rcu.h to new trivial-function stylePaul E. McKenney
2017-06-08rcu: Eliminate NOCBs CPU-state Kconfig optionsPaul E. McKenney