- 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
- 16c0b10 rcu: Remove exports from rcu_idle_exit() and rcu_idle_enter() by Paul E. McKenney · 7 years ago
- d4db30a rcu: Add warning to rcu_idle_enter() for irqs enabled by Paul E. McKenney · 7 years ago
- 3a60799 rcu: Make rcu_idle_enter() rely on callers disabling irqs by Peter Zijlstra (Intel) · 7 years ago
- 2dee940 rcu: Add assertions verifying blocked-tasks list by Paul E. McKenney · 7 years ago
- 35fe723 rcu/tracing: Set disable_rcu_irq_enter on rcu_eqs_exit() by Masami Hiramatsu · 8 years ago
- d8db2e8 rcu: Add TPS() protection for _rcu_barrier_trace strings by Paul E. McKenney · 8 years ago
- d537422 rcu: Use idle versions of swait to make idle-hack clear by Luis R. Rodriguez · 8 years ago
- 09efeee rcu: Move callback-list warning to irq-disable region by Paul E. McKenney · 7 years ago
- f2dbe4a rcu: Localize rcu_state ->orphan_pend and ->orphan_done by Paul E. McKenney · 8 years ago
- 21cc248 rcu: Advance callbacks after migration by Paul E. McKenney · 8 years ago
- 537b85c rcu: Eliminate rcu_state ->orphan_lock by Paul E. McKenney · 8 years ago
- 9fa46fb rcu: Advance outgoing CPU's callbacks before migrating them 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
- 95335c0 rcu: Check for NOCB CPUs and empty lists earlier in CB migration by Paul E. McKenney · 8 years ago
- c47e067 rcu: Remove orphan/adopt event-tracing fields by Paul E. McKenney · 8 years ago
- 313517fc rcu: Make expedited GPs correctly handle hardware CPU insertion by Paul E. McKenney · 8 years ago
- a58163d rcu: Migrate callbacks earlier in the CPU-offline timeline by Paul E. McKenney · 8 years ago
- 96036c4 rcu: Add last-CPU to GP-kthread starvation messages by Paul E. McKenney · 7 years ago
- fe5ac72 rcu: Remove nohz_full full-system-idle state machine by Paul E. McKenney · 8 years ago
- f7a10a9 rcu: Remove the RCU_KTHREAD_PRIO Kconfig option by Paul E. McKenney · 8 years ago
- 90040c9 rcu: Remove *_SLOW_* Kconfig options by Paul E. McKenney · 8 years ago
- fa3c664 rcu: Improve __call_rcu() debug-objects error message by Paul E. McKenney · 8 years ago
- 791875d rcu: Eliminate the unused __rcu_is_watching() function by Paul E. McKenney · 8 years ago
- a68a2bb rcu: Move docbook comments out of rcupdate.h by Paul E. McKenney · 8 years ago
- c0b334c rcu: Add lockdep_assert_held() teeth to tree.c by Paul E. McKenney · 8 years ago
- 17c7798 rcu: Update rcu_bootup_announce_oddness() by Paul E. McKenney · 8 years ago
- f4687d2 rcu: Add preemptibility checks in rcu_sched_qs() and rcu_bh_qs() 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
- f92c734 rcu: Prevent rcu_barrier() from starting needless grace periods by Paul E. McKenney · 8 years ago
- de4d195 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 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
- 7f6733c srcu: Make rcutorture writer stalls print SRCU GP state 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
- bcbfdd0 rcu: Make non-preemptive schedule be Tasks RCU quiescent state by Paul E. McKenney · 8 years ago
- da915ad srcu: Parallelize callback handling by Paul E. McKenney · 8 years ago
- bfd090b rcu: Fix typo in PER_RCU_NODE_PERIOD header comment by Paul E. McKenney · 8 years ago
- 50dc7de rcu: Use bool value directly by Nicholas Mc Guire · 8 years ago
- deb34f3 rcu: Improve comments for hotplug/suspend/hibernate functions by Paul E. McKenney · 8 years ago
- d1e4f01 rcu: Remove obsolete comment from rcu_future_gp_cleanup() header by Paul E. McKenney · 8 years ago
- e95d68d srcu: Make num_rcu_lvl[] array be external by Paul E. McKenney · 8 years ago
- 41f5c63 rcu: Remove redundant levelcnt[] array from rcu_init_one() by Paul E. McKenney · 8 years ago
- 2b34c43 srcu: Move rcu_init_levelspread() to rcu_tree_node.h by Paul E. McKenney · 8 years ago
- 2e8c28c srcu: Move rcu_seq_start() and friends to rcu.h by Paul E. McKenney · 8 years ago
- 900b102 srcu: Allow SRCU to access rcu_scheduler_active by Paul E. McKenney · 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
- 0f9be8c rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle() by Paul E. McKenney · 8 years ago
- 9577df9 rcu: Pull rcu_qs_ctr into rcu_dynticks structure by Paul E. McKenney · 8 years ago
- abb06b9 rcu: Pull rcu_sched_qs_mask into rcu_dynticks structure by Paul E. McKenney · 8 years ago
- 88a4976 rcu: Semicolon inside RCU_TRACE() for tree.c by Paul E. McKenney · 8 years ago
- b8c17e6 rcu: Maintain special bits at bottom of ->dynticks counter by Paul E. McKenney · 8 years ago
- 03ecd3f rcu/tracing: Add rcu_disabled to denote when rcu_irq_enter() will not work by Steven Rostedt (VMware) · 8 years ago
- a278d47 rcu: Fix dyntick-idle tracing 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
- f9411eb rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wait.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
- 38d30b3 rcu: Adjust FQS offline checks for exact online-CPU detection by Paul E. McKenney · 8 years ago
- 3a19b46 rcu: Check cond_resched_rcu_qs() state less often to reduce GP overhead by Paul E. McKenney · 8 years ago
- 02a5c550 rcu: Abstract extended quiescent state determination by Paul E. McKenney · 8 years ago
- 2625d46 rcu: Abstract dynticks extended quiescent state enter/exit operations by Paul E. McKenney · 8 years ago
- fdbb9b3 rcu: Make rcu_cpu_starting() use its "cpu" argument by Paul E. McKenney · 8 years ago
- 630c7ed rcu: Don't wake rcuc/X kthreads on NOCB CPUs by Paul E. McKenney · 8 years ago
- 7aa9223 rcu: Once again use NMI-based stack traces in stall warnings by Paul E. McKenney · 8 years ago
- b201fa67 rcu: Remove short-term CPU kicking by Paul E. McKenney · 8 years ago
- 28053bc rcu: Add long-term CPU kicking by Paul E. McKenney · 8 years ago
- 94060d2 rcu: Remove unused but set variable by Tobias Klauser · 8 years ago
- c4402b2 rcu: Only dump stalled-tasks stacks if there was a real stall by Byungchul Park · 8 years ago
- 8b2f63a rcu: Abstract the dynticks snapshot operation by Paul E. McKenney · 8 years ago
- 6563de9 rcu: Abstract the dynticks momentary-idle operation 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
- aa3e0bf rcu: Don't kick unless grace period or request by Paul E. McKenney · 9 years ago
- 1f21b50 rcu: Remove obsolete comment from __call_rcu() by Paul E. McKenney · 8 years ago
- 5403d36 rcu: Remove obsolete rcu_check_callbacks() header comment by Paul E. McKenney · 8 years ago
- b8f2ed5 rcu: Tighten up __call_rcu() rcu_head alignment check by Paul E. McKenney · 8 years ago
- 9ffc669 Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
- 0766f78 latent_entropy: Mark functions with __latent_entropy by Emese Revfy · 9 years ago
- d74b62b Merge branches 'doc.2016.08.22c', 'exp.2016.08.22c', 'fixes.2016.09.14a', 'hotplug.2016.08.22c' and 'torture.2016.08.22c' into HEAD by Paul E. McKenney · 8 years ago
- 7ec99de rcu: Provide exact CPU-online tracking for RCU by Paul E. McKenney · 9 years ago
- 3563a43 rcu: Avoid redundant quiescent-state chasing by Paul E. McKenney · 8 years ago
- e77b704 rcu: Don't use modular infrastructure in non-modular code by Paul Gortmaker · 8 years ago
- 94d4477 rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreads by Jisheng Zhang · 9 years ago
- 4df8374 rcu: Convert rcutree to hotplug state machine by Thomas Gleixner · 8 years ago
- bc75e99 rcu: Correctly handle sparse possible cpus by Mark Rutland · 9 years ago
- 088e9d2 rcu: sysctl: Panic on RCU Stall by Daniel Bristot de Oliveira · 9 years ago
- 3549c2b rcu: Move expedited code from tree.c to tree_exp.h by Paul E. McKenney · 9 years ago
- d3acab6 rcu: Remove some superfluous lines by Peter Zijlstra · 9 years ago
- 590d175 rcu: Fix outdated hotplug-exclusion comment in rcu_gp_init() by Paul E. McKenney · 9 years ago
- 0d95092 rcu: Fix outdated rcu_scheduler_active comment by Paul E. McKenney · 9 years ago
- dcd36d0 Merge branches 'doc.2016.04.19a', 'exp.2016.03.31d', 'fixes.2016.03.31d' and 'torture.2016.04.21a' into HEAD by Paul E. McKenney · 9 years ago
- 291783b rcutorture: Expedited-GP batch progress access to torturing by Paul E. McKenney · 9 years ago
- 5dffed1 rcu: Dump ftrace buffer when kicking grace-period kthread by Paul E. McKenney · 9 years ago
- 8c7c482 rcu: Awaken grace-period kthread if too long since FQS by Paul E. McKenney · 9 years ago
- fcfd0a2 rcu: Make FQS schedule advance only if FQS happened by Paul E. McKenney · 9 years ago
- 86057b8 rcu: Awaken grace-period kthread when stalled by Paul E. McKenney · 9 years ago