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