Age | Commit message (Expand) | Author |
2020-03-21 | Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a... | Paul E. McKenney |
2020-02-20 | rcutorture: Allow boottime stall warnings to be suppressed | Paul E. McKenney |
2020-02-20 | rcutorture: Suppress forward-progress complaints during early boot | Paul E. McKenney |
2020-02-20 | rcu: Add WRITE_ONCE to rcu_node ->exp_seq_rq store | Paul E. McKenney |
2020-02-20 | rcu: Fix exp_funnel_lock()/rcu_exp_wait_wake() datarace | Paul E. McKenney |
2020-01-25 | rcu: Forgive slow expedited grace periods at boot time | Paul E. McKenney |
2020-01-24 | Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf... | Paul E. McKenney |
2020-01-24 | rcu: Provide wrappers for uses of ->rcu_read_lock_nesting | Lai Jiangshan |
2019-12-09 | rcu: Use CONFIG_PREEMPTION where appropriate | Sebastian Andrzej Siewior |
2019-12-09 | rcu: Enable tick for nohz_full CPUs slow to provide expedited QS | Paul E. McKenney |
2019-12-09 | rcu: Replace synchronize_sched_expedited_wait() "_sched" with "_rcu" | Paul E. McKenney |
2019-12-09 | rcu: Update tree_exp.h function-header comments | Paul E. McKenney |
2019-12-09 | rcu: Rename sync_rcu_preempt_exp_done() to sync_rcu_exp_done() | Paul E. McKenney |
2019-12-09 | rcu: Allow only one expedited GP to run concurrently with wakeups | Neeraj Upadhyay |
2019-12-09 | rcu: Fix missed wakeup of exp_wq waiters | Neeraj Upadhyay |
2019-12-09 | rcu: Substitute lookup for bit-twiddling in sync_rcu_exp_select_node_cpus() | Paul E. McKenney |
2019-12-09 | rcu: Avoid modifying mask_ofl_ipi in sync_rcu_exp_select_node_cpus() | Boqun Feng |
2019-12-09 | rcu: Use *_ONCE() to protect lockless ->expmask accesses | Paul E. McKenney |
2019-08-12 | rcu: Fix spelling mistake "greate"->"great" | Mukesh Ojha |
2019-08-01 | rcu: Add destroy_work_on_stack() to match INIT_WORK_ONSTACK() | Paul E. McKenney |
2019-06-19 | Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1... | Paul E. McKenney |
2019-06-13 | rcu: Upgrade sync_exp_work_done() to smp_mb() | Paul E. McKenney |
2019-05-28 | rcu: Remove unused rdp local from synchronize_rcu_expedited() | Jiang Biao |
2019-05-28 | rcu: Rename rcu_data's ->deferred_qs to ->exp_deferred_qs | Paul E. McKenney |
2019-05-25 | rcu: Avoid self-IPI in sync_sched_exp_online_cleanup() | Paul E. McKenney |
2019-05-25 | rcu: Avoid self-IPI in sync_rcu_exp_select_node_cpus() | Paul E. McKenney |
2019-04-09 | Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.2... | Paul E. McKenney |
2019-03-26 | rcu: Move rcu_print_task_exp_stall() to tree_exp.h | Paul E. McKenney |
2019-03-26 | rcu: Correct READ_ONCE()/WRITE_ONCE() for ->rcu_read_unlock_special | Paul E. McKenney |
2019-03-26 | rcu: Fix typo in tree_exp.h comment | Paul E. McKenney |
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: Remove preemption disabling from expedited CPU selection | Paul E. McKenney |
2019-01-25 | rcu: Inline _synchronize_rcu_expedited() into synchronize_rcu_expedited() | Paul E. McKenney |
2019-01-25 | rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu() | Paul E. McKenney |
2019-01-25 | rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu_expedited() | Paul E. McKenney |
2019-01-25 | rcu: Determine expedited-GP IPI handler at build time | Paul E. McKenney |
2019-01-25 | rcu: Make expedited IPI handler return after handling critical section | Paul E. McKenney |
2018-11-12 | rcu: Speed up expedited GPs when interrupting RCU reader | Paul E. McKenney |
2018-11-11 | rcu: Stop expedited grace periods from relying on stop-machine | Paul E. McKenney |
2018-08-30 | rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticks | Paul E. McKenney |
2018-08-30 | rcu: Switch urgent quiescent-state requests 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: Clean up flavor-related definitions and comments in tree_exp.h | 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 rcu_get_root() | Paul E. McKenney |
2018-08-30 | rcu: Remove rcu_state_p pointer to default rcu_state structure | Paul E. McKenney |
2018-08-30 | rcu: Remove rcu_state structure's ->rda field | Paul E. McKenney |
2018-08-30 | rcu: Eliminate rcu_state structure's ->call field | Paul E. McKenney |