aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_plugin.h
AgeCommit message (Expand)Author
2018-12-01rcu: Account for nocb-CPU callback counts in RCU CPU stall warningsPaul E. McKenney
2018-12-01rcutorture: Affinity forward-progress test to avoid housekeeping CPUsPaul E. McKenney
2018-12-01Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...Paul E. McKenney
2018-11-12rcu: Avoid signed integer overflow in rcu_preempt_deferred_qs()Paul E. McKenney
2018-11-12rcu: Replace this_cpu_ptr() with __this_cpu_read()Paul E. McKenney
2018-11-12rcu: Speed up expedited GPs when interrupting RCU readerPaul E. McKenney
2018-11-12rcu: Eliminate BUG_ON() for kernel/rcu/tree_plugin.hPaul E. McKenney
2018-08-30rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticksPaul E. McKenney
2018-08-30rcu: Switch dyntick nesting counters to rcu_data structurePaul E. McKenney
2018-08-30rcu: Switch urgent quiescent-state requests to rcu_data structurePaul E. McKenney
2018-08-30rcu: Switch lazy counts to rcu_data structurePaul E. McKenney
2018-08-30rcu: Switch last accelerate/advance to rcu_data structurePaul E. McKenney
2018-08-30rcu: Switch ->tick_nohz_enabled_snap to rcu_data structurePaul E. McKenney
2018-08-30rcu: Avoid resched_cpu() when rescheduling the current CPUPaul E. McKenney
2018-08-30rcu: More aggressively enlist scheduler aid for nohz_full CPUsPaul E. McKenney
2018-08-30rcu: Compute jiffies_till_sched_qs from other kernel parametersPaul E. McKenney
2018-08-30rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structurePaul E. McKenney
2018-08-30rcu: Inline _rcu_barrier() into its sole remaining callerPaul E. McKenney
2018-08-30rcu: Define rcu_all_qs() only in !PREEMPT buildsPaul E. McKenney
2018-08-30rcu: Clean up flavor-related definitions and comments in tree_plugin.hPaul E. McKenney
2018-08-30rcu: Inline increment_cpu_stall_ticks() into its sole callerPaul E. McKenney
2018-08-30rcu: Remove for_each_rcu_flavor() flavor-traversal macroPaul E. McKenney
2018-08-30rcu: Remove last non-flavor-traversal rsp local variable from tree_plugin.hPaul E. McKenney
2018-08-30rcu: Remove rcu_data structure's ->rsp fieldPaul E. McKenney
2018-08-30rcu: Remove rsp parameter from rcu_node tree accessor macrosPaul E. McKenney
2018-08-30rcu: Remove rsp parameter from expedited grace-period functionsPaul E. McKenney
2018-08-30rcu: Remove rsp parameter from no-CBs CPU functionsPaul E. McKenney
2018-08-30rcu: Remove rsp parameter from print_cpu_stall_info()Paul E. McKenney
2018-08-30rcu: Remove rsp parameter from rcu_spawn_one_boost_kthread()Paul E. McKenney
2018-08-30rcu: Remove rsp parameter from dump_blkd_tasks() and friendPaul E. McKenney
2018-08-30rcu: Remove rsp parameter from rcu_print_detail_task_stall()Paul E. McKenney
2018-08-30rcu: Remove rsp parameter from rcu_do_batch()Paul E. McKenney
2018-08-30rcu: Remove rsp parameter from note_gp_changes()Paul E. McKenney
2018-08-30rcu: Remove rsp parameter from rcu_accelerate_cbs()Paul E. McKenney
2018-08-30rcu: Remove rsp parameter from rcu_gp_kthread_wake()Paul E. McKenney
2018-08-30rcu: Remove rsp parameter from rcu_get_root()Paul E. McKenney
2018-08-30rcu: Remove rsp parameter from rcu_gp_in_progress()Paul E. McKenney
2018-08-30rcu: Remove rsp parameter from rcu_report_unblock_qs_rnp()Paul E. McKenney
2018-08-30rcu: Remove rcu_data_p pointer to default rcu_data structurePaul E. McKenney
2018-08-30rcu: Remove rcu_state_p pointer to default rcu_state structurePaul E. McKenney
2018-08-30rcu: Remove rcu_state structure's ->rda fieldPaul E. McKenney
2018-08-30rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney
2018-08-30rcu: Drop "wake" parameter from rcu_report_exp_rdp()Paul E. McKenney
2018-08-30rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney
2018-08-30rcu: Report expedited grace periods at context-switch timePaul E. McKenney
2018-08-30rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safePaul E. McKenney
2018-08-30rcu: Remove now-unused ->b.exp_need_qs field from the rcu_special unionPaul E. McKenney
2018-08-30rcu: Allow processing deferred QSes for exiting RCU-preempt readersPaul E. McKenney
2018-08-30rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney
2018-08-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds