Age | Commit message (Expand) | Author |
2018-05-22 | rcu/x86: Provide early rcu_cpu_starting() callback | Peter Zijlstra |
2018-05-15 | Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and... | Paul E. McKenney |
2018-05-15 | rcu: Drop early GP request check from rcu_gp_kthread() | Paul E. McKenney |
2018-05-15 | rcu: Simplify and inline cpu_needs_another_gp() | Paul E. McKenney |
2018-05-15 | rcu: The rcu_gp_cleanup() function does not need cpu_needs_another_gp() | Paul E. McKenney |
2018-05-15 | rcu: Make rcu_start_this_gp() check for out-of-range requests | Paul E. McKenney |
2018-05-15 | rcu: Add funnel locking to rcu_start_this_gp() | Paul E. McKenney |
2018-05-15 | rcu: Make rcu_start_future_gp() caller select grace period | Paul E. McKenney |
2018-05-15 | rcu: Inline rcu_start_gp_advanced() into rcu_start_future_gp() | Paul E. McKenney |
2018-05-15 | rcu: Clear request other than RCU_GP_FLAG_INIT at GP end | Paul E. McKenney |
2018-05-15 | rcu: Cleanup, don't put ->completed into an int | Paul E. McKenney |
2018-05-15 | rcu: Switch __rcu_process_callbacks() to rcu_accelerate_cbs() | Paul E. McKenney |
2018-05-15 | rcu: Avoid __call_rcu_core() root rcu_node ->lock acquisition | Paul E. McKenney |
2018-05-15 | rcu: Make rcu_migrate_callbacks wake GP kthread when needed | Paul E. McKenney |
2018-05-15 | rcu: Convert ->need_future_gp[] array to boolean | Paul E. McKenney |
2018-05-15 | rcu: Make rcu_future_needs_gp() check all ->need_future_gps[] elements | Paul E. McKenney |
2018-05-15 | rcu: Make rcu_gp_cleanup() more accurately predict need for new GP | Paul E. McKenney |
2018-05-15 | rcu: Make rcu_gp_kthread() check for early-boot activity | Paul E. McKenney |
2018-05-15 | rcu: Add accessor macros for the ->need_future_gp[] array | Paul E. McKenney |
2018-05-15 | rcu: Make rcu_start_future_gp()'s grace-period check more precise | Paul E. McKenney |
2018-05-15 | rcu: Improve non-root rcu_cbs_completed() accuracy | Paul E. McKenney |
2018-05-15 | rcu: Add leaf-node macros | Paul E. McKenney |
2018-05-15 | rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs() | Paul E. McKenney |
2018-05-15 | rcu: Parallelize expedited grace-period initialization | Paul E. McKenney |
2018-02-23 | rcu: Create RCU-specific workqueues with rescuers | Paul E. McKenney |
2018-02-20 | rcu: Use wrapper for lockdep asserts | Matthew Wilcox |
2018-02-20 | rcu: More clearly identify grace-period kthread stack dump | Paul E. McKenney |
2018-02-20 | rcu: Remove obsolete force-quiescent-state statistics for debugfs | Paul E. McKenney |
2018-02-20 | rcu: Remove obsolete __rcu_pending() statistics for debugfs | Paul E. McKenney |
2018-02-20 | rcu: Remove obsolete callback-invocation statistics for debugfs | Paul E. McKenney |
2018-02-15 | rcu: Remove unnecessary spinlock in rcu_boot_init_percpu_data() | Lihao Liang |
2017-12-11 | Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017... | Paul E. McKenney |
2017-12-11 | rcu: Add comment giving debug strategy for double call_rcu() | Paul E. McKenney |
2017-11-28 | rcu: Simplify rcu_eqs_{enter,exit}() non-idle task debug code | Paul E. McKenney |
2017-11-28 | rcu: Fold rcu_eqs_exit_common() into rcu_eqs_exit() | Paul E. McKenney |
2017-11-28 | rcu: Fold rcu_eqs_enter_common() into rcu_eqs_enter() | Paul E. McKenney |
2017-11-28 | rcu: Avoid ->dynticks_nesting store tearing | Paul E. McKenney |
2017-11-28 | rcu: Stop duplicating lockdep checks in RCU's idle-entry code | Paul E. McKenney |
2017-11-28 | rcu: Add ->dynticks field to rcu_dyntick trace event | Paul E. McKenney |
2017-11-28 | rcu: Shrink ->dynticks_{nmi_,}nesting from long long to long | Paul E. McKenney |
2017-11-28 | rcu: Add tracing to irq/NMI dyntick-idle transitions | Paul E. McKenney |
2017-11-27 | rcu: Eliminate rcu_irq_enter_disabled() | Paul E. McKenney |
2017-11-27 | rcu: Make ->dynticks_nesting be a simple counter | Paul E. McKenney |
2017-11-27 | rcu: Define rcu_irq_{enter,exit}() in terms of rcu_nmi_{enter,exit}() | Paul E. McKenney |
2017-11-27 | rcu: Clamp ->dynticks_nmi_nesting at eqs entry/exit | Paul E. McKenney |
2017-11-27 | rcu: Move rcu_nmi_{enter,exit}() to prepare for consolidation | Paul E. McKenney |
2017-11-27 | rcu: Reduce dyntick-idle state space | Paul E. McKenney |
2017-11-27 | rcu: Avoid ->dynticks_nmi_nesting store tearing | Paul E. McKenney |
2017-11-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2017-11-08 | rcu: Use lockdep to assert IRQs are disabled/enabled | Frederic Weisbecker |