summaryrefslogtreecommitdiff
path: root/kernel/rcu/update.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-18Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...Paul E. McKenney1-2/+6
2021-05-12srcu: Early test SRCU polling startFrederic Weisbecker1-1/+5
2021-05-11rcu: Reject RCU_LOCKDEP_WARN() false positivesPaul E. McKenney1-1/+1
2021-01-05rcu: Enable rcu_normal_after_boot unconditionally for RTJulia Cartwright1-1/+3
2020-10-19Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-13/+0
2020-09-24treewide: Make all debug_obj_descriptors constStephen Boyd1-1/+1
2020-08-25rcu: Remove KCSAN stubs from update.cPaul E. McKenney1-13/+0
2020-06-29Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a...Paul E. McKenney1-6/+10
2020-06-29rcu-tasks: Add #include of rcupdate_trace.h to update.cPaul E. McKenney1-0/+1
2020-06-29rcu: Replace 1 with trueJules Irenge1-1/+1
2020-06-29rcu: Add comment documenting rcu_callback_map's purposePaul E. McKenney1-0/+1
2020-06-29rcu: Initialize and destroy rcu_synchronize only when necessaryWei Yang1-5/+7
2020-05-19rcu/tree: Mark the idle relevant functions noinstrThomas Gleixner1-2/+1
2020-05-07Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney1-364/+16
2020-04-27rcu-tasks: Allow rcu_read_unlock_trace() under scheduler locksPaul E. McKenney1-0/+1
2020-04-27rcu-tasks: Move #ifdef into tasks.hPaul E. McKenney1-4/+0
2020-04-27rcu-tasks: Refactor RCU-tasks to allow variants to be addedPaul E. McKenney1-0/+4
2020-04-27rcu-tasks: Move Tasks RCU to its own filePaul E. McKenney1-364/+2
2020-04-27rcu: Add KCSAN stubs to update.cPaul E. McKenney1-0/+13
2020-04-27rcu: Replace assigned pointer ret value by corresponding boolean valueJules Irenge1-3/+3
2020-04-27rcu: Get rid of some doc warnings in update.cMauro Carvalho Chehab1-4/+4
2020-03-31Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+18
2020-03-22Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a...Paul E. McKenney1-5/+23
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra1-6/+18
2020-02-21rcutorture: Allow boottime stall warnings to be suppressedPaul E. McKenney1-1/+7
2020-02-21rcutorture: Suppress forward-progress complaints during early bootPaul E. McKenney1-0/+12
2020-02-21rcu: Add missing annotation for exit_tasks_rcu_finish()Jules Irenge1-1/+1
2020-02-21rcu: Add missing annotation for exit_tasks_rcu_start()Jules Irenge1-1/+1
2020-02-21rcu-tasks: *_ONCE() for rcu_tasks_cbs_headPaul E. McKenney1-2/+2
2020-01-24Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney1-3/+11
2020-01-24rcu: Move rcu_{expedited,normal} definitions into rcupdate.hBen Dooks1-2/+0
2020-01-24rcu: Add basic support for kfree_rcu() batchingByungchul Park1-0/+10
2019-12-09rcu: Make PREEMPT_RCU be a modifier to TREE_RCULai Jiangshan1-1/+1
2019-08-14Merge branches 'consolidate.2019.08.01b', 'fixes.2019.08.12a', 'lists.2019.08...Paul E. McKenney1-39/+66
2019-08-12rcu: Remove redundant "if" condition from rcu_gp_is_expedited()Paul E. McKenney1-2/+1
2019-08-09rcu: Add support for consolidated-RCU reader checkingJoel Fernandes (Google)1-33/+63
2019-08-02rcu: Remove redundant debug_locks check in rcu_read_lock_sched_held()Joel Fernandes (Google)1-5/+1
2019-08-02rcu: Add kernel parameter to dump trace after RCU CPU stall warningPaul E. McKenney1-0/+2
2019-05-28rcutorture: Add trivial RCU implementationPaul E. McKenney1-0/+13
2019-03-27rcu: Move RCU CPU stall-warning code out of update.cPaul E. McKenney1-58/+1
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2019-02-13kprobes: Prohibit probing on RCU debug routineMasami Hiramatsu1-0/+2
2019-02-09rcu/update: Convert to SPDX license identifierPaul E. McKenney1-15/+2
2018-12-01Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...Paul E. McKenney1-4/+2
2018-11-12rcu: Eliminate BUG_ON() for kernel/rcu/update.cPaul E. McKenney1-1/+2
2018-11-09rcu: Eliminate synchronize_rcu_mult()Paul E. McKenney1-4/+2
2018-08-31Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney1-48/+22
2018-08-31srcu: Make call_srcu() available during very early bootPaul E. McKenney1-0/+9
2018-08-31rcu: Clean up flavor-related definitions and comments in update.cPaul E. McKenney1-10/+10
2018-08-31rcu: Stop testing RCU-bh and RCU-schedPaul E. McKenney1-37/+1