aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_plugin.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-30rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticksPaul E. McKenney1-2/+1
2018-08-30rcu: Switch dyntick nesting counters to rcu_data structurePaul E. McKenney1-1/+1
2018-08-30rcu: Switch urgent quiescent-state requests to rcu_data structurePaul E. McKenney1-7/+7
2018-08-30rcu: Switch lazy counts to rcu_data structurePaul E. McKenney1-13/+10
2018-08-30rcu: Switch last accelerate/advance to rcu_data structurePaul E. McKenney1-9/+8
2018-08-30rcu: Switch ->tick_nohz_enabled_snap to rcu_data structurePaul E. McKenney1-5/+5
2018-08-30rcu: Avoid resched_cpu() when rescheduling the current CPUPaul E. McKenney1-2/+4
2018-08-30rcu: More aggressively enlist scheduler aid for nohz_full CPUsPaul E. McKenney1-0/+1
2018-08-30rcu: Compute jiffies_till_sched_qs from other kernel parametersPaul E. McKenney1-0/+2
2018-08-30rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structurePaul E. McKenney1-4/+1
2018-08-30rcu: Inline _rcu_barrier() into its sole remaining callerPaul E. McKenney1-1/+1
2018-08-30rcu: Define rcu_all_qs() only in !PREEMPT buildsPaul E. McKenney1-0/+39
2018-08-30rcu: Clean up flavor-related definitions and comments in tree_plugin.hPaul E. McKenney1-19/+17
2018-08-30rcu: Inline increment_cpu_stall_ticks() into its sole callerPaul E. McKenney1-6/+0
2018-08-30rcu: Remove for_each_rcu_flavor() flavor-traversal macroPaul E. McKenney1-37/+22
2018-08-30rcu: Remove last non-flavor-traversal rsp local variable from tree_plugin.hPaul E. McKenney1-8/+6
2018-08-30rcu: Remove rcu_data structure's ->rsp fieldPaul E. McKenney1-21/+21
2018-08-30rcu: Remove rsp parameter from rcu_node tree accessor macrosPaul E. McKenney1-2/+2
2018-08-30rcu: Remove rsp parameter from expedited grace-period functionsPaul E. McKenney1-7/+6
2018-08-30rcu: Remove rsp parameter from no-CBs CPU functionsPaul E. McKenney1-9/+9
2018-08-30rcu: Remove rsp parameter from print_cpu_stall_info()Paul E. McKenney1-3/+3
2018-08-30rcu: Remove rsp parameter from rcu_spawn_one_boost_kthread()Paul E. McKenney1-7/+6
2018-08-30rcu: Remove rsp parameter from dump_blkd_tasks() and friendPaul E. McKenney1-7/+5
2018-08-30rcu: Remove rsp parameter from rcu_print_detail_task_stall()Paul E. McKenney1-3/+3
2018-08-30rcu: Remove rsp parameter from rcu_do_batch()Paul E. McKenney1-1/+1
2018-08-30rcu: Remove rsp parameter from note_gp_changes()Paul E. McKenney1-1/+1
2018-08-30rcu: Remove rsp parameter from rcu_accelerate_cbs()Paul E. McKenney1-1/+1
2018-08-30rcu: Remove rsp parameter from rcu_gp_kthread_wake()Paul E. McKenney1-2/+2
2018-08-30rcu: Remove rsp parameter from rcu_get_root()Paul E. McKenney1-1/+1
2018-08-30rcu: Remove rsp parameter from rcu_gp_in_progress()Paul E. McKenney1-1/+1
2018-08-30rcu: Remove rsp parameter from rcu_report_unblock_qs_rnp()Paul E. McKenney1-1/+1
2018-08-30rcu: Remove rcu_data_p pointer to default rcu_data structurePaul E. McKenney1-5/+5
2018-08-30rcu: Remove rcu_state_p pointer to default rcu_state structurePaul E. McKenney1-8/+8
2018-08-30rcu: Remove rcu_state structure's ->rda fieldPaul E. McKenney1-12/+12
2018-08-30rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney1-187/+110
2018-08-30rcu: Drop "wake" parameter from rcu_report_exp_rdp()Paul E. McKenney1-3/+3
2018-08-30rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney1-1/+0
2018-08-30rcu: Report expedited grace periods at context-switch timePaul E. McKenney1-2/+3
2018-08-30rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safePaul E. McKenney1-0/+5
2018-08-30rcu: Remove now-unused ->b.exp_need_qs field from the rcu_special unionPaul E. McKenney1-9/+4
2018-08-30rcu: Allow processing deferred QSes for exiting RCU-preempt readersPaul E. McKenney1-1/+1
2018-08-30rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney1-35/+109
2018-08-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+6
2018-07-12rcu: Print stall-warning NMI dyntick state in hexadecimalPaul E. McKenney1-1/+1
2018-07-12rcu: Remove unused local variable "cpu"Paul E. McKenney1-2/+0
2018-07-12rcu: Remove unused rcu_kick_nohz_cpu() functionPaul E. McKenney1-17/+0
2018-07-12rcu: Clarify and correct the rcu_preempt_qs() header commentPaul E. McKenney1-6/+10
2018-07-12rcu: Mark task as .need_qs less aggressivelyPaul E. McKenney1-1/+4
2018-07-12rcu: Use pr_fmt to prefix "rcu: " to logging outputJoe Perches1-4/+6
2018-07-12rcu: Make rcu_read_unlock_special() staticPaul E. McKenney1-1/+2