summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_plugin.h
AgeCommit message (Expand)Author
2018-08-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-07-12rcu: Print stall-warning NMI dyntick state in hexadecimalPaul E. McKenney
2018-07-12rcu: Remove unused local variable "cpu"Paul E. McKenney
2018-07-12rcu: Remove unused rcu_kick_nohz_cpu() functionPaul E. McKenney
2018-07-12rcu: Clarify and correct the rcu_preempt_qs() header commentPaul E. McKenney
2018-07-12rcu: Mark task as .need_qs less aggressivelyPaul E. McKenney
2018-07-12rcu: Use pr_fmt to prefix "rcu: " to logging outputJoe Perches
2018-07-12rcu: Make rcu_read_unlock_special() staticPaul E. McKenney
2018-07-12rcu: Add CPU online/offline state to dump_blkd_tasks()Paul E. McKenney
2018-07-12rcu: Add up-tree information to dump_blkd_tasks() diagnosticsPaul E. McKenney
2018-07-12rcu: Add RCU-preempt check for waiting on newly onlined CPUPaul E. McKenney
2018-07-12rcu: Suppress false-positive splats from mid-init task resumePaul E. McKenney
2018-07-12rcu: Fix typo and add additional debugPaul E. McKenney
2018-07-12rcu: Remove ->gpnum and ->completedPaul E. McKenney
2018-07-12rcu: Convert rcu_quiescent_state_report tracepoint to ->gp_seqPaul E. McKenney
2018-07-12rcu: Convert rcu_unlock_preempted_task tracepoint to ->gp_seqPaul E. McKenney
2018-07-12rcu: Convert rcu_preempt_task tracepoint to ->gp_seqPaul E. McKenney
2018-07-12rcu: Convert rcu_grace_period tracepoint to gp_seqPaul E. McKenney
2018-07-12rcu: Make rcu_nocb_wait_gp() check if GP already requestedPaul E. McKenney
2018-07-12rcu: Make RCU CPU stall warnings use ->gp_seqPaul E. McKenney
2018-07-12rcu: Convert grace-period requests to ->gp_seqPaul E. McKenney
2018-07-12rcu: Convert ->completedqs to ->gp_seqPaul E. McKenney
2018-07-12rcu: Convert ->rcu_iw_gpnum to ->gp_seqPaul E. McKenney
2018-07-12rcu: Move rcu_nocb_gp_get() to ->gp_seqPaul E. McKenney
2018-07-12rcu: Move rcu_try_advance_all_cbs() to ->gp_seqPaul E. McKenney
2018-06-26rcu: Use the proper lockdep annotation in dump_blkd_tasks()Boqun Feng
2018-06-26rcu: Add debugging info to assertionPaul E. McKenney
2018-06-20sched/swait: Rename to exclusivePeter Zijlstra
2018-05-15Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and...Paul E. McKenney
2018-05-15rcu: Make rcu_start_future_gp() caller select grace periodPaul E. McKenney
2018-05-15rcu: Make rcu_gp_cleanup() more accurately predict need for new GPPaul E. McKenney
2018-05-15rcu: Add accessor macros for the ->need_future_gp[] arrayPaul E. McKenney
2018-05-15rcu: Add leaf-node macrosPaul E. McKenney
2018-05-15rcu: Update rcu_bind_gp_kthread() header commentPaul E. McKenney
2018-05-15rcu: Move __rcu_read_lock() and __rcu_read_unlock() to tree_plugin.hPaul E. McKenney
2018-05-15rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs()Paul E. McKenney
2018-05-15rcu: Call wake_nocb_leader_defer() with 'FORCE' when nocb_q_count is highByungchul Park
2018-05-15rcu: Don't allocate rcu_nocb_mask if no one needs itPaul E. McKenney
2018-05-15rcu: Inline rcu_preempt_do_callback() into its sole callerByungchul Park
2018-02-20rcu: Use wrapper for lockdep assertsMatthew Wilcox
2018-02-20rcu: Remove obsolete callback-invocation statistics for debugfsPaul E. McKenney
2018-02-20rcu: Remove obsolete boost statistics for debugfsPaul E. McKenney
2018-02-20rcu: Call touch_nmi_watchdog() while printing stall warningsTejun Heo
2018-02-20rcu: Fix CPU offload boot message when no CPUs are offloadedPaul E. McKenney
2017-12-11Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017...Paul E. McKenney
2017-12-11rcu: Remove have_rcu_nocb_mask from tree_plugin.hRakib Mullick
2017-11-28rcu: Shrink ->dynticks_{nmi_,}nesting from long long to longPaul E. McKenney
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds