- a32e01e rcu: Use wrapper for lockdep asserts by Matthew Wilcox · 7 years ago
- 62df63e rcu: Remove obsolete callback-invocation statistics for debugfs by Paul E. McKenney · 7 years ago
- bec0678 rcu: Remove obsolete boost statistics for debugfs by Paul E. McKenney · 7 years ago
- 3caa973 rcu: Call touch_nmi_watchdog() while printing stall warnings by Tejun Heo · 7 years ago
- 3016611 rcu: Fix CPU offload boot message when no CPUs are offloaded by Paul E. McKenney · 7 years ago
- 1dfa55e Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017.12.11a', 'srbd.2017.12.05a' and 'torture.2017.12.11a' into HEAD by Paul E. McKenney · 7 years ago
- 84b12b7 rcu: Remove have_rcu_nocb_mask from tree_plugin.h by Rakib Mullick · 7 years ago
- 84585aa rcu: Shrink ->dynticks_{nmi_,}nesting from long long to long by Paul E. McKenney · 7 years ago
- 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 3e20146 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 8e9a2db Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- b04db8e rcu: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
- fd30b71 rcu: Convert timers to use timer_setup() by Kees Cook · 7 years ago
- de20155 sched/isolation: Introduce housekeeping flags by Frederic Weisbecker · 7 years ago
- 7863406 sched/isolation: Move housekeeping related code to its own file by Frederic Weisbecker · 7 years ago
- ad4e25a Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' and 'torture.2017.10.09a' into HEAD by Paul E. McKenney · 7 years ago
- 02a7c23 rcu: Suppress lockdep false-positive ->boost_mtx complaints by Paul E. McKenney · 7 years ago
- b886978 rcu: Do not include rtmutex_common.h unconditionally by Sebastian Andrzej Siewior · 7 years ago
- 9b9500d rcu: Make RCU CPU stall warnings check for irq-disabled CPUs by Paul E. McKenney · 7 years ago
- 135bd1a rcu: Fix up pending cbs check in rcu_prepare_for_idle by Neeraj Upadhyay · 7 years ago
- 9b130ad treewide: make "nr_cpu_ids" unsigned by Alexey Dobriyan · 7 years ago
- 656e7c0 Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b', 'misc.2017.08.17a', 'spin_unlock_wait_no.2017.08.17a', 'srcu.2017.07.27c' and 'torture.2017.07.24c' into HEAD by Paul E. McKenney · 7 years ago
- 2dee940 rcu: Add assertions verifying blocked-tasks list by Paul E. McKenney · 7 years ago
- c5ebe66 rcu: Add event tracing to ->gp_tasks update at GP start by Paul E. McKenney · 8 years ago
- bedbb64 rcu: Add TPS() to event-traced strings by Paul E. McKenney · 8 years ago
- b1a2d79 rcu: Make NOCB CPUs migrate CBs directly from outgoing CPU by Paul E. McKenney · 8 years ago
- 8be6e1b rcu: Use timer as backstop for NOCB deferred wakeups by Paul E. McKenney · 8 years ago
- 44c65ff rcu: Eliminate NOCBs CPU-state Kconfig options by Paul E. McKenney · 8 years ago
- ae91aa0 rcu: Remove debugfs tracing by Paul E. McKenney · 8 years ago
- c4a09ff rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig option by Paul E. McKenney · 8 years ago
- fe5ac72 rcu: Remove nohz_full full-system-idle state machine by Paul E. McKenney · 8 years ago
- 90040c9 rcu: Remove *_SLOW_* Kconfig options by Paul E. McKenney · 8 years ago
- a68a2bb rcu: Move docbook comments out of rcupdate.h by Paul E. McKenney · 8 years ago
- 6b5fc3a rcu: Add memory barriers for NOCB leader wakeup by Paul E. McKenney · 8 years ago
- 511324e rcu: Use RCU_NOCB_WAKE rather than RCU_NOGP_WAKE by Paul E. McKenney · 8 years ago
- ea9b0c8 rcu: Add lockdep_assert_held() teeth to tree_plugin.h by Paul E. McKenney · 8 years ago
- 17c7798 rcu: Update rcu_bootup_announce_oddness() by Paul E. McKenney · 8 years ago
- 59d80fd rcu: Print out rcupdate.c non-default boot-time settings by Paul E. McKenney · 8 years ago
- e28371c rcu: Remove obsolete reference to synchronize_kernel() by Paul E. McKenney · 8 years ago
- 5b72f96 rcu: Complain if blocking in preemptible RCU read-side critical section by Paul E. McKenney · 8 years ago
- 933dfbd rcu: Open-code the rcu_cblist_n_lazy_cbs() function by Paul E. McKenney · 8 years ago
- 4b27f20 rcu: Open-code the rcu_cblist_n_cbs() function by Paul E. McKenney · 8 years ago
- 8ef0f37 rcu: Open-code the rcu_cblist_empty() function by Paul E. McKenney · 8 years ago
- f209410 Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' into HEAD by Paul E. McKenney · 8 years ago
- 5455a7f rcu: Use true/false in assignment to bool by Nicholas Mc Guire · 8 years ago
- 15fecf8 srcu: Abstract multi-tail callback list handling by Paul E. McKenney · 8 years ago
- 9226b10 rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actions by Paul E. McKenney · 8 years ago
- b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
- ae7e81c sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h> by Ingo Molnar · 8 years ago
- 31945aa Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a', 'srcu.2017.01.25a' and 'torture.2017.01.15b' into HEAD by Paul E. McKenney · 8 years ago
- 02a5c550 rcu: Abstract extended quiescent state determination by Paul E. McKenney · 8 years ago
- 9831ce3 rcu: Fix comment in rcu_organize_nocb_kthreads() by Paul E. McKenney · 8 years ago
- 52d7e48 rcu: Narrow early boot window of illegal synchronous grace periods by Paul E. McKenney · 8 years ago
- bedc196 rcu: Fix soft lockup for rcu_nocb_kthread by Ding Tianhong · 9 years ago
- 4d03754 Merge branches 'doc.2016.06.15a', 'fixes.2016.06.15b' and 'torture.2016.06.14a' into HEAD by Paul E. McKenney · 9 years ago
- bc75e99 rcu: Correctly handle sparse possible cpus by Mark Rutland · 9 years ago
- 4e9a073 torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify code by Paul E. McKenney · 9 years ago
- 40e0a6c rcu: Move expedited code from tree_plugin.h to tree_exp.h by Paul E. McKenney · 9 years ago
- aff12cd rcu: Consolidate expedited GP code into exp_funnel_lock() by Paul E. McKenney · 9 years ago
- 179e5dc rcu: Consolidate expedited GP tracing into rcu_exp_gp_seq_snap() by Paul E. McKenney · 9 years ago
- 4ea3e85 rcu: Consolidate expedited GP code into rcu_exp_wait_wake() by Paul E. McKenney · 9 years ago
- f6a12f3 rcu: Enforce expedited-GP fairness via funnel wait queue by Paul E. McKenney · 9 years ago
- 4f41530 rcu: Add expedited-grace-period event tracing by Paul E. McKenney · 9 years ago
- bea2de4 rcu: Add funnel-locking tracing for expedited grace periods by Paul E. McKenney · 9 years ago
- 26ece8e rcu: Fix synchronize_rcu_expedited() header comment by Paul E. McKenney · 9 years ago
- 8bc6782 Merge commit 'fixes.2015.02.23a' into core/rcu by Ingo Molnar · 9 years ago
- abedf8e rcu: Use simple wait queues where possible in rcutree by Paul Gortmaker · 9 years ago
- 065bb78 rcu: Do not call rcu_nocb_gp_cleanup() while holding rnp->lock by Daniel Wagner · 9 years ago
- 67c583a7 RCU: Privatize rcu_node::lock by Boqun Feng · 9 years ago
- 1914aab rcu: Remove useless rcu_data_p when !PREEMPT_RCU by Chen Gang · 9 years ago
- 648c630 Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'list.2015.12.04b' and 'torture.2015.12.05a' into HEAD by Paul E. McKenney · 9 years ago
- a87f203 rcu: Eliminate unused rcu_init_one() argument by Paul E. McKenney · 9 years ago
- 46a5d16 rcu: Stop disabling interrupts in scheduler fastpaths by Paul E. McKenney · 9 years ago
- f0f2e7d rcu: Avoid tick_nohz_active checks on NOCBs CPUs by Paul E. McKenney · 9 years ago
- 699d403 rcu: Fix obsolete rcu_bootup_announce_oddness() comment by Paul E. McKenney · 9 years ago
- 8ba9153 rcu: Remove lock-acquisition loop from rcu_read_unlock_special() by Paul E. McKenney · 9 years ago
- 5a9be7c rcu: Add rcu_normal kernel parameter to suppress expediting by Paul E. McKenney · 9 years ago
- 6cf1008 rcu: Add transitivity to remaining rcu_node ->lock acquisitions by Paul E. McKenney · 9 years ago
- 2a67e74 rcu: Create transitive rnp->lock acquisition functions by Peter Zijlstra · 9 years ago
- d2856b0 Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEAD by Paul E. McKenney · 9 years ago
- b08517c rcu: Enable stall warnings for synchronize_rcu_expedited() by Paul E. McKenney · 9 years ago
- 74611ec rcu: Add online/offline info to expedited stall warning message by Paul E. McKenney · 9 years ago
- dcdb880 rcu: Consolidate expedited CPU selection by Paul E. McKenney · 9 years ago
- 7f21aee rcu: Add online/offline info to stall warning message by Paul E. McKenney · 9 years ago
- b6a4ae7 rcu: Use rcu_callback_t in call_rcu*() and friends by Boqun Feng · 9 years ago
- 5b74c45 rcu: Make ->cpu_no_qs be a union for aggregate OR by Paul E. McKenney · 9 years ago
- 0d43eb3 rcu: Invert passed_quiesce and rename to cpu_no_qs by Paul E. McKenney · 9 years ago
- 97c668b rcu: Rename qs_pending to core_needs_qs by Paul E. McKenney · 9 years ago
- 8203d6d rcu: Use single-stage IPI algorithm for RCU expedited grace period by Paul E. McKenney · 9 years ago
- b9585e9 rcu: Consolidate tree setup for synchronize_rcu_expedited() by Paul E. McKenney · 9 years ago
- 7922cd0 rcu: Move rcu_report_exp_rnp() to allow consolidation by Paul E. McKenney · 9 years ago
- f4ecea3 rcu: Use rsp->expedited_wq instead of sync_rcu_preempt_exp_wq by Paul E. McKenney · 9 years ago
- 8ff4fbf Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEAD by Paul E. McKenney · 9 years ago
- 9a54f98 rcu: Don't disable CPU hotplug during OOM notifiers by Paul E. McKenney · 9 years ago
- f78f5b9 rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() by Paul E. McKenney · 10 years ago
- bc17ea1 rcu: Fix obsolete priority-boosting comment by Paul E. McKenney · 10 years ago
- 704dd43 rcu: Consolidate last open-coded expedited memory barrier by Paul E. McKenney · 10 years ago
- 29fd930 rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loop by Paul E. McKenney · 10 years ago
- 543c615 rcu: Make synchronize_rcu_expedited() use sequence-counter scheme by Paul E. McKenney · 10 years ago
- 75c27f1 rcu: Remove CONFIG_RCU_CPU_STALL_INFO by Paul E. McKenney · 10 years ago