Age | Commit message (Expand) | Author |
2018-08-30 | Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ... | Paul E. McKenney |
2018-08-30 | srcu: Make early-boot call_srcu() reuse workqueue lists | Paul E. McKenney |
2018-08-30 | srcu: Make call_srcu() available during very early boot | Paul E. McKenney |
2018-08-30 | rcu: Convert rcu_state.ofl_lock to raw_spinlock_t | Mike Galbraith |
2018-08-30 | rcu: Remove obsolete ->dynticks_fqs and ->cond_resched_completed | Paul E. McKenney |
2018-08-30 | rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticks | Paul E. McKenney |
2018-08-30 | rcu: Switch dyntick nesting counters to rcu_data structure | Paul E. McKenney |
2018-08-30 | rcu: Switch urgent quiescent-state requests to rcu_data structure | Paul E. McKenney |
2018-08-30 | rcu: Switch lazy counts to rcu_data structure | Paul E. McKenney |
2018-08-30 | rcu: Switch last accelerate/advance to rcu_data structure | Paul E. McKenney |
2018-08-30 | rcu: Switch ->tick_nohz_enabled_snap to rcu_data structure | Paul E. McKenney |
2018-08-30 | rcu: Merge rcu_dynticks structure into rcu_data structure | Paul E. McKenney |
2018-08-30 | rcu: Convert "1UL << x" to "BIT(x)" | Paul E. McKenney |
2018-08-30 | rcu: Avoid resched_cpu() when rescheduling the current CPU | Paul E. McKenney |
2018-08-30 | rcu: More aggressively enlist scheduler aid for nohz_full CPUs | Paul E. McKenney |
2018-08-30 | rcu: Compute jiffies_till_sched_qs from other kernel parameters | Paul E. McKenney |
2018-08-30 | rcu: Provide functions for determining if call_rcu() has been invoked | Paul E. McKenney |
2018-08-30 | rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structure | Paul E. McKenney |
2018-08-30 | rcu: Motivate Tiny RCU forward progress | Paul E. McKenney |
2018-08-30 | rcutorture: Dump reader protection sequence if failures or close calls | Paul E. McKenney |
2018-08-30 | rcu: Provide improved interrupt-from-idle check in rcu_check_callbacks() | Paul E. McKenney |
2018-08-30 | rcu: Make need_resched() respond to urgent RCU-QS needs | Paul E. McKenney |
2018-08-30 | rcu: Inline _rcu_barrier() into its sole remaining caller | Paul E. McKenney |
2018-08-30 | rcu: Define rcu_all_qs() only in !PREEMPT builds | Paul E. McKenney |
2018-08-30 | rcu: Clean up flavor-related definitions and comments in update.c | Paul E. McKenney |
2018-08-30 | rcu: Clean up flavor-related definitions and comments in tree_plugin.h | Paul E. McKenney |
2018-08-30 | rcu: Clean up flavor-related definitions and comments in tree_exp.h | Paul E. McKenney |
2018-08-30 | rcu: Clean up flavor-related definitions and comments in tree.c | Paul E. McKenney |
2018-08-30 | rcu: Clean up flavor-related definitions and comments in tiny.c | Paul E. McKenney |
2018-08-30 | rcu: Clean up flavor-related definitions and comments in srcutree.h | Paul E. McKenney |
2018-08-30 | rcu: Clean up flavor-related definitions and comments in rcutorture.c | Paul E. McKenney |
2018-08-30 | rcu: Clean up flavor-related definitions and comments in rcu.h | Paul E. McKenney |
2018-08-30 | rcu: Clean up flavor-related definitions and comments in Kconfig | Paul E. McKenney |
2018-08-30 | rcu: Remove now-unused rcutorture APIs | Paul E. McKenney |
2018-08-30 | rcuperf: Remove the "rcu_bh" and "sched" torture types | Paul E. McKenney |
2018-08-30 | rcutorture: Remove the "rcu_bh" and "sched" torture types | Paul E. McKenney |
2018-08-30 | rcu: Stop testing RCU-bh and RCU-sched | Paul E. McKenney |
2018-08-30 | rcutorture: Add RCU-bh and RCU-sched support for extended readers | Paul E. McKenney |
2018-08-30 | rcu: Consolidate RCU-sched update-side function definitions | Paul E. McKenney |
2018-08-30 | rcu: Consolidate RCU-bh update-side function definitions | Paul E. McKenney |
2018-08-30 | rcu: Pull rcu_gp_kthread() FQS loop into separate function | Paul E. McKenney |
2018-08-30 | rcu: Inline increment_cpu_stall_ticks() into its sole caller | Paul E. McKenney |
2018-08-30 | rcu: Fix typo in force_qs_rnp()'s parameter's parameter | Paul E. McKenney |
2018-08-30 | rcu: Eliminate initialization-time use of rsp | Paul E. McKenney |
2018-08-30 | rcu: Eliminate RCU-barrier use of rsp | Paul E. McKenney |
2018-08-30 | rcu: Eliminate quiescent-state and grace-period-nonstart use of rsp | Paul E. McKenney |
2018-08-30 | rcu: Eliminate callback-invocation/invocation use of rsp | Paul E. McKenney |
2018-08-30 | rcu: Eliminate grace-period management code use of rsp | Paul E. McKenney |
2018-08-30 | rcu: Eliminate stall-warning use of rsp | Paul E. McKenney |
2018-08-30 | rcu: Restructure rcu_check_gp_kthread_starvation() | Paul E. McKenney |