Age | Commit message (Expand) | Author |
2021-01-04 | rcu: Enable rcu_normal_after_boot unconditionally for RT | Julia Cartwright |
2020-10-18 | Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-09-24 | treewide: Make all debug_obj_descriptors const | Stephen Boyd |
2020-08-24 | rcu: Remove KCSAN stubs from update.c | Paul E. McKenney |
2020-06-29 | Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a... | Paul E. McKenney |
2020-06-29 | rcu-tasks: Add #include of rcupdate_trace.h to update.c | Paul E. McKenney |
2020-06-29 | rcu: Replace 1 with true | Jules Irenge |
2020-06-29 | rcu: Add comment documenting rcu_callback_map's purpose | Paul E. McKenney |
2020-06-29 | rcu: Initialize and destroy rcu_synchronize only when necessary | Wei Yang |
2020-05-19 | rcu/tree: Mark the idle relevant functions noinstr | Thomas Gleixner |
2020-05-07 | Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020.... | Paul E. McKenney |
2020-04-27 | rcu-tasks: Allow rcu_read_unlock_trace() under scheduler locks | Paul E. McKenney |
2020-04-27 | rcu-tasks: Move #ifdef into tasks.h | Paul E. McKenney |
2020-04-27 | rcu-tasks: Refactor RCU-tasks to allow variants to be added | Paul E. McKenney |
2020-04-27 | rcu-tasks: Move Tasks RCU to its own file | Paul E. McKenney |
2020-04-27 | rcu: Add KCSAN stubs to update.c | Paul E. McKenney |
2020-04-27 | rcu: Replace assigned pointer ret value by corresponding boolean value | Jules Irenge |
2020-04-27 | rcu: Get rid of some doc warnings in update.c | Mauro Carvalho Chehab |
2020-03-30 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2020-03-21 | Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a... | Paul E. McKenney |
2020-03-21 | lockdep: Introduce wait-type checks | Peter Zijlstra |
2020-02-20 | rcutorture: Allow boottime stall warnings to be suppressed | Paul E. McKenney |
2020-02-20 | rcutorture: Suppress forward-progress complaints during early boot | Paul E. McKenney |
2020-02-20 | rcu: Add missing annotation for exit_tasks_rcu_finish() | Jules Irenge |
2020-02-20 | rcu: Add missing annotation for exit_tasks_rcu_start() | Jules Irenge |
2020-02-20 | rcu-tasks: *_ONCE() for rcu_tasks_cbs_head | Paul E. McKenney |
2020-01-24 | Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf... | Paul E. McKenney |
2020-01-24 | rcu: Move rcu_{expedited,normal} definitions into rcupdate.h | Ben Dooks |
2020-01-24 | rcu: Add basic support for kfree_rcu() batching | Byungchul Park |
2019-12-09 | rcu: Make PREEMPT_RCU be a modifier to TREE_RCU | Lai Jiangshan |
2019-08-13 | Merge branches 'consolidate.2019.08.01b', 'fixes.2019.08.12a', 'lists.2019.08... | Paul E. McKenney |
2019-08-12 | rcu: Remove redundant "if" condition from rcu_gp_is_expedited() | Paul E. McKenney |
2019-08-09 | rcu: Add support for consolidated-RCU reader checking | Joel Fernandes (Google) |
2019-08-01 | rcu: Remove redundant debug_locks check in rcu_read_lock_sched_held() | Joel Fernandes (Google) |
2019-08-01 | rcu: Add kernel parameter to dump trace after RCU CPU stall warning | Paul E. McKenney |
2019-05-28 | rcutorture: Add trivial RCU implementation | Paul E. McKenney |
2019-03-26 | rcu: Move RCU CPU stall-warning code out of update.c | Paul E. McKenney |
2019-03-06 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2019-02-13 | kprobes: Prohibit probing on RCU debug routine | Masami Hiramatsu |
2019-02-09 | rcu/update: Convert to SPDX license identifier | Paul E. McKenney |
2018-12-01 | Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a... | Paul E. McKenney |
2018-11-12 | rcu: Eliminate BUG_ON() for kernel/rcu/update.c | Paul E. McKenney |
2018-11-08 | rcu: Eliminate synchronize_rcu_mult() | Paul E. McKenney |
2018-08-30 | Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ... | Paul E. McKenney |
2018-08-30 | srcu: Make call_srcu() available during very early boot | Paul E. McKenney |
2018-08-30 | rcu: Clean up flavor-related definitions and comments in update.c | Paul E. McKenney |
2018-08-30 | rcu: Stop testing RCU-bh and RCU-sched | Paul E. McKenney |
2018-08-30 | rcu: Update comments and help text for no more RCU-bh updaters | Paul E. McKenney |
2018-08-29 | rcutorture: Add forward-progress tests for RCU grace periods | Paul E. McKenney |
2018-07-12 | rcu: Add comment to the last sleep in the rcu tasks loop | Steven Rostedt (VMware) |