blob: 32bc8b7636789c4ef7a09ef879e281fc3b0253aa [file] [log] [blame]
75a8f7224522 ("rcu: Remove unused rcu_state externs")
dc5a4f2932f1 ("rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticks")
4c5273bf2b5e ("rcu: Switch dyntick nesting counters to rcu_data structure")
2dba13f0b6c2 ("rcu: Switch urgent quiescent-state requests to rcu_data structure")
c458a89e964d ("rcu: Switch lazy counts to rcu_data structure")
5998a75adbf4 ("rcu: Switch last accelerate/advance to rcu_data structure")
0fd79e7521bc ("rcu: Switch ->tick_nohz_enabled_snap to rcu_data structure")
cc72046cc3cc ("rcu: Merge rcu_dynticks structure into rcu_data structure")
fced9c8cfe6b ("rcu: Avoid resched_cpu() when rescheduling the current CPU")
c06aed0e3100 ("rcu: Compute jiffies_till_sched_qs from other kernel parameters")
7e28c5af4ef6 ("rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structure")
92aa39e9dc77 ("rcu: Make need_resched() respond to urgent RCU-QS needs")
395a2f097ebd ("rcu: Define rcu_all_qs() only in !PREEMPT builds")
49918a54e63c ("rcu: Clean up flavor-related definitions and comments in tree.c")
c3854a055bc8 ("rcu: Pull rcu_gp_kthread() FQS loop into separate function")
4e95020cdd34 ("rcu: Inline increment_cpu_stall_ticks() into its sole caller")
8ff0b9078091 ("rcu: Fix typo in force_qs_rnp()'s parameter's parameter")
9cbc5b97029b ("rcu: Eliminate grace-period management code use of rsp")
4c6ed43708bb ("rcu: Eliminate stall-warning use of rsp")
b97d23c51c9f ("rcu: Remove for_each_rcu_flavor() flavor-traversal macro")
88d1bead858d ("rcu: Remove rcu_data structure's ->rsp field")
aedf4ba98416 ("rcu: Remove rsp parameter from rcu_node tree accessor macros")
63d4c8c97948 ("rcu: Remove rsp parameter from expedited grace-period functions")
4580b0541bea ("rcu: Remove rsp parameter from no-CBs CPU functions")
6dbfdc1409cf ("rcu: Remove rsp parameter from rcu_spawn_one_boost_kthread()")
a2887cd85f38 ("rcu: Remove rsp parameter from rcu_print_detail_task_stall()")
b8bb1f63cf9a ("rcu: Remove rsp parameter from rcu_init_one() and friends")
53b46303da84 ("rcu: Remove rsp parameter from rcu_boot_init_percpu_data() and friends")
8344b871b1d5 ("rcu: Remove rsp parameter from _rcu_barrier() and friends")
98ece508b545 ("rcu: Remove rsp parameter from __rcu_pending()")
e9ecb780fe7d ("rcu: Remove rsp parameter from force-quiescent-state functions")
0854a05c9fa5 ("rcu: Remove rsp parameter from rcu_gp_kthread() and friends")
22212332c1f3 ("rcu: Remove rsp parameter from rcu_gp_slow()")
15cabdffbbf6 ("rcu: Remove rsp parameter from note_gp_changes()")
834f56bf54e8 ("rcu: Remove rsp parameter from rcu_advance_cbs()")
02f501423d0d ("rcu: Remove rsp parameter from rcu_accelerate_cbs()")
33dbdbf02538 ("rcu: Remove rsp parameter from rcu_dump_cpu_stacks()")
336a4f6c451e ("rcu: Remove rsp parameter from rcu_get_root()")
de8e87305a1a ("rcu: Remove rsp parameter from rcu_gp_in_progress()")
aff4e9ede52b ("rcu: Remove rsp parameter from rcu_report_qs_rsp()")
b50912d0b5e0 ("rcu: Remove rsp parameter from rcu_report_qs_rnp()")
2280ee5a7d3e ("rcu: Remove rcu_data_p pointer to default rcu_data structure")
16fc9c600b3c ("rcu: Remove rcu_state_p pointer to default rcu_state structure")
da1df50d1617 ("rcu: Remove rcu_state structure's ->rda field")
ec5dd444b678 ("rcu: Eliminate rcu_state structure's ->call field")
358be2d3685c ("rcu: Remove RCU_STATE_INITIALIZER()")
45975c7d21a1 ("rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT builds")
2bbfc25b09df ("rcu: Drop "wake" parameter from rcu_report_exp_rdp()")
82fcecfa8185 ("rcu: Update comments and help text for no more RCU-bh updaters")
65cfe3583b61 ("rcu: Define RCU-bh update API in terms of RCU")