Age | Commit message (Expand) | Author |
2019-02-09 | Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp... | Paul E. McKenney |
2019-02-09 | rcu/tree: Convert to SPDX license identifier | Paul E. McKenney |
2019-01-25 | rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq() | Paul E. McKenney |
2019-01-25 | Merge branches 'consolidate.2019.01.26a' and 'fwd.2019.01.26a' into HEAD | Paul E. McKenney |
2019-01-25 | rcu: Update NOCB comments | Paul E. McKenney |
2019-01-25 | rcu: Move rcu_cpu_has_work to rcu_data structure | Paul E. McKenney |
2019-01-25 | rcu: Remove unused rcu_cpu_kthread_loops per-CPU variable | Paul E. McKenney |
2019-01-25 | rcu: Move rcu_cpu_kthread_status to rcu_data structure | Paul E. McKenney |
2019-01-25 | rcu: Move rcu_cpu_kthread_task to rcu_data structure | Paul E. McKenney |
2019-01-25 | rcu: Discard separate per-CPU callback counts | Paul E. McKenney |
2019-01-25 | rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu() | Paul E. McKenney |
2019-01-25 | rcu: Inline rcu_kthread_do_work() into its sole remaining caller | Paul E. McKenney |
2019-01-25 | rcu: Rename and comment changes due to only one rcuo kthread per CPU | Paul E. McKenney |
2018-12-01 | rcu: Account for nocb-CPU callback counts in RCU CPU stall warnings | Paul E. McKenney |
2018-12-01 | rcutorture: Affinity forward-progress test to avoid housekeeping CPUs | Paul E. McKenney |
2018-12-01 | Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a... | Paul E. McKenney |
2018-11-12 | rcu: Avoid signed integer overflow in rcu_preempt_deferred_qs() | Paul E. McKenney |
2018-11-12 | rcu: Replace this_cpu_ptr() with __this_cpu_read() | Paul E. McKenney |
2018-11-12 | rcu: Speed up expedited GPs when interrupting RCU reader | Paul E. McKenney |
2018-11-12 | rcu: Eliminate BUG_ON() for kernel/rcu/tree_plugin.h | 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: 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: Eliminate ->rcu_qs_ctr from the rcu_dynticks structure | 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 tree_plugin.h | Paul E. McKenney |
2018-08-30 | rcu: Inline increment_cpu_stall_ticks() into its sole caller | Paul E. McKenney |
2018-08-30 | rcu: Remove for_each_rcu_flavor() flavor-traversal macro | Paul E. McKenney |
2018-08-30 | rcu: Remove last non-flavor-traversal rsp local variable from tree_plugin.h | Paul E. McKenney |
2018-08-30 | rcu: Remove rcu_data structure's ->rsp field | Paul E. McKenney |
2018-08-30 | rcu: Remove rsp parameter from rcu_node tree accessor macros | Paul E. McKenney |
2018-08-30 | rcu: Remove rsp parameter from expedited grace-period functions | Paul E. McKenney |
2018-08-30 | rcu: Remove rsp parameter from no-CBs CPU functions | Paul E. McKenney |
2018-08-30 | rcu: Remove rsp parameter from print_cpu_stall_info() | Paul E. McKenney |
2018-08-30 | rcu: Remove rsp parameter from rcu_spawn_one_boost_kthread() | Paul E. McKenney |
2018-08-30 | rcu: Remove rsp parameter from dump_blkd_tasks() and friend | Paul E. McKenney |
2018-08-30 | rcu: Remove rsp parameter from rcu_print_detail_task_stall() | Paul E. McKenney |
2018-08-30 | rcu: Remove rsp parameter from rcu_do_batch() | Paul E. McKenney |
2018-08-30 | rcu: Remove rsp parameter from note_gp_changes() | Paul E. McKenney |
2018-08-30 | rcu: Remove rsp parameter from rcu_accelerate_cbs() | Paul E. McKenney |
2018-08-30 | rcu: Remove rsp parameter from rcu_gp_kthread_wake() | Paul E. McKenney |
2018-08-30 | rcu: Remove rsp parameter from rcu_get_root() | Paul E. McKenney |
2018-08-30 | rcu: Remove rsp parameter from rcu_gp_in_progress() | Paul E. McKenney |