linux-stable/kernel/rcu
Paul E. McKenney 709fdce754 rcu: Express Tiny RCU updates in terms of RCU rather than RCU-sched
This commit renames Tiny RCU functions so that the lowest level of
functionality is RCU (e.g., synchronize_rcu()) rather than RCU-sched
(e.g., synchronize_sched()).  This provides greater naming compatibility
with Tree RCU, which will in turn permit more LoC removal once
the RCU-sched and RCU-bh update-side API is removed.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
[ paulmck: Fix Tiny call_rcu()'s EXPORT_SYMBOL() in response to a bug
  report from kbuild test robot. ]
2018-08-30 16:02:46 -07:00
..
Kconfig rcu: Update comments and help text for no more RCU-bh updaters 2018-08-30 16:02:42 -07:00
Kconfig.debug rcu: Move RCU debug Kconfig options to kernel/rcu 2017-06-08 18:52:44 -07:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
rcu.h Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEAD 2018-07-12 15:42:41 -07:00
rcu_segcblist.c rcu: Simplify and inline cpu_needs_another_gp() 2018-05-15 10:30:59 -07:00
rcu_segcblist.h rcu: Simplify and inline cpu_needs_another_gp() 2018-05-15 10:30:59 -07:00
rcuperf.c Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEAD 2018-07-12 15:42:41 -07:00
rcutorture.c rcutorture: Test extended "rcu" read-side critical sections 2018-08-30 16:02:35 -07:00
srcutiny.c sched/swait: Rename to exclusive 2018-06-20 11:35:56 +02:00
srcutree.c srcu: Add grace-period number to rcutorture statistics printout 2018-07-12 15:39:25 -07:00
sync.c doc: Fix various RCU docbook comment-header problems 2017-10-19 22:26:11 -04:00
tiny.c rcu: Express Tiny RCU updates in terms of RCU rather than RCU-sched 2018-08-30 16:02:46 -07:00
tree.c rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT builds 2018-08-30 16:02:45 -07:00
tree.h rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT builds 2018-08-30 16:02:45 -07:00
tree_exp.h rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT builds 2018-08-30 16:02:45 -07:00
tree_plugin.h rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT builds 2018-08-30 16:02:45 -07:00
update.c rcu: Update comments and help text for no more RCU-bh updaters 2018-08-30 16:02:42 -07:00