summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* 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-121-1/+1
* | rcu: Remove unused local variable "cpu"Paul E. McKenney2018-07-121-2/+0
* | rcu: Remove unused rcu_kick_nohz_cpu() functionPaul E. McKenney2018-07-121-17/+0
* | rcu: Clarify and correct the rcu_preempt_qs() header commentPaul E. McKenney2018-07-121-6/+10
* | rcu: Mark task as .need_qs less aggressivelyPaul E. McKenney2018-07-121-1/+4
* | rcu: Use pr_fmt to prefix "rcu: " to logging outputJoe Perches2018-07-121-4/+6
* | rcu: Make rcu_read_unlock_special() staticPaul E. McKenney2018-07-121-1/+2
* | rcu: Add CPU online/offline state to dump_blkd_tasks()Paul E. McKenney2018-07-121-5/+20
* | rcu: Add up-tree information to dump_blkd_tasks() diagnosticsPaul E. McKenney2018-07-121-4/+6
* | rcu: Add RCU-preempt check for waiting on newly onlined CPUPaul E. McKenney2018-07-121-0/+3
* | rcu: Suppress false-positive splats from mid-init task resumePaul E. McKenney2018-07-121-1/+2
* | rcu: Fix typo and add additional debugPaul E. McKenney2018-07-121-2/+8
* | rcu: Remove ->gpnum and ->completedPaul E. McKenney2018-07-121-1/+1
* | rcu: Convert rcu_quiescent_state_report tracepoint to ->gp_seqPaul E. McKenney2018-07-121-1/+1
* | rcu: Convert rcu_unlock_preempted_task tracepoint to ->gp_seqPaul E. McKenney2018-07-121-2/+2
* | rcu: Convert rcu_preempt_task tracepoint to ->gp_seqPaul E. McKenney2018-07-121-2/+2
* | rcu: Convert rcu_grace_period tracepoint to gp_seqPaul E. McKenney2018-07-121-1/+1
* | rcu: Make rcu_nocb_wait_gp() check if GP already requestedPaul E. McKenney2018-07-121-5/+10
* | rcu: Make RCU CPU stall warnings use ->gp_seqPaul E. McKenney2018-07-121-4/+4
* | rcu: Convert grace-period requests to ->gp_seqPaul E. McKenney2018-07-121-3/+3
* | rcu: Convert ->completedqs to ->gp_seqPaul E. McKenney2018-07-121-2/+2
* | rcu: Convert ->rcu_iw_gpnum to ->gp_seqPaul E. McKenney2018-07-121-1/+1
* | rcu: Move rcu_nocb_gp_get() to ->gp_seqPaul E. McKenney2018-07-121-1/+1
* | rcu: Move rcu_try_advance_all_cbs() to ->gp_seqPaul E. McKenney2018-07-121-1/+2
* | rcu: Use the proper lockdep annotation in dump_blkd_tasks()Boqun Feng2018-06-261-1/+1
* | rcu: Add debugging info to assertionPaul E. McKenney2018-06-261-2/+36
|/
*-. Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and...Paul E. McKenney2018-05-151-40/+58
|\ \
| | * rcu: Make rcu_start_future_gp() caller select grace periodPaul E. McKenney2018-05-151-4/+5
| | * rcu: Make rcu_gp_cleanup() more accurately predict need for new GPPaul E. McKenney2018-05-151-17/+0
| | * rcu: Add accessor macros for the ->need_future_gp[] arrayPaul E. McKenney2018-05-151-1/+1
| |/ |/|
| * rcu: Add leaf-node macrosPaul E. McKenney2018-05-151-2/+2
| * rcu: Update rcu_bind_gp_kthread() header commentPaul E. McKenney2018-05-151-2/+1
| * rcu: Move __rcu_read_lock() and __rcu_read_unlock() to tree_plugin.hPaul E. McKenney2018-05-151-0/+44
| * rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs()Paul E. McKenney2018-05-151-2/+2
| * rcu: Call wake_nocb_leader_defer() with 'FORCE' when nocb_q_count is highByungchul Park2018-05-151-1/+1
| * rcu: Don't allocate rcu_nocb_mask if no one needs itPaul E. McKenney2018-05-151-2/+2
| * rcu: Inline rcu_preempt_do_callback() into its sole callerByungchul Park2018-05-151-10/+1
|/
* rcu: Use wrapper for lockdep assertsMatthew Wilcox2018-02-201-2/+2
* rcu: Remove obsolete callback-invocation statistics for debugfsPaul E. McKenney2018-02-201-1/+0
* rcu: Remove obsolete boost statistics for debugfsPaul E. McKenney2018-02-201-6/+2
* rcu: Call touch_nmi_watchdog() while printing stall warningsTejun Heo2018-02-201-1/+13
* rcu: Fix CPU offload boot message when no CPUs are offloadedPaul E. McKenney2018-02-201-2/+5
*-. Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017...Paul E. McKenney2017-12-111-8/+5
|\ \
| | * rcu: Remove have_rcu_nocb_mask from tree_plugin.hRakib Mullick2017-12-111-7/+4
| |/ |/|
| * rcu: Shrink ->dynticks_{nmi_,}nesting from long long to longPaul E. McKenney2017-11-281-1/+1
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-4/+5
|\
| * rcu: Convert timers to use timer_setup()Kees Cook2017-11-021-4/+5
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-131-1/+2
|\ \