summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_plugin.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* rcu: Clean up flavor-related definitions and comments in tree_plugin.hPaul E. McKenney2018-08-311-19/+17
* rcu: Inline increment_cpu_stall_ticks() into its sole callerPaul E. McKenney2018-08-311-6/+0
* rcu: Remove for_each_rcu_flavor() flavor-traversal macroPaul E. McKenney2018-08-311-37/+22
* rcu: Remove last non-flavor-traversal rsp local variable from tree_plugin.hPaul E. McKenney2018-08-311-8/+6
* rcu: Remove rcu_data structure's ->rsp fieldPaul E. McKenney2018-08-311-21/+21
* rcu: Remove rsp parameter from rcu_node tree accessor macrosPaul E. McKenney2018-08-311-2/+2
* rcu: Remove rsp parameter from expedited grace-period functionsPaul E. McKenney2018-08-311-7/+6
* rcu: Remove rsp parameter from no-CBs CPU functionsPaul E. McKenney2018-08-311-9/+9
* rcu: Remove rsp parameter from print_cpu_stall_info()Paul E. McKenney2018-08-311-3/+3
* rcu: Remove rsp parameter from rcu_spawn_one_boost_kthread()Paul E. McKenney2018-08-311-7/+6
* rcu: Remove rsp parameter from dump_blkd_tasks() and friendPaul E. McKenney2018-08-311-7/+5
* rcu: Remove rsp parameter from rcu_print_detail_task_stall()Paul E. McKenney2018-08-311-3/+3
* rcu: Remove rsp parameter from rcu_do_batch()Paul E. McKenney2018-08-311-1/+1
* rcu: Remove rsp parameter from note_gp_changes()Paul E. McKenney2018-08-311-1/+1
* rcu: Remove rsp parameter from rcu_accelerate_cbs()Paul E. McKenney2018-08-311-1/+1
* rcu: Remove rsp parameter from rcu_gp_kthread_wake()Paul E. McKenney2018-08-311-2/+2
* rcu: Remove rsp parameter from rcu_get_root()Paul E. McKenney2018-08-311-1/+1
* rcu: Remove rsp parameter from rcu_gp_in_progress()Paul E. McKenney2018-08-311-1/+1
* rcu: Remove rsp parameter from rcu_report_unblock_qs_rnp()Paul E. McKenney2018-08-311-1/+1
* rcu: Remove rcu_data_p pointer to default rcu_data structurePaul E. McKenney2018-08-311-5/+5
* rcu: Remove rcu_state_p pointer to default rcu_state structurePaul E. McKenney2018-08-311-8/+8
* rcu: Remove rcu_state structure's ->rda fieldPaul E. McKenney2018-08-311-12/+12
* rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney2018-08-311-187/+110
* rcu: Drop "wake" parameter from rcu_report_exp_rdp()Paul E. McKenney2018-08-311-3/+3
* rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney2018-08-311-1/+0
* rcu: Report expedited grace periods at context-switch timePaul E. McKenney2018-08-311-2/+3
* rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safePaul E. McKenney2018-08-311-0/+5
* rcu: Remove now-unused ->b.exp_need_qs field from the rcu_special unionPaul E. McKenney2018-08-311-9/+4
* rcu: Allow processing deferred QSes for exiting RCU-preempt readersPaul E. McKenney2018-08-311-1/+1
* rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney2018-08-311-35/+109
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-131-6/+6
|\
| * sched/swait: Rename to exclusivePeter Zijlstra2018-06-201-6/+6
* | rcu: Print stall-warning NMI dyntick state in hexadecimalPaul E. McKenney2018-07-131-1/+1
* | rcu: Remove unused local variable "cpu"Paul E. McKenney2018-07-131-2/+0
* | rcu: Remove unused rcu_kick_nohz_cpu() functionPaul E. McKenney2018-07-131-17/+0
* | rcu: Clarify and correct the rcu_preempt_qs() header commentPaul E. McKenney2018-07-131-6/+10
* | rcu: Mark task as .need_qs less aggressivelyPaul E. McKenney2018-07-131-1/+4
* | rcu: Use pr_fmt to prefix "rcu: " to logging outputJoe Perches2018-07-131-4/+6
* | rcu: Make rcu_read_unlock_special() staticPaul E. McKenney2018-07-131-1/+2
* | rcu: Add CPU online/offline state to dump_blkd_tasks()Paul E. McKenney2018-07-131-5/+20
* | rcu: Add up-tree information to dump_blkd_tasks() diagnosticsPaul E. McKenney2018-07-131-4/+6
* | rcu: Add RCU-preempt check for waiting on newly onlined CPUPaul E. McKenney2018-07-131-0/+3
* | rcu: Suppress false-positive splats from mid-init task resumePaul E. McKenney2018-07-131-1/+2
* | rcu: Fix typo and add additional debugPaul E. McKenney2018-07-131-2/+8
* | rcu: Remove ->gpnum and ->completedPaul E. McKenney2018-07-131-1/+1
* | rcu: Convert rcu_quiescent_state_report tracepoint to ->gp_seqPaul E. McKenney2018-07-131-1/+1
* | rcu: Convert rcu_unlock_preempted_task tracepoint to ->gp_seqPaul E. McKenney2018-07-131-2/+2
* | rcu: Convert rcu_preempt_task tracepoint to ->gp_seqPaul E. McKenney2018-07-131-2/+2
* | rcu: Convert rcu_grace_period tracepoint to gp_seqPaul E. McKenney2018-07-131-1/+1
* | rcu: Make rcu_nocb_wait_gp() check if GP already requestedPaul E. McKenney2018-07-131-5/+10